From owner-cvs-all Sun Aug 5 0: 2: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 BBA5137B403; Sun, 5 Aug 2001 00:02:42 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7572gk55362; Sun, 5 Aug 2001 00:02:42 -0700 (PDT) (envelope-from imp) Message-Id: <200108050702.f7572gk55362@freefall.freebsd.org> From: Warner Losh Date: Sun, 5 Aug 2001 00:02: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/08/05 00:02:42 PDT Modified files: sys/pccard pcic.c Log: Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, we can't blindly write zero into it to disable the card. We must preserve this bit. This changes pcic_disable to only clear the bits we know we need to clear on card disable, thus preserving the magic bit for many TI bridges. This appears to have fixed the problems that people are reporting about the system failing to recognize cards being inserted or removed (or both). Greg: This may fix your problem too :-). Revision Changes Path 1.157 +3 -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 Sun Aug 5 0:26: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 847E337B403; Sun, 5 Aug 2001 00:26:31 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f757QV859150; Sun, 5 Aug 2001 00:26:31 -0700 (PDT) (envelope-from scottl) Message-Id: <200108050726.f757QV859150@freefall.freebsd.org> From: Scott Long Date: Sun, 5 Aug 2001 00:26:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 aac.4 src/sys/dev/aac aac.c aac_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/05 00:26:31 PDT Modified files: share/man/man4 aac.4 sys/dev/aac aac.c aac_disk.c Log: Once again throw out the calculation of si_iosize_max and set it to 64K. Although it can go higher, it is not safe to so do on arrays with many members. Compromise by adding a tunable, "hw.aac.iosize_max" that can be set at boottime. Also document in the aac(4) manpage. MFC after: 4 weeks Revision Changes Path 1.8 +13 -1 src/share/man/man4/aac.4 1.19 +5 -1 src/sys/dev/aac/aac.c 1.11 +11 -18 src/sys/dev/aac/aac_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 Aug 5 0:41:37 2001 Delivered-To: cvs-all@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id 19DBA37B401; Sun, 5 Aug 2001 00:41:32 -0700 (PDT) (envelope-from scottl@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id AAA27314; Sun, 5 Aug 2001 00:41:27 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id AAA00543; Sun, 5 Aug 2001 00:29:29 -0700 (PDT) Received: from hollin.btc.adaptec.com (hollin [162.62.149.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id BAA23822; Sun, 5 Aug 2001 01:41:25 -0600 (MDT) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.11.4/8.11.4) id f757b9709892; Sun, 5 Aug 2001 01:37:09 -0600 (MDT) (envelope-from scottl) Date: Sun, 5 Aug 2001 01:37:09 -0600 From: Scott Long To: Scott Long Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_disk.c aac_pci.c aacvar.h Message-ID: <20010805013709.A9881@hollin.btc.adaptec.com> References: <200108050620.f756KDu51084@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108050620.f756KDu51084@freefall.freebsd.org> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Reviewed by: gibbs, merry, msmith Erk, that should be gibbs, ken, msmith Sorry Ken. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 1:12:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F0C437B403; Sun, 5 Aug 2001 01:12:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f758CZ364427; Sun, 5 Aug 2001 01:12:35 -0700 (PDT) (envelope-from kris) Message-Id: <200108050812.f758CZ364427@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 5 Aug 2001 01:12:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnut Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/08/05 01:12:35 PDT Modified files: net/gnut Makefile distinfo Log: Upgrade to gnut 0.4.26 Revision Changes Path 1.11 +2 -2 ports/net/gnut/Makefile 1.11 +1 -1 ports/net/gnut/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 1: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 F05C137B401; Sun, 5 Aug 2001 01:30:17 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f758UH965397; Sun, 5 Aug 2001 01:30:17 -0700 (PDT) (envelope-from dirk) Message-Id: <200108050830.f758UH965397@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 01:30:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/httrack 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 dirk 2001/08/05 01:30:17 PDT Modified files: www/httrack Makefile distinfo pkg-plist Log: Upgrade to 3.04. Revision Changes Path 1.2 +2 -2 ports/www/httrack/Makefile 1.2 +1 -1 ports/www/httrack/distinfo 1.2 +6 -0 ports/www/httrack/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 Aug 5 1:39:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83EB937B403; Sun, 5 Aug 2001 01:39:49 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f758dns65906; Sun, 5 Aug 2001 01:39:49 -0700 (PDT) (envelope-from dirk) Message-Id: <200108050839.f758dns65906@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 01:39:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/bladeenc 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 dirk 2001/08/05 01:39:49 PDT Modified files: audio/bladeenc Makefile distinfo Log: Upgrade to 0.94.2. Revision Changes Path 1.15 +2 -2 ports/audio/bladeenc/Makefile 1.7 +1 -1 ports/audio/bladeenc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 1:40: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B469E37B412; Sun, 5 Aug 2001 01:39:58 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f758dwC65927; Sun, 5 Aug 2001 01:39:58 -0700 (PDT) (envelope-from jon) Message-Id: <200108050839.f758dwC65927@freefall.freebsd.org> From: Jonathan Chen Date: Sun, 5 Aug 2001 01:39:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp main.c util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jon 2001/08/05 01:39:58 PDT Modified files: usr.bin/ftp main.c util.c Log: Fix using /usr/bin/ftp as a slave process on the end of a pipe by calling fflush(stdout). This is one ancient PR... PR: bin/1589 Submitted by: imp Revision Changes Path 1.29 +4 -5 src/usr.bin/ftp/main.c 1.16 +3 -2 src/usr.bin/ftp/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 1:45: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 7DA5E37B401; Sun, 5 Aug 2001 01:45:54 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f758js866325; Sun, 5 Aug 2001 01:45:54 -0700 (PDT) (envelope-from dirk) Message-Id: <200108050845.f758js866325@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 01:45:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gmysql 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 dirk 2001/08/05 01:45:54 PDT Modified files: databases/gmysql pkg-descr Log: Update URL and take new description from there. Revision Changes Path 1.4 +7 -13 ports/databases/gmysql/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 Aug 5 1:49: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 D5B2837B401; Sun, 5 Aug 2001 01:49:33 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f758nXX66567; Sun, 5 Aug 2001 01:49:33 -0700 (PDT) (envelope-from dirk) Message-Id: <200108050849.f758nXX66567@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 01:49:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gmysql 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 dirk 2001/08/05 01:49:33 PDT Modified files: databases/gmysql Makefile distinfo Log: Upgrade to 0.3.4. Revision Changes Path 1.20 +3 -3 ports/databases/gmysql/Makefile 1.4 +1 -1 ports/databases/gmysql/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 2:37: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 332F037B403; Sun, 5 Aug 2001 02:37:24 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f759bON73169; Sun, 5 Aug 2001 02:37:24 -0700 (PDT) (envelope-from dirk) Message-Id: <200108050937.f759bON73169@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 02:37:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-tomcat Makefile distinfo pkg-plist ports/www/jakarta-tomcat/files tomcat.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 dirk 2001/08/05 02:37:23 PDT Modified files: www/jakarta-tomcat Makefile distinfo pkg-plist www/jakarta-tomcat/files tomcat.sh Log: Upgrade to 3.2.3. Revision Changes Path 1.8 +2 -3 ports/www/jakarta-tomcat/Makefile 1.3 +1 -1 ports/www/jakarta-tomcat/distinfo 1.5 +8 -1 ports/www/jakarta-tomcat/pkg-plist 1.2 +4 -4 ports/www/jakarta-tomcat/files/tomcat.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 2: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 BFF3C37B401; Sun, 5 Aug 2001 02:39:59 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f759dxf73396; Sun, 5 Aug 2001 02:39:59 -0700 (PDT) (envelope-from dirk) Message-Id: <200108050939.f759dxf73396@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 02:39:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_jk 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 dirk 2001/08/05 02:39:59 PDT Modified files: www/mod_jk Makefile distinfo Log: Upgrade to mod_jk bundled with jakarta-tomcat-3.2.3. Revision Changes Path 1.2 +5 -5 ports/www/mod_jk/Makefile 1.2 +1 -1 ports/www/mod_jk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 2:41:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAEA537B401; Sun, 5 Aug 2001 02:41:20 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f759fKK73514; Sun, 5 Aug 2001 02:41:20 -0700 (PDT) (envelope-from jon) Message-Id: <200108050941.f759fKK73514@freefall.freebsd.org> From: Jonathan Chen Date: Sun, 5 Aug 2001 02:41:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ac ac.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 jon 2001/08/05 02:41:20 PDT Modified files: usr.sbin/ac ac.c Log: Fix logic error resulting in incorrect calculation of login time PR: bin/4204 Submitted by: Anatoly A. Orehovsky MFC after: 4 weeks Revision Changes Path 1.19 +3 -3 src/usr.sbin/ac/ac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 2:54:35 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 EB93337B401; Sun, 5 Aug 2001 02:54:25 -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 f759tYS20420; Sun, 5 Aug 2001 10:55:34 +0100 (BST) (envelope-from nik) Date: Sun, 5 Aug 2001 10:55:33 +0100 From: Nik Clayton To: Jim Mock Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/users chapter.sgml Message-ID: <20010805105533.J1897@canyon.nothing-going-on.org> References: <200108041905.f74J5na69684@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7J16OGEJ/mt06A90" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108041905.f74J5na69684@freefall.freebsd.org>; from jim@FreeBSD.org on Sat, Aug 04, 2001 at 12:05:48PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --7J16OGEJ/mt06A90 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 04, 2001 at 12:05:48PM -0700, Jim Mock wrote: > Also change a > to >. FWIW that's not normally necessary. '>' in SGML only has a special meaning if it's preceeded by a '<'. Here, have some pointy brackets, > > > > is perfectly legal. 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 --- --7J16OGEJ/mt06A90 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjttGBUACgkQk6gHZCw343WGGgCeN1lFK8dGT1yqV8GfU6SyyEYX NywAn1xLKqAH7vvzqI7MuTNx6sHz9JSv =sYWM -----END PGP SIGNATURE----- --7J16OGEJ/mt06A90-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 2:54:42 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 7DA8D37B405; Sun, 5 Aug 2001 02:54: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 f759ui120430; Sun, 5 Aug 2001 10:56:44 +0100 (BST) (envelope-from nik) Date: Sun, 5 Aug 2001 10:56:44 +0100 From: Nik Clayton To: Murray Stokely Cc: Jim Mock , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml Message-ID: <20010805105643.K1897@canyon.nothing-going-on.org> References: <200108041947.f74Jlif73677@freefall.freebsd.org> <20010804160805.J18598@mao.stokely.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mhOzvPhkurUs4vA9" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010804160805.J18598@mao.stokely.org>; from murray@FreeBSD.org on Sat, Aug 04, 2001 at 04:08:05PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --mhOzvPhkurUs4vA9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 04, 2001 at 04:08:05PM -0700, Murray Stokely wrote: > On Sat, Aug 04, 2001 at 12:47:44PM -0700, Jim Mock wrote: > > * Remove Hotmail and BSDi from the users list >=20 > Can we add Sony Japan here? I think so. Hotmail should also probably stay, since we know they use FreeBSD for DNS. In fact, we should add Microsoft as well. They must be using FreeBSD internally, otherwise they couldn't port C# to FreeBSD. . . 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 --- --mhOzvPhkurUs4vA9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjttGFsACgkQk6gHZCw343VO5gCghIkrXYNrKyTbW4qIWpEmQqYd KAgAn0N28EtJiI0pxEhL26qC7VpTYI0P =DSTb -----END PGP SIGNATURE----- --mhOzvPhkurUs4vA9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 3:53: 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 B2F3237B401; Sun, 5 Aug 2001 03:53:00 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Ar0K83807; Sun, 5 Aug 2001 03:53:00 -0700 (PDT) (envelope-from markp) Message-Id: <200108051053.f75Ar0K83807@freefall.freebsd.org> From: Mark Pulford Date: Sun, 5 Aug 2001 03:53:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markp 2001/08/05 03:53:00 PDT Modified files: print/apsfilter/scripts configure Log: RUN_DEPENDS on melt for freeze package PR: 29273 Submitted by: Frank Volf Revision Changes Path 1.23 +2 -2 ports/print/apsfilter/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 4:15: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 813BC37B401; Sun, 5 Aug 2001 04:15:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75BFNY93917; Sun, 5 Aug 2001 04:15:23 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108051115.f75BFNY93917@freefall.freebsd.org> From: Sheldon Hearn Date: Sun, 5 Aug 2001 04:15:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 aac.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 sheldonh 2001/08/05 04:15:23 PDT Modified files: share/man/man4 aac.4 Log: Clean up previous delta: * Fix typo (defautls). * Don't use hard sentence breaks in new text. * Don't introduce the use of the second person (you). * Use the standard "IMPLEMENTATION NOTES" section name instead of the non-standard "TUNING". Revision Changes Path 1.9 +15 -9 src/share/man/man4/aac.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 4:39:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D17E37B403; Sun, 5 Aug 2001 04:39:24 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75BdOm95487; Sun, 5 Aug 2001 04:39:24 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108051139.f75BdOm95487@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 5 Aug 2001 04:39:24 -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/basics chapter.sgml doc/ja_JP.eucJP/books/handbook/cutting-edge 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/08/05 04:39:24 PDT Modified files: ja_JP.eucJP/books/handbook authors.ent ja_JP.eucJP/books/handbook/basics chapter.sgml ja_JP.eucJP/books/handbook/cutting-edge chapter.sgml Log: Merge the changes in the English version. Revision Changes Path 1.66 +6 -2 doc/ja_JP.eucJP/books/handbook/authors.ent 1.18 +4 -5 doc/ja_JP.eucJP/books/handbook/basics/chapter.sgml 1.28 +4 -4 doc/ja_JP.eucJP/books/handbook/cutting-edge/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 Aug 5 4:45: 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 A4E8F37B401; Sun, 5 Aug 2001 04:45:01 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Bj1095915; Sun, 5 Aug 2001 04:45:01 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108051145.f75Bj1095915@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 5 Aug 2001 04:45:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction 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/08/05 04:45:01 PDT Modified files: en_US.ISO8859-1/books/handbook/introduction chapter.sgml Log: s/Concurrent Version System/Concurrent Versions System/; Revision Changes Path 1.54 +3 -3 doc/en_US.ISO8859-1/books/handbook/introduction/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 Aug 5 5: 1: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 0E7EA37B401; Sun, 5 Aug 2001 05:01:10 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75C1AA97756; Sun, 5 Aug 2001 05:01:10 -0700 (PDT) (envelope-from dirk) Message-Id: <200108051201.f75C1AA97756@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 05:01:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server 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 dirk 2001/08/05 05:01:09 PDT Modified files: databases/mysql323-server Makefile Log: Add two new Makefile variables: SKIP_INSTALL_DB, INSTALL_DB_FORCE (see Makefile for explanation). Revision Changes Path 1.118 +16 -2 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 5: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 64CB237B401; Sun, 5 Aug 2001 05:21:01 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75CL1O01747; Sun, 5 Aug 2001 05:21:01 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108051221.f75CL1O01747@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 5 Aug 2001 05:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/introduction 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/08/05 05:21:01 PDT Modified files: ja_JP.eucJP/books/handbook/introduction chapter.sgml Log: Merge the changes in the English version. Revision Changes Path 1.22 +144 -10 doc/ja_JP.eucJP/books/handbook/introduction/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 Aug 5 6:14:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B33437B401; Sun, 5 Aug 2001 06:14:46 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75DEka08083; Sun, 5 Aug 2001 06:14:46 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108051314.f75DEka08083@freefall.freebsd.org> From: Sheldon Hearn Date: Sun, 5 Aug 2001 06:14:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 tty.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 sheldonh 2001/08/05 06:14:46 PDT Modified files: share/man/man4 tty.4 Log: Document the two new sysctl variables introduced in rev 1.154 of tty.c. Revision Changes Path 1.16 +11 -1 src/share/man/man4/tty.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 6:15:39 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 612C137B401; Sun, 5 Aug 2001 06:15:34 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15TNlr-000LNy-00; Sun, 05 Aug 2001 15:16:43 +0200 From: Sheldon Hearn To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c In-reply-to: Your message of "Sat, 04 Aug 2001 11:09:24 MST." <200108041809.f74I9Ov63241@freefall.freebsd.org> Date: Sun, 05 Aug 2001 15:16:43 +0200 Message-ID: <82209.997017403@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 04 Aug 2001 11:09:24 MST, Thomas Moestl wrote: > Modified files: > sys/kern tty.c > Log: > Export the tk_nin and tk_nout variables (number of tty input/output > characters) as sysctls (kern.tty_nin and kern.tty_nout). I've added mention of these to tty(4). However, the pty(4) manual page doesn't cross-reference the tty(4) manual page. Can you think of a reason not to? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 6:21:33 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id E3D9137B401; Sun, 5 Aug 2001 06:21:26 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15TNrY-000LS2-00; Sun, 05 Aug 2001 15:22:36 +0200 From: Sheldon Hearn To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.8 In-reply-to: Your message of "Sat, 04 Aug 2001 15:11:08 MST." <200108042211.f74MB8e90328@freefall.freebsd.org> Date: Sun, 05 Aug 2001 15:22:36 +0200 Message-ID: <82461.997017756@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 04 Aug 2001 15:11:08 MST, Dima Dorfman wrote: > Modified files: > usr.sbin/pwd_mkdb pwd_mkdb.8 > Log: > It's bad enough to capitalize the name of the executable at the > beginning of the sentence, but at the very least it shouldn't be done > in the middle of a sentence! FYI, it shouldn't be done at the beginning of the sentence either. The concensus I last saw accepted (albeit with grumbles from some) is: 1) Don't start a sentence with .Nm unless the alternatives make for uncomfortable or unnatural reading. 2) When a sentence starts with .Nm, no special capitalization should be enforced. Usually, this means no argument to .Nm at all. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 6:26: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 BCF7137B401; Sun, 5 Aug 2001 06:26:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75DQDX08915; Sun, 5 Aug 2001 06:26:13 -0700 (PDT) (envelope-from nbm) Message-Id: <200108051326.f75DQDX08915@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 5 Aug 2001 06:26:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/achievo pkg-message Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2001/08/05 06:26:13 PDT Modified files: misc/achievo Makefile distinfo pkg-plist Added files: misc/achievo pkg-message Log: Update achievo to 0.6.5. Revision Changes Path 1.4 +4 -3 ports/misc/achievo/Makefile 1.2 +1 -1 ports/misc/achievo/distinfo 1.2 +215 -54 ports/misc/achievo/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 Aug 5 7:22: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from mcp.csh.rit.edu (mcp.csh.rit.edu [129.21.60.9]) by hub.freebsd.org (Postfix) with ESMTP id 7554237B403; Sun, 5 Aug 2001 07:22:01 -0700 (PDT) (envelope-from jon@csh.rit.edu) Received: from fury.csh.rit.edu (fury.csh.rit.edu [129.21.60.5]) by mcp.csh.rit.edu (Postfix) with ESMTP id 56E2F18A; Sun, 5 Aug 2001 10:22:00 -0400 (EDT) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id BEF502E079; Sun, 5 Aug 2001 10:21:57 -0400 (EDT) Date: Sun, 5 Aug 2001 10:21:57 -0400 From: Jon Parise To: Dirk Froemberg Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/mysql323-server Makefile Message-ID: <20010805102157.B9635@csh.rit.edu> Mail-Followup-To: Dirk Froemberg , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200108051201.f75C1AA97756@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <200108051201.f75C1AA97756@freefall.freebsd.org>; from dirk@FreeBSD.org on Sun, Aug 05, 2001 at 05:01:10AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Aug 05, 2001 at 05:01:10AM -0700, Dirk Froemberg wrote: > Log: > Add two new Makefile variables: SKIP_INSTALL_DB, INSTALL_DB_FORCE > (see Makefile for explanation). Maybe I'm just being picky, but wouldn't it be better to name those more consistently? e.g. SKIP_INSTALL_DB, FORCE_INSTALL_DB INSTALL_DB_SKIP, INSTALL_DB_FORCE -- Jon Parise (jon@csh.rit.edu) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 7:37: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 75CF037B401; Sun, 5 Aug 2001 07:37:45 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75EbjH22286; Sun, 5 Aug 2001 07:37:45 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108051437.f75EbjH22286@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 5 Aug 2001 07:37:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/serialcomms chapter.sgml doc/ja_JP.eucJP/books/handbook/sound 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 kuriyama 2001/08/05 07:37:45 PDT Modified files: ja_JP.eucJP/books/handbook/serialcomms chapter.sgml ja_JP.eucJP/books/handbook/sound chapter.sgml ja_JP.eucJP/books/handbook/staff chapter.sgml Log: Merge the changes in the English version. Revision Changes Path 1.14 +7 -11 doc/ja_JP.eucJP/books/handbook/serialcomms/chapter.sgml 1.5 +40 -7 doc/ja_JP.eucJP/books/handbook/sound/chapter.sgml 1.55 +10 -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 Sun Aug 5 7:40:47 2001 Delivered-To: cvs-all@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 54F7D37B401; Sun, 5 Aug 2001 07:40:41 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.4/8.11.3) id f75EeeP86409; Sun, 5 Aug 2001 16:40:40 +0200 (CEST) (envelope-from ibex) Date: Sun, 5 Aug 2001 16:40:40 +0200 From: Dirk Froemberg To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/mysql323-server Makefile Message-ID: <20010805164039.A86152@physik.TU-Berlin.DE> References: <200108051201.f75C1AA97756@freefall.freebsd.org> <20010805102157.B9635@csh.rit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010805102157.B9635@csh.rit.edu>; from jon@csh.rit.edu on Sun, Aug 05, 2001 at 10:21:57AM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Jon! On Sun, Aug 05, 2001 at 10:21:57AM -0400, Jon Parise wrote: > On Sun, Aug 05, 2001 at 05:01:10AM -0700, Dirk Froemberg wrote: > > > Log: > > Add two new Makefile variables: SKIP_INSTALL_DB, INSTALL_DB_FORCE > > (see Makefile for explanation). > > Maybe I'm just being picky, but wouldn't it be better to name > those more consistently? > > e.g. SKIP_INSTALL_DB, FORCE_INSTALL_DB > INSTALL_DB_SKIP, INSTALL_DB_FORCE Consistency is always good. 8-) But I don't like INSTALL_DB_SKIP and FORCE_INSTALL_DB. I think we should call INSTALL_DB_FORCE SKIP_DNS_CHECK then to be consistent. Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 8:17:26 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (arb.arb.za.net [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id 485E837B401; Sun, 5 Aug 2001 08:17:14 -0700 (PDT) (envelope-from mark@grondar.za) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f75FH2k41345; Sun, 5 Aug 2001 17:17:02 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.5/8.11.4) with ESMTP id f75EktZ04378; Sun, 5 Aug 2001 15:46:55 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200108051446.f75EktZ04378@grimreaper.grondar.za> To: Bill Fenner Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libopie Makefile References: <200108042331.QAA06414@windsor.research.att.com> In-Reply-To: <200108042331.QAA06414@windsor.research.att.com> ; from Bill Fenner "Sat, 04 Aug 2001 16:31:30 PDT." Date: Sun, 05 Aug 2001 15:46:55 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Opie's default distribution chooses security over usability. This > choice normally encourages either misuse or disuse of the security > system -- so let's make the usability compromise, with appropriate > warnings (that are already present in the opie sources). OK - if this passes discussion in -security, I'll enable it. 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 Sun Aug 5 8:22:47 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (arb.arb.za.net [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id 3503737B401; Sun, 5 Aug 2001 08:22:39 -0700 (PDT) (envelope-from mark@grondar.za) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f75FHNw41359; Sun, 5 Aug 2001 17:17:23 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.5/8.11.4) with ESMTP id f75EoKZ04397; Sun, 5 Aug 2001 15:50:20 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200108051450.f75EoKZ04397@grimreaper.grondar.za> To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libopie Makefile References: <20010805040537.A37278@nagual.pp.ru> In-Reply-To: <20010805040537.A37278@nagual.pp.ru> ; from "Andrey A. Chernov" "Sun, 05 Aug 2001 04:05:38 +0400." Date: Sun, 05 Aug 2001 15:50:20 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Just an example, how to go over false security restrictions: opiekey is > userland program and don't use any system files. If system admin restrict > -f (as you do currently as system default), any user can compile opiekey > from sources without this restriction. Or ask somebody to compile. All > this leads to unofficial opiekey for FreeBSD distribution appearse from > user community. You are slowly winning me over. HOWEVER - this is is an argument for having (only) opiekey have the secure TTY restriction lifted, and OPIE currently does not compile like that. Agreed that that may be a bug that needs fixing in its own right. 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 Sun Aug 5 8:25:47 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (arb.arb.za.net [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id 2FDAB37B401; Sun, 5 Aug 2001 08:25:38 -0700 (PDT) (envelope-from mark@grondar.za) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f75FMuf41950; Sun, 5 Aug 2001 17:22:56 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.5/8.11.4) with ESMTP id f75EcmZ04259; Sun, 5 Aug 2001 15:38:48 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200108051438.f75EcmZ04259@grimreaper.grondar.za> To: "Andrey A. Chernov" Cc: Bill Fenner , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libopie Makefile References: <20010805023456.A36079@nagual.pp.ru> In-Reply-To: <20010805023456.A36079@nagual.pp.ru> ; from "Andrey A. Chernov" "Sun, 05 Aug 2001 02:34:56 +0400." Date: Sun, 05 Aug 2001 15:38:47 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > That is a bug that needs to be fixed in its own right. > > It is not a bug, it is official way OPIE detects that connection is > secure. That is, via environment variable :-( But environment variables are spoofable and therefore insecure. It may be the way that OPIE does it, but it is an insecure algorithm and it needs to be fixed. (I have a partial fix that does ttys(5) secure detection). > Do you know secure ways to detect running on X console? Or running under > SSH connection? X is pretty much by definition insecure, but there are ways of securing xterms. I am looking at how to detect this. I'm not sure how to detect SSH, but I'll listen to suggestions. 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 Sun Aug 5 8:29:45 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (arb.arb.za.net [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id 00ED337B401; Sun, 5 Aug 2001 08:29:35 -0700 (PDT) (envelope-from mark@grondar.za) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f75FPk842282; Sun, 5 Aug 2001 17:25:46 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.5/8.11.4) with ESMTP id f75EiVZ04340; Sun, 5 Aug 2001 15:44:31 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200108051444.f75EiVZ04340@grimreaper.grondar.za> To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libopie Makefile References: <20010805024631.B36079@nagual.pp.ru> In-Reply-To: <20010805024631.B36079@nagual.pp.ru> ; from "Andrey A. Chernov" "Sun, 05 Aug 2001 02:46:34 +0400." Date: Sun, 05 Aug 2001 15:44:31 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Sat, Aug 04, 2001 at 15:06:05 +0100, Mark Murray wrote: > > I didn't have a problem enabling this? If you are talking about > > opiekey(1) or any other OPIE key calculator, you need to be running > > that on the client machine. > > No, I talk about FTP tunneling via SSH. In this mode connection is secure > and OTP is not required, as for localhost. FTPD get connection locally and > not from localhost address but with address the host connected (i.e. the > same machine, but different addresses, they must be in /etc/opieaccess). I'm having a problem parsing this. > > > Otherwise it is not possible to use OPIE in SSH connections which are more > > > common nowdays than ever telnet connections. > > opiepasswd and opiekey are not functional via SSH, -f can't be specified. You can enable -f by building your world with "WANT_INSECURE_OPIE=true". > opiepasswd: user can't change its own password when count dropped to 0. Sounds like you either need to manage passwords better or that you need WANT_INSECURE_OPIE. > opiekey: sometimes it is not possible to run opiekey locally, assume X > terminal or connection from internet-cafe. But it is possible via SSH. I understand the X Terminal problem, and I'm hoping to fix it. For the rest, I have to repeat that it loooks like you need to build your world with WANT_INSECURE_OPIE set to "true". 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 Sun Aug 5 8:45: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 3868D37B403; Sun, 5 Aug 2001 08:45:22 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75FjMf30598; Sun, 5 Aug 2001 08:45:22 -0700 (PDT) (envelope-from nsayer) Message-Id: <200108051545.f75FjMf30598@freefall.freebsd.org> From: Nick Sayer Date: Sun, 5 Aug 2001 08:45:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc apmd.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2001/08/05 08:45:21 PDT Modified files: etc apmd.conf Log: Add some sample entries to illustrate battery state monitoring. Revision Changes Path 1.4 +13 -2 src/etc/apmd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 8:51: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 C427037B401; Sun, 5 Aug 2001 08:51:30 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75FpUR31356; Sun, 5 Aug 2001 08:51:30 -0700 (PDT) (envelope-from alex) Message-Id: <200108051551.f75FpUR31356@freefall.freebsd.org> From: Alexander Langer Date: Sun, 5 Aug 2001 08:51:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj translations.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 alex 2001/08/05 08:51:30 PDT Modified files: en/docproj translations.sgml Log: Correct the link to the German WWW Tree, FAQ and Handbook. Submitted by: Frank Gruender Revision Changes Path 1.40 +6 -3 www/en/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9: 0: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 B880437B405; Sun, 5 Aug 2001 09:00:40 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75G0ew32152; Sun, 5 Aug 2001 09:00:40 -0700 (PDT) (envelope-from nsayer) Message-Id: <200108051600.f75G0ew32152@freefall.freebsd.org> From: Nick Sayer Date: Sun, 5 Aug 2001 09:00:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc apmd.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2001/08/05 09:00:40 PDT Modified files: etc apmd.conf Log: Add a little pizzaz to the sample entries. :-) Revision Changes Path 1.5 +3 -1 src/etc/apmd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9: 1: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 788CF37B401; Sun, 5 Aug 2001 09:01:34 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75G1Yi32239; Sun, 5 Aug 2001 09:01:34 -0700 (PDT) (envelope-from dd) Message-Id: <200108051601.f75G1Yi32239@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 5 Aug 2001 09:01:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/last last.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 dd 2001/08/05 09:01:34 PDT Modified files: usr.bin/last last.c Log: Document -d in usage. Submitted by: Martin Kammerhofer Revision Changes Path 1.20 +3 -2 src/usr.bin/last/last.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9: 2: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 6733F37B401; Sun, 5 Aug 2001 09:02:30 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75G2UX32821; Sun, 5 Aug 2001 09:02:30 -0700 (PDT) (envelope-from asmodai) Message-Id: <200108051602.f75G2UX32821@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sun, 5 Aug 2001 09:02:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind CHANGES INSTALL Makefile README Version src/contrib/bind/bin/dig dig.c src/contrib/bind/bin/dnskeygen dnskeygen.c src/contrib/bind/bin/host host.c src/contrib/bind/bin/named db_defs.h db_dump.c db_ixfr.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 asmodai 2001/08/05 09:02:30 PDT Modified files: (Branch: RELENG_4) contrib/bind CHANGES INSTALL Makefile README Version contrib/bind/bin/dig dig.c contrib/bind/bin/dnskeygen dnskeygen.c contrib/bind/bin/host host.c contrib/bind/bin/named db_defs.h db_dump.c db_ixfr.c db_load.c db_update.c named.h ns_config.c ns_defs.h ns_func.h ns_glue.c ns_init.c ns_ixfr.c ns_main.c ns_maint.c ns_notify.c ns_parser.y ns_req.c ns_resp.c ns_update.c ns_xfr.c contrib/bind/bin/named-xfer named-xfer.c contrib/bind/bin/ndc ndc.c contrib/bind/bin/nslookup Makefile getinfo.c contrib/bind/doc/html controls.html master.html options.html contrib/bind/doc/man named.8 contrib/bind/include resolv.h contrib/bind/lib/dst bsafe_link.c cylink_link.c dst_api.c eay_dss_link.c prandom.c rsaref_link.c support.c contrib/bind/lib/inet nsap_addr.c contrib/bind/lib/irs gethostent.c contrib/bind/lib/isc ev_timers.c memcluster.c contrib/bind/lib/nameser ns_print.c contrib/bind/lib/resolv res_debug.c res_init.c res_send.c res_update.c contrib/bind/port/freebsd/include port_after.h port_before.h prand_conf.h contrib/bind/port/prand_conf prand_conf.c Log: Fix conflicts after MFC of BIND 8.2.4. Revision Changes Path 1.1.1.7.2.4 +166 -0 src/contrib/bind/CHANGES 1.1.1.7.2.4 +16 -1 src/contrib/bind/INSTALL 1.1.1.6.2.2 +51 -4 src/contrib/bind/Makefile 1.1.1.7.2.3 +15 -0 src/contrib/bind/README 1.1.1.3.2.4 +1 -1 src/contrib/bind/Version 1.1.1.2.2.4 +3 -2 src/contrib/bind/bin/dig/dig.c 1.1.1.1.4.2 +5 -2 src/contrib/bind/bin/dnskeygen/dnskeygen.c 1.1.1.2.2.4 +12 -7 src/contrib/bind/bin/host/host.c 1.1.1.2.2.3 +2 -2 src/contrib/bind/bin/named/db_defs.h 1.1.1.2.2.3 +7 -5 src/contrib/bind/bin/named/db_dump.c 1.1.1.1.4.3 +16 -4 src/contrib/bind/bin/named/db_ixfr.c 1.1.1.2.2.4 +11 -9 src/contrib/bind/bin/named/db_load.c 1.1.1.2.2.3 +4 -4 src/contrib/bind/bin/named/db_update.c 1.1.1.2.2.2 +2 -1 src/contrib/bind/bin/named/named.h 1.1.1.3.2.3 +63 -20 src/contrib/bind/bin/named/ns_config.c 1.1.1.3.2.3 +5 -3 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.3 +2 -1 src/contrib/bind/bin/named/ns_func.h 1.1.1.2.2.4 +12 -1 src/contrib/bind/bin/named/ns_glue.c 1.1.1.2.2.3 +34 -29 src/contrib/bind/bin/named/ns_init.c 1.1.1.1.4.3 +15 -9 src/contrib/bind/bin/named/ns_ixfr.c 1.1.1.3.2.4 +51 -28 src/contrib/bind/bin/named/ns_main.c 1.1.1.3.2.4 +13 -10 src/contrib/bind/bin/named/ns_maint.c 1.1.1.1.4.3 +13 -3 src/contrib/bind/bin/named/ns_notify.c 1.1.1.2.2.3 +17 -4 src/contrib/bind/bin/named/ns_parser.y 1.1.1.2.2.6 +58 -23 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.4 +28 -22 src/contrib/bind/bin/named/ns_resp.c 1.1.1.3.2.5 +24 -33 src/contrib/bind/bin/named/ns_update.c 1.1.1.2.2.3 +8 -3 src/contrib/bind/bin/named/ns_xfr.c 1.3.2.4 +10 -6 src/contrib/bind/bin/named-xfer/named-xfer.c 1.1.1.1.4.3 +5 -2 src/contrib/bind/bin/ndc/ndc.c 1.1.1.2.2.3 +2 -2 src/contrib/bind/bin/nslookup/Makefile 1.3.2.3 +3 -3 src/contrib/bind/bin/nslookup/getinfo.c 1.1.1.1.4.1 +6 -1 src/contrib/bind/doc/html/controls.html 1.1.1.1.4.2 +1 -1 src/contrib/bind/doc/html/master.html 1.1.1.3.2.3 +4 -5 src/contrib/bind/doc/html/options.html 1.1.1.3.2.2 +6 -6 src/contrib/bind/doc/man/named.8 1.1.1.6.2.3 +5 -1 src/contrib/bind/include/resolv.h 1.1.1.1.4.2 +2 -9 src/contrib/bind/lib/dst/bsafe_link.c 1.1.1.1.4.2 +3 -11 src/contrib/bind/lib/dst/cylink_link.c 1.1.1.1.4.3 +32 -11 src/contrib/bind/lib/dst/dst_api.c 1.1.1.1.4.2 +3 -11 src/contrib/bind/lib/dst/eay_dss_link.c 1.1.1.1.4.3 +2 -2 src/contrib/bind/lib/dst/prandom.c 1.1.1.1.4.3 +3 -9 src/contrib/bind/lib/dst/rsaref_link.c 1.1.1.1.4.2 +7 -14 src/contrib/bind/lib/dst/support.c 1.1.1.2.2.1 +8 -2 src/contrib/bind/lib/inet/nsap_addr.c 1.1.1.2.2.2 +3 -2 src/contrib/bind/lib/irs/gethostent.c 1.1.1.2.2.2 +2 -1 src/contrib/bind/lib/isc/ev_timers.c 1.1.1.3.2.1 +13 -1 src/contrib/bind/lib/isc/memcluster.c 1.1.1.2.2.3 +2 -2 src/contrib/bind/lib/nameser/ns_print.c 1.1.1.2.2.3 +5 -1 src/contrib/bind/lib/resolv/res_debug.c 1.1.1.2.2.3 +6 -3 src/contrib/bind/lib/resolv/res_init.c 1.1.1.2.2.3 +5 -1 src/contrib/bind/lib/resolv/res_send.c 1.1.1.2.2.2 +3 -2 src/contrib/bind/lib/resolv/res_update.c 1.6.2.4 +2 -1 src/contrib/bind/port/freebsd/include/port_after.h 1.1.1.2.2.2 +0 -1 src/contrib/bind/port/freebsd/include/port_before.h 1.1.1.1.4.1 +5 -5 src/contrib/bind/port/freebsd/include/prand_conf.h 1.1.1.1.4.1 +7 -6 src/contrib/bind/port/prand_conf/prand_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9: 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 8FCDC37B401; Sun, 5 Aug 2001 09:03:04 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75G34v32899; Sun, 5 Aug 2001 09:03:04 -0700 (PDT) (envelope-from dd) Message-Id: <200108051603.f75G34v32899@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 5 Aug 2001 09:03:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/05 09:03:04 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Correct some pastos. Submitted by: Martin Kammerhofer Revision Changes Path 1.79 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9: 6: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 ECD0337B401; Sun, 5 Aug 2001 09:06:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75G6on36566; Sun, 5 Aug 2001 09:06:50 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108051606.f75G6on36566@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 5 Aug 2001 09:06:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/axel Makefile distinfo pkg-comment pkg-descr pkg-plist ports/ftp/axel/files patch-Makefile patch-Makefile.settings patch-axel.c patch-axel.h patch-conf.c patch-conn.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/08/05 09:06:50 PDT Modified files: ftp Makefile Added files: ftp/axel Makefile distinfo pkg-comment pkg-descr pkg-plist ftp/axel/files patch-Makefile patch-Makefile.settings patch-axel.c patch-axel.h patch-conf.c patch-conn.c Log: add axel A download accelerator Revision Changes Path 1.37 +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 Sun Aug 5 9: 7: 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 CBFE537B406; Sun, 5 Aug 2001 09:06:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75G6si36611; Sun, 5 Aug 2001 09:06:54 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108051606.f75G6si36611@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 5 Aug 2001 09:06: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 ijliao 2001/08/05 09:06:54 PDT Modified files: . modules Log: axel --> ports/ftp/axel Revision Changes Path 1.3609 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9: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 3876837B401; Sun, 5 Aug 2001 09:12:42 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75GCge37246; Sun, 5 Aug 2001 09:12:42 -0700 (PDT) (envelope-from jesusr) Message-Id: <200108051612.f75GCge37246@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sun, 5 Aug 2001 09:12:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases index.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 jesusr 2001/08/05 09:12:42 PDT Modified files: es/releases index.sgml Log: Update information about last releases. Revision Changes Path 1.13 +48 -6 www/es/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9:13: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 B5A3437B403; Sun, 5 Aug 2001 09:13:34 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75GDYw37346; Sun, 5 Aug 2001 09:13:34 -0700 (PDT) (envelope-from jesusr) Message-Id: <200108051613.f75GDYw37346@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sun, 5 Aug 2001 09:13:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases 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 jesusr 2001/08/05 09:13:34 PDT Modified files: es/releases Makefile Log: Add information about last (and forgotten) releases. Revision Changes Path 1.8 +2 -2 www/es/releases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9:20: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FCA237B401; Sun, 5 Aug 2001 09:20:03 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75GK3Z38330; Sun, 5 Aug 2001 09:20:03 -0700 (PDT) (envelope-from jesusr) Message-Id: <200108051620.f75GK3Z38330@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sun, 5 Aug 2001 09:20:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases/3.5R Makefile announce.sgml errata.sgml notes.sgml www/es/releases/4.0R Makefile announce.sgml errata.sgml notes.sgml www/es/releases/4.1.1R Makefile announce.sgml errata.sgml notes.sgml www/es/releases/4.1R 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 jesusr 2001/08/05 09:20:03 PDT Added files: es/releases/3.5R Makefile announce.sgml errata.sgml notes.sgml es/releases/4.0R Makefile announce.sgml errata.sgml notes.sgml es/releases/4.1.1R Makefile announce.sgml errata.sgml notes.sgml es/releases/4.1R Makefile announce.sgml errata.sgml notes.sgml es/releases/4.2R Makefile announce.sgml errata.sgml notes.sgml es/releases/4.3R Makefile announce.sgml errata.sgml notes.sgml Log: Update last (and forgotten) releases. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9:24: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 482F937B401; Sun, 5 Aug 2001 09:24:13 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75GOD538599; Sun, 5 Aug 2001 09:24:13 -0700 (PDT) (envelope-from iedowse) Message-Id: <200108051624.f75GOD538599@freefall.freebsd.org> From: Ian Dowse Date: Sun, 5 Aug 2001 09:24:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/08/05 09:24:13 PDT Modified files: sbin/i386/fdisk fdisk.c Log: Fix a number of bugs and annoyances in fdisk, many of which were pointed out by bde: - Ask for user confirmation before adjusting to a head/cylinder boundary (only when running interactively), and separate this adjustment from the automatic calculation of c/h/s parameters. - In sanitize_partition, don't change any values in the slice until we know that the automatic adjustment will succeed. - When auto-adjusting, ignore unused slices and give an appropriate error for other zero-size slices depending on the cause. - Change dos() to do all of the c/h/s calculations for a whole slice; this fixes a bug where the ending c/h/s of an unused slice was set incorrectly. - When changing the active slice, detect the currently active slice number instead of always defaulting to slice 4. - Call fflush(stdout) before calling fgets(). - Test for fgets() returning NULL so we don't loop on EOF. Reviewed by: bde Revision Changes Path 1.51 +95 -73 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9:24: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 242DE37B401; Sun, 5 Aug 2001 09:24:41 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75GOfo38704; Sun, 5 Aug 2001 09:24:41 -0700 (PDT) (envelope-from sada) Message-Id: <200108051624.f75GOfo38704@freefall.freebsd.org> From: SADA Kenji Date: Sun, 5 Aug 2001 09:24:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape4-communicator distinfo ports/www/netscape47-communicator 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 sada 2001/08/05 09:24:41 PDT Modified files: www/netscape4-communicator distinfo www/netscape47-communicator Makefile Log: upgrade to 4.78 for alpha arch. Revision Changes Path 1.49 +2 -2 ports/www/netscape4-communicator/distinfo 1.80 +2 -2 ports/www/netscape47-communicator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9: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 947D037B401; Sun, 5 Aug 2001 09:50:22 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75GoMd40724; Sun, 5 Aug 2001 09:50:22 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108051650.f75GoMd40724@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 5 Aug 2001 09:50:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 isdnd.acct.5 isdnd.rates.5 isdnd.rc.5 doc/ja_JP.eucJP/man/man8 isdnd.8 isdndebug.8 isdndecode.8 isdnmonitor.8 isdntel.8 isdntelctl.8 isdntrace.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/08/05 09:50:22 PDT Modified files: ja_JP.eucJP/man/man5 isdnd.acct.5 isdnd.rates.5 isdnd.rc.5 ja_JP.eucJP/man/man8 isdnd.8 isdndebug.8 isdndecode.8 isdnmonitor.8 isdntel.8 isdntelctl.8 isdntrace.8 Log: Previous commit message was wrong. The baseline is RELENG_4, not RELENG_5. Pointed by: hm Revision Changes Path 1.12 +1 -1 doc/ja_JP.eucJP/man/man5/isdnd.acct.5 1.11 +2 -2 doc/ja_JP.eucJP/man/man5/isdnd.rates.5 1.15 +1 -1 doc/ja_JP.eucJP/man/man5/isdnd.rc.5 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/isdnd.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man8/isdndebug.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man8/isdndecode.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/isdnmonitor.8 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/isdntel.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/isdntelctl.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man8/isdntrace.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 9:55:32 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp1.interramp.com (smtp1.interramp.com [38.8.45.2]) by hub.freebsd.org (Postfix) with ESMTP id ABD9637B401; Sun, 5 Aug 2001 09:55:28 -0700 (PDT) (envelope-from horikawa@psinet.com) Received: from [205.164.248.38] (helo=localhost) by smtp1.interramp.com with esmtp (Exim 1.90 #1) id 15TRBM-0000pI-00; Sun, 5 Aug 2001 12:55:16 -0400 Date: Sun, 05 Aug 2001 12:54:08 -0400 (EDT) Message-Id: <20010805.125408.104053102.horikawa@psinet.com> To: hm@kts.org Cc: horikawa@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/ja_JP.eucJP/man/man5 isdnd.acct.5 isdnd.rates.5 isdnd.rc.5 doc/ja_JP.eucJP/man/man8 isdnd.8 isdndebug.8 From: Kazuo Horikawa In-Reply-To: <20010805063109.C1EDF9B1C@bert.kts.org> References: <200108050134.f751YDX13505@freefall.freebsd.org> <20010805063109.C1EDF9B1C@bert.kts.org> X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN) 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 hm@kts.org (Hellmuth Michaelis) wrote: > Kazuo Horikawa wrote: > > Log: > > Catch up with recent RELENG_5 witch has i4b 0.95.04 > Just curious, where did you get the "0.95.04" number from ? > RELENG_5 has 1.00.1. Actually, the baseline of ja_JP.eucJP/man/man?/isdn* is RELENG_4, not RELENG_5, and this single line commit message contained typos. I took "0.95.04" number from last commit to RELENG_4. Thank you for letting me know this. -- Kazuo Horikawa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 10: 5:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 431E837B403; Sun, 5 Aug 2001 10:05:11 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75H5B843163; Sun, 5 Aug 2001 10:05:11 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108051705.f75H5B843163@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 5 Aug 2001 10:05:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/midimountain Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/midimountain/files patch-midimountain::Makefile.in patch-midimountain::glade_interface.cpp patch-midimountain::mcIO.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/05 10:05:11 PDT Modified files: audio Makefile Added files: audio/midimountain Makefile distinfo pkg-comment pkg-descr pkg-plist audio/midimountain/files patch-midimountain::Makefile.in patch-midimountain::glade_interface.cpp patch-midimountain::mcIO.cpp Log: add midimountain MIDI sequencer Revision Changes Path 1.246 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 10: 5:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F21637B405; Sun, 5 Aug 2001 10:05:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75H5FS43533; Sun, 5 Aug 2001 10:05:15 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108051705.f75H5FS43533@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 5 Aug 2001 10:05: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 ijliao 2001/08/05 10:05:15 PDT Modified files: . modules Log: midimountain --> ports/audio/midimountain Revision Changes Path 1.3610 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 10:46: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 72B2437B401; Sun, 5 Aug 2001 10:46:40 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Hkeb47826; Sun, 5 Aug 2001 10:46:40 -0700 (PDT) (envelope-from sada) Message-Id: <200108051746.f75Hkeb47826@freefall.freebsd.org> From: SADA Kenji Date: Sun, 5 Aug 2001 10:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape4-communicator/files netscape.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 sada 2001/08/05 10:46:40 PDT Modified files: www/netscape4-communicator/files netscape.sh Log: linux-netscape should know its true NPX_PLUGIN_PATH. PR: ports/29378 Submitted by: Palle Girgensohn Revision Changes Path 1.12 +1 -0 ports/www/netscape4-communicator/files/netscape.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 11: 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 D02C337B401; Sun, 5 Aug 2001 11:01:19 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75I1J848827; Sun, 5 Aug 2001 11:01:19 -0700 (PDT) (envelope-from sada) Message-Id: <200108051801.f75I1J848827@freefall.freebsd.org> From: SADA Kenji Date: Sun, 5 Aug 2001 11:01:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/dkimap4/files patch-dboxpath.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 sada 2001/08/05 11:01:19 PDT Modified files: mail/dkimap4/files patch-dboxpath.h Log: Change default mail path to include a trailing '/'. PR: ports/29309 Submitted by: maintainer Revision Changes Path 1.2 +3 -3 ports/mail/dkimap4/files/patch-dboxpath.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 11: 4: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 7777137B401; Sun, 5 Aug 2001 11:04:34 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75I4Yl49114; Sun, 5 Aug 2001 11:04:34 -0700 (PDT) (envelope-from lioux) Message-Id: <200108051804.f75I4Yl49114@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 5 Aug 2001 11:04:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/q3server 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/08/05 11:04:34 PDT Modified files: games/q3server Makefile distinfo Log: Update to 1.29h Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/games/q3server/Makefile 1.3 +1 -1 ports/games/q3server/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 11:18: 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 B02BE37B403; Sun, 5 Aug 2001 11:18:01 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75II1n52913; Sun, 5 Aug 2001 11:18:01 -0700 (PDT) (envelope-from sada) Message-Id: <200108051818.f75II1n52913@freefall.freebsd.org> From: SADA Kenji Date: Sun, 5 Aug 2001 11:18:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape4-communicator 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 sada 2001/08/05 11:18:01 PDT Modified files: www/netscape4-communicator Makefile Log: Try to clearify circumstances of FreeBSD native version in the FORBIDDEN message. Revision Changes Path 1.81 +4 -2 ports/www/netscape4-communicator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 11:20: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 2FA9A37B403; Sun, 5 Aug 2001 11:20:31 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75IKV153129; Sun, 5 Aug 2001 11:20:31 -0700 (PDT) (envelope-from lioux) Message-Id: <200108051820.f75IKV153129@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 5 Aug 2001 11:20:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kmud Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/05 11:20:31 PDT Modified files: net/kmud Makefile distinfo pkg-plist Log: o Update to 1.0 o Use MASTER_SITE_SOURCEFORGE instead of *_SUNSITE PR: 28845 Submitted by: Kato Tsuguru Revision Changes Path 1.10 +4 -4 ports/net/kmud/Makefile 1.4 +1 -1 ports/net/kmud/distinfo 1.6 +12 -32 ports/net/kmud/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 Aug 5 11:38: 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 CF12837B401; Sun, 5 Aug 2001 11:38:00 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Ic0D54605; Sun, 5 Aug 2001 11:38:00 -0700 (PDT) (envelope-from lioux) Message-Id: <200108051838.f75Ic0D54605@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 5 Aug 2001 11:38:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/cqcam Makefile distinfo pkg-plist ports/graphics/cqcam/files patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/05 11:38:00 PDT Modified files: graphics/cqcam Makefile distinfo pkg-plist graphics/cqcam/files patch-ab patch-ac patch-ad Log: o Update to 0.91 o Support NOPORTDOCS PR: 29014 Submitted by: Kato Tsuguru Revision Changes Path 1.19 +5 -8 ports/graphics/cqcam/Makefile 1.4 +1 -1 ports/graphics/cqcam/distinfo 1.5 +8 -7 ports/graphics/cqcam/pkg-plist 1.3 +17 -7 ports/graphics/cqcam/files/patch-ab 1.2 +11 -8 ports/graphics/cqcam/files/patch-ac 1.2 +4 -4 ports/graphics/cqcam/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 11:41:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5972737B401; Sun, 5 Aug 2001 11:41:26 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75IfQS54843; Sun, 5 Aug 2001 11:41:26 -0700 (PDT) (envelope-from lioux) Message-Id: <200108051841.f75IfQS54843@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 5 Aug 2001 11:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/yawmppp 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/08/05 11:41:25 PDT Modified files: comms/yawmppp Makefile Log: Fix installation, broken by last commit Submitted by: MAINTAINER Revision Changes Path 1.7 +3 -3 ports/comms/yawmppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 11:46:35 2001 Delivered-To: cvs-all@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id 0AC1637B401 for ; Sun, 5 Aug 2001 11:46:33 -0700 (PDT) (envelope-from david.coley@home.com) Received: from CJ570801-A.dlcty1.va.home.com ([24.10.235.55]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010805184632.PYOH12371.femail8.sdc1.sfba.home.com@CJ570801-A.dlcty1.va.home.com> for ; Sun, 5 Aug 2001 11:46:32 -0700 Importance: Normal X-Priority: 3 (Normal) To: cvs-all@FreeBSD.org Subject: MIME-Version: 1.0 From: david.coley@home.com Date: Sun, 5 Aug 2001 14:42:57 -0400 Message-ID: X-MIMETrack: Serialize by Router on CJ570801-A/Home(Release 5.0.8 |June 18, 2001) at 08/05/2001 02:42:58 PM MIME-Version: 1.0 Content-Type: text/html; charset=ISO-8859-1 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
subscribe cvs-all
= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 11:51: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 4A65537B401; Sun, 5 Aug 2001 11:51:11 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75IpBO55371; Sun, 5 Aug 2001 11:51:11 -0700 (PDT) (envelope-from jim) Message-Id: <200108051851.f75IpBO55371@freefall.freebsd.org> From: Jim Mock Date: Sun, 5 Aug 2001 11:51:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction 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 jim 2001/08/05 11:51:11 PDT Modified files: en_US.ISO8859-1/books/handbook/introduction chapter.sgml Log: Add Microsoft and Sony Japan to the list of companies using FreeBSD. Re-add Hotmail while I'm here as well. Submitted by: nik, murray, alfred Revision Changes Path 1.55 +17 -1 doc/en_US.ISO8859-1/books/handbook/introduction/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 Aug 5 11:54: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 8477737B401; Sun, 5 Aug 2001 11:54:51 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Isp455586; Sun, 5 Aug 2001 11:54:51 -0700 (PDT) (envelope-from jim) Message-Id: <200108051854.f75Isp455586@freefall.freebsd.org> From: Jim Mock Date: Sun, 5 Aug 2001 11:54:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style 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 jim 2001/08/05 11:54:51 PDT Modified files: en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Add "email" to the word list. Submitted by: murray Revision Changes Path 1.17 +2 -1 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/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 Aug 5 11:59: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 0F6CE37B403; Sun, 5 Aug 2001 11:59:49 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Ixnq58079; Sun, 5 Aug 2001 11:59:49 -0700 (PDT) (envelope-from jim) Message-Id: <200108051859.f75Ixnq58079@freefall.freebsd.org> From: Jim Mock Date: Sun, 5 Aug 2001 11:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style 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 jim 2001/08/05 11:59:48 PDT Modified files: en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Whitespace changes only -- translators can ignore this commit. Since the word list is in the doc project primer, it should follow the style that's talked about throughout the primer :-) Revision Changes Path 1.18 +40 -12 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/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 Aug 5 12:10: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 0FC3C37B401; Sun, 5 Aug 2001 12:10:54 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JAss62584; Sun, 5 Aug 2001 12:10:54 -0700 (PDT) (envelope-from jim) Message-Id: <200108051910.f75JAss62584@freefall.freebsd.org> From: Jim Mock Date: Sun, 5 Aug 2001 12:10:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj handbook.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 jim 2001/08/05 12:10:53 PDT Modified files: en/docproj handbook.sgml Log: Assign myself to the "Review rest of the book for grammatical errors" task. Suggested by: murray Revision Changes Path 1.5 +4 -4 www/en/docproj/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 12:12:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 775E337B401; Sun, 5 Aug 2001 12:12:27 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JCRi62775; Sun, 5 Aug 2001 12:12:27 -0700 (PDT) (envelope-from lioux) Message-Id: <200108051912.f75JCRi62775@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 5 Aug 2001 12:12:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/graphviz Makefile distinfo pkg-plist ports/graphics/graphviz/files patch-ac patch-ae patch-agraph:agraph.h patch-configure.in patch-doc:Makefile.am patch-dotneato:dot.c patch-dotneato:neato.c patch-lefty:Makefile.am ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/05 12:12:27 PDT Modified files: graphics/graphviz Makefile distinfo pkg-plist Removed files: graphics/graphviz/files patch-ac patch-ae patch-agraph:agraph.h patch-configure.in patch-doc:Makefile.am patch-dotneato:dot.c patch-dotneato:neato.c patch-lefty:Makefile.am patch-lefty:ws:x11:Makefile.am patch-lefty:ws:x11:libfilereq:Dir.c patch-lefty:ws:x11:libfilereq:Makefile.am patch-lefty:ws:x11:libfilereq:SFinternal.h patch-tkspline:Makefile.am Log: o Update to 1.7.6 o Depend on freetype2 instead of freetype o Remove all patches since they are no longer necessary in this latest update PR: 29015 Submitted by: Kato Tsuguru Revision Changes Path 1.24 +10 -13 ports/graphics/graphviz/Makefile 1.12 +1 -1 ports/graphics/graphviz/distinfo 1.14 +9 -0 ports/graphics/graphviz/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 Aug 5 12:19:27 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 995C637B401; Sun, 5 Aug 2001 12:19:21 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id CF0194CE0D; Sun, 5 Aug 2001 15:19:20 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id PAA19046; Sun, 5 Aug 2001 15:19:19 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id MAA16228; Sun, 5 Aug 2001 12:19:19 -0700 (PDT) Message-Id: <200108051919.MAA16228@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: mark@grondar.za Subject: Re: cvs commit: src/lib/libopie Makefile Cc: ache@nagual.pp.ru, cvs-committers@freebsd.org, cvs-all@freebsd.org References: <20010805040537.A37278@nagual.pp.ru> <200108051450.f75EoKZ04397@grimreaper.grondar.za> Date: Sun, 5 Aug 2001 12:19:18 -0700 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >...and OPIE currently does not >compile like that. Agreed that that may be a bug that needs fixing >in its own right. If this is the "force used uninitialized", this is addressed in my PR bin/23203. I sent email to the OPIE developers last week to see if they would address it so that we didn't have to take opiekey.c off the vendor branch, but I haven't gotten any reply yet. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 12: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 5D6C237B401; Sun, 5 Aug 2001 12:23:40 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JNep67974; Sun, 5 Aug 2001 12:23:40 -0700 (PDT) (envelope-from nakai) Message-Id: <200108051923.f75JNep67974@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 5 Aug 2001 12:23:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce Makefile ports/x11-wm/xfce/files patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nakai 2001/08/05 12:23:40 PDT Modified files: x11-wm/xfce Makefile Removed files: x11-wm/xfce/files patch-ag patch-ah Log: Update to 3.8.6 PR: ports/28066 Submitted by: KATO Tsuguru Revision Changes Path 1.46 +4 -2 ports/x11-wm/xfce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 12:25: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 2BA9037B401; Sun, 5 Aug 2001 12:25:17 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JPH671150; Sun, 5 Aug 2001 12:25:17 -0700 (PDT) (envelope-from jim) Message-Id: <200108051925.f75JPH671150@freefall.freebsd.org> From: Jim Mock Date: Sun, 5 Aug 2001 12:25:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig 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 jim 2001/08/05 12:25:17 PDT Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: More grammatical and typo fixes. While I'm here, add a few notes to various parts to make things more clear to the reader. Submitted by: John Murphy on -doc Revision Changes Path 1.56 +22 -7 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 12:27: 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 98AE637B401; Sun, 5 Aug 2001 12:26:56 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JQuY71818; Sun, 5 Aug 2001 12:26:56 -0700 (PDT) (envelope-from sf) Message-Id: <200108051926.f75JQuY71818@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 5 Aug 2001 12:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/jargon Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/08/05 12:26:56 PDT Modified files: misc/jargon Makefile distinfo pkg-plist Log: o update to 4.3.1. o take over maintainership. Approved by: Stefan Moeding (maintainer) Revision Changes Path 1.10 +8 -7 ports/misc/jargon/Makefile 1.6 +1 -1 ports/misc/jargon/distinfo 1.7 +31 -26 ports/misc/jargon/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 Aug 5 12:29:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B3B337B403; Sun, 5 Aug 2001 12:29:45 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JTjX72014; Sun, 5 Aug 2001 12:29:45 -0700 (PDT) (envelope-from jim) Message-Id: <200108051929.f75JTjX72014@freefall.freebsd.org> From: Jim Mock Date: Sun, 5 Aug 2001 12:29:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2001/08/05 12:29:44 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Fix the link to the Wind River web site. While I'm here, update the mailing address, etc., for Wind River. Submitted by: Chris Dempsey on -doc Revision Changes Path 1.139 +5 -7 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 12:37: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 9759E37B403; Sun, 5 Aug 2001 12:37:12 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JbCq72522; Sun, 5 Aug 2001 12:37:12 -0700 (PDT) (envelope-from mike) Message-Id: <200108051937.f75JbCq72522@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 5 Aug 2001 12:37:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/08/05 12:37:12 PDT Modified files: usr.bin/whois whois.1 whois.c Log: o Move APNIC flag from -p to -A. Since, -p is usually associated with specifying a port. o Add the -p flag for specifying a port. (PR: 28790) This is useful for querying rwhois servers. Example: whois -h rwhois.exodus.net -p rwhois 216.136.180.0 o Add the -c flag which allows one to get the same whois server that would normally be determined if no arguments were specified. (Concept based on work by phantom, requested by ache) Example: whois -c ru TCNET-MNT-RIPN o Deprecate -R flag in favour of -c ru. PR: 28790 Reviewed by: -audit, ache, phantom Revision Changes Path 1.21 +26 -9 src/usr.bin/whois/whois.1 1.24 +27 -18 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 12:40: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 6941F37B401; Sun, 5 Aug 2001 12:40:39 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JedE72741; Sun, 5 Aug 2001 12:40:39 -0700 (PDT) (envelope-from jesusr) Message-Id: <200108051940.f75JedE72741@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sun, 5 Aug 2001 12:40:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml catalog X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesusr 2001/08/05 12:40:39 PDT Modified files: share/sgml catalog Log: Create BookInfo and stylesheets spanish specific entities Revision Changes Path 1.18 +10 -1 doc/share/sgml/catalog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 12:46: 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 6475E37B401; Sun, 5 Aug 2001 12:46:06 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Jk6E73158; Sun, 5 Aug 2001 12:46:06 -0700 (PDT) (envelope-from jesusr) Message-Id: <200108051946.f75Jk6E73158@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sun, 5 Aug 2001 12:46:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/share/sgml bookinfo.ent legalnotice.sgml freebsd.dsl mailing-lists.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesusr 2001/08/05 12:46:06 PDT Modified files: es_ES.ISO8859-1/share/sgml freebsd.dsl mailing-lists.ent Added files: es_ES.ISO8859-1/share/sgml bookinfo.ent legalnotice.sgml Log: Added spanish "legalnotice", footer and complet translated mailing list descriptions. Revision Changes Path 1.4 +228 -18 doc/es_ES.ISO8859-1/share/sgml/freebsd.dsl 1.2 +91 -26 doc/es_ES.ISO8859-1/share/sgml/mailing-lists.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 12:50: 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 A074737B401; Sun, 5 Aug 2001 12:50:04 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Jo4L73436; Sun, 5 Aug 2001 12:50:04 -0700 (PDT) (envelope-from jesusr) Message-Id: <200108051950.f75Jo4L73436@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sun, 5 Aug 2001 12:50:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-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 jesusr 2001/08/05 12:50:04 PDT Modified files: es_ES.ISO8859-1/books/faq book.sgml Log: - Use spanish defined entities. - Include legal notice. - Added years copyright. - Rewrite section. - Convert section to . Revision Changes Path 1.16 +44 -25 doc/es_ES.ISO8859-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 Aug 5 12:52:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DD4D37B403; Sun, 5 Aug 2001 12:52:37 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75JqbS73712; Sun, 5 Aug 2001 12:52:37 -0700 (PDT) (envelope-from demon) Message-Id: <200108051952.f75JqbS73712@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 5 Aug 2001 12:52:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm-themes 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 demon 2001/08/05 12:52:37 PDT Modified files: x11-wm/fvwm-themes pkg-plist Log: Remove two extra files. Obtained from: bento logs Revision Changes Path 1.3 +0 -2 ports/x11-wm/fvwm-themes/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 Aug 5 13: 8: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 6601837B401; Sun, 5 Aug 2001 13:08:26 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75K8QU78181; Sun, 5 Aug 2001 13:08:26 -0700 (PDT) (envelope-from asmodai) Message-Id: <200108052008.f75K8QU78181@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sun, 5 Aug 2001 13:08:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uscanner.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 asmodai 2001/08/05 13:08:26 PDT Modified files: (Branch: RELENG_4) sys/dev/usb uscanner.c Log: Add missing identifier for Epson Perfection 1240U. This now enables this model to be attached by uscanner. Works great under SANE too. Approved by: Release Engineer Revision Changes Path 1.2.2.4 +2 -1 src/sys/dev/usb/uscanner.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 13:26: 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 3886F37B401; Sun, 5 Aug 2001 13:26:03 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75KQ3O79877; Sun, 5 Aug 2001 13:26:03 -0700 (PDT) (envelope-from nsayer) Message-Id: <200108052026.f75KQ3O79877@freefall.freebsd.org> From: Nick Sayer Date: Sun, 5 Aug 2001 13:26:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc apmd.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2001/08/05 13:26:03 PDT Modified files: etc apmd.conf Log: Make the sample entries actually syntactically correct. :-/ Revision Changes Path 1.6 +7 -7 src/etc/apmd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 13:29:19 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 1F6DC37B401; Sun, 5 Aug 2001 13:29:11 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f75KSop47659; Mon, 6 Aug 2001 00:28:50 +0400 (MSD) (envelope-from ache) Date: Mon, 6 Aug 2001 00:28:49 +0400 From: "Andrey A. Chernov" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libopie Makefile Message-ID: <20010806002848.B47300@nagual.pp.ru> References: <20010805024631.B36079@nagual.pp.ru> <200108051444.f75EiVZ04340@grimreaper.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108051444.f75EiVZ04340@grimreaper.grondar.za> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Aug 05, 2001 at 15:44:31 +0100, Mark Murray wrote: > I'm having a problem parsing this. Sorry, it is my bad English. Typical /etc/opieaccess is: permit 127.0.0.1 255.255.255.255 permit xx.xx.xx.xx 255.255.255.255 (second is externally visible machine address) It allows both local ftp command and remote FTP (21) via SSH which use external address address, but calls ftpd on local machine. I mean not current system FTPD, but FTPD with proper OPIE integration like wu-ftpd. > > opiepasswd: user can't change its own password when count dropped to 0. > > Sounds like you either need to manage passwords better or that you need > WANT_INSECURE_OPIE. What you mean by 'better'? Each OPIE password have its count down with max 9999 value. > I understand the X Terminal problem, and I'm hoping to fix it. For the > rest, I have to repeat that it loooks like you need to build your world > with WANT_INSECURE_OPIE set to "true". Nowdays all machines used as servers with rare console access, it means that most connections are remote connections, and it means that _by_default_ OPIE must assume this variant. And for admins which don't trust any remote connection we can have just opposite option. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 13: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 E406037B401; Sun, 5 Aug 2001 13:29:57 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75KTv380395; Sun, 5 Aug 2001 13:29:57 -0700 (PDT) (envelope-from nakai) Message-Id: <200108052029.f75KTv380395@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 5 Aug 2001 13:29:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/getmail Makefile distinfo pkg-descr pkg-plist ports/mail/getmail/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 nakai 2001/08/05 13:29:57 PDT Modified files: mail/getmail Makefile distinfo pkg-descr pkg-plist Removed files: mail/getmail/files patch-aa Log: Update to 2.1.3 Change MAINTAINER PR: ports/29373 Submitted by: Pete Fritchman Revision Changes Path 1.2 +21 -10 ports/mail/getmail/Makefile 1.2 +1 -1 ports/mail/getmail/distinfo 1.2 +2 -1 ports/mail/getmail/pkg-descr 1.2 +7 -1 ports/mail/getmail/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 Aug 5 13: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 3733D37B401; Sun, 5 Aug 2001 13:37:09 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Kb9u81608; Sun, 5 Aug 2001 13:37:09 -0700 (PDT) (envelope-from nakai) Message-Id: <200108052037.f75Kb9u81608@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 5 Aug 2001 13:37:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/guavac 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 nakai 2001/08/05 13:37:09 PDT Modified files: java/guavac pkg-descr Log: Delete outdated link PR: ports/29033 Submitted by: Bruce Dang Revision Changes Path 1.5 +1 -7 ports/java/guavac/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 Aug 5 13:50: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 2128837B401; Sun, 5 Aug 2001 13:50:37 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75KobJ83318; Sun, 5 Aug 2001 13:50:37 -0700 (PDT) (envelope-from nakai) Message-Id: <200108052050.f75KobJ83318@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 5 Aug 2001 13:50:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/spager Makefile distinfo ports/x11-wm/spager/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 nakai 2001/08/05 13:50:37 PDT Modified files: x11-wm/spager Makefile distinfo x11-wm/spager/files patch-aa Log: Update to 0.15 PR: ports/29449 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +9 -10 ports/x11-wm/spager/Makefile 1.4 +1 -1 ports/x11-wm/spager/distinfo 1.5 +16 -11 ports/x11-wm/spager/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 13:56: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 35A9337B401; Sun, 5 Aug 2001 13:56:35 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75KuZ083996; Sun, 5 Aug 2001 13:56:35 -0700 (PDT) (envelope-from jdp) Message-Id: <200108052056.f75KuZ083996@freefall.freebsd.org> From: John Polstra Date: Sun, 5 Aug 2001 13:56:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 jdp 2001/08/05 13:56:35 PDT Modified files: en_US.ISO8859-1/books/handbook/contrib chapter.sgml Log: Add information about the FreeBSD Foundation. Revision Changes Path 1.462 +24 -2 doc/en_US.ISO8859-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 Sun Aug 5 14: 1: 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 3CE6137B401; Sun, 5 Aug 2001 14:01:05 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75L15L84358; Sun, 5 Aug 2001 14:01:05 -0700 (PDT) (envelope-from lioux) Message-Id: <200108052101.f75L15L84358@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 5 Aug 2001 14:01:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/twin pkg-message Makefile distinfo pkg-descr pkg-plist ports/emulators/twin/files patch-ag patch-ah patch-ad patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/05 14:01:05 PDT Modified files: emulators/twin Makefile distinfo pkg-descr pkg-plist Added files: emulators/twin pkg-message emulators/twin/files patch-ag patch-ah Removed files: emulators/twin/files patch-ad patch-af Log: o Update to 3.1.14 - bump PORTEPOCH since last version (1999.12.30) is bigger than new one (3.1.14); reviewed by sobomax o Style changes on port's Makefile o Support NOPORTDOCS o Add version number to library files to keep ldconfig happy; start with version 0; reviewed by dougb o Update both COMMENT and DESCR o Add PKGMESSAGE warning about kernel options necessary to get it working PR: 29176 Submitted by: Kato Tsuguru Reviewed by: dougb, sobomax Revision Changes Path 1.9 +29 -19 ports/emulators/twin/Makefile 1.3 +1 -1 ports/emulators/twin/distinfo 1.3 +7 -4 ports/emulators/twin/pkg-descr 1.5 +43 -22 ports/emulators/twin/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 Aug 5 14: 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 33F2437B403; Sun, 5 Aug 2001 14:06:14 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75L6EY88065; Sun, 5 Aug 2001 14:06:14 -0700 (PDT) (envelope-from dirk) Message-Id: <200108052106.f75L6EY88065@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 14:06:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php_doc Makefile distinfo pkg-plist pkg-plist.de pkg-plist.fr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/08/05 14:06:14 PDT Modified files: lang/php_doc Makefile distinfo pkg-plist pkg-plist.de pkg-plist.fr Log: Move distfiles to ${MASTER_SITE_LOCAL} and upgrade to the latest versions. Add a special target for maintainer to make it easy to upgrade to new versions. Revision Changes Path 1.5 +27 -13 ports/lang/php_doc/Makefile 1.4 +3 -3 ports/lang/php_doc/distinfo 1.3 +149 -35 ports/lang/php_doc/pkg-plist 1.3 +153 -18 ports/lang/php_doc/pkg-plist.de 1.3 +146 -1 ports/lang/php_doc/pkg-plist.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 14: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 38C1237B405; Sun, 5 Aug 2001 14:19:49 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75LJn426601; Sun, 5 Aug 2001 14:19:49 -0700 (PDT) (envelope-from nik) Message-Id: <200108052119.f75LJn426601@freefall.freebsd.org> From: Nik Clayton Date: Sun, 5 Aug 2001 14:19:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/docproj 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 nik 2001/08/05 14:19:49 PDT Modified files: textproc/docproj Makefile Log: Add dependency on libxslt/xsltproc. Bump PORTREVISION. Revision Changes Path 1.32 +4 -3 ports/textproc/docproj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 14: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 4CB0E37B40A; Sun, 5 Aug 2001 14:26:50 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75LQo127287; Sun, 5 Aug 2001 14:26:50 -0700 (PDT) (envelope-from dirk) Message-Id: <200108052126.f75LQo127287@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 5 Aug 2001 14:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook/disks chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks 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 dirk 2001/08/05 14:26:50 PDT Modified files: de_DE.ISO8859-1/books/handbook/disks chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: The port sysutils/cdrecord was renamed to sysutils/cdrtools. Revision Changes Path 1.2 +3 -3 doc/de_DE.ISO8859-1/books/handbook/disks/chapter.sgml 1.43 +3 -3 doc/en_US.ISO8859-1/books/handbook/disks/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 Aug 5 14:56:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E283F37B401; Sun, 5 Aug 2001 14:56:11 -0700 (PDT) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75LuBa29330; Sun, 5 Aug 2001 14:56:11 -0700 (PDT) (envelope-from nate) Message-Id: <200108052156.f75LuBa29330@freefall.freebsd.org> From: Nate Williams Date: Sun, 5 Aug 2001 14:56:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nate 2001/08/05 14:56:11 PDT Modified files: sys/i386/conf GENERIC Log: - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPad that needs this probably won't run -current, as it's at least 5 years old. Revision Changes Path 1.316 +1 -3 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 14:59: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 AE84E37B401; Sun, 5 Aug 2001 14:59:39 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75LxdH29572; Sun, 5 Aug 2001 14:59:39 -0700 (PDT) (envelope-from demon) Message-Id: <200108052159.f75LxdH29572@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sun, 5 Aug 2001 14:59:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk-tutorial 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 demon 2001/08/05 14:59:39 PDT Modified files: java/jdk-tutorial Makefile distinfo pkg-message pkg-plist Log: Tarball was rerolled with slight changes. Bump PORTREVISION. Revision Changes Path 1.18 +2 -2 ports/java/jdk-tutorial/Makefile 1.10 +1 -1 ports/java/jdk-tutorial/distinfo 1.3 +1 -0 ports/java/jdk-tutorial/pkg-message 1.9 +81 -0 ports/java/jdk-tutorial/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 Aug 5 15: 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 F09EF37B401; Sun, 5 Aug 2001 15:07:27 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75M7RM33047; Sun, 5 Aug 2001 15:07:27 -0700 (PDT) (envelope-from dd) Message-Id: <200108052207.f75M7RM33047@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 5 Aug 2001 15:07:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/renice renice.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/05 15:07:27 PDT Modified files: usr.bin/renice renice.8 Log: can not -> cannot Revision Changes Path 1.9 +2 -2 src/usr.bin/renice/renice.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 15:17: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 EE43237B406; Sun, 5 Aug 2001 15:17:47 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75MHlI34075; Sun, 5 Aug 2001 15:17:47 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108052217.f75MHlI34075@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 5 Aug 2001 15:17:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 ffsinfo.8 growfs.8 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 horikawa 2001/08/05 15:17:47 PDT Modified files: ja_JP.eucJP/man/man8 Makefile Added files: ja_JP.eucJP/man/man8 ffsinfo.8 growfs.8 Log: Initial Japanese translation. Submitted by:SUZUKI Koichi Revision Changes Path 1.34 +2 -0 doc/ja_JP.eucJP/man/man8/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 15:20:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F6E937B403; Sun, 5 Aug 2001 15:20:12 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75MKC534274; Sun, 5 Aug 2001 15:20:12 -0700 (PDT) (envelope-from gibbs) Message-Id: <200108052220.f75MKC534274@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 5 Aug 2001 15:20:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.seq aic7xxx_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 gibbs 2001/08/05 15:20:12 PDT Modified files: sys/dev/aic7xxx aic7xxx.c aic7xxx.seq aic7xxx_pci.c Log: aic7xxx.c: Correct an off by one in our critical section handling. SEQADDR always reads the next instruction to execute, so we must subtract one from its value before making comparisons with entries in the critical section table. Print a few additional registers whenever we dump card state. Show the SCB_CONTROL and SCB_TAG values for all pending SCBs in card SCB ram when dumping card state. aic7xxx.seq: Fix a bug introduced while optimizing the SDPTR path. We would ack the SDPTR message twice on Ultra2 or better chips if it occurred after all data had been transferred for a transaction. Change our workaround for the PCI2.1 retry bug on some chips. Although the previous workaround was logically correct, its faster method of draining the FIFO seemed to occassionally confuse the FIFO state. We now drain the FIFO at half the speed which avoids the problem. aic7xxx_pci.c: Chips with the PCI 2.1 retry bug can't handle a 16byte cachesize. If the cachesize is set to 16bytes, drop it to 0. Revision Changes Path 1.78 +20 -2 src/sys/dev/aic7xxx/aic7xxx.c 1.119 +17 -24 src/sys/dev/aic7xxx/aic7xxx.seq 1.17 +10 -2 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 Sun Aug 5 16: 3:43 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 ACBC237B401; Sun, 5 Aug 2001 16:03:35 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id E439FD; Mon, 6 Aug 2001 00:03:17 +0100 (BST) Date: Mon, 6 Aug 2001 00:03:16 +0100 From: Josef Karthauser To: Nik Clayton Cc: Murray Stokely , Jim Mock , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml Message-ID: <20010806000316.B733@tao.org.uk> References: <200108041947.f74Jlif73677@freefall.freebsd.org> <20010804160805.J18598@mao.stokely.org> <20010805105643.K1897@canyon.nothing-going-on.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: <20010805105643.K1897@canyon.nothing-going-on.org>; from nik@freebsd.org on Sun, Aug 05, 2001 at 10:56:44AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --MfFXiAuoTsnnDAfZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 05, 2001 at 10:56:44AM +0100, Nik Clayton wrote: > On Sat, Aug 04, 2001 at 04:08:05PM -0700, Murray Stokely wrote: > > On Sat, Aug 04, 2001 at 12:47:44PM -0700, Jim Mock wrote: > > > * Remove Hotmail and BSDi from the users list > >=20 > > Can we add Sony Japan here? >=20 > I think so. Hotmail should also probably stay, since we know they use > FreeBSD for DNS. Did I miss something? When did Hotmail stop using FreeBSD for the mailservers? Joe --MfFXiAuoTsnnDAfZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtt0LMACgkQXVIcjOaxUBaelwCeOCOQFxwQXEdnbtOdkGe9TDtf ik8AoLdZN6Qvan5eIfpabRAkBtLSX2AB =U19t -----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 Sun Aug 5 16: 6: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from cartman.geekhouse.net (valve.dub.net [64.81.252.98]) by hub.freebsd.org (Postfix) with ESMTP id E07E937B401; Sun, 5 Aug 2001 16:06:00 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: by cartman.geekhouse.net (Postfix, from userid 1000) id 441483230; Sun, 5 Aug 2001 16:05:58 -0700 (PDT) Date: Sun, 5 Aug 2001 16:05:58 -0700 From: Jim Mock To: Josef Karthauser Cc: Nik Clayton , Murray Stokely , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml Message-ID: <20010805160558.B74233@cartman.geekhouse.net> Reply-To: jim@FreeBSD.org References: <200108041947.f74Jlif73677@freefall.freebsd.org> <20010804160805.J18598@mao.stokely.org> <20010805105643.K1897@canyon.nothing-going-on.org> <20010806000316.B733@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010806000316.B733@tao.org.uk> User-Agent: Mutt/1.3.20i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 06 Aug 2001 at 00:03:16 +0100, Josef Karthauser wrote: > On Sun, Aug 05, 2001 at 10:56:44AM +0100, Nik Clayton wrote: > > On Sat, Aug 04, 2001 at 04:08:05PM -0700, Murray Stokely wrote: > > > On Sat, Aug 04, 2001 at 12:47:44PM -0700, Jim Mock wrote: > > > > * Remove Hotmail and BSDi from the users list > > > > > > Can we add Sony Japan here? > > > > I think so. Hotmail should also probably stay, since we know they > > use FreeBSD for DNS. > > Did I miss something? When did Hotmail stop using FreeBSD for the > mailservers? Last fall sometime. - jim -- - jim mock tech writer | iXsystems, Inc. - - http://soupnazi.org/ work: jim@ixsystems.net | 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 Aug 5 16: 8: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 A838737B401; Sun, 5 Aug 2001 16:08:38 -0700 (PDT) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75N8cq40295; Sun, 5 Aug 2001 16:08:38 -0700 (PDT) (envelope-from jesper) Message-Id: <200108052308.f75N8cq40295@freefall.freebsd.org> From: Jesper Skriver Date: Sun, 5 Aug 2001 16:08:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c src/sys/netinet6 frag6.c in6_proto.c X-FreeBSD-CVS-Branch: RELENG_4_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesper 2001/08/05 16:08:38 PDT Modified files: (Branch: RELENG_4_3) sys/netinet ip_input.c sys/netinet6 frag6.c in6_proto.c Log: MFS src/sys/netinet/ip_input.c rev 1.130.2.22 src/sys/netinet6/frag6.c rev 1.2.2.4 src/sys/netinet6/in6_proto.c rev 1.6.2.4 Prevent denial of service using bogus fragmented IPv4 packets. A attacker sending a lot of bogus fragmented packets to the target (with different IPv4 identification field - ip_id), may be able to put the target machine into mbuf starvation state. By setting a upper limit on the number of reassembly queues we prevent this situation. This upper limit is controlled by the new sysctl net.inet.ip.maxfragpackets which defaults to nmbclusters/4 If you want old behaviour (no upper limit) set this sysctl to a negative value. If you don't want to accept any fragments (not recommended) set the sysctl to 0 (zero) Change the default value of net.inet6.ip6.maxfragpackets from 200 to nmbclusters/4 to match the IPv4 case. Approved by: security-officer (kris) Obtained from: NetBSD (partially) Revision Changes Path 1.130.2.21.2.1 +34 -2 src/sys/netinet/ip_input.c 1.2.2.2.2.1 +3 -1 src/sys/netinet6/frag6.c 1.6.2.3.2.1 +2 -2 src/sys/netinet6/in6_proto.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 16:20: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 0A63737B401; Sun, 5 Aug 2001 16:20:33 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75NKX440976; Sun, 5 Aug 2001 16:20:33 -0700 (PDT) (envelope-from msmith) Message-Id: <200108052320.f75NKX440976@freefall.freebsd.org> From: Mike Smith Date: Sun, 5 Aug 2001 16:20:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_timer.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 msmith 2001/08/05 16:20:32 PDT Modified files: sys/dev/acpica acpi_timer.c Log: The Intel 440MX ACPI timer seems to work properly, so add it to the list here. Restructure slightly so that adding more devices is easier. Submitted by: Jose Gabriel J Marcelino Revision Changes Path 1.10 +13 -6 src/sys/dev/acpica/acpi_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 16:35: 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 E008437B401; Sun, 5 Aug 2001 16:34:57 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75NYvo41942; Sun, 5 Aug 2001 16:34:57 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108052334.f75NYvo41942@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 5 Aug 2001 16:34:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man7 groff_mdoc.7 Makefile groff.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/08/05 16:34:57 PDT Modified files: ja_JP.eucJP/man/man7 Makefile groff.7 Added files: ja_JP.eucJP/man/man7 groff_mdoc.7 Log: groff 1.17 related pages Submitted by: Yoshiteru Kageyama Reviewed by: okazaki (some macro errors in groff_mdoc.7) Revision Changes Path 1.9 +3 -2 doc/ja_JP.eucJP/man/man7/Makefile 1.8 +174 -63 doc/ja_JP.eucJP/man/man7/groff.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 16: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 7651B37B401; Sun, 5 Aug 2001 16:49:34 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75NnYR42861; Sun, 5 Aug 2001 16:49:34 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108052349.f75NnYR42861@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 5 Aug 2001 16:49:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/mail chapter.sgml doc/ja_JP.eucJP/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/05 16:49:34 PDT Modified files: ja_JP.eucJP/books/handbook/mail chapter.sgml ja_JP.eucJP/books/handbook/mirrors chapter.sgml Log: Merge the changes in the English version. Revision Changes Path 1.8 +46 -2 doc/ja_JP.eucJP/books/handbook/mail/chapter.sgml 1.48 +91 -116 doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 16:55: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 779BF37B401; Sun, 5 Aug 2001 16:55:45 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75NtjS43406; Sun, 5 Aug 2001 16:55:45 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108052355.f75NtjS43406@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 5 Aug 2001 16:55:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man7 tuning.7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/08/05 16:55:45 PDT Modified files: ja_JP.eucJP/man/man7 Makefile Added files: ja_JP.eucJP/man/man7 tuning.7 Log: Initial translation. Submitted by:dais@iris.dti.ne.jp (Daisuke Higashi) Revision Changes Path 1.10 +2 -1 doc/ja_JP.eucJP/man/man7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 16:59: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 7D80937B403; Sun, 5 Aug 2001 16:59:46 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Nxku43627; Sun, 5 Aug 2001 16:59:46 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108052359.f75Nxku43627@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 5 Aug 2001 16:59:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 isdnd.rates.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/08/05 16:59:46 PDT Modified files: ja_JP.eucJP/man/man5 isdnd.rates.5 Log: Restore path and revision number info of English version. Revision Changes Path 1.12 +2 -2 doc/ja_JP.eucJP/man/man5/isdnd.rates.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 17:27:41 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 4085037B401; Sun, 5 Aug 2001 17:27:34 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 87EEF6AD07; Mon, 6 Aug 2001 09:57:31 +0930 (CST) Date: Mon, 6 Aug 2001 09:57:31 +0930 From: Greg Lehey To: Wilko Bulte Cc: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/scripts dokern.sh Message-ID: <20010806095730.B97152@wantadilla.lemis.com> References: <200108042220.f74MKrV90984@freefall.freebsd.org> <20010805031349.A18088@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010805031349.A18088@freebie.xs4all.nl>; from wkb@freebie.xs4all.nl on Sun, Aug 05, 2001 at 03:13:49AM +0200 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, 5 August 2001 at 3:13:49 +0200, Wilko Bulte wrote: > On Sat, Aug 04, 2001 at 03:20:53PM -0700, David E. O'Brien wrote: >> obrien 2001/08/04 15:20:53 PDT >> >> Modified files: (Branch: RELENG_4) >> release/scripts dokern.sh >> Log: >> Cut more from the Alpha kernel in order to build the install floppies: >> DEC_3000_300, DEC_3000_500, ncr, sa, amr, plip, le, pcn, wx, sl. > > Do I need to relnote the fact that tape installs are no longer possible? > [where they ever on alpha?] I think it would be a good idea. I still mention them in my book, though I'll remove it in the next edition. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 17:31: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 DA79637B401; Sun, 5 Aug 2001 17:31:20 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f760VKx48583; Sun, 5 Aug 2001 17:31:20 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108060031.f760VKx48583@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 5 Aug 2001 17:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 sh.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/08/05 17:31:20 PDT Modified files: ja_JP.eucJP/man/man1 sh.1 Log: Fix unmatching .Bl and .El. Revision Changes Path 1.32 +3 -7 doc/ja_JP.eucJP/man/man1/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 18: 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 0A05837B401; Sun, 5 Aug 2001 18:09:16 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7619Gt53701; Sun, 5 Aug 2001 18:09:16 -0700 (PDT) (envelope-from okazaki) Message-Id: <200108060109.f7619Gt53701@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 5 Aug 2001 18:09:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gxditview/files Imakefile 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 okazaki 2001/08/05 18:09:15 PDT Added files: japanese/gxditview/files Imakefile Removed files: japanese/gxditview/files patch-aa patch-ab Log: Update to 1.17. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 18: 9: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 DBE4737B405; Sun, 5 Aug 2001 18:09:20 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7619Kg53739; Sun, 5 Aug 2001 18:09:20 -0700 (PDT) (envelope-from okazaki) Message-Id: <200108060109.f7619Kg53739@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 5 Aug 2001 18:09:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gxditview 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 okazaki 2001/08/05 18:09:20 PDT Modified files: japanese/gxditview Makefile distinfo Log: Update to 1.17. Revision Changes Path 1.21 +18 -10 ports/japanese/gxditview/Makefile 1.5 +2 -2 ports/japanese/gxditview/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 18:11:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9147E37B403; Sun, 5 Aug 2001 18:11:41 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f761Bf053958; Sun, 5 Aug 2001 18:11:41 -0700 (PDT) (envelope-from dougb) Message-Id: <200108060111.f761Bf053958@freefall.freebsd.org> From: Doug Barton Date: Sun, 5 Aug 2001 18:11:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/zip 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 dougb 2001/08/05 18:11:41 PDT Modified files: archivers/zip Makefile Log: Remove the non-living freesoftware.com from MASTER_SITES Revision Changes Path 1.23 +2 -3 ports/archivers/zip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 18:14: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 CEB2037B403; Sun, 5 Aug 2001 18:14:28 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f761ES654696; Sun, 5 Aug 2001 18:14:28 -0700 (PDT) (envelope-from okazaki) Message-Id: <200108060114.f761ES654696@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 5 Aug 2001 18:14:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/groff 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 okazaki 2001/08/05 18:14:28 PDT Modified files: japanese/groff Makefile pkg-plist Log: Optimize CONFIGURE_ENV. Fix plist. Bump up PORTREVISION. Submitted by: horikawa Revision Changes Path 1.29 +3 -6 ports/japanese/groff/Makefile 1.16 +1 -0 ports/japanese/groff/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 Aug 5 19: 1: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 5258437B401; Sun, 5 Aug 2001 19:01:12 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7621Cj58044; Sun, 5 Aug 2001 19:01:12 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108060201.f7621Cj58044@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 5 Aug 2001 19:01:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/docproj translations.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/08/05 19:01:12 PDT Modified files: ja/docproj translations.sgml Log: Merge the changes in the English version. Revision Changes Path 1.32 +7 -4 www/ja/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:18: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 E4E2F37B406; Sun, 5 Aug 2001 19:18:39 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762Idf62207; Sun, 5 Aug 2001 19:18:39 -0700 (PDT) (envelope-from jake) Message-Id: <200108060218.f762Idf62207@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:18:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.sparc64 files.sparc64 ldscript.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:18:39 PDT Modified files: sys/conf Makefile.sparc64 files.sparc64 ldscript.sparc64 Log: Add code model medlow to cflags and move the kernel load address from just before the memory hole to 4 megs. Special case building exception.s like locore.s, it needs to at the beginning so the branches out from the trap table don't overflow. Revision Changes Path 1.2 +7 -4 src/sys/conf/Makefile.sparc64 1.3 +4 -4 src/sys/conf/files.sparc64 1.2 +5 -5 src/sys/conf/ldscript.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:19:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9503437B403; Sun, 5 Aug 2001 19:19:52 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762JqX62368; Sun, 5 Aug 2001 19:19:52 -0700 (PDT) (envelope-from jake) Message-Id: <200108060219.f762JqX62368@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:19:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include pmap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:19:52 PDT Modified files: sys/sparc64/include pmap.h Log: Add a vm_object and page count to struct pmap for allocating tsb pages. Revision Changes Path 1.4 +3 -1 src/sys/sparc64/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:20:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05F1B37B403; Sun, 5 Aug 2001 19:20:37 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762Kaq62463; Sun, 5 Aug 2001 19:20:37 -0700 (PDT) (envelope-from jake) Message-Id: <200108060220.f762Kaq62463@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:20:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tsb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:20:36 PDT Modified files: sys/sparc64/include tsb.h Log: Fix macros for setting and extracting the context field in ttes and add macros for the fields in sfsr. Revision Changes Path 1.3 +6 -30 src/sys/sparc64/include/tsb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:21:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EC2237B401; Sun, 5 Aug 2001 19:21:53 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762LrW62617; Sun, 5 Aug 2001 19:21:53 -0700 (PDT) (envelope-from jake) Message-Id: <200108060221.f762LrW62617@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tlb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:21:53 PDT Modified files: sys/sparc64/include tlb.h Log: Oops. Last commit to tsb.h should have gone here. Fix macros for eadling with tte contexts and add macros for sfsr fields. Revision Changes Path 1.2 +19 -3 src/sys/sparc64/include/tlb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:23: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 BD00A37B401; Sun, 5 Aug 2001 19:23:16 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762NGZ62744; Sun, 5 Aug 2001 19:23:16 -0700 (PDT) (envelope-from jake) Message-Id: <200108060223.f762NGZ62744@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:23:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tsb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:23:16 PDT Modified files: sys/sparc64/include tsb.h Log: Forced commit. Last should have gone to tlb.h Move the kernel and user tsb address to the end of the first 4 gigs. Remove some stuff that's no long used. Revision Changes Path 1.4 +1 -1 src/sys/sparc64/include/tsb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19: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 B8E7137B403; Sun, 5 Aug 2001 19:24:18 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762OIi62847; Sun, 5 Aug 2001 19:24:18 -0700 (PDT) (envelope-from jake) Message-Id: <200108060224.f762OIi62847@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:24:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tte.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:24:18 PDT Modified files: sys/sparc64/include tte.h Log: Fix macros for dealing with tte contexts. Add tte bits for initializing tsbs and for specifying managed mappings. Revision Changes Path 1.2 +9 -5 src/sys/sparc64/include/tte.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:24: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 8C43A37B401; Sun, 5 Aug 2001 19:24:52 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762OqK62904; Sun, 5 Aug 2001 19:24:52 -0700 (PDT) (envelope-from jake) Message-Id: <200108060224.f762OqK62904@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:24:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include vmparam.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:24:52 PDT Modified files: sys/sparc64/include vmparam.h Log: The kernel runs at a much lower address now. Revision Changes Path 1.3 +6 -6 src/sys/sparc64/include/vmparam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:26: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A18F337B401; Sun, 5 Aug 2001 19:26:04 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762Q4563037; Sun, 5 Aug 2001 19:26:04 -0700 (PDT) (envelope-from jake) Message-Id: <200108060226.f762Q4563037@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:26:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:26:04 PDT Modified files: sys/sparc64/sparc64 exception.s Log: Add trap handlers for dmmu faults from user mode, and for faults from accessing user address space in kernel mode. Revision Changes Path 1.3 +402 -7 src/sys/sparc64/sparc64/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:27:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8F5237B401; Sun, 5 Aug 2001 19:27:34 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762RYb63185; Sun, 5 Aug 2001 19:27:34 -0700 (PDT) (envelope-from jake) Message-Id: <200108060227.f762RYb63185@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:27:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:27:34 PDT Modified files: sys/sparc64/sparc64 pmap.c Log: Handle managed and unmanaged mapping better. Allocate an vm object for the tsb pages. Revision Changes Path 1.5 +33 -18 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19: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 723CA37B401; Sun, 5 Aug 2001 19:27:59 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762Rxq63237; Sun, 5 Aug 2001 19:27:59 -0700 (PDT) (envelope-from jake) Message-Id: <200108060227.f762Rxq63237@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:27:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:27:59 PDT Modified files: sys/sparc64/sparc64 pv.c Log: Remove some debug code. Revision Changes Path 1.3 +1 -3 src/sys/sparc64/sparc64/pv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:29: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 BDEB737B403; Sun, 5 Aug 2001 19:29:13 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762TDQ63345; Sun, 5 Aug 2001 19:29:13 -0700 (PDT) (envelope-from jake) Message-Id: <200108060229.f762TDQ63345@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 support.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:29:13 PDT Modified files: sys/sparc64/sparc64 support.s Log: Save the primary mmu context around calls to the prom, and install nucleus context. The prom runs at trap level 0, so there's no implicit nucleus context and we have to force it. Revision Changes Path 1.2 +15 -7 src/sys/sparc64/sparc64/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:31: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 AEA4A37B401; Sun, 5 Aug 2001 19:31:30 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762VUo63540; Sun, 5 Aug 2001 19:31:30 -0700 (PDT) (envelope-from jake) Message-Id: <200108060231.f762VUo63540@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:31:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:31:30 PDT Modified files: sys/sparc64/sparc64 swtch.s Log: Handle switching switching mmu contexts and mapping the new primary tsb. Rework some register usage and code placement. Comment. Revision Changes Path 1.3 +93 -15 src/sys/sparc64/sparc64/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:31:52 2001 Delivered-To: cvs-all@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id ABF7137B401; Sun, 5 Aug 2001 19:31:43 -0700 (PDT) (envelope-from chris@holly.calldei.com) Received: from holly.calldei.com ([208.191.149.190]) by mta5.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2001.05.04.11.50.p10) with ESMTP id <0GHM0028XK6F0L@mta5.rcsntx.swbell.net>; Sun, 5 Aug 2001 21:27:55 -0500 (CDT) Received: (from chris@localhost) by holly.calldei.com (8.11.4/8.9.3) id f762Tu643327; Sun, 05 Aug 2001 21:29:57 -0500 (CDT envelope-from chris) Date: Sun, 05 Aug 2001 21:29:55 -0500 From: Chris Costello Subject: Re: cvs commit: doc/share/sgml catalog In-reply-to: <200108051940.f75JedE72741@freefall.freebsd.org>; from jesusr@FreeBSD.org on Sun, Aug 05, 2001 at 12:40:39PM -0700 To: Jesus Rodriguez Cuesta Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: chris@calldei.com Message-id: <20010805212955.O6870@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200108051940.f75JedE72741@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, August 05, 2001, Jesus Rodriguez Cuesta wrote: > jesusr 2001/08/05 12:40:39 PDT > > Modified files: > share/sgml catalog > Log: > Create BookInfo and stylesheets spanish specific entities These should really go into doc/es_ES.ISO8859-1/share/sgml. In fact, everything "language-specific" in share/sgml/catalog should go to its own doc//share/sgml/catalog file. -- +-------------------+--------------------------------------+ | Chris Costello | Resistance is useless! (If < 1 ohm) | | chris@calldei.com | | +-------------------+--------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19: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 5536D37B401; Sun, 5 Aug 2001 19:32:38 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762Wc363631; Sun, 5 Aug 2001 19:32:38 -0700 (PDT) (envelope-from jake) Message-Id: <200108060232.f762Wc363631@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:32:38 PDT Modified files: sys/sparc64/sparc64 trap.c Log: Add page fault and high level tsb miss handlers. Revision Changes Path 1.4 +160 -4 src/sys/sparc64/sparc64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:34: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 7FD8B37B401; Sun, 5 Aug 2001 19:34:20 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762YKG63730; Sun, 5 Aug 2001 19:34:20 -0700 (PDT) (envelope-from jake) Message-Id: <200108060234.f762YKG63730@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 5 Aug 2001 19:34:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 tsb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/05 19:34:20 PDT Modified files: sys/sparc64/sparc64 tsb.c Log: Handle dmmu protection faults as well as misses. Enable tracking of the modify and reference tte bits. Implementing allocating of tsb pages. Make tsb_stte_lookup do the right thing with the kernel pmap. Revision Changes Path 1.2 +27 -6 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 19:56: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 6637B37B401; Sun, 5 Aug 2001 19:56:32 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f762uWh65835; Sun, 5 Aug 2001 19:56:32 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108060256.f762uWh65835@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 5 Aug 2001 19:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 troff.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/08/05 19:56:32 PDT Modified files: ja_JP.eucJP/man/man1 troff.1 Log: Fix punctuation. Revision Changes Path 1.13 +2 -2 doc/ja_JP.eucJP/man/man1/troff.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 20: 1: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 5B0FA37B403; Sun, 5 Aug 2001 20:01:43 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7631hU66214; Sun, 5 Aug 2001 20:01:43 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108060301.f7631hU66214@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 5 Aug 2001 20:01:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 dtmfdecode.1 file.1 g711conv.1 doc/ja_JP.eucJP/man/man5 kbdmap.5 magic.5 doc/ja_JP.eucJP/man/man8 ffsinfo.8 growfs.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/08/05 20:01:43 PDT Modified files: ja_JP.eucJP/man/man1 dtmfdecode.1 file.1 g711conv.1 ja_JP.eucJP/man/man5 kbdmap.5 magic.5 ja_JP.eucJP/man/man8 ffsinfo.8 growfs.8 Log: More catch up with recent RELENG_4 dtmfdecode.1 1.5.2.4 file.1 1.16.2.6 g711conv.1 1.4.2.5 kbdmap.5 1.1.2.4 magic.5 1.11.2.6 ffsinfo.8 1.6.2.2 growfs.8 1.6.2.2 Revision Changes Path 1.6 +3 -3 doc/ja_JP.eucJP/man/man1/dtmfdecode.1 1.18 +3 -2 doc/ja_JP.eucJP/man/man1/file.1 1.7 +3 -3 doc/ja_JP.eucJP/man/man1/g711conv.1 1.5 +4 -3 doc/ja_JP.eucJP/man/man5/kbdmap.5 1.12 +2 -2 doc/ja_JP.eucJP/man/man5/magic.5 1.2 +3 -3 doc/ja_JP.eucJP/man/man8/ffsinfo.8 1.2 +3 -3 doc/ja_JP.eucJP/man/man8/growfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 20:19: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 91C1F37B401; Sun, 5 Aug 2001 20:19:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f763JMO70551; Sun, 5 Aug 2001 20:19:22 -0700 (PDT) (envelope-from kris) Message-Id: <200108060319.f763JMO70551@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 5 Aug 2001 20:19:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/top top.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/08/05 20:19:22 PDT Modified files: contrib/top top.c Log: Don't do unsafe activities inside signal handlers. Just set a flag and return. Obtained from: OpenBSD Reviewed by: audit Revision Changes Path 1.7 +55 -45 src/contrib/top/top.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 20:52: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 DF78B37B401; Sun, 5 Aug 2001 20:52:40 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f763qeV80758; Sun, 5 Aug 2001 20:52:40 -0700 (PDT) (envelope-from scottl) Message-Id: <200108060352.f763qeV80758@freefall.freebsd.org> From: Scott Long Date: Sun, 5 Aug 2001 20:52:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/05 20:52:40 PDT Modified files: sys/dev/aac aac_ioctl.h Log: Missed this one in my 80-column sweep. Revision Changes Path 1.3 +17 -9 src/sys/dev/aac/aac_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 21:34:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EA2837B403; Sun, 5 Aug 2001 21:34:47 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f764Ylq95324; Sun, 5 Aug 2001 21:34:47 -0700 (PDT) (envelope-from scottl) Message-Id: <200108060434.f764Ylq95324@freefall.freebsd.org> From: Scott Long Date: Sun, 5 Aug 2001 21:34:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/05 21:34:47 PDT Modified files: sys/dev/aac aac.c aac_ioctl.h Log: Put the linux compat ioctl interface on death row. Add FreeBSD definitions of all of the ioctls, plus round out all ioctl definitions to match what exists for linux. Allow ioctls to be called through either the native or linux interface, though no apps exist (yet) that can take advantage of native calling. Revision Changes Path 1.20 +23 -23 src/sys/dev/aac/aac.c 1.4 +70 -8 src/sys/dev/aac/aac_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 21:51:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFB0737B403; Sun, 5 Aug 2001 21:51:12 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f764pCQ97081; Sun, 5 Aug 2001 21:51:12 -0700 (PDT) (envelope-from greid) Message-Id: <200108060451.f764pCQ97081@freefall.freebsd.org> From: George C A Reid Date: Sun, 5 Aug 2001 21:51:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/spambnc 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 greid 2001/08/05 21:51:12 PDT Modified files: mail/spambnc Makefile distinfo Log: Update to August 5th, 2001 rulesets. Revision Changes Path 1.7 +11 -11 ports/mail/spambnc/Makefile 1.5 +1 -1 ports/mail/spambnc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 22:25:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A71C37B401; Sun, 5 Aug 2001 22:25:16 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f765PGE12755; Sun, 5 Aug 2001 22:25:16 -0700 (PDT) (envelope-from dd) Message-Id: <200108060525.f765PGE12755@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 5 Aug 2001 22:25:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/05 22:25:16 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note MFC of BIND 8.2.4. Revision Changes Path 1.80 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 22:25: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 095CC37B411; Sun, 5 Aug 2001 22:25:27 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f765PRu12841; Sun, 5 Aug 2001 22:25:27 -0700 (PDT) (envelope-from dd) Message-Id: <200108060525.f765PRu12841@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 5 Aug 2001 22:25:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/05 22:25:26 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: BIND 8.2.4 Revision Changes Path 1.22.2.41 +4 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 22:26: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 661B337B401; Sun, 5 Aug 2001 22:26:06 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f765Q6U12986; Sun, 5 Aug 2001 22:26:06 -0700 (PDT) (envelope-from dd) Message-Id: <200108060526.f765Q6U12986@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 5 Aug 2001 22:26:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/05 22:26:06 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Remove old blurb about BIND being updated to 8.2.3. Revision Changes Path 1.81 +1 -5 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 22:56: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 A9DD337B401; Sun, 5 Aug 2001 22:56:33 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f765uXC18093; Sun, 5 Aug 2001 22:56:33 -0700 (PDT) (envelope-from chris) Message-Id: <200108060556.f765uXC18093@freefall.freebsd.org> From: Chris Costello Date: Sun, 5 Aug 2001 22:56:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.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 chris 2001/08/05 22:56:33 PDT Modified files: sys/kern kern_descrip.c Log: Remove the fildesc_clone() function and its associated unnecessary code. It didn't implement the proper /dev/fd functionality (which would be to include in the directory listing /dev/fd/n if the process has fd n open) anyway. Anything needing access to /dev/fd/n where n > 2 can use the optional fdescfs module, which implements this properly and does not cause any trouble with devfs. Discussed with: phk Revision Changes Path 1.102 +1 -24 src/sys/kern/kern_descrip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 23:52: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 0A1AF37B401; Sun, 5 Aug 2001 23:52:25 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f766qPM26200; Sun, 5 Aug 2001 23:52:25 -0700 (PDT) (envelope-from nik) Message-Id: <200108060652.f766qPM26200@freefall.freebsd.org> From: Nik Clayton Date: Sun, 5 Aug 2001 23:52:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup doc-supfile stable-supfile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/05 23:52:24 PDT Modified files: share/examples/cvsup doc-supfile stable-supfile Log: Note that the doc collection is not branched. Revision Changes Path 1.6 +6 -1 src/share/examples/cvsup/doc-supfile 1.25 +7 -5 src/share/examples/cvsup/stable-supfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 23: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 2C5DC37B401; Sun, 5 Aug 2001 23:55:37 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f766tbO26611; Sun, 5 Aug 2001 23:55:37 -0700 (PDT) (envelope-from nik) Message-Id: <200108060655.f766tbO26611@freefall.freebsd.org> From: Nik Clayton Date: Sun, 5 Aug 2001 23:55:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en includes.xsl www/en/news includes.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/05 23:55:37 PDT Added files: en includes.xsl en/news includes.xsl Log: XSL analogues to includes.sgml, setting various variables that will be used by the XSL stylesheets in the tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 23:57: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 55C8037B403; Sun, 5 Aug 2001 23:57:45 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f766vjm26777; Sun, 5 Aug 2001 23:57:45 -0700 (PDT) (envelope-from nik) Message-Id: <200108060657.f766vjm26777@freefall.freebsd.org> From: Nik Clayton Date: Sun, 5 Aug 2001 23:57:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/05 23:57:45 PDT Added files: en/news news.xml Log: An XML version of the information in the newsflash page. This will shortly be the canonical place to add new newsflashes. XSL stylesheets will handle converting this to other formats. The schema is documented at the top of this file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 23:58: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 EA5EF37B403; Sun, 5 Aug 2001 23:58:32 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f766wWH26877; Sun, 5 Aug 2001 23:58:32 -0700 (PDT) (envelope-from nik) Message-Id: <200108060658.f766wWH26877@freefall.freebsd.org> From: Nik Clayton Date: Sun, 5 Aug 2001 23:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news-rdf.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/05 23:58:32 PDT Added files: en/news news-rdf.xsl Log: XSL stylesheet to convert news.xml to an RDF file containing the most recent 10 news items. This will allow other websites to syndicate news headlines from the FreeBSD site. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 5 23:59: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 5E56C37B403; Sun, 5 Aug 2001 23:59:11 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f766xBU26957; Sun, 5 Aug 2001 23:59:11 -0700 (PDT) (envelope-from nik) Message-Id: <200108060659.f766xBU26957@freefall.freebsd.org> From: Nik Clayton Date: Sun, 5 Aug 2001 23:59:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/05 23:59:11 PDT Added files: en/news newsflash.xsl Log: Convert the data in news.xml in to HTML, providing a very close approximation of the existing newsflash.sgml (minor formatting changes only). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 0: 0: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 2ED1737B405; Mon, 6 Aug 2001 00:00:52 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7670qU27139; Mon, 6 Aug 2001 00:00:52 -0700 (PDT) (envelope-from nik) Message-Id: <200108060700.f7670qU27139@freefall.freebsd.org> From: Nik Clayton Date: Mon, 6 Aug 2001 00:00:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/06 00:00:52 PDT Added files: en/gallery gallery.xml Log: Database of the existing gallery entries formatted as a simple, self-evident XML schema. Order of entries in this file is not important. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 0: 1: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 AABF137B405; Mon, 6 Aug 2001 00:01:38 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7671cg27270; Mon, 6 Aug 2001 00:01:38 -0700 (PDT) (envelope-from nik) Message-Id: <200108060701.f7671cg27270@freefall.freebsd.org> From: Nik Clayton Date: Mon, 6 Aug 2001 00:01:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/06 00:01:38 PDT Added files: en/gallery gallery.xsl Log: Generate the intro page for the FreeBSD gallery entries, using gallery.xml to calculate how many entries there are. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 0: 2: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 65D4737B403; Mon, 6 Aug 2001 00:02:44 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7672ir27399; Mon, 6 Aug 2001 00:02:44 -0700 (PDT) (envelope-from nik) Message-Id: <200108060702.f7672ir27399@freefall.freebsd.org> From: Nik Clayton Date: Mon, 6 Aug 2001 00:02:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery-entry.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/06 00:02:44 PDT Added files: en/gallery gallery-entry.xsl Log: XSL stylesheet to generate a gallery page, based on the type of entity we're interested in ('commercial', 'nonprofit', or 'personal'). Does the work of all the .sgml and .pl scripts in this directory, which can be removed shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 0: 4:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B71E937B403; Mon, 6 Aug 2001 00:04:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7674V827555; Mon, 6 Aug 2001 00:04:31 -0700 (PDT) (envelope-from nik) Message-Id: <200108060704.f7674V827555@freefall.freebsd.org> From: Nik Clayton Date: Mon, 6 Aug 2001 00:04:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/06 00:04:31 PDT Added files: en index.xsl Log: XSL equivalent to the current index.sgml. In addition, it knows how to parse entries in news/news.xml, and can include the last four news entries, with links, on the main page. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 0:12: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 3994437B403; Mon, 6 Aug 2001 00:12:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f767CI931331; Mon, 6 Aug 2001 00:12:18 -0700 (PDT) (envelope-from will) Message-Id: <200108060712.f767CI931331@freefall.freebsd.org> From: Will Andrews Date: Mon, 6 Aug 2001 00:12:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/qt-designer/files patch-Makefile 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/08/06 00:12:16 PDT Modified files: devel/qt-designer/files patch-Makefile patch-aa Log: After making people wait 5 weeks, update this port to sync with the QT 2.3.1 upgrade. Sorry! 8( Revision Changes Path 1.2 +4 -4 ports/devel/qt-designer/files/patch-Makefile 1.3 +2 -10 ports/devel/qt-designer/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 0:17:56 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 766A537B401; Mon, 6 Aug 2001 00:17:22 -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 f767JZ108265; Mon, 6 Aug 2001 08:19:36 +0100 (BST) (envelope-from nik) Date: Mon, 6 Aug 2001 08:19:35 +0100 From: Nik Clayton To: Nik Clayton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl Message-ID: <20010806081935.L3254@canyon.nothing-going-on.org> References: <200108060704.f7674V827555@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="e8/wErwm0bqugfcz" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108060704.f7674V827555@freefall.freebsd.org>; from nik@FreeBSD.org on Mon, Aug 06, 2001 at 12:04:31AM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --e8/wErwm0bqugfcz Content-Type: multipart/mixed; boundary="GeONROBiaq1zPAtT" Content-Disposition: inline --GeONROBiaq1zPAtT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 06, 2001 at 12:04:31AM -0700, Nik Clayton wrote: > XSL equivalent to the current index.sgml. > =20 > In addition, it knows how to parse entries in news/news.xml, and can in= clude > the last four news entries, with links, on the main page. Anyone who's interested in playing with this stuff right now should install ports/textproc/libxslt, and apply the attached diff to the www/ tree. I'll be committing this in 24-48 hours once the mirrors have caught up with the libxslt requirement. 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 --- --GeONROBiaq1zPAtT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=diff Content-Transfer-Encoding: quoted-printable Index: Makefile =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/www/en/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- Makefile 2001/06/22 09:52:05 1.69 +++ Makefile 2001/08/04 12:21:37 @@ -14,7 +14,6 @@ DOCS+=3D docs.sgml=20 DOCS+=3D features.sgml DOCS+=3D register.sgml -DOCS+=3D index.sgml DOCS+=3D internet.sgml=20 DOCS+=3D mailto.sgml=20 DOCS+=3D publish.sgml @@ -35,6 +34,7 @@ SUBDIR+=3D docproj SUBDIR+=3D news SUBDIR+=3D alpha + SUBDIR+=3D internal SUBDIR+=3D java SUBDIR+=3D copyright @@ -75,12 +75,16 @@ .endfor .endif =20 -SGMLOPTS+=3D -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr - WEBDIR=3D data =20 -# Handle the FAQ/ and handbook/ directories specially. +# index.html is special, and generated from index.xsl and news/news.xml +DATA+=3D index.html =20 +index.html: index.xsl news/news.xml includes.xsl news/includes.xsl + xsltproc -nonet -o index.html index.xsl news/news.xml + -tidy -i -m -f /dev/null index.html + +# Handle the FAQ/ and handbook/ directories specially. FAQ: ln -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/faq FAQ =20 Index: news/Makefile =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/www/en/news/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- news/Makefile 2001/04/13 00:53:57 1.24 +++ news/Makefile 2001/08/04 12:18:15 @@ -8,7 +8,6 @@ .endif =20 DOCS+=3D press.sgml -DOCS+=3D newsflash.sgml DOCS+=3D news.sgml #DOCS+=3D webchanges.sgml =20 @@ -30,5 +29,14 @@ SUBDIR+=3D 1998 SUBDIR+=3D 1999 SUBDIR+=3D 2000 + +DATA=3D news.rdf + +newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl + xsltproc -nonet -o newsflash.html newsflash.xsl news.xml + -tidy -i -m -f /dev/null newsflash.html + +news.rdf: news-rdf.xsl news.xml includes.xsl ../includes.xsl + xsltproc -nonet -o news.rdf news-rdf.xsl news.xml =20 .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: gallery/Makefile =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/www/en/gallery/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- gallery/Makefile 2000/11/07 04:05:14 1.11 +++ gallery/Makefile 2001/08/05 11:39:18 @@ -7,32 +7,26 @@ .include "../Makefile.inc" .endif =20 -DOCS =3D gallery.sgml -DOCS+=3D cgallery.sgml -DOCS+=3D npgallery.sgml=20 -DOCS+=3D pgallery.sgml - INDEXLINK=3D gallery.html + +DATA+=3D gallery.html cgallery.html npgallery.html pgallery.html + +CLEANFILES+=3D cgallery.html npgallery.html pgallery.html gallery.html + +gallery.html: gallery.xml gallery.xsl + xsltproc gallery.xsl gallery.xml > gallery.html + -tidy -i -m -f /dev/null gallery.html + +cgallery.html: gallery.xml gallery-entry.xsl + xsltproc --param type \'commercial\' gallery-entry.xsl gallery.xml > cgal= lery.html + -tidy -i -m -f /dev/null cgallery.html =20 -CLEANFILES+=3D cgallery.inc npgallery.inc pgallery.inc gallery.inc +npgallery.html: gallery.xml gallery-entry.xsl + xsltproc --param type \'nonprofit\' gallery-entry.xsl gallery.xml > npgal= lery.html + -tidy -i -m -f /dev/null npgallery.html =20 -cgallery.html: cgallery.sgml cgallery.inc -cgallery.inc: gallery.db gengallery.pl - ${PERL} ${.CURDIR}/gengallery.pl commercial ${.CURDIR}/gallery.db > cgall= ery.inc - -npgallery.html: npgallery.sgml npgallery.inc -npgallery.inc: gallery.db gengallery.pl - ${PERL} ${.CURDIR}/gengallery.pl nonprofit ${.CURDIR}/gallery.db > npgall= ery.inc - -pgallery.html: pgallery.sgml pgallery.inc -pgallery.inc: gallery.db gengallery.pl - ${PERL} ${.CURDIR}/gengallery.pl personal ${.CURDIR}/gallery.db > pgaller= y.inc - -gallery.html: gallery.sgml gallery.inc -gallery.inc: gallery.db gallery.sgml - ${PERL} ${.CURDIR}/prune.pl ${.CURDIR}/gallery.db /dev/null | \ - ${PERL} -ne 'chomp; m/([-\w]+):\s+(\d+)/ and \ - print qq/\n/' \ - > gallery.inc +pgallery.html: gallery.xml gallery-entry.xsl + xsltproc --param type \'personal\' gallery-entry.xsl gallery.xml > pgalle= ry.html + -tidy -i -m -f /dev/null pgallery.html =20 .include "${WEB_PREFIX}/share/mk/web.site.mk" --GeONROBiaq1zPAtT-- --e8/wErwm0bqugfcz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtuRQYACgkQk6gHZCw343XL0ACfdiIxz9RfBSlR/NEaupapsJLU VIQAni3dlPeV7f8YAbWElrLer4tNlUH5 =DMpj -----END PGP SIGNATURE----- --e8/wErwm0bqugfcz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 0: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 7382537B409; Mon, 6 Aug 2001 00:42:12 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f767gC137521; Mon, 6 Aug 2001 00:42:12 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108060742.f767gC137521@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 6 Aug 2001 00:42:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio findfp.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 sheldonh 2001/08/06 00:42:12 PDT Modified files: (Branch: RELENG_4) lib/libc/stdio findfp.c Log: MFC rev 1.17: soften a warning Revision Changes Path 1.7.2.2 +2 -2 src/lib/libc/stdio/findfp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 1: 2: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 E08DB37B403; Mon, 6 Aug 2001 01:02:23 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7682NR39437; Mon, 6 Aug 2001 01:02:23 -0700 (PDT) (envelope-from chris) Message-Id: <200108060802.f7682NR39437@freefall.freebsd.org> From: Chris Costello Date: Mon, 6 Aug 2001 01:02:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.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 chris 2001/08/06 01:02:23 PDT Modified files: en/news news.sgml Log: Remove superfluous `:' in the Status Reports line. Revision Changes Path 1.28 +2 -2 www/en/news/news.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 1:19: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 240FA37B401; Mon, 6 Aug 2001 01:18:56 -0700 (PDT) (envelope-from murray@stokely.org) Received: by mao.stokely.org (Postfix, from userid 2074) id E87BD4B658; Mon, 6 Aug 2001 01:25:04 -0700 (PDT) Date: Mon, 6 Aug 2001 01:25:04 -0700 From: Murray Stokely To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio findfp.c Message-ID: <20010806012504.B20459@mao.stokely.org> References: <200108060742.f767gC137521@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: <200108060742.f767gC137521@freefall.freebsd.org>; from sheldonh@FreeBSD.org on Mon, Aug 06, 2001 at 12:42:12AM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 06, 2001 at 12:42:12AM -0700, Sheldon Hearn wrote: > sheldonh 2001/08/06 00:42:12 PDT > > Modified files: (Branch: RELENG_4) > lib/libc/stdio findfp.c > Log: > MFC rev 1.17: soften a warning Please remember the "Approved by: re" line. Thanks, - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 2: 3: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 BA27837B403; Mon, 6 Aug 2001 02:03:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7693lE61213; Mon, 6 Aug 2001 02:03:47 -0700 (PDT) (envelope-from kris) Message-Id: <200108060903.f7693lE61213@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 6 Aug 2001 02:03:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/adzap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/08/06 02:03:47 PDT Modified files: www/adzap Makefile distinfo Log: Update to adzap 20010805 Revision Changes Path 1.10 +2 -2 ports/www/adzap/Makefile 1.9 +1 -1 ports/www/adzap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 2: 8: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 7040037B403; Mon, 6 Aug 2001 02:07:10 -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 f76970T14411; Mon, 6 Aug 2001 12:07:00 +0300 (EEST) (envelope-from ru) Date: Mon, 6 Aug 2001 12:07:00 +0300 From: Ruslan Ermilov To: John Baldwin Cc: Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org, Greg Lehey Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010806120700.D1228@sunbay.com> Mail-Followup-To: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org, Greg Lehey References: <20010724033112.B46693@mppsystems.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 jhb@FreeBSD.org on Tue, Jul 24, 2001 at 09:59:38AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jul 24, 2001 at 09:59:38AM -0700, John Baldwin wrote: > > On 24-Jul-01 Mike Pritchard wrote: > > On Mon, Jul 23, 2001 at 04:50:18PM -0700, John Baldwin wrote: > >> > >> On 23-Jul-01 Greg Lehey wrote: > >> > On Monday, 23 July 2001 at 12:21:24 +0300, Ruslan Ermilov wrote: > >> >> On Sun, Jul 22, 2001 at 03:57:33AM -0500, Mike Pritchard wrote: > >> >>> I agreed to it, never requested it. At the time I suggested > >> >>> that if all we are going to have is a plain ".Os" line in every man > >> >>> page with no information, then we should just remove ".Os" totally, > >> >>> since it it just taking up space and processing time. > >> >> > >> >> Historically, a missing .Os call would result in an empty bottom left > >> >> corner. > >> >> With -mdocNG, as of this delta, > >> >> > >> >> > >> >> > >> >> the .Os call is not (strictly speaking) required at all, so we may > >> >> eventually remove it completely, yes. I think I will do this after > >> >> NetBSD and OpenBSD upgrade to -mdocNG. > >> > > >> > How would this handle non-native man pages? I have a whole collection > >> > of man pages for different operating systems on my system. I don't > >> > want the formatting software to claim that they relate to the system > >> > on which they're formatted. It looks to me as if the .Os should > >> > explicitly specify which operating system the man page belongs to. > >> > >> I agree. Especially for manpages that are very OS-specific, such as many > >> kernel API manpages which document API's very specific to FreeBSD. If > >> someone > >> looks at that manpage on a Solaris box, it shouldn't be claiming that > >> solaris > >> implements sx locks for example. > > > > We have had very specific FreeBSD only features, and the man page has > > a ".Os FreeBSD" line in it, only to have NetBSD/OpenBSD adopt it later. > > We have also take software from those two groups and removed the > > ".Os NetBSD" lines from them because the manual actually describes what > > is going on under FreeBSD. > > So? Surely they are competent enough to update their .Os macros when they port > software. Also, you are assuming this happens for all features. It doesn't. > If I copy sx.9 to a NetBSD box and view it, it claims NetBSD implements sx > locks. This is _wrong_. This is a _lie_. If I copy lockmgr.9 with an .Os > FreeBSD in it to a NetBSD box, it claims that FreeBSD implemenets lockmgr(). > It doesn't say that NetBSD doesn't. > If you are just going to look at the _output_ of the sx.9 on a different OS, you should copy and view the .cat version of the manpage in question generated on the "native" OS. You will probably only need the _source_ of the manpage if you are going to port this feature to another OS, and then you should at least edit the manpage and put the relevant credits to the HISTORY section. > > I can see two cases where having a non-blank ".Os" call are needed. > > > > 1) You are documenting an obsolete version of something. Say feature > > 'x' went away in FreeBSD version 4.0, but you still want to document it > > so people who are upgrading can figure out what the old feature did > > so they can upgrade to the new feature. In this case, ".Os FreeBSD 4.0" > > would be correct. The compat libraries are probably about the only > > thing to which this would apply. > > Erm, isn't that what .Sh HISTORY is for? If you include a version number in > the .Os line, it should probably list the range of all versions that the > docuemented feature/API was valid for. I'm not sure mdoc likes version ranges > however, and it would involve a lot of fixup work for old manpages. > .Os (by design) should document the operating system/release the manpage is written for. Currently, an empty (or ever missing) .Os call causes the default value to be substituted. Historically, original CSRG manpages were written with an empty .Os call causing the default "BSD" to be displayed. The default has since been changed to "FreeBSD X.Y". > > 2) You are documenting a feature of another operating system. > > Then you would want to include a ".Os other-os" line. I don't > > think we have any of these cases right now. > > When our manpages are read on another OS, they "are documenting a feature of > another operating system". You've just proved my point. > Not when they are read "properly" -- you should be viewing the .cat version of the manpage. Just copying some foreign code and compiling it on a given system may not work at all or not work properly. Similarly for manpages. If you take a Linux binary, and run it under emulation, it will work. If you take a Linux sources for this binary, you may not even be able to compile it on FreeBSD. Similarly for manpages. If you take the "raw" source for the manpage, you may not even be able to "compile" it (-mdoc package may be of different version or missing, etc.). If you take the "binary" of the manpage (preprocessed output), you should be able to read it exactly as it was seen on the targetted OS. 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 Mon Aug 6 2: 8:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6050B37B41B; Mon, 6 Aug 2001 02:08:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7698Ap65544; Mon, 6 Aug 2001 02:08:10 -0700 (PDT) (envelope-from knu) Message-Id: <200108060908.f7698Ap65544@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 6 Aug 2001 02:08:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wyvern Makefile pkg-plist ports/www/wyvern/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 knu 2001/08/06 02:08:10 PDT Modified files: www/wyvern Makefile pkg-plist www/wyvern/files patch-Makefile.in Log: Do not clobber the existing htdocs/index.html on installation. Noted by: Kawaguti Ginga Revision Changes Path 1.5 +7 -1 ports/www/wyvern/Makefile 1.2 +3 -1 ports/www/wyvern/pkg-plist 1.2 +11 -2 ports/www/wyvern/files/patch-Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 2: 8:44 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 B4EFB37B405; Mon, 6 Aug 2001 02:08:32 -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 f7698Ns94162; Mon, 6 Aug 2001 11:08:23 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200108060908.f7698Ns94162@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: ports/textproc/docproj Makefile In-Reply-To: <200108052119.f75LJn426601@freefall.freebsd.org> from Nik Clayton at "Aug 5, 2001 02:19:49 pm" To: nik@FreeBSD.org (Nik Clayton) Date: Mon, 6 Aug 2001 11:08:23 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Shouldn't you also add this to src/release/Makefile.inc.docports? > nik 2001/08/05 14:19:49 PDT > > Modified files: > textproc/docproj Makefile > Log: > Add dependency on libxslt/xsltproc. Bump PORTREVISION. > > Revision Changes Path > 1.32 +4 -3 ports/textproc/docproj/Makefile > 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 Mon Aug 6 2:21: 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 5D1E237B401; Mon, 6 Aug 2001 02:20:58 -0700 (PDT) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f769Kwg69530; Mon, 6 Aug 2001 02:20:58 -0700 (PDT) (envelope-from jesper) Message-Id: <200108060920.f769Kwg69530@freefall.freebsd.org> From: Jesper Skriver Date: Mon, 6 Aug 2001 02:20:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesper 2001/08/06 02:20:58 PDT Modified files: (Branch: RELENG_3) sys/netinet ip_input.c Log: MFS src/sys/netinet/ip_input.c rev 1.130.2.22 src/sys/netinet6/frag6.c rev 1.2.2.4 src/sys/netinet6/in6_proto.c rev 1.6.2.4 Prevent denial of service using bogus fragmented IPv4 packets. A attacker sending a lot of bogus fragmented packets to the target (with different IPv4 identification field - ip_id), may be able to put the target machine into mbuf starvation state. By setting a upper limit on the number of reassembly queues we prevent this situation. This upper limit is controlled by the new sysctl net.inet.ip.maxfragpackets which defaults to nmbclusters/4 If you want old behaviour (no upper limit) set this sysctl to a negative value. If you don't want to accept any fragments (not recommended) set the sysctl to 0 (zero) Obtained from: NetBSD (partially) Revision Changes Path 1.111.2.10 +34 -2 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 2:22: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (unknown [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 24F1737B401; Mon, 6 Aug 2001 02:21:43 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 6EFD96ACCA; Mon, 6 Aug 2001 18:51:39 +0930 (CST) Date: Mon, 6 Aug 2001 18:51:39 +0930 From: Greg Lehey To: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010806185139.I69153@wantadilla.lemis.com> References: <20010724033112.B46693@mppsystems.com> <20010806120700.D1228@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: <20010806120700.D1228@sunbay.com>; from ru@FreeBSD.org on Mon, Aug 06, 2001 at 12:07:00PM +0300 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, 6 August 2001 at 12:07:00 +0300, Ruslan Ermilov wrote: > On Tue, Jul 24, 2001 at 09:59:38AM -0700, John Baldwin wrote: >> >> On 24-Jul-01 Mike Pritchard wrote: >>> On Mon, Jul 23, 2001 at 04:50:18PM -0700, John Baldwin wrote: >>>> >>> We have had very specific FreeBSD only features, and the man page has >>> a ".Os FreeBSD" line in it, only to have NetBSD/OpenBSD adopt it later. >>> We have also take software from those two groups and removed the >>> ".Os NetBSD" lines from them because the manual actually describes what >>> is going on under FreeBSD. >> >> So? Surely they are competent enough to update their .Os macros when they port >> software. Also, you are assuming this happens for all features. It doesn't. >> If I copy sx.9 to a NetBSD box and view it, it claims NetBSD implements sx >> locks. This is _wrong_. This is a _lie_. If I copy lockmgr.9 with an .Os >> FreeBSD in it to a NetBSD box, it claims that FreeBSD implemenets lockmgr(). >> It doesn't say that NetBSD doesn't. > > If you are just going to look at the _output_ of the sx.9 on a > different OS, you should copy and view the .cat version of the > manpage in question generated on the "native" OS. Why? What if I don't have the native OS? What if I use the man pages anyway, even after being told to do so? Where do we supply the cat pages for FreeBSD for download? I don't buy this "should". > You will probably only need the _source_ of the manpage if you are > going to port this feature to another OS, and then you should at > least edit the manpage and put the relevant credits to the HISTORY > section. No, I will need the source of this man page if I want to save space. Or if I want to format it multiple times for different output devices. >>> I can see two cases where having a non-blank ".Os" call are needed. >>> >>> 1) You are documenting an obsolete version of something. Say feature >>> 'x' went away in FreeBSD version 4.0, but you still want to document it >>> so people who are upgrading can figure out what the old feature did >>> so they can upgrade to the new feature. In this case, ".Os FreeBSD 4.0" >>> would be correct. The compat libraries are probably about the only >>> thing to which this would apply. >> >> Erm, isn't that what .Sh HISTORY is for? If you include a version number in >> the .Os line, it should probably list the range of all versions that the >> docuemented feature/API was valid for. I'm not sure mdoc likes version ranges >> however, and it would involve a lot of fixup work for old manpages. > > .Os (by design) should document the operating system/release the manpage > is written for. I'm in agreement with you on that one. > Currently, an empty (or ever missing) .Os call causes the default > value to be substituted. That's a reasonable default. > Historically, original CSRG manpages were written with an empty .Os > call causing the default "BSD" to be displayed. The default has > since been changed to "FreeBSD X.Y". That's fine. But remember "default" originally meant "mistake". We should consider a missing .Os to be a mistake. >>> 2) You are documenting a feature of another operating system. >>> Then you would want to include a ".Os other-os" line. I don't >>> think we have any of these cases right now. >> >> When our manpages are read on another OS, they "are documenting a >> feature of another operating system". You've just proved my point. > > Not when they are read "properly" -- you should be viewing the .cat > version of the manpage. Why? That's your claim, but it doesn't make any sense to me. cat pages are typically made exactly when they *are* used on the same OS as they were intended for. > Just copying some foreign code and compiling it on a given system > may not work at all or not work properly. Similarly for manpages. I thought the stated intent of mdocNG was precisely that they should be portable. This seems to be the only justification for a number of the changes which seem otherwise just plain wrong, such as shifting the names to upper case. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 2:29:28 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id C527E37B403; Mon, 6 Aug 2001 02:29:20 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15TgiW-0003TE-00; Mon, 06 Aug 2001 11:30:32 +0200 From: Sheldon Hearn To: Greg Lehey Cc: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi In-reply-to: Your message of "Mon, 06 Aug 2001 18:51:39 +0930." <20010806185139.I69153@wantadilla.lemis.com> Date: Mon, 06 Aug 2001 11:30:32 +0200 Message-ID: <13343.997090232@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 06 Aug 2001 18:51:39 +0930, Greg Lehey wrote: > Why? What if I don't have the native OS? Then where did you get the source for the manuals? Come on, Greg, can't you just accept that people simply don't agree with you, and for at least arguably valid reasons? This is getting tiresome, and you're having to present some really unlikely scenarios to prove your point. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 3:10: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 AA3EE37B403; Mon, 6 Aug 2001 03:10:25 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76AAPv76982; Mon, 6 Aug 2001 03:10:25 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061010.f76AAPv76982@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 03:10:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/generic-nqs Makefile ports/net/generic-nqs/scripts syslog-add.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 wjv 2001/08/06 03:10:25 PDT Modified files: net/generic-nqs Makefile net/generic-nqs/scripts syslog-add.sh Log: - Change MASTER_SITES - Modify installation script to be more discreet - Bump PORTREVISION - Update maintainer's email address PR: 29204 Submitted by: Tony Maher (MAINTAINER) Revision Changes Path 1.12 +9 -7 ports/net/generic-nqs/Makefile 1.3 +4 -4 ports/net/generic-nqs/scripts/syslog-add.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 3:42:51 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 DA09E37B403; Mon, 6 Aug 2001 03:42:45 -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 f76AfkK09709; Mon, 6 Aug 2001 11:41:47 +0100 (BST) (envelope-from nik) Date: Mon, 6 Aug 2001 11:41:45 +0100 From: Nik Clayton To: John Hay Cc: Nik Clayton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/docproj Makefile Message-ID: <20010806114145.C9149@canyon.nothing-going-on.org> References: <200108052119.f75LJn426601@freefall.freebsd.org> <200108060908.f7698Ns94162@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="yVhtmJPUSI46BTXb" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108060908.f7698Ns94162@zibbi.icomtek.csir.co.za>; from jhay@icomtek.csir.co.za on Mon, Aug 06, 2001 at 11:08:23AM +0200 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 --yVhtmJPUSI46BTXb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 06, 2001 at 11:08:23AM +0200, John Hay wrote: > Shouldn't you also add this to src/release/Makefile.inc.docports? Not yet, since we don't build the website as part of the release. For the time being this is website only. 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 --- --yVhtmJPUSI46BTXb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtudGkACgkQk6gHZCw343VegACbBg8vz4sj9pOTHQ9eSWPhzP1G KfcAn2bK9G0iC66rG9ELRuM8f9LXWF80 =CcUZ -----END PGP SIGNATURE----- --yVhtmJPUSI46BTXb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 3:50: 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 62FF737B403; Mon, 6 Aug 2001 03:50:03 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Ao3180848; Mon, 6 Aug 2001 03:50:03 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061050.f76Ao3180848@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 03:50:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/ncbi-toolkit 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 wjv 2001/08/06 03:50:02 PDT Modified files: biology/ncbi-toolkit Makefile Log: Update maintainer's email address. Approved by: MAINTAINER Revision Changes Path 1.8 +2 -2 ports/biology/ncbi-toolkit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 3:56: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 AFC8337B401; Mon, 6 Aug 2001 03:56:39 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Aud081599; Mon, 6 Aug 2001 03:56:39 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108061056.f76Aud081599@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 6 Aug 2001 03:56:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/libgda Makefile distinfo pkg-plist ports/databases/libgda/files patch-providers::gda-default-server::sqlite::tool::lemon.c patch-tools::gda-buildserver.in patch-tools::templates::Makefile.in patch-configure patch-bindings::perl::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/06 03:56:39 PDT Modified files: databases/libgda Makefile distinfo pkg-plist databases/libgda/files patch-configure Added files: databases/libgda/files patch-providers::gda-default-server::sqlite::tool::lemon.c patch-tools::gda-buildserver.in patch-tools::templates::Makefile.in Removed files: databases/libgda/files patch-bindings::perl::Makefile.in Log: Update to 0.2.90. Revision Changes Path 1.5 +5 -9 ports/databases/libgda/Makefile 1.3 +1 -1 ports/databases/libgda/distinfo 1.4 +22 -79 ports/databases/libgda/pkg-plist 1.3 +6 -48 ports/databases/libgda/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 Mon Aug 6 3:58: 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 13C5B37B401; Mon, 6 Aug 2001 03:58:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Aw1981776; Mon, 6 Aug 2001 03:58:01 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108061058.f76Aw1981776@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 6 Aug 2001 03:58:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gnomedb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/06 03:58:01 PDT Modified files: databases/gnomedb Makefile distinfo pkg-plist Log: Update to 0.2.90. Revision Changes Path 1.4 +2 -4 ports/databases/gnomedb/Makefile 1.2 +1 -1 ports/databases/gnomedb/distinfo 1.4 +13 -51 ports/databases/gnomedb/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 Aug 6 4: 3: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDF6A37B401; Mon, 6 Aug 2001 04:02:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76B2u988167; Mon, 6 Aug 2001 04:02:56 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108061102.f76B2u988167@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 6 Aug 2001 04:02:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric Makefile distinfo pkg-plist ports/math/gnumeric/files patch-plugins::gb::excel-gb-interior.c patch-plugins::gb::excel-gb-range.c patch-aa patch-plugins::dif::dif.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/08/06 04:02:56 PDT Modified files: math/gnumeric Makefile distinfo pkg-plist math/gnumeric/files patch-aa Added files: math/gnumeric/files patch-plugins::gb::excel-gb-interior.c patch-plugins::gb::excel-gb-range.c Removed files: math/gnumeric/files patch-plugins::dif::dif.c Log: Update to 0.68. Revision Changes Path 1.64 +5 -3 ports/math/gnumeric/Makefile 1.31 +1 -1 ports/math/gnumeric/distinfo 1.29 +1 -0 ports/math/gnumeric/pkg-plist 1.23 +19 -3 ports/math/gnumeric/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 4: 4: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6009137B401; Mon, 6 Aug 2001 04:04:00 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76B40x88306; Mon, 6 Aug 2001 04:04:00 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061104.f76B40x88306@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 04:04:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cymbaline 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/08/06 04:04:00 PDT Modified files: audio/cymbaline Makefile distinfo Log: upgrade to 0.9f Revision Changes Path 1.7 +2 -2 ports/audio/cymbaline/Makefile 1.7 +1 -1 ports/audio/cymbaline/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 4:12: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 6B00437B401; Mon, 6 Aug 2001 04:12:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76BCMN95284; Mon, 6 Aug 2001 04:12:23 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108061112.f76BCMN95284@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 6 Aug 2001 04:12:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libglade/files patch-glade::glade-gnomedb.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/08/06 04:12:21 PDT Modified files: devel/libglade/files patch-glade::glade-gnomedb.c Log: Fix a breakage caused by the libgda upgrade to 0.2.90. Revision Changes Path 1.2 +24 -4 ports/devel/libglade/files/patch-glade::glade-gnomedb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 4:18: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 74D8C37B401; Mon, 6 Aug 2001 04:18:24 -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 f76BIIJ28409; Mon, 6 Aug 2001 14:18:18 +0300 (EEST) (envelope-from ru) Date: Mon, 6 Aug 2001 14:18:18 +0300 From: Ruslan Ermilov To: Bill Fenner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/netstat mroute.c src/sys/kern sys_socket.c src/sys/modules Makefile src/sys/modules/ip_mroute_mod Makefile src/sys/net route.c route.h src/sys/netinet ip_encap.c ip_mroute.c ip_mroute.h Message-ID: <20010806141818.B23195@sunbay.com> Mail-Followup-To: Bill Fenner , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200107252015.f6PKFn271754@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: <200107252015.f6PKFn271754@freefall.freebsd.org>; from fenner@FreeBSD.org on Wed, Jul 25, 2001 at 01:15:49PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jul 25, 2001 at 01:15:49PM -0700, Bill Fenner wrote: > fenner 2001/07/25 13:15:49 PDT > > Modified files: > usr.bin/netstat mroute.c > Log: > Use sysctl to export multicast routing stats > > Revision Changes Path > 1.17 +14 -6 src/usr.bin/netstat/mroute.c > sysctl(3) interface can only be used to access data from the running kernel. This change also breaks -M support for -gs. Using kvm path is still useful when examining data from the kernel's core file. This is already implemented for the mbuf statistics (-m). It first checks to see if the -M in effect or not, and mbpr() uses either sysctl(3) or kread() version, respectively. 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 Mon Aug 6 4:22:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id B5EFC37B405; Mon, 6 Aug 2001 04:22:49 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 313414CE13; Mon, 6 Aug 2001 07:22:49 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id HAA02560; Mon, 6 Aug 2001 07:22:48 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id EAA24811; Mon, 6 Aug 2001 04:22:48 -0700 (PDT) Message-Id: <200108061122.EAA24811@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ru@freebsd.org Subject: Re: cvs commit: src/usr.bin/netstat mroute.c src/sys/kern sys_socket.c src/sys/modules Makefile src/sys/modules/ip_mroute_mod Makefile src/sys/net route.c route.h src/sys/netinet ip_encap.c ip_mroute.c ip_mroute.h Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200107252015.f6PKFn271754@freefall.freebsd.org> <20010806141818.B23195@sunbay.com> Date: Mon, 6 Aug 2001 04:22:48 -0700 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >This change also breaks -M support for -gs. Actually, if the sysctl() fails it falls back to kread(). Is this not sufficient? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 4:29: 7 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 E796037B403; Mon, 6 Aug 2001 04:28:23 -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 f76BS4A29375; Mon, 6 Aug 2001 14:28:04 +0300 (EEST) (envelope-from ru) Date: Mon, 6 Aug 2001 14:28:04 +0300 From: Ruslan Ermilov To: Bill Fenner Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/netstat mroute.c src/sys/kern sys_socket.c src/sys/modules Makefile src/sys/modules/ip_mroute_mod Makefile src/sys/net route.c route.h src/sys/netinet ip_encap.c ip_mroute.c ip_mroute.h Message-ID: <20010806142804.C23195@sunbay.com> Mail-Followup-To: Bill Fenner , cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200107252015.f6PKFn271754@freefall.freebsd.org> <20010806141818.B23195@sunbay.com> <200108061122.EAA24811@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108061122.EAA24811@windsor.research.att.com>; from fenner@research.att.com on Mon, Aug 06, 2001 at 04:22:48AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 06, 2001 at 04:22:48AM -0700, Bill Fenner wrote: > > >This change also breaks -M support for -gs. > > Actually, if the sysctl() fails it falls back to kread(). Is this not > sufficient? > What happens with `netstat -gs -M /var/crash/vmcore.1' currently is that you will get current stats as opposed to stats from the /var/crash/vmcore.1 snapshot. 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 Mon Aug 6 4:44: 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 4A4E737B401; Mon, 6 Aug 2001 04:43:59 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Bhxn97954; Mon, 6 Aug 2001 04:43:59 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061143.f76Bhxn97954@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 04:43:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/graphviz 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/08/06 04:43:59 PDT Modified files: graphics/graphviz Makefile Log: freetype2 is now freetype.7 PR: 29477 Revision Changes Path 1.25 +2 -2 ports/graphics/graphviz/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 5: 5:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A2B237B401; Mon, 6 Aug 2001 05:05:21 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76C5LW02386; Mon, 6 Aug 2001 05:05:21 -0700 (PDT) (envelope-from knu) Message-Id: <200108061205.f76C5LW02386@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 6 Aug 2001 05:05:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/SWIG-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 knu 2001/08/06 05:05:21 PDT Modified files: devel/SWIG-devel Makefile Log: Add autoconf as build-time dependency. Noted by: bento's log Revision Changes Path 1.41 +3 -1 ports/devel/SWIG-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 Aug 6 5: 8: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 5AA4737B403; Mon, 6 Aug 2001 05:08:40 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76C8eP03009; Mon, 6 Aug 2001 05:08:40 -0700 (PDT) (envelope-from knu) Message-Id: <200108061208.f76C8eP03009@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 6 Aug 2001 05:08:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gdome2 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/08/06 05:08:40 PDT Modified files: textproc/gdome2 Makefile Log: s/WANT_GLIB/USE_GLIB/ Noted by: bento's log Revision Changes Path 1.2 +2 -2 ports/textproc/gdome2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 5:11:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F0A137B401; Mon, 6 Aug 2001 05:11:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CBOd03201; Mon, 6 Aug 2001 05:11:24 -0700 (PDT) (envelope-from knu) Message-Id: <200108061211.f76CBOd03201@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 6 Aug 2001 05:11:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby 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/08/06 05:11:24 PDT Modified files: lang/ruby pkg-plist Log: Add missing entries to pkg-plist. Revision Changes Path 1.39 +4 -0 ports/lang/ruby/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 Aug 6 5:11:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4766F37B401; Mon, 6 Aug 2001 05:11:41 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CBf603262; Mon, 6 Aug 2001 05:11:41 -0700 (PDT) (envelope-from knu) Message-Id: <200108061211.f76CBf603262@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 6 Aug 2001 05:11:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-devel 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/08/06 05:11:41 PDT Modified files: lang/ruby-devel pkg-plist Log: Add missing entries to pkg-plist. Revision Changes Path 1.15 +4 -0 ports/lang/ruby-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 Mon Aug 6 5:16: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE76A37B403; Mon, 6 Aug 2001 05:15:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CFtu03876; Mon, 6 Aug 2001 05:15:55 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061215.f76CFtu03876@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 05:15:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/pdftohtml Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/pdftohtml/files patch-goo::Makefile patch-xpdf::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/08/06 05:15:55 PDT Modified files: textproc Makefile Added files: textproc/pdftohtml Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/pdftohtml/files patch-goo::Makefile patch-xpdf::Makefile Log: add pdftohtml A command-line tool for converting pdf-files into html PR: 27824 Submitted by: Soeren Boll Overgaard Revision Changes Path 1.223 +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 Aug 6 5:16:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F0E837B40E; Mon, 6 Aug 2001 05:15:59 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CFx203914; Mon, 6 Aug 2001 05:15:59 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061215.f76CFx203914@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 05:15:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/06 05:15:59 PDT Modified files: . modules Log: pdftohtml --> ports/textproc/pdftohtml Revision Changes Path 1.3611 +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 Aug 6 5:17: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 F0D7D37B403; Mon, 6 Aug 2001 05:17:47 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CHl104150; Mon, 6 Aug 2001 05:17:47 -0700 (PDT) (envelope-from murray) Message-Id: <200108061217.f76CHl104150@freefall.freebsd.org> From: Murray Stokely Date: Mon, 6 Aug 2001 05:17:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/06 05:17:47 PDT Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: First step of a major overhaul of this chapter. Split into multiple commits to make it slightly easier on the translation teams. * Add a standard synopsis * Remove references to FreeBSD 1.1.5.1 and FreeBSD 1.1. Document the behavior of 4.x / 5.x and ignore the paleontology. * Move s around so that printed output looks better. * Reference other chapters in the Handbook instead of duplicating information. * Rephrase many sentences to be more concise. * -> * Refer to the text as "this chapter" instead of "this document" * Refer to manual pages consistently. * Turns a couple of question and answer entries into more formal paragraphs. * Don't intersperse example commands inside paragraphs as often. Instead, talk about something and then provide an example. * Mark up contributors in . * Remove synopsis-like information from one of the individual sections, since this has been expanded at the front of the chapter. * Mark up keys in * Remove acknowledgments section. This is inappropriate for a book chapter and the acknowledged person has been moved to the as an additional contributor. * Remove "information integrated from FAQ", that describes much of our documentation. * Remove troubleshooting entry about needing to be in a specific group to run tip or cu, since this is no longer the case. PR: 19481 Revision Changes Path 1.35 +140 -249 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 5:27: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 315A637B403; Mon, 6 Aug 2001 05:27:13 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CRDY05262; Mon, 6 Aug 2001 05:27:13 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061227.f76CRDY05262@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 05:27:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/08/06 05:27:13 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Change port maintainer Tony Maher's email address (again) to sync with his ports and with reality. Revision Changes Path 1.2 +2 -2 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 5:36:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC08037B405; Mon, 6 Aug 2001 05:36:16 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CaGi06178; Mon, 6 Aug 2001 05:36:16 -0700 (PDT) (envelope-from murray) Message-Id: <200108061236.f76CaGi06178@freefall.freebsd.org> From: Murray Stokely Date: Mon, 6 Aug 2001 05:36:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/06 05:36:16 PDT Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: This chapter was a very unnatural union of several good tutorials. Many of the sections in this chapter contained duplicate information (about FreeBSD 1.1.5.1, mind you). This commit adds a more substantial introduction section with information about terminology, cables and ports, kernel configuration of serial devices, and using stty for serial configuration. The remaining sections ("terminals", "dial-in service", "dial-out service", and "setting up a serial console") can then refer to this earlier section instead of duplicating how to setup /etc/ttys and HUP init, etc. in each one. Also contains a couple more markup fixes for s. PR: 19481 Revision Changes Path 1.36 +537 -557 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 5:52: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 182C137B408; Mon, 6 Aug 2001 05:52:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CqDH08047; Mon, 6 Aug 2001 05:52:13 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061252.f76CqDH08047@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 05:52:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/06 05:52:13 PDT Modified files: . modules Log: p5-XML-LibXSLT --> ports/textproc/p5-XML-LibXSLT Revision Changes Path 1.3612 +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 Aug 6 5:52: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 D4C6137B406; Mon, 6 Aug 2001 05:52:10 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CqAp08007; Mon, 6 Aug 2001 05:52:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061252.f76CqAp08007@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 05:52:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-LibXSLT Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/p5-XML-LibXSLT/files patch-Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/06 05:52:10 PDT Modified files: textproc Makefile Added files: textproc/p5-XML-LibXSLT Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/p5-XML-LibXSLT/files patch-Makefile.PL Log: p5-XML-LibXSLT A Perl interface to the GNOME XSLT library. PR: 27927 Submitted by: Dominic Mitchell Revision Changes Path 1.224 +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 Aug 6 5:52: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 3568B37B409; Mon, 6 Aug 2001 05:52:18 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76CqIj08082; Mon, 6 Aug 2001 05:52:18 -0700 (PDT) (envelope-from dfr) Message-Id: <200108061252.f76CqIj08082@freefall.freebsd.org> From: Doug Rabson Date: Mon, 6 Aug 2001 05:52:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c mem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/08/06 05:52:18 PDT Modified files: sys/ia64/ia64 machdep.c mem.c Log: Remove usage of nonexistent vm_mtx. Revision Changes Path 1.38 +1 -3 src/sys/ia64/ia64/machdep.c 1.5 +1 -5 src/sys/ia64/ia64/mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 5:53: 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 5E4E437B62D; Mon, 6 Aug 2001 05:52:55 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Cqta08248; Mon, 6 Aug 2001 05:52:55 -0700 (PDT) (envelope-from dfr) Message-Id: <200108061252.f76Cqta08248@freefall.freebsd.org> From: Doug Rabson Date: Mon, 6 Aug 2001 05:52:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 sscdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/08/06 05:52:55 PDT Modified files: sys/ia64/ia64 sscdisk.c Log: Make this compile again. Revision Changes Path 1.10 +2 -1 src/sys/ia64/ia64/sscdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 6: 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 5E5AC37B401; Mon, 6 Aug 2001 06:01:44 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76D1i209178; Mon, 6 Aug 2001 06:01:44 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200108061301.f76D1i209178@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 6 Aug 2001 06:01:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2001/08/06 06:01:44 PDT Modified files: security/racoon Makefile distinfo Log: Upgrade to 20010802a. Revision Changes Path 1.11 +3 -2 ports/security/racoon/Makefile 1.10 +1 -1 ports/security/racoon/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 6: 3: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 9626937B403; Mon, 6 Aug 2001 06:03:38 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76D3cx09407; Mon, 6 Aug 2001 06:03:38 -0700 (PDT) (envelope-from ru) Message-Id: <200108061303.f76D3cx09407@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 6 Aug 2001 06:03:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.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/08/06 06:03:38 PDT Modified files: sbin/ipfw ipfw.c Log: Fixed one more breakage introduced in 1.103 cleanup. ICMP types were reported incorrectly: # ipfw add allow icmp from any to any icmptypes 0,8 PR: bin/29185 Submitted by: Mike Durian Revision Changes Path 1.108 +3 -2 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 6: 3:51 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (arb.arb.za.net [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id 0916A37B401; Mon, 6 Aug 2001 06:03:35 -0700 (PDT) (envelope-from mark@grondar.za) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f76D3FR62234; Mon, 6 Aug 2001 15:03:15 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.5/8.11.4) with ESMTP id f76AEdZ07896; Mon, 6 Aug 2001 11:14:39 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200108061014.f76AEdZ07896@grimreaper.grondar.za> To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libopie Makefile References: <20010806002848.B47300@nagual.pp.ru> In-Reply-To: <20010806002848.B47300@nagual.pp.ru> ; from "Andrey A. Chernov" "Mon, 06 Aug 2001 00:28:49 +0400." Date: Mon, 06 Aug 2001 11:14:39 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I understand the X Terminal problem, and I'm hoping to fix it. For the > > rest, I have to repeat that it loooks like you need to build your world > > with WANT_INSECURE_OPIE set to "true". > > Nowdays all machines used as servers with rare console access, it means > that most connections are remote connections, and it means that > _by_default_ OPIE must assume this variant. And for admins which don't > trust any remote connection we can have just opposite option. I understand that - but remember that the OPIE design idea is that the key calculator runs on the _client_ side. If other things don't work remotely, then that needs fixing. (And yes, I have noted the problem of Internet Cafes, X terminals and the like). 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 Aug 6 6: 4:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15B1337B403; Mon, 6 Aug 2001 06:04:12 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76D4Cs09464; Mon, 6 Aug 2001 06:04:12 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200108061304.f76D4Cs09464@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 6 Aug 2001 06:04:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 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 sumikawa 2001/08/06 06:04:12 PDT Modified files: www/apache13+ipv6 pkg-plist Log: Fix plist. PR: ports/29480 Submitted by: roam@ringlet.net, pat@databits.net Revision Changes Path 1.8 +24 -6 ports/www/apache13+ipv6/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 6: 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 8196937B403; Mon, 6 Aug 2001 06:07:46 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76D7kd13025; Mon, 6 Aug 2001 06:07:46 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061307.f76D7kd13025@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 06:07:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile ports/biology/migrate 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 wjv 2001/08/06 06:07:46 PDT Modified files: biology Makefile Added files: biology/migrate Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add migrate 1.2, a program to estimate population sizes and migration rates. Revision Changes Path 1.32 +2 -1 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 6: 7: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 C2A6937B401; Mon, 6 Aug 2001 06:07:49 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76D7nF13068; Mon, 6 Aug 2001 06:07:49 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061307.f76D7nF13068@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 06:07: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 wjv 2001/08/06 06:07:49 PDT Modified files: . modules Log: migrate --> ports/biology/migrate Revision Changes Path 1.3613 +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 Aug 6 6:13:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D49BD37B406; Mon, 6 Aug 2001 06:13:49 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76DDnl13922; Mon, 6 Aug 2001 06:13:49 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061313.f76DDnl13922@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 06:13: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/08/06 06:13:49 PDT Modified files: . modules Log: pcal --> ports/print/pcal Revision Changes Path 1.3614 +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 Aug 6 6:13:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EB8B37B405; Mon, 6 Aug 2001 06:13:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76DDlk13886; Mon, 6 Aug 2001 06:13:47 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061313.f76DDlk13886@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 06:13:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/pcal Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/pcal/files patch-aa patch-ab patch-ac patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/06 06:13:44 PDT Modified files: print Makefile Added files: print/pcal Makefile distinfo pkg-comment pkg-descr pkg-plist print/pcal/files patch-aa patch-ab patch-ac patch-ad patch-ae Log: add pcal PostScript calendar program PR: 28020 Submitted by: Matthew West Revision Changes Path 1.164 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 6:34: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 BFF4B37B403; Mon, 6 Aug 2001 06:34:15 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76DYFJ25740; Mon, 6 Aug 2001 06:34:15 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108061334.f76DYFJ25740@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 6 Aug 2001 06:34:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker Makefile ports/x11-wm/windowmaker/files patch-util::wsetfont X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/06 06:34:15 PDT Modified files: x11-wm/windowmaker Makefile Added files: x11-wm/windowmaker/files patch-util::wsetfont Log: Unbroke wsetfont in Japanese/Korean environment. Submitted by: Masahide -mac- NODA Tested by: knu Revision Changes Path 1.89 +1 -0 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 Mon Aug 6 6:44: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 09BF337B405; Mon, 6 Aug 2001 06:44:34 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76DiXr99900; Mon, 6 Aug 2001 06:44:33 -0700 (PDT) (envelope-from gibbs) Message-Id: <200108061344.f76DiXr99900@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 6 Aug 2001 06:44:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.seq aic7xxx_pci.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 gibbs 2001/08/06 06:44:33 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx.c aic7xxx.seq aic7xxx_pci.c Log: MFC: Don't ack SDPTR messages twice on Ultra2 chips. Better PCI 2.1 retry bug workaround. Approved by: re@FreeBSD.org Revision Changes Path 1.41.2.20 +20 -2 src/sys/dev/aic7xxx/aic7xxx.c 1.94.2.15 +17 -24 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.12 +10 -2 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 Mon Aug 6 7: 7:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1481C37B405; Mon, 6 Aug 2001 07:07:48 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76E7m628361; Mon, 6 Aug 2001 07:07:48 -0700 (PDT) (envelope-from sada) Message-Id: <200108061407.f76E7m628361@freefall.freebsd.org> From: SADA Kenji Date: Mon, 6 Aug 2001 07:07:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xjman Makefile ports/japanese/xjman/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2001/08/06 07:07:48 PDT Modified files: japanese/xjman Makefile japanese/xjman/scripts configure Log: Cope with update of bsd.man.mk . Submitted by: sf [FreeBSD-users-jp 63159] Reported by: Yasuhito KAMINAGA Revision Changes Path 1.14 +7 -2 ports/japanese/xjman/Makefile 1.2 +1 -1 ports/japanese/xjman/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7: 9:56 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 78C0737B405; Mon, 6 Aug 2001 07:09:49 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f76E9Qk59328; Mon, 6 Aug 2001 18:09:26 +0400 (MSD) (envelope-from ache) Date: Mon, 6 Aug 2001 18:09:21 +0400 From: "Andrey A. Chernov" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libopie Makefile Message-ID: <20010806180917.A59047@nagual.pp.ru> References: <20010806002848.B47300@nagual.pp.ru> <200108061014.f76AEdZ07896@grimreaper.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108061014.f76AEdZ07896@grimreaper.grondar.za> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 06, 2001 at 11:14:39 +0100, Mark Murray wrote: > > Nowdays all machines used as servers with rare console access, it means > > that most connections are remote connections, and it means that > > _by_default_ OPIE must assume this variant. And for admins which don't > > trust any remote connection we can have just opposite option. > > I understand that - but remember that the OPIE design idea is that the > key calculator runs on the _client_ side. If other things don't work > remotely, then that needs fixing. No. 1) Key calculator (opiekey) runs _anywhere_ (not on _client_ side only), it is just calculator, no system files used, there are even CGI-based implementations on the Web (so, restricting -f leads to bad results as 'unofficial' opiekeys, moreover, if you restrict in in one place, f.e. in SSH connection, you force users to use even less secured variants like Web-based implementations which leads to more disclosure). 2) OPIE passwords are expired after some number of usage and must allow quick change in case secret phrase becomes known (f.e. asking admin to change password each time by email weakens security). It means you can't run 'opiepasswd' on _client_ side, only on side where passwords stored, i.e. _server_ side, which suppose remote connection at least or console access (later is rare nowdays). -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7:22: 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 0CD3A37B401; Mon, 6 Aug 2001 07:21:58 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76ELwj30151; Mon, 6 Aug 2001 07:21:58 -0700 (PDT) (envelope-from green) Message-Id: <200108061421.f76ELwj30151@freefall.freebsd.org> From: Brian Feldman Date: Mon, 6 Aug 2001 07:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.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 green 2001/08/06 07:21:57 PDT Modified files: sys/kern link_elf.c Log: Previously, the ELF linker would always just store the pointer to a filename passed in via the module loader functions in the GDB "sharedlibrary" support structures. This isn't good, since the pointer would become stale in almost every case (not the pre-loaded case, of course). Change this to malloc()ed copy of the string and finally fix the reason that gdb -k's "sharedlibrary" command stopped working. Obtained from: LOMAC/FreeBSD (cf. NAI Labs) Revision Changes Path 1.41 +6 -2 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7:24:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B68F37B401; Mon, 6 Aug 2001 07:24:26 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76EOQi30479; Mon, 6 Aug 2001 07:24:26 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108061424.f76EOQi30479@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 6 Aug 2001 07:24:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/isearch Makefile distinfo pkg-descr pkg-plist ports/textproc/isearch/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/06 07:24:26 PDT Modified files: textproc/isearch Makefile distinfo pkg-descr pkg-plist Removed files: textproc/isearch/files patch-aa patch-ab patch-ac Log: upgrade to 1.47d PR: 28622 Submitted by: Paul Marquis Revision Changes Path 1.12 +5 -5 ports/textproc/isearch/Makefile 1.2 +1 -1 ports/textproc/isearch/distinfo 1.5 +12 -6 ports/textproc/isearch/pkg-descr 1.3 +5 -5 ports/textproc/isearch/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 Aug 6 7: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 961C537B405; Mon, 6 Aug 2001 07:25:35 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76EPZE30658; Mon, 6 Aug 2001 07:25:35 -0700 (PDT) (envelope-from jhb) Message-Id: <200108061425.f76EPZE30658@freefall.freebsd.org> From: John Baldwin Date: Mon, 6 Aug 2001 07:25:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys user.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/06 07:25:35 PDT Modified files: sys/sys user.h Log: Get the order of the sys/_lock.h and sys/_mutex.h headers right. Revision Changes Path 1.40 +2 -2 src/sys/sys/user.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7:26:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A181537B401; Mon, 6 Aug 2001 07:26:51 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76EQpn30792; Mon, 6 Aug 2001 07:26:51 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061426.f76EQpn30792@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 07:26:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/migrate 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 wjv 2001/08/06 07:26:51 PDT Modified files: biology/migrate pkg-descr Log: Correct my email address. Revision Changes Path 1.2 +1 -1 ports/biology/migrate/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 Aug 6 7:36:50 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 40EC337B403; Mon, 6 Aug 2001 07:36:35 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f76EaKA59626; Mon, 6 Aug 2001 18:36:20 +0400 (MSD) (envelope-from ache) Date: Mon, 6 Aug 2001 18:36:15 +0400 From: "Andrey A. Chernov" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libopie Makefile Message-ID: <20010806183611.B59504@nagual.pp.ru> References: <20010806002848.B47300@nagual.pp.ru> <200108061014.f76AEdZ07896@grimreaper.grondar.za> <20010806180917.A59047@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010806180917.A59047@nagual.pp.ru> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 06, 2001 at 18:09:21 +0400, Andrey A. Chernov wrote: > quick change in case secret phrase becomes known (f.e. asking admin to > change password each time by email weakens security). It means you can't Really, any type of admin asking weakens security, not email only (which is insecure channel), because of reaction time lag. During that period intruder can use secret phrase to do harm. In expired password situation, user don't have its access during that period which is inconvenient. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7:42: 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 642BB37B403; Mon, 6 Aug 2001 07:41:58 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Efwf33157; Mon, 6 Aug 2001 07:41:58 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061441.f76Efwf33157@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 07:41:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile ports/biology/coalesce Makefile distinfo pkg-comment pkg-descr pkg-plist ports/biology/coalesce/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 wjv 2001/08/06 07:41:58 PDT Modified files: biology Makefile Added files: biology/coalesce Makefile distinfo pkg-comment pkg-descr pkg-plist biology/coalesce/files patch-Makefile Log: Add coalesce 1.50, a program to fit population models. Revision Changes Path 1.33 +2 -1 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7:42: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 CBCDF37B40A; Mon, 6 Aug 2001 07:42:02 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Eg2j33237; Mon, 6 Aug 2001 07:42:02 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061442.f76Eg2j33237@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 07:42: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 wjv 2001/08/06 07:42:02 PDT Modified files: . modules Log: coalesce --> ports/biology/coalesce Revision Changes Path 1.3615 +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 Aug 6 7:45:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BF2737B401; Mon, 6 Aug 2001 07:45:39 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76EjdD34213; Mon, 6 Aug 2001 07:45:39 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061445.f76EjdD34213@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 07:45:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile ports/biology/fluctuate Makefile distinfo pkg-comment pkg-descr pkg-plist ports/biology/fluctuate/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 wjv 2001/08/06 07:45:39 PDT Modified files: biology Makefile Added files: biology/fluctuate Makefile distinfo pkg-comment pkg-descr pkg-plist biology/fluctuate/files patch-Makefile Log: Add fluctuate 1.30, a program to fit population models. Revision Changes Path 1.34 +2 -1 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7:45: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 5B01437B403; Mon, 6 Aug 2001 07:45:42 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Ejg334249; Mon, 6 Aug 2001 07:45:42 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061445.f76Ejg334249@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 07:45: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 wjv 2001/08/06 07:45:42 PDT Modified files: . modules Log: fluctuate --> ports/biology/fluctuate Revision Changes Path 1.3616 +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 Aug 6 7:47:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF1B37B401; Mon, 6 Aug 2001 07:47:45 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Eljd34786; Mon, 6 Aug 2001 07:47:45 -0700 (PDT) (envelope-from imp) Message-Id: <200108061447.f76Eljd34786@freefall.freebsd.org> From: Warner Losh Date: Mon, 6 Aug 2001 07:47:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c i82365.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/08/06 07:47:45 PDT Modified files: (Branch: RELENG_4) sys/pccard pcic.c i82365.h Log: MFC: Power off again and preserve some bits in PCIC_INT_GEN also, minor #define shuffle. Approved in principle by: jkh Revision Changes Path 1.89.2.17 +3 -3 src/sys/pccard/pcic.c 1.10.2.4 +2 -2 src/sys/pccard/i82365.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7:49:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6A1A37B401; Mon, 6 Aug 2001 07:49:53 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Enrf35607; Mon, 6 Aug 2001 07:49:53 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061449.f76Enrf35607@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 07:49:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile ports/biology/recombine Makefile distinfo pkg-comment pkg-descr pkg-plist ports/biology/recombine/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 wjv 2001/08/06 07:49:53 PDT Modified files: biology Makefile Added files: biology/recombine Makefile distinfo pkg-comment pkg-descr pkg-plist biology/recombine/files patch-Makefile Log: Add recombine 1.40, a program to fit population models across sites. Revision Changes Path 1.35 +2 -1 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 7:50: 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 2485F37B405; Mon, 6 Aug 2001 07:49:57 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76EnvI35660; Mon, 6 Aug 2001 07:49:57 -0700 (PDT) (envelope-from wjv) Message-Id: <200108061449.f76EnvI35660@freefall.freebsd.org> From: Johann Visagie Date: Mon, 6 Aug 2001 07:49: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 wjv 2001/08/06 07:49:57 PDT Modified files: . modules Log: recombine --> ports/biology/recombine Revision Changes Path 1.3617 +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 Aug 6 8:11: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 43C9C37B40A; Mon, 6 Aug 2001 08:11:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76FB1Z41189; Mon, 6 Aug 2001 08:11:01 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108061511.f76FB1Z41189@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 6 Aug 2001 08:11:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/windowmaker-i18n Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-wm/windowmaker-i18n/files patch-ag patch-ak patch-al patch-am patch-sec1 patch-util_wmaker.inst.in patch-wsetfont X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/06 08:11:01 PDT Modified files: x11-wm Makefile Removed files: x11-wm/windowmaker-i18n Makefile distinfo pkg-comment pkg-descr pkg-plist x11-wm/windowmaker-i18n/files patch-ag patch-ak patch-al patch-am patch-sec1 patch-util_wmaker.inst.in patch-wsetfont Log: Smash windowmaker-i18n - it's functionally equivalent to ordinary windowmaker. ##### ### ##### # # # # # # ## # # ## # # # # # # ## # ##### ### # # # # # # # # # # # # # # # # # # ### ### ### ### Submitted by: maintainer Revision Changes Path 1.62 +0 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 8:15:47 2001 Delivered-To: cvs-all@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id F147C37B401; Mon, 6 Aug 2001 08:15:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup6-34.iptelecom.net.ua [212.9.227.98]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA02731; Mon, 6 Aug 2001 18:15:28 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f76FEvV61028; Mon, 6 Aug 2001 18:14:57 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B6EB49D.87864E16@FreeBSD.org> Date: Mon, 06 Aug 2001 18:15:41 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, phk@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.c References: <20010803202216.30EB13E31@bazooka.unixfreak.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 Dima Dorfman wrote: > Maxim Sobolev writes: > > sobomax 2001/08/02 03:19:14 PDT > > > > Modified files: > > sys/dev/md md.c > > Log: > > - Deny detaching requests until device is still open, otherwise it is possible > > to hang or panic kernel by detaching disk from which fs is mounted; > > When I proposed a similar patch some time ago, phk said that he would > like md(4) to behave "as much like a real disk as possible", which > included being able to go offline at any moment (in md terms, this > would mean detaching). This would be useful for testing such things > as a removable ATA flash drive going away. > > That said, detaching an md while it's mounted is only going to bite > more people as more people start using -current (esp. when it comes > closer to being -release), so this safeguard is a good idea. However, > it would still be nice to be able to turn it off when one wishes. I > propose to add a "force" option that will tell the driver to turn off > anti-foot shooting precautions such as this one. Attached is a patch > to do that. > > Comments? Thoughts? Looks fine to me. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 8:15:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 323AC37B403; Mon, 6 Aug 2001 08:15:45 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76FFjj41765; Mon, 6 Aug 2001 08:15:45 -0700 (PDT) (envelope-from sada) Message-Id: <200108061515.f76FFjj41765@freefall.freebsd.org> From: SADA Kenji Date: Mon, 6 Aug 2001 08:15:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/p5-Tk-FileDialog 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 sada 2001/08/06 08:15:45 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/p5-Tk-FileDialog Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add new port: FileDialog perl/Tk module PR: ports/28652 Submitted by: Wade Minter Revision Changes Path 1.148 +2 -1 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 8:17: 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 D8DE237B401; Mon, 6 Aug 2001 08:17:03 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76FH3O41931; Mon, 6 Aug 2001 08:17:03 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108061517.f76FH3O41931@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 6 Aug 2001 08:17: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 sobomax 2001/08/06 08:17:03 PDT Modified files: . modules Log: Remove windowmaker-i18n --> ports/x11-wm/windowmaker-i18n Submitted by: maintainer Revision Changes Path 1.3618 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 8:30: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 BACD837B401; Mon, 6 Aug 2001 08:30:21 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76FULo43322; Mon, 6 Aug 2001 08:30:21 -0700 (PDT) (envelope-from joerg) Message-Id: <200108061530.f76FULo43322@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 6 Aug 2001 08:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_hdr.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2001/08/06 08:30:21 PDT Modified files: (Branch: RELENG_4) sys/i386/isa/pcvt pcvt_hdr.h Log: Fix the breakage of pcvt(4) that was introduced with rev 1.9.2.2 of src/sys/dev/kbd/kbdreg.h; we need to include sys/kbio.h to get NUM_KEYS defined. Approved by: murray Revision Changes Path 1.36.2.3 +10 -1 src/sys/i386/isa/pcvt/pcvt_hdr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 8:33:20 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 1F98F37B403; Mon, 6 Aug 2001 08:33:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id IAA12900; Mon, 6 Aug 2001 08:33:10 -0700 (PDT) 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: <200108060704.f7674V827555@freefall.freebsd.org> Date: Mon, 06 Aug 2001 08:33:11 -0700 (PDT) From: John Baldwin To: Nik Clayton Subject: RE: cvs commit: www/en index.xsl Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 06-Aug-01 Nik Clayton wrote: > nik 2001/08/06 00:04:31 PDT > > Added files: > en index.xsl > Log: > XSL equivalent to the current index.sgml. > > In addition, it knows how to parse entries in news/news.xml, and can > include > the last four news entries, with links, on the main page. When does this go live? :) -- 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 Aug 6 8:52: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 E055237B405; Mon, 6 Aug 2001 08:52:42 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Fqg445818; Mon, 6 Aug 2001 08:52:42 -0700 (PDT) (envelope-from nsayer) Message-Id: <200108061552.f76Fqg445818@freefall.freebsd.org> From: Nick Sayer Date: Mon, 6 Aug 2001 08:52:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc apmd.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2001/08/06 08:52:42 PDT Modified files: etc apmd.conf Log: Now properly use logger's facility argument Revision Changes Path 1.7 +4 -4 src/etc/apmd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 9: 3: 2 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 3E37637B403; Mon, 6 Aug 2001 09:02:54 -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 f76G5uU14110; Mon, 6 Aug 2001 17:05:56 +0100 (BST) (envelope-from nik) Date: Mon, 6 Aug 2001 17:05:55 +0100 From: Nik Clayton To: John Baldwin Cc: Nik Clayton , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl Message-ID: <20010806170555.F9149@canyon.nothing-going-on.org> References: <200108060704.f7674V827555@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="kbCYTQG2MZjuOjyn" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Aug 06, 2001 at 08:33:11AM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --kbCYTQG2MZjuOjyn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 06, 2001 at 08:33:11AM -0700, John Baldwin wrote: > On 06-Aug-01 Nik Clayton wrote: > > nik 2001/08/06 00:04:31 PDT > >=20 > > Added files: > > en index.xsl=20 > > Log: > > XSL equivalent to the current index.sgml. > > =20 > > In addition, it knows how to parse entries in news/news.xml, and can > > include > > the last four news entries, with links, on the main page. >=20 > When does this go live? :) 24-48 hours. Another message of mine included the Makefile diffs I'm going to commit to turn it on. I'm giving the various web mirror sites some grace period to make sure that they have installed libxslt first. 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 --- --kbCYTQG2MZjuOjyn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtuwGMACgkQk6gHZCw343WedQCfXYToALSKVlW2ZQgDd39AQxuM cscAn1Z0UUy0ICXNHDbAv5hUpM1rNqeq =xl8q -----END PGP SIGNATURE----- --kbCYTQG2MZjuOjyn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 9: 4: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 739B537B405; Mon, 6 Aug 2001 09:04:40 -0700 (PDT) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76G4eB47068; Mon, 6 Aug 2001 09:04:40 -0700 (PDT) (envelope-from nate) Message-Id: <200108061604.f76G4eB47068@freefall.freebsd.org> From: Nate Williams Date: Mon, 6 Aug 2001 09:04:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NEWCARD NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nate 2001/08/06 09:04:40 PDT Modified files: sys/i386/conf NEWCARD NOTES Log: -Finished cleanup of old 'ThinkPad' comments that are no longer useful. Reminded by: bde Revision Changes Path 1.50 +1 -3 src/sys/i386/conf/NEWCARD 1.943 +3 -3 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 9: 6: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 5FFC837B405; Mon, 6 Aug 2001 09:06:42 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76G6gT50101; Mon, 6 Aug 2001 09:06:42 -0700 (PDT) (envelope-from dinoex) Message-Id: <200108061606.f76G6gT50101@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 6 Aug 2001 09:06:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sendmail/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 dinoex 2001/08/06 09:06:42 PDT Modified files: mail/sendmail/files patch-aa Log: - Removed FreeBSD Tag from manpage Revision Changes Path 1.6 +1 -9 ports/mail/sendmail/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 9:15: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 0233B37B401; Mon, 6 Aug 2001 09:15:36 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76GFZZ50947; Mon, 6 Aug 2001 09:15:35 -0700 (PDT) (envelope-from jeh) Message-Id: <200108061615.f76GFZZ50947@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 6 Aug 2001 09:15:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/08/06 09:15:35 PDT Modified files: security/uvscan-dat Makefile distinfo Log: * 4152 Emergency Dat release for detection and removal of W32/Codered.c. Revision Changes Path 1.44 +2 -2 ports/security/uvscan-dat/Makefile 1.43 +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 Mon Aug 6 10: 2:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41AD337B401; Mon, 6 Aug 2001 10:02:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76H2DT55832; Mon, 6 Aug 2001 10:02:13 -0700 (PDT) (envelope-from ru) Message-Id: <200108061702.f76H2DT55832@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 6 Aug 2001 10:02:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/src/libs/libgroff Makefile src/gnu/usr.bin/groff/src/utils/indxbib Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/06 10:02:13 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/groff/src/libs/libgroff Makefile gnu/usr.bin/groff/src/utils/indxbib Makefile Log: MFC: Upgrade to Groff 1.17.2. Approved by: re Revision Changes Path 1.1.2.2 +4 -4 src/gnu/usr.bin/groff/src/libs/libgroff/Makefile 1.1.2.2 +2 -2 src/gnu/usr.bin/groff/src/utils/indxbib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 10: 2: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 675E737B403; Mon, 6 Aug 2001 10:02:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76H2A955751; Mon, 6 Aug 2001 10:02:10 -0700 (PDT) (envelope-from ru) Message-Id: <200108061702.f76H2A955751@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 6 Aug 2001 10:02:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff configure.ac ChangeLog MORE.STUFF Makefile.in NEWS REVISION aclocal.m4 configure test-groff win32-diffs configure.in src/contrib/groff/contrib/mm groff_mm.man groff_mmse.man m.tmac mmroff.man src/contrib/groff/doc ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/06 10:02:10 PDT Modified files: (Branch: RELENG_4) contrib/groff ChangeLog MORE.STUFF Makefile.in NEWS REVISION aclocal.m4 configure test-groff win32-diffs contrib/groff/contrib/mm groff_mm.man groff_mmse.man m.tmac mmroff.man contrib/groff/doc groff.texinfo homepage.ms pic.ms contrib/groff/man groff.man groff_char.man groff_font.man roff.man contrib/groff/src/devices/grodvi dvi.cc grodvi.man contrib/groff/src/devices/grohtml Makefile.sub grohtml.man html-text.cc html-text.h output.cc post-html.cc contrib/groff/src/devices/grolbp lbp.cc lbp.h contrib/groff/src/devices/grolj4 grolj4.man lj4.cc contrib/groff/src/devices/grops grops.man ps.cc psrm.cc contrib/groff/src/devices/grotty grotty.man tty.cc contrib/groff/src/include getopt.h groff-getopt.h lib.h nonposix.h contrib/groff/src/libs/libbib index.cc contrib/groff/src/libs/libgroff Makefile.sub font.cc getopt.c tmpfile.cc contrib/groff/src/preproc/eqn eqn.man lex.cc main.cc neqn.man neqn.sh over.cc contrib/groff/src/preproc/grn grn.man main.cc contrib/groff/src/preproc/html Makefile.sub pre-html.cc pushbackbuffer.cc contrib/groff/src/preproc/pic main.cc pic.man pic.y contrib/groff/src/preproc/refer command.cc ref.cc refer.cc refer.man token.cc contrib/groff/src/preproc/soelim soelim.cc soelim.man contrib/groff/src/preproc/tbl main.cc tbl.man contrib/groff/src/roff/groff groff.cc groff.man pipeline.c contrib/groff/src/roff/grog Makefile.sub grog.man grog.pl grog.sh contrib/groff/src/roff/nroff nroff.man nroff.sh contrib/groff/src/roff/troff dictionary.cc div.cc div.h env.cc env.h input.cc input.h node.h reg.cc token.h troff.man contrib/groff/src/utils/addftinfo addftinfo.cc addftinfo.man contrib/groff/src/utils/afmtodit afmtodit.man afmtodit.pl contrib/groff/src/utils/hpftodit hpftodit.cc hpftodit.man contrib/groff/src/utils/indxbib Makefile.sub indxbib.cc indxbib.man contrib/groff/src/utils/lkbib lkbib.cc lkbib.man contrib/groff/src/utils/lookbib lookbib.cc lookbib.man contrib/groff/src/utils/pfbtops pfbtops.c pfbtops.man contrib/groff/src/utils/tfmtodit tfmtodit.cc tfmtodit.man contrib/groff/src/xditview ChangeLog Imakefile.in gxditview.man contrib/groff/tmac an-old.tmac doc.tmac groff_man.man groff_mdoc.man groff_me.man groff_ms.man groff_mwww.man groff_tmac.man troffrc-end www.tmac Added files: (Branch: RELENG_4) contrib/groff configure.ac contrib/groff/src/libs/libgroff maxfilename.cc Removed files: (Branch: RELENG_4) contrib/groff configure.in contrib/groff/src/devices/grohtml html-chars.h contrib/groff/src/utils/indxbib dirnamemax.c Log: MFC: Upgrade to Groff 1.17.2. Approved by: re Revision Changes Path 1.1.1.3.2.3 +456 -10 src/contrib/groff/ChangeLog 1.1.1.1.2.3 +35 -16 src/contrib/groff/MORE.STUFF 1.1.1.2.2.3 +2 -1 src/contrib/groff/Makefile.in 1.1.1.3.2.3 +77 -34 src/contrib/groff/NEWS 1.1.1.1.2.3 +1 -1 src/contrib/groff/REVISION 1.1.1.2.2.3 +36 -66 src/contrib/groff/aclocal.m4 1.1.1.2.2.3 +3665 -1750 src/contrib/groff/configure 1.1.1.1.8.3 +3 -4 src/contrib/groff/test-groff 1.1.1.1.2.3 +4 -4 src/contrib/groff/win32-diffs 1.1.1.1.2.2 +5 -1 src/contrib/groff/contrib/mm/groff_mm.man 1.1.1.1.2.2 +5 -1 src/contrib/groff/contrib/mm/groff_mmse.man 1.1.1.1.2.2 +2 -3 src/contrib/groff/contrib/mm/m.tmac 1.1.1.1.2.2 +5 -1 src/contrib/groff/contrib/mm/mmroff.man 1.1.1.1.4.3 +5 -11 src/contrib/groff/doc/groff.texinfo 1.1.1.1.2.3 +1 -1 src/contrib/groff/doc/homepage.ms 1.1.1.2.4.3 +4 -4 src/contrib/groff/doc/pic.ms 1.1.1.1.2.3 +45 -9 src/contrib/groff/man/groff.man 1.1.1.1.8.3 +6 -2 src/contrib/groff/man/groff_char.man 1.1.1.1.8.3 +5 -1 src/contrib/groff/man/groff_font.man 1.1.1.1.2.3 +6 -4 src/contrib/groff/man/roff.man 1.1.1.1.2.2 +4 -3 src/contrib/groff/src/devices/grodvi/dvi.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/devices/grodvi/grodvi.man 1.1.1.1.2.2 +0 -1 src/contrib/groff/src/devices/grohtml/Makefile.sub 1.1.1.1.2.2 +28 -5 src/contrib/groff/src/devices/grohtml/grohtml.man 1.1.1.1.2.2 +2 -2 src/contrib/groff/src/devices/grohtml/html-text.cc 1.1.1.1.2.2 +1 -1 src/contrib/groff/src/devices/grohtml/html-text.h 1.1.1.1.2.2 +4 -1 src/contrib/groff/src/devices/grohtml/output.cc 1.1.1.1.2.2 +18 -11 src/contrib/groff/src/devices/grohtml/post-html.cc 1.1.1.1.2.2 +4 -3 src/contrib/groff/src/devices/grolbp/lbp.cc 1.1.1.1.2.2 +4 -4 src/contrib/groff/src/devices/grolbp/lbp.h 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/devices/grolj4/grolj4.man 1.1.1.1.2.2 +6 -3 src/contrib/groff/src/devices/grolj4/lj4.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/devices/grops/grops.man 1.1.1.1.2.2 +3 -3 src/contrib/groff/src/devices/grops/ps.cc 1.1.1.1.2.2 +6 -5 src/contrib/groff/src/devices/grops/psrm.cc 1.4.2.2 +7 -3 src/contrib/groff/src/devices/grotty/grotty.man 1.1.1.1.2.2 +2 -1 src/contrib/groff/src/devices/grotty/tty.cc 1.1.1.1.2.2 +14 -3 src/contrib/groff/src/include/getopt.h 1.1.1.1.2.2 +14 -14 src/contrib/groff/src/include/groff-getopt.h 1.1.1.1.2.2 +10 -6 src/contrib/groff/src/include/lib.h 1.1.1.1.2.2 +2 -1 src/contrib/groff/src/include/nonposix.h 1.1.1.1.2.2 +3 -3 src/contrib/groff/src/libs/libbib/index.cc 1.1.1.1.2.2 +3 -1 src/contrib/groff/src/libs/libgroff/Makefile.sub 1.1.1.1.2.2 +3 -2 src/contrib/groff/src/libs/libgroff/font.cc 1.1.1.1.2.2 +12 -5 src/contrib/groff/src/libs/libgroff/getopt.c 1.1.1.1.2.2 +23 -42 src/contrib/groff/src/libs/libgroff/tmpfile.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/eqn/eqn.man 1.1.1.1.2.2 +3 -2 src/contrib/groff/src/preproc/eqn/lex.cc 1.1.1.1.2.2 +1 -1 src/contrib/groff/src/preproc/eqn/main.cc 1.1.1.1.2.2 +22 -0 src/contrib/groff/src/preproc/eqn/neqn.man 1.7.2.2 +4 -3 src/contrib/groff/src/preproc/eqn/neqn.sh 1.1.1.1.2.2 +2 -2 src/contrib/groff/src/preproc/eqn/over.cc 1.1.1.1.2.2 +7 -2 src/contrib/groff/src/preproc/grn/grn.man 1.1.1.1.2.2 +2 -1 src/contrib/groff/src/preproc/grn/main.cc 1.1.1.1.2.2 +0 -1 src/contrib/groff/src/preproc/html/Makefile.sub 1.1.1.1.2.2 +416 -92 src/contrib/groff/src/preproc/html/pre-html.cc 1.1.1.1.2.2 +3 -2 src/contrib/groff/src/preproc/html/pushbackbuffer.cc 1.1.1.1.2.2 +1 -1 src/contrib/groff/src/preproc/pic/main.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/pic/pic.man 1.1.1.1.2.2 +8 -4 src/contrib/groff/src/preproc/pic/pic.y 1.1.1.1.2.2 +3 -2 src/contrib/groff/src/preproc/refer/command.cc 1.1.1.1.2.2 +4 -4 src/contrib/groff/src/preproc/refer/ref.cc 1.1.1.1.2.2 +2 -1 src/contrib/groff/src/preproc/refer/refer.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/refer/refer.man 1.1.1.1.2.2 +2 -2 src/contrib/groff/src/preproc/refer/token.cc 1.1.1.1.2.2 +7 -7 src/contrib/groff/src/preproc/soelim/soelim.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/soelim/soelim.man 1.1.1.1.2.2 +3 -2 src/contrib/groff/src/preproc/tbl/main.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/tbl/tbl.man 1.1.1.1.2.2 +2 -1 src/contrib/groff/src/roff/groff/groff.cc 1.6.2.2 +7 -3 src/contrib/groff/src/roff/groff/groff.man 1.1.1.1.2.2 +8 -2 src/contrib/groff/src/roff/groff/pipeline.c 1.1.1.1.2.2 +0 -1 src/contrib/groff/src/roff/grog/Makefile.sub 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/roff/grog/grog.man 1.1.1.1.2.2 +27 -0 src/contrib/groff/src/roff/grog/grog.pl 1.1.1.1.2.2 +19 -4 src/contrib/groff/src/roff/grog/grog.sh 1.7.2.2 +41 -19 src/contrib/groff/src/roff/nroff/nroff.man 1.11.2.2 +2 -2 src/contrib/groff/src/roff/nroff/nroff.sh 1.1.1.1.2.2 +4 -4 src/contrib/groff/src/roff/troff/dictionary.cc 1.1.1.1.2.2 +29 -10 src/contrib/groff/src/roff/troff/div.cc 1.1.1.1.2.2 +1 -1 src/contrib/groff/src/roff/troff/div.h 1.1.1.1.2.2 +16 -5 src/contrib/groff/src/roff/troff/env.cc 1.1.1.1.2.2 +1 -2 src/contrib/groff/src/roff/troff/env.h 1.1.1.1.2.2 +159 -32 src/contrib/groff/src/roff/troff/input.cc 1.1.1.1.2.2 +4 -0 src/contrib/groff/src/roff/troff/input.h 1.1.1.1.2.3 +1 -1 src/contrib/groff/src/roff/troff/node.h 1.1.1.1.2.2 +3 -2 src/contrib/groff/src/roff/troff/reg.cc 1.1.1.1.2.2 +1 -1 src/contrib/groff/src/roff/troff/token.h 1.1.1.1.2.2 +32 -3 src/contrib/groff/src/roff/troff/troff.man 1.1.1.1.2.2 +5 -4 src/contrib/groff/src/utils/addftinfo/addftinfo.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/addftinfo/addftinfo.man 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/afmtodit/afmtodit.man 1.1.1.1.2.2 +1 -1 src/contrib/groff/src/utils/afmtodit/afmtodit.pl 1.1.1.1.2.2 +12 -11 src/contrib/groff/src/utils/hpftodit/hpftodit.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/hpftodit/hpftodit.man 1.1.1.1.2.2 +0 -2 src/contrib/groff/src/utils/indxbib/Makefile.sub 1.1.1.1.2.2 +35 -39 src/contrib/groff/src/utils/indxbib/indxbib.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/indxbib/indxbib.man 1.1.1.1.2.2 +4 -3 src/contrib/groff/src/utils/lkbib/lkbib.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/lkbib/lkbib.man 1.1.1.1.2.2 +2 -2 src/contrib/groff/src/utils/lookbib/lookbib.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/lookbib/lookbib.man 1.1.1.1.2.2 +21 -2 src/contrib/groff/src/utils/pfbtops/pfbtops.c 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/pfbtops/pfbtops.man 1.1.1.1.2.2 +6 -5 src/contrib/groff/src/utils/tfmtodit/tfmtodit.cc 1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/tfmtodit/tfmtodit.man 1.1.1.1.2.2 +4 -0 src/contrib/groff/src/xditview/ChangeLog 1.1.1.1.2.2 +11 -0 src/contrib/groff/src/xditview/Imakefile.in 1.1.1.1.2.2 +4 -1 src/contrib/groff/src/xditview/gxditview.man 1.1.1.1.2.2 +57 -32 src/contrib/groff/tmac/an-old.tmac 1.1.1.1.2.3 +1 -1 src/contrib/groff/tmac/doc.tmac 1.1.1.1.4.3 +6 -2 src/contrib/groff/tmac/groff_man.man 1.1.1.1.4.3 +77 -53 src/contrib/groff/tmac/groff_mdoc.man 1.1.1.1.4.2 +4 -0 src/contrib/groff/tmac/groff_me.man 1.1.1.1.8.2 +6 -2 src/contrib/groff/tmac/groff_ms.man 1.1.1.1.2.2 +25 -9 src/contrib/groff/tmac/groff_mwww.man 1.1.1.1.2.3 +5 -4 src/contrib/groff/tmac/groff_tmac.man 1.1.1.1.2.3 +10 -10 src/contrib/groff/tmac/troffrc-end 1.1.1.1.2.2 +24 -17 src/contrib/groff/tmac/www.tmac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 10: 5:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31F8037B401; Mon, 6 Aug 2001 10:05:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76H5nR59047; Mon, 6 Aug 2001 10:05:49 -0700 (PDT) (envelope-from ru) Message-Id: <200108061705.f76H5nR59047@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 6 Aug 2001 10:05:49 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/06 10:05:49 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/groff/tmac mdoc.local Log: Enter 4.4-FreeBSD. Revision Changes Path 1.2.2.3 +2 -2 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 Mon Aug 6 10:12: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 3B23A37B401; Mon, 6 Aug 2001 10:12:32 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76HCWQ59596; Mon, 6 Aug 2001 10:12:32 -0700 (PDT) (envelope-from knu) Message-Id: <200108061712.f76HCWQ59596@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 6 Aug 2001 10:12:32 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/06 10:12:31 PDT Modified files: textproc/ruby-nqxml Makefile distinfo pkg-plist Log: Update to 1.1.0. Revision Changes Path 1.9 +4 -3 ports/textproc/ruby-nqxml/Makefile 1.9 +1 -1 ports/textproc/ruby-nqxml/distinfo 1.4 +4 -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 Mon Aug 6 10:18: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 C02F137B401; Mon, 6 Aug 2001 10:18:26 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76HIQb60136; Mon, 6 Aug 2001 10:18:26 -0700 (PDT) (envelope-from dd) Message-Id: <200108061718.f76HIQb60136@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 6 Aug 2001 10:18:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/06 10:18:26 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: groff 1.17.2 Revision Changes Path 1.22.2.42 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 10:20:48 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 36F2637B401; Mon, 6 Aug 2001 10:20:43 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id E18BD3E32; Mon, 6 Aug 2001 10:20:42 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id D27EA3C12D; Mon, 6 Aug 2001 10:20:42 -0700 (PDT) To: Nik Clayton Cc: John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/docproj Makefile In-Reply-To: <20010806114145.C9149@canyon.nothing-going-on.org>; from nik@freebsd.org on "Mon, 6 Aug 2001 11:41:45 +0100" Date: Mon, 06 Aug 2001 10:20:37 -0700 From: Dima Dorfman Message-Id: <20010806172042.E18BD3E32@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nik Clayton writes: > On Mon, Aug 06, 2001 at 11:08:23AM +0200, John Hay wrote: > > Shouldn't you also add this to src/release/Makefile.inc.docports? > > Not yet, since we don't build the website as part of the release. For > the time being this is website only. Actually, I think you still need to add it. IIRC, that is the list of ports that need to be checked for the `docproj' port to be built and installed successfully. The fact that it isn't used in the release build doesn't change the fact that the latter installs `docproj', which now has extra dependencies that won't be checked out. Thus, I think the solution is either to add libxslt and its dependencies to the list, or make their inclusion in DEPENDS= in docproj conditional on some variable that the release build will set. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 10:27: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 74AD837B405; Mon, 6 Aug 2001 10:27:30 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76HRUh61083; Mon, 6 Aug 2001 10:27:30 -0700 (PDT) (envelope-from jeh) Message-Id: <200108061727.f76HRUh61083@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 6 Aug 2001 10:27:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/vscan pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/08/06 10:27:30 PDT Modified files: security/vscan pkg-comment Log: There are actually checks for some Linux viruses/worms Revision Changes Path 1.5 +1 -1 ports/security/vscan/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 10:59: 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 64DE037B406; Mon, 6 Aug 2001 10:58:58 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76HwwQ65187; Mon, 6 Aug 2001 10:58:58 -0700 (PDT) (envelope-from knu) Message-Id: <200108061758.f76HwwQ65187@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 6 Aug 2001 10:58:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ruby-pam 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/08/06 10:58:58 PDT Modified files: security/ruby-pam Makefile distinfo pkg-plist Log: Update to 1.3. Revision Changes Path 1.2 +2 -2 ports/security/ruby-pam/Makefile 1.2 +1 -1 ports/security/ruby-pam/distinfo 1.2 +1 -1 ports/security/ruby-pam/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 Aug 6 11: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 CAB2437B403; Mon, 6 Aug 2001 11:13:48 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76IDmP70730; Mon, 6 Aug 2001 11:13:48 -0700 (PDT) (envelope-from jdp) Message-Id: <200108061813.f76IDmP70730@freefall.freebsd.org> From: John Polstra Date: Mon, 6 Aug 2001 11:13:48 -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 jdp 2001/08/06 11:13:48 PDT Modified files: . access Log: Welcome Max Khon to the zoo. I'll be supplying him with food and water. Approved by: core Revision Changes Path 1.250 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 11: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 B1A2637B405; Mon, 6 Aug 2001 11:16:46 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76IGkB71112; Mon, 6 Aug 2001 11:16:46 -0700 (PDT) (envelope-from scottl) Message-Id: <200108061816.f76IGkB71112@freefall.freebsd.org> From: Scott Long Date: Mon, 6 Aug 2001 11:16:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 aac.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/06 11:16:46 PDT Modified files: share/man/man4 aac.4 Log: After confering with sheldonh, it was decided that the tuning section should be renamed back to 'Tuning' and should be a subsection under 'Description'. also make a few other minor tweaks. Reviewed by: sheldonh (in principal) Revision Changes Path 1.10 +13 -17 src/share/man/man4/aac.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 11:52:36 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 2B71D37B405; Mon, 6 Aug 2001 11:52:28 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15TpVN-0006zN-00; Mon, 06 Aug 2001 20:53:33 +0200 From: Sheldon Hearn To: Scott Long Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 aac.4 In-reply-to: Your message of "Mon, 06 Aug 2001 11:16:46 MST." <200108061816.f76IGkB71112@freefall.freebsd.org> Date: Mon, 06 Aug 2001 20:53:33 +0200 Message-ID: <26868.997124013@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 06 Aug 2001 11:16:46 MST, Scott Long wrote: > Log: > After confering with sheldonh, it was decided that the tuning section should > be renamed back to 'Tuning' and should be a subsection under 'Description'. > also make a few other minor tweaks. > > Reviewed by: sheldonh (in principal) Don't do that. :-) I didn't review this at all. I just suggested the use of a subsection. Either specifically note which bits of your delta an attribution applies to or leave the attribution out. Otherwise, you may get me shot for something that wasn't my fault. :-) In this specific case, we didn't discuss the breakage you introduced into the SEE ALSO section (cross-references not separated with commas). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 12:21: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 BAAE537B401; Mon, 6 Aug 2001 12:21:27 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76JLRu80031; Mon, 6 Aug 2001 12:21:27 -0700 (PDT) (envelope-from scottl) Message-Id: <200108061921.f76JLRu80031@freefall.freebsd.org> From: Scott Long Date: Mon, 6 Aug 2001 12:21:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 aac.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/06 12:21:27 PDT Modified files: share/man/man4 aac.4 Log: blah, fix missing commas in 'SEE ALSO' section. Revision Changes Path 1.11 +3 -3 src/share/man/man4/aac.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 12:31: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 D03F037B405; Mon, 6 Aug 2001 12:31:13 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76JVDf80730; Mon, 6 Aug 2001 12:31:13 -0700 (PDT) (envelope-from ume) Message-Id: <200108061931.f76JVDf80730@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 6 Aug 2001 12:31:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netkey key.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/08/06 12:31:13 PDT Modified files: sys/netkey key.c Log: merged key_cmpsaidx_*. Obtained from: KAME Revision Changes Path 1.26 +61 -150 src/sys/netkey/key.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 12: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 BB86637B401; Mon, 6 Aug 2001 12:32:47 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76JWlH80894; Mon, 6 Aug 2001 12:32:47 -0700 (PDT) (envelope-from ume) Message-Id: <200108061932.f76JWlH80894@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 6 Aug 2001 12:32:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netkey key.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/08/06 12:32:47 PDT Modified files: sys/netkey key.c Log: fixed to make a response in key_spdadd(). reported by Obtained from: KAME Revision Changes Path 1.27 +3 -3 src/sys/netkey/key.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 12: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 95E6137B403; Mon, 6 Aug 2001 12:34:41 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76JYfC81052; Mon, 6 Aug 2001 12:34:41 -0700 (PDT) (envelope-from ume) Message-Id: <200108061934.f76JYfC81052@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 6 Aug 2001 12:34:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netkey key.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/08/06 12:34:41 PDT Modified files: sys/netkey key.c Log: do not play too much trick with evaluation order. from netbsd Obtained from: KAME Revision Changes Path 1.28 +3 -3 src/sys/netkey/key.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 12:40: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDAE837B405; Mon, 6 Aug 2001 12:40:01 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Je1X81482; Mon, 6 Aug 2001 12:40:01 -0700 (PDT) (envelope-from ume) Message-Id: <200108061940.f76Je1X81482@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 6 Aug 2001 12:40:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libipsec pfkey_dump.c src/sys/net pfkeyv2.h src/sys/netkey key.c key_debug.c src/usr.sbin/setkey scriptdump.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 ume 2001/08/06 12:40:01 PDT Modified files: lib/libipsec pfkey_dump.c sys/net pfkeyv2.h sys/netkey key.c key_debug.c usr.sbin/setkey scriptdump.pl Log: printed current sequence number of the SA. accordingly, changed into sadb_x_sa2_sequence from sadb_x_sa2_reserved3 in the sadb_x_sa2 structure. Also the output of setkey is changed. sequence number of the sadb is replaced to the end of the output. Obtained from: KAME Revision Changes Path 1.4 +10 -8 src/lib/libipsec/pfkey_dump.c 1.7 +3 -3 src/sys/net/pfkeyv2.h 1.29 +10 -7 src/sys/netkey/key.c 1.15 +5 -5 src/sys/netkey/key_debug.c 1.4 +3 -3 src/usr.sbin/setkey/scriptdump.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 12:40: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 28A0B37B403; Mon, 6 Aug 2001 12:40:48 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76JemL81596; Mon, 6 Aug 2001 12:40:48 -0700 (PDT) (envelope-from scottl) Message-Id: <200108061940.f76JemL81596@freefall.freebsd.org> From: Scott Long Date: Mon, 6 Aug 2001 12:40:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/06 12:40:48 PDT Modified files: sys/dev/aac aac_ioctl.h Log: Make AAC_COMPAT_LINUX optional once again. Submitted by: julian Revision Changes Path 1.5 +1 -5 src/sys/dev/aac/aac_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 12:46:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D253437B406; Mon, 6 Aug 2001 12:46:54 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Jksl82230; Mon, 6 Aug 2001 12:46:54 -0700 (PDT) (envelope-from ume) Message-Id: <200108061946.f76Jksl82230@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 6 Aug 2001 12:46:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6.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 ume 2001/08/06 12:46:54 PDT Modified files: (Branch: RELENG_4) sys/netinet6 in6.c Log: MFC 1.15: When global anycast address was assigned to lo0, wrong source address was selected. Revision Changes Path 1.7.2.6 +6 -4 src/sys/netinet6/in6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 12:54:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71CFA37B403; Mon, 6 Aug 2001 12:54:40 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Jsej82930; Mon, 6 Aug 2001 12:54:40 -0700 (PDT) (envelope-from lioux) Message-Id: <200108061954.f76Jsej82930@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 6 Aug 2001 12:54:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/battleball Makefile pkg-plist ports/games/battleball/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/06 12:54:40 PDT Modified files: games/battleball Makefile pkg-plist games/battleball/files patch-af Log: o make it PTHREAD_{LIBS,CFLAGS} safe o some Makefile style files: use DOCSDIR and extraneous space removals o support NOPORTDOCS PR: 29482 Submitted by: Patrick Li Revision Changes Path 1.12 +5 -3 ports/games/battleball/Makefile 1.2 +3 -3 ports/games/battleball/pkg-plist 1.2 +8 -9 ports/games/battleball/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 Aug 6 12:58:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C85937B405; Mon, 6 Aug 2001 12:58:39 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76JwdW83249; Mon, 6 Aug 2001 12:58:39 -0700 (PDT) (envelope-from lioux) Message-Id: <200108061958.f76JwdW83249@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 6 Aug 2001 12:58:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/q3server-osp Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/06 12:58:39 PDT Modified files: games/q3server-osp Makefile distinfo pkg-plist Log: Update to 0.99v2 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/games/q3server-osp/Makefile 1.2 +1 -1 ports/games/q3server-osp/distinfo 1.2 +10 -3 ports/games/q3server-osp/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 Aug 6 13: 2: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 CAE1337B403; Mon, 6 Aug 2001 13:02:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76K2H683516; Mon, 6 Aug 2001 13:02:17 -0700 (PDT) (envelope-from kris) Message-Id: <200108062002.f76K2H683516@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 6 Aug 2001 13:02:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/par Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/08/06 13:02:17 PDT Modified files: textproc/par Makefile distinfo Log: Upgrade to par 1.52 Approved by: maintainer Revision Changes Path 1.7 +2 -2 ports/textproc/par/Makefile 1.3 +1 -1 ports/textproc/par/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13: 6:44 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 6A44B37B403; Mon, 6 Aug 2001 13:06:35 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from sargeo (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with SMTP id NAA20470; Mon, 6 Aug 2001 13:06:34 -0700 From: "John Merryweather Cooper" To: "'Mario Sergio Fujikawa Ferreira'" , , Subject: RE: cvs commit: ports/games/battleball Makefile pkg-plist ports/games/battleball/files patch-af Date: Mon, 6 Aug 2001 13:04:39 -0700 Message-ID: <000101c11eb3$070a9d80$64fea8c0@sargeo> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <200108061954.f76Jsej82930@freefall.freebsd.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----Original Message----- From: owner-cvs-all@FreeBSD.ORG [mailto:owner-cvs-all@FreeBSD.ORG]On Behalf Of Mario Sergio Fujikawa Ferreira Sent: Monday, August 06, 2001 12:55 PM To: cvs-committers@FreeBSD.ORG; cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/battleball Makefile pkg-plist ports/games/battleball/files patch-af lioux 2001/08/06 12:54:40 PDT Modified files: games/battleball Makefile pkg-plist games/battleball/files patch-af Log: o make it PTHREAD_{LIBS,CFLAGS} safe o some Makefile style files: use DOCSDIR and extraneous space removals o support NOPORTDOCS PR: 29482 Submitted by: Patrick Li Revision Changes Path 1.12 +5 -3 ports/games/battleball/Makefile 1.2 +3 -3 ports/games/battleball/pkg-plist 1.2 +8 -9 ports/games/battleball/files/patch-af Note that battalion (and just about every other game with a LIB_DEPENDS on Mesa3) has the same problem (with nearly the same fix). jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13: 9: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 BF06537B403; Mon, 6 Aug 2001 13:09:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76K9Qu86890; Mon, 6 Aug 2001 13:09:26 -0700 (PDT) (envelope-from kris) Message-Id: <200108062009.f76K9Qu86890@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 6 Aug 2001 13:09:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info show.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/08/06 13:09:26 PDT Modified files: usr.sbin/pkg_install/info show.c Log: Recognise @option directives instead of falling through to the default "unknown command" clause. PR: 29262 Revision Changes Path 1.22 +7 -1 src/usr.sbin/pkg_install/info/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:10: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 BD68D37B403; Mon, 6 Aug 2001 13:10:43 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KAhu87084; Mon, 6 Aug 2001 13:10:43 -0700 (PDT) (envelope-from murray) Message-Id: <200108062010.f76KAhu87084@freefall.freebsd.org> From: Murray Stokely Date: Mon, 6 Aug 2001 13:10:43 -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 murray 2001/08/06 13:10:43 PDT Modified files: . access Log: Welcome Valentino Vaschetto as a doc/ committer logo@FreeBSD.org Val indexed at least half of the handbook and has made countless other contributions over the past several months. For the time being he's going to continue his work on the FreeBSD Handbook and other documentation-related tasks. Approved by: nik Mentored by: murray Account created by: cshumway Revision Changes Path 1.251 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:11:29 2001 Delivered-To: cvs-all@freebsd.org Received: from toole.uol.com.br (toole.uol.com.br [200.231.206.186]) by hub.freebsd.org (Postfix) with ESMTP id 8871C37B405 for ; Mon, 6 Aug 2001 13:11:21 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: from 200.181.49.179 ([200.181.49.179]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id RAA12851 for ; Mon, 6 Aug 2001 17:09:32 -0300 (BRT) Received: (qmail 2046 invoked by uid 1001); 6 Aug 2001 20:11:04 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Mon, 6 Aug 2001 17:10:42 -0300 To: John Merryweather Cooper Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/games/battleball Makefile pkg-plist ports/games/battleball/files patch-af Message-ID: <20010806171042.B1783@Fedaykin.here> References: <200108061954.f76Jsej82930@freefall.freebsd.org> <000101c11eb3$070a9d80$64fea8c0@sargeo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000101c11eb3$070a9d80$64fea8c0@sargeo>; from jmcoopr@webmail.bmi.net on Mon, Aug 06, 2001 at 01:04:17PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 06, 2001 at 01:04:17PM -0700, John Merryweather Cooper wrote: > [...] > Log: > o make it PTHREAD_{LIBS,CFLAGS} safe [...] > Note that battalion (and just about every other game with a LIB_DEPENDS on > Mesa3) has the same problem (with nearly the same fix). Yeah, good point. I'll try to fix all of them in the following days. If my system can test them fast enough (poor k6-3 400). Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:25: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55A6437B403; Mon, 6 Aug 2001 13:25:01 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KP1s88324; Mon, 6 Aug 2001 13:25:01 -0700 (PDT) (envelope-from chern) Message-Id: <200108062025.f76KP1s88324@freefall.freebsd.org> From: Chern Lee Date: Mon, 6 Aug 2001 13:25:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/06 13:25:01 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Structural Markup Changes to DNS: * Terminology -> * File list -> * Record Types -> * Links -> Reviewed by: murray Revision Changes Path 1.68 +212 -101 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:26: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 85F2B37B403; Mon, 6 Aug 2001 13:26:22 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KQMP88523; Mon, 6 Aug 2001 13:26:22 -0700 (PDT) (envelope-from ume) Message-Id: <200108062026.f76KQMP88523@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 6 Aug 2001 13:26:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6.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 ume 2001/08/06 13:26:22 PDT Modified files: (Branch: RELENG_4) sys/netinet6 in6.c Log: This is force commit to record approval. Approved by: jkh Revision Changes Path 1.7.2.7 +1 -1 src/sys/netinet6/in6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:33: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 632DB37B403; Mon, 6 Aug 2001 13:33:44 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KXiw89040; Mon, 6 Aug 2001 13:33:44 -0700 (PDT) (envelope-from roam) Message-Id: <200108062033.f76KXiw89040@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 6 Aug 2001 13:33:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/bogosort Makefile distinfo ports/misc/bogosort/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 roam 2001/08/06 13:33:44 PDT Modified files: misc/bogosort Makefile distinfo Removed files: misc/bogosort/files patch-aa Log: Update to 0.3.3. Remove the texinfo documentation patch - the author included it in the official distribution. Revision Changes Path 1.4 +1 -3 ports/misc/bogosort/Makefile 1.3 +1 -1 ports/misc/bogosort/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:37: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 59DE837B403; Mon, 6 Aug 2001 13:37:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KbE189366; Mon, 6 Aug 2001 13:37:14 -0700 (PDT) (envelope-from kris) Message-Id: <200108062037.f76KbE189366@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 6 Aug 2001 13:37:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmcd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/08/06 13:37:14 PDT Modified files: audio/xmcd Makefile distinfo Log: Upgrade to xmcd 3.0.2. This version fixes a tempfile race condition and a buffer overflow. I'm not exactly sure why a CD player needs to be setuid root. Revision Changes Path 1.32 +2 -3 ports/audio/xmcd/Makefile 1.14 +1 -1 ports/audio/xmcd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:40:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1540737B403; Mon, 6 Aug 2001 13:40:49 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KenA89789; Mon, 6 Aug 2001 13:40:49 -0700 (PDT) (envelope-from roam) Message-Id: <200108062040.f76KenA89789@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 6 Aug 2001 13:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/safecat Makefile ports/sysutils/safecat/files patch-hier.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 roam 2001/08/06 13:40:49 PDT Modified files: sysutils/safecat Makefile sysutils/safecat/files patch-hier.c Log: Fix an mtree problem on bento: the installation utility was changing the modes on several directories to 2755. Guess I should have noticed this at my first installworld after testing this port. Bad me, no cookie. Submitted by: bento Revision Changes Path 1.4 +2 -1 ports/sysutils/safecat/Makefile 1.2 +16 -5 ports/sysutils/safecat/files/patch-hier.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:43: 6 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 2F9B137B405; Mon, 6 Aug 2001 13:43:01 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 1CE5881D05; Mon, 6 Aug 2001 15:43:01 -0500 (CDT) Date: Mon, 6 Aug 2001 15:43:01 -0500 From: Alfred Perlstein To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/xmcd Makefile distinfo Message-ID: <20010806154301.P85642@elvis.mu.org> References: <200108062037.f76KbE189366@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: <200108062037.f76KbE189366@freefall.freebsd.org>; from kris@FreeBSD.org on Mon, Aug 06, 2001 at 01:37:14PM -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 * Kris Kennaway [010806 15:37] wrote: > kris 2001/08/06 13:37:14 PDT > > Modified files: > audio/xmcd Makefile distinfo > Log: > Upgrade to xmcd 3.0.2. This version fixes a tempfile race condition and > a buffer overflow. I'm not exactly sure why a CD player needs to be setuid > root. So that the Luser doesn't have to chmod his /dev/cupholder. :) -- -Alfred Perlstein [alfred@freebsd.org] Ok, who wrote this damn function called '??'? And why do my programs keep crashing in it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13:48: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 A0A3B37B405; Mon, 6 Aug 2001 13:48:21 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76KmLR90362; Mon, 6 Aug 2001 13:48:21 -0700 (PDT) (envelope-from murray) Message-Id: <200108062048.f76KmLR90362@freefall.freebsd.org> From: Murray Stokely Date: Mon, 6 Aug 2001 13:48:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/06 13:48:21 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Remove Greg Lehey's X11 section. It has served us well. There are some gaps in the content now but those will be filled in shortly. As far as I can tell, this was the last part of the Handbook where the copyright was held by an individual author. I wonder if people like iUniverse.com contacted Greg before publishing the Handbook. While I'm here add a standard synposis and mark up some attributions in . Partially submitted by: nik (posting on -doc) Revision Changes Path 1.35 +73 -1314 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 13: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 EB66937B406; Mon, 6 Aug 2001 13:52:51 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Kqp990834; Mon, 6 Aug 2001 13:52:51 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108062052.f76Kqp990834@freefall.freebsd.org> From: Jimmy Olgeni Date: Mon, 6 Aug 2001 13:52:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce 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 olgeni 2001/08/06 13:52:51 PDT Modified files: x11-wm/xfce Makefile Log: Fix typo in LIB_DEPENDS: gdk_pibxuf -> gdk_pixbuf Revision Changes Path 1.47 +2 -2 ports/x11-wm/xfce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 14: 5: 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 B877137B403; Mon, 6 Aug 2001 14:04:57 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76L4vo91898; Mon, 6 Aug 2001 14:04:57 -0700 (PDT) (envelope-from roam) Message-Id: <200108062104.f76L4vo91898@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 6 Aug 2001 14:04:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libnids 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 roam 2001/08/06 14:04:57 PDT Modified files: net/libnids Makefile distinfo Log: Move back to the real MASTER_SITE. Update the checksum - the real MASTER_SITE has a different tarball with the exact same contents, just rerolled. No functional changes. Revision Changes Path 1.9 +2 -4 ports/net/libnids/Makefile 1.6 +1 -1 ports/net/libnids/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 14: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 9845037B401; Mon, 6 Aug 2001 14:12:59 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76LCxJ95911; Mon, 6 Aug 2001 14:12:59 -0700 (PDT) (envelope-from roam) Message-Id: <200108062112.f76LCxJ95911@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 6 Aug 2001 14:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tcpcat 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 roam 2001/08/06 14:12:59 PDT Modified files: net/tcpcat Makefile distinfo Log: Update to 1.1.0. Revision Changes Path 1.3 +2 -2 ports/net/tcpcat/Makefile 1.2 +1 -1 ports/net/tcpcat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 14:25: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 8EF1437B403; Mon, 6 Aug 2001 14:25:28 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76LPSc98276; Mon, 6 Aug 2001 14:25:28 -0700 (PDT) (envelope-from chern) Message-Id: <200108062125.f76LPSc98276@freefall.freebsd.org> From: Chern Lee Date: Mon, 6 Aug 2001 14:25:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml doc/en_US.ISO8859-1/books/handbook/kerneldebug chapter.sgml doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/06 14:25:28 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/boot chapter.sgml en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml en_US.ISO8859-1/books/handbook/kerneldebug chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Spelling Changes: * OSs -> Operating Systems * commmunications -> communications * realise -> realize * customising -> customizing * customise -> customize * realise -> realize * behaviour -> behavior British to American spelling for some of the above words only in the Handbook as discussed on -doc. Reviewed by: murray Revision Changes Path 1.69 +2 -2 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.36 +4 -4 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.21 +3 -3 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml 1.57 +3 -3 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.34 +2 -2 doc/en_US.ISO8859-1/books/handbook/kerneldebug/chapter.sgml 1.37 +2 -2 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 14: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 8CB2837B403; Mon, 6 Aug 2001 14:27:11 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76LRBE98562; Mon, 6 Aug 2001 14:27:11 -0700 (PDT) (envelope-from roam) Message-Id: <200108062127.f76LRBE98562@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 6 Aug 2001 14:27:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/aescrypt 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 roam 2001/08/06 14:27:11 PDT Modified files: security/aescrypt Makefile distinfo Log: Update to 0.7, which allows use of 192- and 256-bit keys. Revision Changes Path 1.2 +1 -1 ports/security/aescrypt/Makefile 1.2 +1 -1 ports/security/aescrypt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 15: 1: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 AF30B37B401; Mon, 6 Aug 2001 15:01:31 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76M1Vd02661; Mon, 6 Aug 2001 15:01:31 -0700 (PDT) (envelope-from mike) Message-Id: <200108062201.f76M1Vd02661@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 6 Aug 2001 15:01:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed Makefile buf.c cbc.c ed.h glbl.c io.c main.c re.c sub.c undo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/08/06 15:01:31 PDT Modified files: bin/ed Makefile buf.c cbc.c ed.h glbl.c io.c main.c re.c sub.c undo.c Log: o Correctly define rcsid. o Add consts where appropriate. o Rename some variables that were shadowing global declarations. o Remove register storage-classes. o Make errmsg a const, so we can just set error messages instead of using sprintf/strcpy. o Set WARNS=2 Reviewed by: bde, des Revision Changes Path 1.19 +2 -1 src/bin/ed/Makefile 1.18 +14 -18 src/bin/ed/buf.c 1.14 +24 -30 src/bin/ed/cbc.c 1.15 +13 -13 src/bin/ed/ed.h 1.11 +7 -11 src/bin/ed/glbl.c 1.11 +17 -21 src/bin/ed/io.c 1.21 +65 -64 src/bin/ed/main.c 1.17 +12 -13 src/bin/ed/re.c 1.13 +9 -12 src/bin/ed/sub.c 1.10 +5 -9 src/bin/ed/undo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 15:22:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CE7537B403; Mon, 6 Aug 2001 15:22:14 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76MMEg07143; Mon, 6 Aug 2001 15:22:14 -0700 (PDT) (envelope-from dirk) Message-Id: <200108062222.f76MMEg07143@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 6 Aug 2001 15:22:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snort 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 dirk 2001/08/06 15:22:14 PDT Modified files: security/snort Makefile distinfo pkg-plist Log: Upgrade to 1.8p1. PR: ports/29488 Submitted by: Rob Simmons Revision Changes Path 1.21 +6 -5 ports/security/snort/Makefile 1.11 +1 -1 ports/security/snort/distinfo 1.5 +2 -0 ports/security/snort/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 Aug 6 15:27: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 46BE837B401; Mon, 6 Aug 2001 15:27:47 -0700 (PDT) (envelope-from logo@FreeBSD.org) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76MRlH07655; Mon, 6 Aug 2001 15:27:47 -0700 (PDT) (envelope-from logo) Message-Id: <200108062227.f76MRlH07655@freefall.freebsd.org> From: Valentino Vaschetto Date: Mon, 6 Aug 2001 15:27:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG logo 2001/08/06 15:27:47 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Added myself to the developers section, and removed myself from additional contributors. Approved by: murray Revision Changes Path 1.3 +5 -5 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 15:43: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 9FD1037B403; Mon, 6 Aug 2001 15:43:27 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76MhRw08939; Mon, 6 Aug 2001 15:43:27 -0700 (PDT) (envelope-from murray) Message-Id: <200108062243.f76MhRw08939@freefall.freebsd.org> From: Murray Stokely Date: Mon, 6 Aug 2001 15:43:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/06 15:43:27 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Update links to the Handbook Contributors chapter and Staff appendix to point to the new Contributors List article instead. Revision Changes Path 1.82 +10 -8 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 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 9F80537B403; Mon, 6 Aug 2001 15:50:16 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76MoGA09604; Mon, 6 Aug 2001 15:50:16 -0700 (PDT) (envelope-from chern) Message-Id: <200108062250.f76MoGA09604@freefall.freebsd.org> From: Chern Lee Date: Mon, 6 Aug 2001 15:50:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/06 15:50:16 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Reworded sections of "Reasons to run a name server" and changed definition of "Origin" in DNS section. Reviewed by: murray Revision Changes Path 1.70 +49 -64 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 15:59: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 BF42D37B401; Mon, 6 Aug 2001 15:59:24 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76MxOw10261; Mon, 6 Aug 2001 15:59:24 -0700 (PDT) (envelope-from chern) Message-Id: <200108062259.f76MxOw10261@freefall.freebsd.org> From: Chern Lee Date: Mon, 6 Aug 2001 15:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/backups chapter.sgml doc/en_US.ISO8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/06 15:59:24 PDT Modified files: en_US.ISO8859-1/books/handbook/backups chapter.sgml en_US.ISO8859-1/books/handbook/contrib chapter.sgml en_US.ISO8859-1/books/handbook/eresources chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Spelling Fixes: * sybolic -> symbolic * donatations -> donations * foundatation -> foundation * remaining e-mail -> email Reviewed by: murray Revision Changes Path 1.39 +2 -2 doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml 1.463 +3 -3 doc/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml 1.64 +2 -2 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 1.65 +2 -2 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 16: 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 7B3D537B401; Mon, 6 Aug 2001 16:02:29 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76N2Tx10562; Mon, 6 Aug 2001 16:02:29 -0700 (PDT) (envelope-from jeh) Message-Id: <200108062302.f76N2Tx10562@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 6 Aug 2001 16:02:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/08/06 16:02:29 PDT Modified files: security/uvscan-dat distinfo Log: Not sure where I went wrong, but this is the current MD5 Submitted by: Jimmy Olgeni Revision Changes Path 1.44 +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 Mon Aug 6 16: 6: 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 0568F37B401; Mon, 6 Aug 2001 16:05:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76N5wV13788; Mon, 6 Aug 2001 16:05:58 -0700 (PDT) (envelope-from brian) Message-Id: <200108062305.f76N5wV13788@freefall.freebsd.org> From: Brian Somers Date: Mon, 6 Aug 2001 16:05:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vlc 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 brian 2001/08/06 16:05:58 PDT Modified files: graphics/vlc Makefile pkg-descr Log: Use GTK and SDL. We now have all the niceties of subtitles and menus and that sort of stuff. Mirror the archive on ftp.awfulhak.org and people.freebsd.org Bump PORTREVISION All ideas submitted by: Scott Lambert Revision Changes Path 1.2 +17 -3 ports/graphics/vlc/Makefile 1.2 +0 -3 ports/graphics/vlc/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 Aug 6 16:14: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 C211837B406; Mon, 6 Aug 2001 16:14:16 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76NEGu14620; Mon, 6 Aug 2001 16:14:16 -0700 (PDT) (envelope-from brooks) Message-Id: <200108062314.f76NEGu14620@freefall.freebsd.org> From: Brooks Davis Date: Mon, 6 Aug 2001 16:14:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_an_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 brooks 2001/08/06 16:14:16 PDT Modified files: sys/dev/an if_an_pci.c Log: Add PCI ID for Cisco Aironet 350 Series cards. The patch differs slightly from the submitted one. PR: kern/29415 Submitted by: Bob Fleck Revision Changes Path 1.10 +4 -2 src/sys/dev/an/if_an_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 Aug 6 16:20: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B26CC37B403; Mon, 6 Aug 2001 16:20:06 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76NK6r15066; Mon, 6 Aug 2001 16:20:06 -0700 (PDT) (envelope-from mike) Message-Id: <200108062320.f76NK6r15066@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 6 Aug 2001 16:20:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lam Makefile lam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/08/06 16:20:06 PDT Modified files: usr.bin/lam Makefile lam.c Log: Constify, staticize, and set WARNS=2. MFC after: 3 days Revision Changes Path 1.2 +2 -0 src/usr.bin/lam/Makefile 1.8 +10 -10 src/usr.bin/lam/lam.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 17: 3:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7037037B401; Mon, 6 Aug 2001 17:03:26 -0700 (PDT) (envelope-from logo@FreeBSD.org) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7703QQ18210; Mon, 6 Aug 2001 17:03:26 -0700 (PDT) (envelope-from logo) Message-Id: <200108070003.f7703QQ18210@freefall.freebsd.org> From: Valentino Vaschetto Date: Mon, 6 Aug 2001 17:03:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml 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 logo 2001/08/06 17:03:26 PDT Modified files: en/news news.xml newsflash.sgml Log: Added a newflash about my being a new committer. Approved by: murray Revision Changes Path 1.2 +14 -1 www/en/news/news.xml 1.293 +9 -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 Mon Aug 6 17: 4: 2 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 054C437B401; Mon, 6 Aug 2001 17:03:47 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id BD17F6ACC1; Tue, 7 Aug 2001 09:33:40 +0930 (CST) Date: Tue, 7 Aug 2001 09:33:40 +0930 From: Greg Lehey To: Sheldon Hearn Cc: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010807093340.J69153@wantadilla.lemis.com> References: <20010806185139.I69153@wantadilla.lemis.com> <13343.997090232@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <13343.997090232@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Mon, Aug 06, 2001 at 11:30:32AM +0200 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, 6 August 2001 at 11:30:32 +0200, Sheldon Hearn wrote: > On Mon, 06 Aug 2001 18:51:39 +0930, Greg Lehey wrote: > >> Why? What if I don't have the native OS? > > Then where did you get the source for the manuals? From a CD. Off the net. Maybe they're old, out of date man pages left behind from an upgrade install. > Come on, Greg, can't you just accept that people simply don't agree > with you, A couple don't. I suspect most don't want to get involved. > and for at least arguably valid reasons? No, I see absolutely no validity in any of the arguments. For no good reason you want to remove important parts of the documentation. > This is getting tiresome, and you're having to present some really > unlikely scenarios to prove your point. These are not unlikely scenarios. They're real life. As I said in an earlier message, I do have man pages for multiple architectures on my network. I'm sure I'm not alone. Your standpoint makes you look like you can't understand that other people may want to do things you don't. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 18: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 93A0C37B403; Mon, 6 Aug 2001 18:21:57 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f771LvL33095; Mon, 6 Aug 2001 18:21:57 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108070121.f771LvL33095@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 6 Aug 2001 18:21:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 named.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/08/06 18:21:57 PDT Modified files: ja_JP.eucJP/man/man8 named.8 Log: Replace a ".Ic named" with ".Nm" Replace ".Nm NAMED" wtih ".Nm" Revision Changes Path 1.12 +9 -9 doc/ja_JP.eucJP/man/man8/named.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 18: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 6188937B401; Mon, 6 Aug 2001 18:28:47 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f771Sl533635; Mon, 6 Aug 2001 18:28:47 -0700 (PDT) (envelope-from murray) Message-Id: <200108070128.f771Sl533635@freefall.freebsd.org> From: Murray Stokely Date: Mon, 6 Aug 2001 18:28:47 -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 murray 2001/08/06 18:28:47 PDT Modified files: . access Log: Welcome Randy Pratt as a doc/ committer rpratt@FreeBSD.org Randy is best known for his installation previews http://people.freebsd.org/~rpratt/ that do a much better job of walking a user through installation than our Handbook has ever done. In the short-term he's going to be integrating these guides into Chapter 2 of the Handbook and working on other documentation-related tasks. Approved by: nik Mentored by: murray Account created by: jkh (ages ago) Revision Changes Path 1.252 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 18:32: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 A0FD837B401; Mon, 6 Aug 2001 18:32:54 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f771Ws034053; Mon, 6 Aug 2001 18:32:54 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108070132.f771Ws034053@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 6 Aug 2001 18:32:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml www/ja/security security.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/08/06 18:32:54 PDT Modified files: en/security security.sgml ja/security security.sgml Log: Add SA-01:52 and revised 01:42. Revision Changes Path 1.63 +4 -3 www/en/security/security.sgml 1.39 +5 -4 www/ja/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 18:54: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 119B237B401; Mon, 6 Aug 2001 18:54:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f771shh36509; Mon, 6 Aug 2001 18:54:43 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108070154.f771shh36509@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 6 Aug 2001 18:54:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en includes.xsl www/en/gallery gallery.xml www/en/news includes.xsl news-rdf.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/06 18:54:43 PDT Modified files: en includes.xsl en/gallery gallery.xml en/news includes.xsl news-rdf.xsl Log: Add $FreeBSD$ keyword to ease translators to follow changes. Revision Changes Path 1.2 +3 -1 www/en/includes.xsl 1.2 +2 -0 www/en/gallery/gallery.xml 1.2 +2 -0 www/en/news/includes.xsl 1.2 +1 -1 www/en/news/news-rdf.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 19:41:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4A3137B403; Mon, 6 Aug 2001 19:41:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f772fLR43144; Mon, 6 Aug 2001 19:41:21 -0700 (PDT) (envelope-from lioux) Message-Id: <200108070241.f772fLR43144@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 6 Aug 2001 19:41:21 -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 lioux 2001/08/06 19:41:21 PDT Modified files: games/mahjong Makefile distinfo Log: Update to 1.2 PR: 29490 Submitted by: Patrick Li Revision Changes Path 1.6 +2 -2 ports/games/mahjong/Makefile 1.6 +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 Mon Aug 6 19:47: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 AB61437B403; Mon, 6 Aug 2001 19:47:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f772lVK43771; Mon, 6 Aug 2001 19:47:31 -0700 (PDT) (envelope-from brian) Message-Id: <200108070247.f772lVK43771@freefall.freebsd.org> From: Brian Somers Date: Mon, 6 Aug 2001 19:47:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vlc 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 brian 2001/08/06 19:47:31 PDT Modified files: graphics/vlc Makefile pkg-plist Log: Remove USE_X_PREFIX Update pkg-plist Submitted by: Scott Lambert Revision Changes Path 1.3 +1 -2 ports/graphics/vlc/Makefile 1.2 +2 -0 ports/graphics/vlc/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 Aug 6 19: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 8B89637B403; Mon, 6 Aug 2001 19:51:09 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f772p9i44127; Mon, 6 Aug 2001 19:51:09 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108070251.f772p9i44127@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 6 Aug 2001 19:51:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/news news.sgml 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 kuriyama 2001/08/06 19:51:09 PDT Modified files: ja/news news.sgml newsflash.sgml Log: Merge the changes in the English version. Revision Changes Path 1.25 +3 -4 www/ja/news/news.sgml 1.61 +10 -3 www/ja/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 Mon Aug 6 20:38: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 A030B37B403; Mon, 6 Aug 2001 20:38:09 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f773c9A50351; Mon, 6 Aug 2001 20:38:09 -0700 (PDT) (envelope-from lioux) Message-Id: <200108070338.f773c9A50351@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 6 Aug 2001 20:38:09 -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/08/06 20:38:09 PDT Modified files: devel/understand_c Makefile distinfo Log: Update to 1.4 Build 124 Revision Changes Path 1.20 +2 -2 ports/devel/understand_c/Makefile 1.19 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 20:58:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98BB737B401; Mon, 6 Aug 2001 20:58:32 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f773wWo51931; Mon, 6 Aug 2001 20:58:32 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108070358.f773wWo51931@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 6 Aug 2001 20:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja includes.xsl index.xsl www/ja/news includes.xsl news.xml newsflash.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/06 20:58:32 PDT Added files: ja includes.xsl index.xsl ja/news includes.xsl news.xml newsflash.xsl Log: Follow Nik's new XML framework. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 21:29: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 B531537B405; Mon, 6 Aug 2001 21:29:53 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f774Trg57127; Mon, 6 Aug 2001 21:29:53 -0700 (PDT) (envelope-from jasone) Message-Id: <200108070429.f774Trg57127@freefall.freebsd.org> From: Jason Evans Date: Mon, 6 Aug 2001 21:29:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile sx.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jasone 2001/08/06 21:29:53 PDT Modified files: share/man/man9 Makefile sx.9 Log: Document sx_try_[sx]lock(). Revision Changes Path 1.127 +3 -1 src/share/man/man9/Makefile 1.5 +18 -1 src/share/man/man9/sx.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 23:22:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B60E37B405; Mon, 6 Aug 2001 23:22:12 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f776MCj81857; Mon, 6 Aug 2001 23:22:12 -0700 (PDT) (envelope-from dougb) Message-Id: <200108070622.f776MCj81857@freefall.freebsd.org> From: Doug Barton Date: Mon, 6 Aug 2001 23:22:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mergemaster mergemaster.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 dougb 2001/08/06 23:22:12 PDT Modified files: usr.sbin/mergemaster mergemaster.sh Log: Hopefully squish the problem of mm creating sendmail files in the source tree once and for all. Pointed out by: A cast of thousands Reviewed by: asmodai Revision Changes Path 1.25 +4 -2 src/usr.sbin/mergemaster/mergemaster.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 6 23:53:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8DD037B401; Mon, 6 Aug 2001 23:53:34 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f776rY685099; Mon, 6 Aug 2001 23:53:34 -0700 (PDT) (envelope-from lioux) Message-Id: <200108070653.f776rY685099@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 6 Aug 2001 23:53:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/understand_ada Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/understand_ada/files wrapper.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 lioux 2001/08/06 23:53:34 PDT Modified files: devel Makefile Added files: devel/understand_ada Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist devel/understand_ada/files wrapper.sh Log: New port understand_ada version 1.4 Build 124: Understand can parse an Ada project helping reverse engineer it Revision Changes Path 1.610 +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 Aug 6 23:53: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 7A33E37B403; Mon, 6 Aug 2001 23:53:37 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f776rb185137; Mon, 6 Aug 2001 23:53:37 -0700 (PDT) (envelope-from lioux) Message-Id: <200108070653.f776rb185137@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 6 Aug 2001 23:53: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 lioux 2001/08/06 23:53:37 PDT Modified files: . modules Log: understand_ada --> ports/devel/understand_ada Revision Changes Path 1.3619 +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 Aug 7 0:28:39 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 3F87A37B403; Tue, 7 Aug 2001 00:28:31 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15U1J8-0007OS-00; Tue, 07 Aug 2001 09:29:42 +0200 From: Sheldon Hearn To: Greg Lehey Cc: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi In-reply-to: Your message of "Tue, 07 Aug 2001 09:33:40 +0930." <20010807093340.J69153@wantadilla.lemis.com> Date: Tue, 07 Aug 2001 09:29:41 +0200 Message-ID: <28423.997169381@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 07 Aug 2001 09:33:40 +0930, Greg Lehey wrote: > These are not unlikely scenarios. They're real life. As I said in an > earlier message, I do have man pages for multiple architectures on my > network. I'm sure I'm not alone. Your standpoint makes you look like > you can't understand that other people may want to do things you > don't. So, like... what's your solution, specifically? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 0:33:40 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 779EB37B403; Tue, 7 Aug 2001 00:33:31 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 125A16ACDC; Tue, 7 Aug 2001 17:03:43 +0930 (CST) Date: Tue, 7 Aug 2001 17:03:42 +0930 From: Greg Lehey To: Sheldon Hearn Cc: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010807170342.J1565@wantadilla.lemis.com> References: <20010807093340.J69153@wantadilla.lemis.com> <28423.997169381@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <28423.997169381@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Tue, Aug 07, 2001 at 09:29:41AM +0200 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 7 August 2001 at 9:29:41 +0200, Sheldon Hearn wrote: > On Tue, 07 Aug 2001 09:33:40 +0930, Greg Lehey wrote: > >> These are not unlikely scenarios. They're real life. As I said in an >> earlier message, I do have man pages for multiple architectures on my >> network. I'm sure I'm not alone. Your standpoint makes you look like >> you can't understand that other people may want to do things you >> don't. > > So, like... what's your solution, specifically? As I said: we add the .Os and .Dd when installing. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 0:42:10 2001 Delivered-To: cvs-all@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 4D84C37B401; Tue, 7 Aug 2001 00:42:00 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup13-60.iptelecom.net.ua [212.9.229.60]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA16111; Tue, 7 Aug 2001 10:41:55 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f777ehp63583; Tue, 7 Aug 2001 10:40:43 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B6F9BA7.325B9EC2@FreeBSD.org> Date: Tue, 07 Aug 2001 10:41:27 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access References: <200108061813.f76IDmP70730@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 John Polstra wrote: > jdp 2001/08/06 11:13:48 PDT > > Modified files: > . access > Log: > Welcome Max Khon to the zoo. I'll be supplying > him with food and water. WOOHOO! Another Russian FreeBSD die-hard! Welcome aboard, Max! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 0:43:43 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id B0EE337B401; Tue, 7 Aug 2001 00:43:37 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15U1Xm-0007XR-00; Tue, 07 Aug 2001 09:44:50 +0200 From: Sheldon Hearn To: Chern Lee Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml doc/en_US.ISO8859-1/books/handbook/kerneldebug chapter.sgml doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml In-reply-to: Your message of "Mon, 06 Aug 2001 14:25:28 MST." <200108062125.f76LPSc98276@freefall.freebsd.org> Date: Tue, 07 Aug 2001 09:44:50 +0200 Message-ID: <28980.997170290@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 06 Aug 2001 14:25:28 MST, Chern Lee wrote: > Log: > Spelling Changes: > * OSs -> Operating Systems Why is this done in studly case? An operating system is a common noun (well, actually an adjective and a noun). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 0:46:25 2001 Delivered-To: cvs-all@freebsd.org Received: from cartman.geekhouse.net (valve.dub.net [64.81.252.98]) by hub.freebsd.org (Postfix) with ESMTP id D7AF037B405; Tue, 7 Aug 2001 00:46:21 -0700 (PDT) (envelope-from mij@soupnazi.org) Received: by cartman.geekhouse.net (Postfix, from userid 1000) id B1D04326A; Tue, 7 Aug 2001 00:46:20 -0700 (PDT) Date: Tue, 7 Aug 2001 00:46:20 -0700 From: Jim Mock To: Sheldon Hearn Cc: Chern Lee , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml doc/en_US.ISO8859-1/books/handbook/kerneldebug chapter.sgml doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Message-ID: <20010807004620.A52833@helios.soupnazi.org> Reply-To: mij@soupnazi.org References: <200108062125.f76LPSc98276@freefall.freebsd.org> <28980.997170290@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28980.997170290@axl.seasidesoftware.co.za> User-Agent: Mutt/1.3.20i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 07 Aug 2001 at 09:44:50 +0200, Sheldon Hearn wrote: > On Mon, 06 Aug 2001 14:25:28 MST, Chern Lee wrote: > > > Log: > > Spelling Changes: > > * OSs -> Operating Systems > > Why is this done in studly case? An operating system is a common noun > (well, actually an adjective and a noun). I've gotta agree with Sheldon here. There's no real reason to capitalize it. - jim -- jim mock tech writer | iXsystems, Inc. http://soupnazi.org/ work: jim@ixsystems.net | 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 Tue Aug 7 0:48:27 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 84C3E37B401; Tue, 7 Aug 2001 00:48:20 -0700 (PDT) (envelope-from davidx@viasoft.com.cn) Received: from William ([192.168.1.98]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id PAA04390; Tue, 7 Aug 2001 15:50:53 +0800 Message-Id: <200108070750.PAA04390@mail.viasoft.com.cn> Date: Tue, 7 Aug 2001 15:45:30 +0800 From: David Xu To: "David E. O'Brien , "cvs-all@FreeBSD.org , "cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/bzip2 Makefile X-mailer: FoxMail 3.11 Release [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" 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 I have a strange feeling, while bzip2 is in base system but not zip! is it the fact that bzip2 is more widely used than zip format? Regards, David Xu ----- Original Message ----- From: "David E. O'Brien" To: ; Sent: Wednesday, August 01, 2001 8:14 AM Subject: cvs commit: src/usr.bin Makefile src/usr.bin/bzip2 Makefile > obrien 2001/07/31 17:14:35 PDT > > Modified files: (Branch: RELENG_4) > usr.bin Makefile > Added files: (Branch: RELENG_4) > usr.bin/bzip2 Makefile > Log: > MFC: bring in bzip2 > > Revision Changes Path > 1.144.2.6 +2 -1 src/usr.bin/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 Aug 7 0:51:54 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id B164537B405; Tue, 7 Aug 2001 00:51:47 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15U1fb-0007Zy-00; Tue, 07 Aug 2001 09:52:55 +0200 From: Sheldon Hearn To: Greg Lehey Cc: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi In-reply-to: Your message of "Tue, 07 Aug 2001 17:03:42 +0930." <20010807170342.J1565@wantadilla.lemis.com> Date: Tue, 07 Aug 2001 09:52:55 +0200 Message-ID: <29137.997170775@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 07 Aug 2001 17:03:42 +0930, Greg Lehey wrote: > As I said: we add the .Os and .Dd when installing. I don't agree on .Dd, which shouldn't bump for cosmetic changes. However, I can't see how your idea of populating .Os at install time could hurt. Until the work to implement your idea is done, argument-less .Os macros are the most sensible solution, since they work to some degree now and will require no changes later when your idea is implemented. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 0:53: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 E5D5D37B403; Tue, 7 Aug 2001 00:53:08 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f777r8R93979; Tue, 7 Aug 2001 00:53:08 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108070753.f777r8R93979@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 7 Aug 2001 00:53:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce/files patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/08/07 00:53:08 PDT Removed files: x11-wm/xfce/files patch-ai Log: Remove files/patch-ai: it is already in the standard distribution. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 0:54: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 BA6C437B403; Tue, 7 Aug 2001 00:54:18 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 580BE6ACDE; Tue, 7 Aug 2001 17:24:30 +0930 (CST) Date: Tue, 7 Aug 2001 17:24:30 +0930 From: Greg Lehey To: Sheldon Hearn Cc: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010807172430.M1565@wantadilla.lemis.com> References: <20010807170342.J1565@wantadilla.lemis.com> <29137.997170775@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <29137.997170775@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Tue, Aug 07, 2001 at 09:52:55AM +0200 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 7 August 2001 at 9:52:55 +0200, Sheldon Hearn wrote: > > > On Tue, 07 Aug 2001 17:03:42 +0930, Greg Lehey wrote: > >> As I said: we add the .Os and .Dd when installing. > > I don't agree on .Dd, which shouldn't bump for cosmetic changes. We can discuss that matter. > However, I can't see how your idea of populating .Os at install time > could hurt. > > Until the work to implement your idea is done, argument-less .Os macros > are the most sensible solution, since they work to some degree now and > will require no changes later when your idea is implemented. I don't see any reason to make any change at the moment. My main objection was to removing the .Os macros. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 0:55:19 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-48.dsl.lsan03.pacbell.net [64.165.226.48]) by hub.freebsd.org (Postfix) with ESMTP id EF54E37B405; Tue, 7 Aug 2001 00:55:10 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D493E66F1C; Tue, 7 Aug 2001 00:55:09 -0700 (PDT) Date: Tue, 7 Aug 2001 00:55:09 -0700 From: Kris Kennaway To: David Xu Cc: "David E. O'Brien , "cvs-all@FreeBSD.org , "cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/bzip2 Makefile Message-ID: <20010807005508.A70830@xor.obsecurity.org> References: <200108070750.PAA04390@mail.viasoft.com.cn> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108070750.PAA04390@mail.viasoft.com.cn>; from davidx@viasoft.com.cn on Tue, Aug 07, 2001 at 03:45:30PM +0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 07, 2001 at 03:45:30PM +0800, David Xu wrote: > I have a strange feeling, while bzip2 is in base system but not zip! > is it the fact that bzip2 is more widely used than zip format? No, bzip2 is actually a useful compressor. zip is available in ports. Kris --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7b57cWry0BWjoQKURAn/CAJ9wzZj9Zj/lc59ueJP2wapuLG/N0ACfWC9G 5GRlJs2i90CaFXX40NrLLUA= =W3gm -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1: 8:38 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 7575C37B409; Tue, 7 Aug 2001 01:08:29 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15U1vq-0007fj-00; Tue, 07 Aug 2001 10:09:42 +0200 From: Sheldon Hearn To: Greg Lehey Cc: John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi In-reply-to: Your message of "Tue, 07 Aug 2001 17:24:30 +0930." <20010807172430.M1565@wantadilla.lemis.com> Date: Tue, 07 Aug 2001 10:09:42 +0200 Message-ID: <29494.997171782@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 07 Aug 2001 17:24:30 +0930, Greg Lehey wrote: > I don't see any reason to make any change at the moment. My main > objection was to removing the .Os macros. Cool. So for now, we're agreed that the empty .Os macros should stay. Once I'm finished with the sysctl documentation, I'll take a look at how to implement your "version-stamp on install" idea. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1:12: 5 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 6770037B401; Tue, 7 Aug 2001 01:11:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f778Btl01496; Tue, 7 Aug 2001 02:11:56 -0600 (MDT) (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.4) with ESMTP id f778Bt112605; Tue, 7 Aug 2001 02:11:55 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200108070811.f778Bt112605@harmony.village.org> To: Greg Lehey Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Cc: Sheldon Hearn , John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org In-reply-to: Your message of "Tue, 07 Aug 2001 17:03:42 +0930." <20010807170342.J1565@wantadilla.lemis.com> References: <20010807170342.J1565@wantadilla.lemis.com> <20010807093340.J69153@wantadilla.lemis.com> <28423.997169381@axl.seasidesoftware.co.za> Date: Tue, 07 Aug 2001 02:11:55 -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 <20010807170342.J1565@wantadilla.lemis.com> Greg Lehey writes: : On Tuesday, 7 August 2001 at 9:29:41 +0200, Sheldon Hearn wrote: : > On Tue, 07 Aug 2001 09:33:40 +0930, Greg Lehey wrote: : > : >> These are not unlikely scenarios. They're real life. As I said in an : >> earlier message, I do have man pages for multiple architectures on my : >> network. I'm sure I'm not alone. Your standpoint makes you look like : >> you can't understand that other people may want to do things you : >> don't. : > : > So, like... what's your solution, specifically? : : As I said: we add the .Os and .Dd when installing. How is that different than just copying the mandoc macros that were used to build the man pages from the {cd, network, wherever} you got the man page sources from? Adding the .Os and .Dd at install time seems ugly to me. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1:15:28 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 7DF7937B401; Tue, 7 Aug 2001 01:15:21 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15U227-0007j0-00; Tue, 07 Aug 2001 10:16:11 +0200 From: Sheldon Hearn To: David Xu Cc: obrien@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/bzip2 Makefile In-reply-to: Your message of "Tue, 07 Aug 2001 15:45:30 +0800." <200108070750.PAA04390@mail.viasoft.com.cn> Date: Tue, 07 Aug 2001 10:16:11 +0200 Message-ID: <29697.997172171@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 07 Aug 2001 15:45:30 +0800, David Xu wrote: > I have a strange feeling, while bzip2 is in base system but not zip! > is it the fact that bzip2 is more widely used than zip format? They're two different kinds of program. zip is an archiver, bzip2 is a compressor. Ciao, Sheldon. PS: Your mailer does the _weirdest_ things with addresses in the To and Cc headers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1:18: 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 55D3937B403; Tue, 7 Aug 2001 01:17:58 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f778HwM99481; Tue, 7 Aug 2001 01:17:58 -0700 (PDT) (envelope-from wjv) Message-Id: <200108070817.f778HwM99481@freefall.freebsd.org> From: Johann Visagie Date: Tue, 7 Aug 2001 01:17:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile ports/biology/lamarc Makefile 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 wjv 2001/08/07 01:17:58 PDT Modified files: biology Makefile Added files: biology/lamarc Makefile pkg-comment pkg-descr pkg-plist Log: Add lamarc 2001.08.06, a package of programs for computing population parameters. Revision Changes Path 1.36 +2 -1 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1:18: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 2777037B40F; Tue, 7 Aug 2001 01:18:02 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f778I2S99519; Tue, 7 Aug 2001 01:18:02 -0700 (PDT) (envelope-from wjv) Message-Id: <200108070818.f778I2S99519@freefall.freebsd.org> From: Johann Visagie Date: Tue, 7 Aug 2001 01:18: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 wjv 2001/08/07 01:18:02 PDT Modified files: . modules Log: lamarc --> ports/biology/lamarc Revision Changes Path 1.3620 +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 Aug 7 1:19:51 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id C19B637B403; Tue, 7 Aug 2001 01:19:43 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15U26U-0007kD-00; Tue, 07 Aug 2001 10:20:42 +0200 From: Sheldon Hearn To: Warner Losh Cc: Greg Lehey , John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi In-reply-to: Your message of "Tue, 07 Aug 2001 02:11:55 CST." <200108070811.f778Bt112605@harmony.village.org> Date: Tue, 07 Aug 2001 10:20:42 +0200 Message-ID: <29772.997172442@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 07 Aug 2001 02:11:55 CST, Warner Losh wrote: > : As I said: we add the .Os and .Dd when installing. > > How is that different than just copying the mandoc macros that were > used to build the man pages from the {cd, network, wherever} you got > the man page sources from? Um, Warner, the point is that right now, if Greg copies an installed _source_ manual page from a FreeBSD system, he gets an empty Os macro: .Os If we do as he suggests, he'll get a populated Os macro: .Os FreeBSD 4.5 > Adding the .Os and .Dd at install time seems ugly to me. Why? It's just a little Makefile magic. We don't actually add the macro, just an argument, and only in the case where there are no arguments, e.g. s/^\.Os$/.Os FreeBSD 4.5/g Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1:29:36 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 6B0B937B401; Tue, 7 Aug 2001 01:29:20 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f778TJl01540; Tue, 7 Aug 2001 02:29:19 -0600 (MDT) (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.4) with ESMTP id f778TI113023; Tue, 7 Aug 2001 02:29:18 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200108070829.f778TI113023@harmony.village.org> To: Sheldon Hearn Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org In-reply-to: Your message of "Tue, 07 Aug 2001 10:20:42 +0200." <29772.997172442@axl.seasidesoftware.co.za> References: <29772.997172442@axl.seasidesoftware.co.za> Date: Tue, 07 Aug 2001 02:29:18 -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 <29772.997172442@axl.seasidesoftware.co.za> Sheldon Hearn writes: : > : As I said: we add the .Os and .Dd when installing. : > : > How is that different than just copying the mandoc macros that were : > used to build the man pages from the {cd, network, wherever} you got : > the man page sources from? : : Um, Warner, the point is that right now, if Greg copies an installed : _source_ manual page from a FreeBSD system, he gets an empty Os macro: : : .Os : : If we do as he suggests, he'll get a populated Os macro: : : .Os FreeBSD 4.5 I understand that. My point is why not pull the macros used to create the man pages from the same place you pulled the man pages. Eg, snag /usr/share/tmac at the same time you snagged the man page and setenv GROFF_TMAC_PATH to be where you stashed it. I don't see how this is different than grabbing old Makefiles and having them produce different results on new machine or machines with different kinds of make... : > Adding the .Os and .Dd at install time seems ugly to me. : : Why? It's just a little Makefile magic. We don't actually add the : macro, just an argument, and only in the case where there are no : arguments, e.g. : : s/^\.Os$/.Os FreeBSD 4.5/g Because it is another target? You'd have foo.5 which would somehow get generated from foo.5 which seems gross to me from a make point of view. I guess I don't see how that's transparently done in the build process. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1:34: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 369C737B401; Tue, 7 Aug 2001 01:34:05 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 6ED916ACDC; Tue, 7 Aug 2001 18:04:16 +0930 (CST) Date: Tue, 7 Aug 2001 18:04:16 +0930 From: Greg Lehey To: Warner Losh Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010807180416.N1565@wantadilla.lemis.com> References: <29772.997172442@axl.seasidesoftware.co.za> <200108070829.f778TI113023@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: <200108070829.f778TI113023@harmony.village.org>; from imp@harmony.village.org on Tue, Aug 07, 2001 at 02:29:18AM -0600 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 7 August 2001 at 2:29:18 -0600, Warner Losh wrote: > In message <29772.997172442@axl.seasidesoftware.co.za> Sheldon Hearn writes: >>>> As I said: we add the .Os and .Dd when installing. >>> >>> How is that different than just copying the mandoc macros that were >>> used to build the man pages from the {cd, network, wherever} you got >>> the man page sources from? >> >> Um, Warner, the point is that right now, if Greg copies an installed >> _source_ manual page from a FreeBSD system, he gets an empty Os macro: >> >> .Os >> >> If we do as he suggests, he'll get a populated Os macro: >> >> .Os FreeBSD 4.5 > > I understand that. My point is why not pull the macros used to create > the man pages from the same place you pulled the man pages. Eg, snag > /usr/share/tmac at the same time you snagged the man page and setenv > GROFF_TMAC_PATH to be where you stashed it. I don't see how this is > different than grabbing old Makefiles and having them produce > different results on new machine or machines with different kinds of > make... It's not the way man(1) works. It takes the macros from the same place for all man pages. >>> Adding the .Os and .Dd at install time seems ugly to me. >> >> Why? It's just a little Makefile magic. We don't actually add the >> macro, just an argument, and only in the case where there are no >> arguments, e.g. >> >> s/^\.Os$/.Os FreeBSD 4.5/g > > Because it is another target? You'd have foo.5 which would somehow > get generated from foo.5 which seems gross to me from a make point of > view. I guess I don't see how that's transparently done in the build > process. Well, no, just put it into the man page install target. Currently the pages get gzipped into /usr/share/man; this would just add a sed pipe. All we need is to change the man page install target; a SMOP. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1:43:10 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 09A4C37B40A; Tue, 7 Aug 2001 01:42:59 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f778gvl01581; Tue, 7 Aug 2001 02:42:57 -0600 (MDT) (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.4) with ESMTP id f778gv113135; Tue, 7 Aug 2001 02:42:57 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200108070842.f778gv113135@harmony.village.org> To: Greg Lehey Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org In-reply-to: Your message of "Tue, 07 Aug 2001 18:04:16 +0930." <20010807180416.N1565@wantadilla.lemis.com> References: <20010807180416.N1565@wantadilla.lemis.com> <29772.997172442@axl.seasidesoftware.co.za> <200108070829.f778TI113023@harmony.village.org> Date: Tue, 07 Aug 2001 02:42:57 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010807180416.N1565@wantadilla.lemis.com> Greg Lehey writes: : > I understand that. My point is why not pull the macros used to create : > the man pages from the same place you pulled the man pages. Eg, snag : > /usr/share/tmac at the same time you snagged the man page and setenv : > GROFF_TMAC_PATH to be where you stashed it. I don't see how this is : > different than grabbing old Makefiles and having them produce : > different results on new machine or machines with different kinds of : > make... : : It's not the way man(1) works. It takes the macros from the same : place for all man pages. I just tried it and it is the way that man works. Oh, wait, I just tried what I always use to format foreign man pages, which was groff -mandoc foo.1, which does work with this environment variable. : >>> Adding the .Os and .Dd at install time seems ugly to me. : >> : >> Why? It's just a little Makefile magic. We don't actually add the : >> macro, just an argument, and only in the case where there are no : >> arguments, e.g. : >> : >> s/^\.Os$/.Os FreeBSD 4.5/g : > : > Because it is another target? You'd have foo.5 which would somehow : > get generated from foo.5 which seems gross to me from a make point of : > view. I guess I don't see how that's transparently done in the build : > process. : : Well, no, just put it into the man page install target. Currently the : pages get gzipped into /usr/share/man; this would just add a sed pipe. : All we need is to change the man page install target; a SMOP. ok. Whatever. It seems to set a precident that it is OK to munch something on the way to the install and change its contents, which is something we really don't do. compression doesn't really change the contents. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 1:55:44 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 1367D37B403; Tue, 7 Aug 2001 01:55:27 -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 f778MnU51963; Tue, 7 Aug 2001 11:22:49 +0300 (EEST) (envelope-from ru) Date: Tue, 7 Aug 2001 11:22:49 +0300 From: Ruslan Ermilov To: Greg Lehey Cc: Sheldon Hearn , John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010807112249.A45963@sunbay.com> Mail-Followup-To: Greg Lehey , Sheldon Hearn , John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org References: <20010807170342.J1565@wantadilla.lemis.com> <29137.997170775@axl.seasidesoftware.co.za> <20010807172430.M1565@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: <20010807172430.M1565@wantadilla.lemis.com>; from grog@FreeBSD.org on Tue, Aug 07, 2001 at 05:24:30PM +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 On Tue, Aug 07, 2001 at 05:24:30PM +0930, Greg Lehey wrote: > On Tuesday, 7 August 2001 at 9:52:55 +0200, Sheldon Hearn wrote: > > > > > > On Tue, 07 Aug 2001 17:03:42 +0930, Greg Lehey wrote: > > > >> As I said: we add the .Os and .Dd when installing. > > > > I don't agree on .Dd, which shouldn't bump for cosmetic changes. > > We can discuss that matter. > > > However, I can't see how your idea of populating .Os at install time > > could hurt. > > > > Until the work to implement your idea is done, argument-less .Os macros > > are the most sensible solution, since they work to some degree now and > > will require no changes later when your idea is implemented. > > I don't see any reason to make any change at the moment. My main > objection was to removing the .Os macros. > Again, I did NOT remove the .Os macro(s), I cleaned up the manpages that had obsolete information in their arguments to the .Os call. I.e., where the manual page had ``.Os BSD 4.2'', it now has an empty .Os call, which becomes ``FreeBSD X.Y'', as defined in the FreeBSD mdoc(7) setup file, src/gnu/usr.bin/groff/tmac/mdoc.local. To see the FreeBSD manual page using its source on a different OS, you will need the following: 1. Groff version 1.17.1 or later, which includes the "compatible" mdoc(7) macro package. 2. FreeBSD-specific mdoc.local file that is compatible with this manpage (obtained from the same source as the manpage), that does the FreeBSD specific mdoc(7) package setup. You should then put this file to the tmac/ directory, and rename it to doc-FreeBSD.tmac. Then you can browse the FreeBSD manpage on a non-FreeBSD OS, using the following command: $ nroff -mdoc -mdoc-FreeBSD This should give you exactly the same output as you would get on a FreeBSD box this manpage was developed for. You can emulate this scenario by renaming the stock mdoc.local file to mdoc-FreeBSD.tmac, and creating the empty mdoc.local file as follows: # cd /usr/share/tmac # mv mdoc.local doc-FreeBSD.tmac # touch mdoc.local Then try to browse the manpage using the following commands: $ nroff -mdoc $ nroff -mdoc -mdoc-FreeBSD Note the difference. 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 Aug 7 1:56:54 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 BE74337B401; Tue, 7 Aug 2001 01:56:32 -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 f778VB252962; Tue, 7 Aug 2001 11:31:11 +0300 (EEST) (envelope-from ru) Date: Tue, 7 Aug 2001 11:31:11 +0300 From: Ruslan Ermilov To: Warner Losh Cc: Greg Lehey , Sheldon Hearn , John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010807113111.B45963@sunbay.com> Mail-Followup-To: Warner Losh , Greg Lehey , Sheldon Hearn , John Baldwin , Mike Pritchard , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, doc@FreeBSD.ORG References: <20010807170342.J1565@wantadilla.lemis.com> <20010807093340.J69153@wantadilla.lemis.com> <28423.997169381@axl.seasidesoftware.co.za> <20010807170342.J1565@wantadilla.lemis.com> <200108070811.f778Bt112605@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: <200108070811.f778Bt112605@harmony.village.org>; from imp@harmony.village.org on Tue, Aug 07, 2001 at 02:11:55AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 07, 2001 at 02:11:55AM -0600, Warner Losh wrote: > In message <20010807170342.J1565@wantadilla.lemis.com> Greg Lehey writes: > : On Tuesday, 7 August 2001 at 9:29:41 +0200, Sheldon Hearn wrote: > : > On Tue, 07 Aug 2001 09:33:40 +0930, Greg Lehey wrote: > : > > : >> These are not unlikely scenarios. They're real life. As I said in an > : >> earlier message, I do have man pages for multiple architectures on my > : >> network. I'm sure I'm not alone. Your standpoint makes you look like > : >> you can't understand that other people may want to do things you > : >> don't. > : > > : > So, like... what's your solution, specifically? > : > : As I said: we add the .Os and .Dd when installing. > > How is that different than just copying the mandoc macros that were > used to build the man pages from the {cd, network, wherever} you got > the man page sources from? > > Adding the .Os and .Dd at install time seems ugly to me. > Exactly my thoughts. The problem is more that just a single .Os macro. Please see the gnu/usr.bin/groff/tmac/mdoc.local file for the details of FreeBSD mdoc(7) customization. This file supplements the stock mdoc(7) package, and is *needed* when viewing a FreeBSD manpage. It defines: 1. Customized .Sh header names. 2. Modified and new .Lb library names. 3. Default operating system (.Os without arguments). tmac/mdoc/koi8-r contains a more complicated example of what could be customized. See my other posting in this thread for more details and a real example. 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 Aug 7 2:14: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 02D5337B403; Tue, 7 Aug 2001 02:14:52 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f779Ep408594; Tue, 7 Aug 2001 02:14:51 -0700 (PDT) (envelope-from markm) Message-Id: <200108070914.f779Ep408594@freefall.freebsd.org> From: Mark Murray Date: Tue, 7 Aug 2001 02:14:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/morse morse.6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/08/07 02:14:51 PDT Modified files: games/morse morse.6 Log: Fix some fractured english. The translators can ignore this. Revision Changes Path 1.9 +10 -6 src/games/morse/morse.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 2:21:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7A5937B401; Tue, 7 Aug 2001 02:21:49 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f779Lno09215; Tue, 7 Aug 2001 02:21:49 -0700 (PDT) (envelope-from knu) Message-Id: <200108070921.f779Lno09215@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 7 Aug 2001 02:21:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/eruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/07 02:21:49 PDT Modified files: textproc/eruby Makefile distinfo Log: Update to 0.9.6. Revision Changes Path 1.17 +2 -2 ports/textproc/eruby/Makefile 1.12 +1 -1 ports/textproc/eruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 2:24: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 8C6F337B401; Tue, 7 Aug 2001 02:24:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f779OAO09419; Tue, 7 Aug 2001 02:24:10 -0700 (PDT) (envelope-from knu) Message-Id: <200108070924.f779OAO09419@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 7 Aug 2001 02:24:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_ruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/07 02:24:10 PDT Modified files: www/mod_ruby Makefile distinfo Log: Update to 0.9.1. Revision Changes Path 1.21 +2 -2 ports/www/mod_ruby/Makefile 1.14 +1 -1 ports/www/mod_ruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 2:28:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16F5D37B403; Tue, 7 Aug 2001 02:28:53 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f779SrZ09811; Tue, 7 Aug 2001 02:28:53 -0700 (PDT) (envelope-from markm) Message-Id: <200108070928.f779SrZ09811@freefall.freebsd.org> From: Mark Murray Date: Tue, 7 Aug 2001 02:28: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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/08/07 02:28:53 PDT Modified files: (Branch: RELENG_4) usr.bin/login login.c Log: MFC: move the environment settin to a place where it can actually take effect; ie when the session is open. OK'ed by: re Revision Changes Path 1.51.2.11 +12 -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 Tue Aug 7 2:41: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 8511037B401; Tue, 7 Aug 2001 02:41:05 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f779f5N10861; Tue, 7 Aug 2001 02:41:05 -0700 (PDT) (envelope-from nyan) Message-Id: <200108070941.f779f5N10861@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 7 Aug 2001 02:41:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 pc98kbd.c syscons.c syscons_pc98.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/08/07 02:41:05 PDT Modified files: (Branch: RELENG_4) sys/pc98/pc98 pc98kbd.c syscons.c syscons_pc98.c Log: Merged from the following changes. sys/dev/syscons/syscons.c revision 1.336.2.10 sys/isa/syscons_isa.c revision 1.11.2.2 sys/isa/atkbd_isa.c revision 1.7.2.3 Approved by: murray Revision Changes Path 1.16.2.4 +16 -1 src/sys/pc98/pc98/pc98kbd.c 1.143.2.11 +1 -13 src/sys/pc98/pc98/syscons.c 1.7.2.5 +1 -9 src/sys/pc98/pc98/syscons_pc98.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 2:57: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 DFCFE37B401; Tue, 7 Aug 2001 02:57:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f779vqo12522; Tue, 7 Aug 2001 02:57:52 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108070957.f779vqo12522@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 7 Aug 2001 02:57:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/maelstrom Makefile distinfo ports/games/maelstrom/files patch-ad patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/07 02:57:52 PDT Modified files: games/maelstrom Makefile distinfo games/maelstrom/files patch-ad Removed files: games/maelstrom/files patch-aa Log: Update to 3.0.5. Revision Changes Path 1.24 +5 -4 ports/games/maelstrom/Makefile 1.3 +1 -1 ports/games/maelstrom/distinfo 1.2 +8 -5 ports/games/maelstrom/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 3:25: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 5ACCE37B401; Tue, 7 Aug 2001 03:25:20 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77APKQ17645; Tue, 7 Aug 2001 03:25:20 -0700 (PDT) (envelope-from wjv) Message-Id: <200108071025.f77APKQ17645@freefall.freebsd.org> From: Johann Visagie Date: Tue, 7 Aug 2001 03:25:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-xml Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/08/07 03:25:20 PDT Modified files: textproc/py-xml Makefile distinfo pkg-descr pkg-plist Log: Update to version 0.6.6 Revision Changes Path 1.18 +9 -9 ports/textproc/py-xml/Makefile 1.7 +1 -1 ports/textproc/py-xml/distinfo 1.7 +8 -9 ports/textproc/py-xml/pkg-descr 1.8 +12 -1 ports/textproc/py-xml/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 Aug 7 4: 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 107D037B403; Tue, 7 Aug 2001 04:09:16 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77B9GY30340; Tue, 7 Aug 2001 04:09:16 -0700 (PDT) (envelope-from tg) Message-Id: <200108071109.f77B9GY30340@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 7 Aug 2001 04:09:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd AsyncIO.c AsyncIO.h cmos.c com.h cwd.c dos.c dos.h doscmd.c doscmd.h i386-pinsn.c trace.c tty.c tty.h xms.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 tg 2001/08/07 04:09:15 PDT Modified files: usr.bin/doscmd AsyncIO.c AsyncIO.h cmos.c com.h cwd.c dos.c dos.h doscmd.c doscmd.h i386-pinsn.c trace.c tty.c tty.h xms.c Log: Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'. Revision Changes Path 1.6 +10 -10 src/usr.bin/doscmd/AsyncIO.c 1.3 +3 -2 src/usr.bin/doscmd/AsyncIO.h 1.4 +2 -2 src/usr.bin/doscmd/cmos.c 1.3 +6 -10 src/usr.bin/doscmd/com.h 1.11 +1 -3 src/usr.bin/doscmd/cwd.c 1.17 +1 -3 src/usr.bin/doscmd/dos.c 1.3 +1 -5 src/usr.bin/doscmd/dos.h 1.19 +2 -2 src/usr.bin/doscmd/doscmd.c 1.11 +1 -2 src/usr.bin/doscmd/doscmd.h 1.4 +7 -7 src/usr.bin/doscmd/i386-pinsn.c 1.7 +1 -2 src/usr.bin/doscmd/trace.c 1.16 +9 -24 src/usr.bin/doscmd/tty.c 1.3 +1 -3 src/usr.bin/doscmd/tty.h 1.10 +8 -5 src/usr.bin/doscmd/xms.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 4: 9: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 0ECC737B405; Tue, 7 Aug 2001 04:09:18 -0700 (PDT) (envelope-from mckay@FreeBSD.org) Received: (from mckay@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77B9Ig30355; Tue, 7 Aug 2001 04:09:18 -0700 (PDT) (envelope-from mckay) Message-Id: <200108071109.f77B9Ig30355@freefall.freebsd.org> From: Stephen McKay Date: Tue, 7 Aug 2001 04:09:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.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 mckay 2001/08/07 04:09:17 PDT Modified files: sbin/ifconfig ifconfig.8 Log: Spelling. Revision Changes Path 1.45 +3 -3 src/sbin/ifconfig/ifconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 4:15:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 964EE37B401; Tue, 7 Aug 2001 04:15:20 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77BFKj30975; Tue, 7 Aug 2001 04:15:20 -0700 (PDT) (envelope-from tg) Message-Id: <200108071115.f77BFKj30975@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 7 Aug 2001 04:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/opendx 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 tg 2001/08/07 04:15:20 PDT Modified files: graphics/opendx Makefile Log: Use USE_BISON. Revision Changes Path 1.16 +2 -1 ports/graphics/opendx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 4:51:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74CA237B40C; Tue, 7 Aug 2001 04:51:26 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77BpQs34741; Tue, 7 Aug 2001 04:51:26 -0700 (PDT) (envelope-from yokota) Message-Id: <200108071151.f77BpQs34741@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 7 Aug 2001 04:51:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.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 yokota 2001/08/07 04:51:26 PDT Modified files: sys/dev/syscons syscons.c Log: Don't call wakeup() while we are in DDB. The patch was developed by bde. I added the same check in one more place where wakeup() might be called during the DDB session. Submitted by: bde Revision Changes Path 1.372 +17 -4 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 4: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 16D9A37B401; Tue, 7 Aug 2001 04:52:16 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77BqGG34894; Tue, 7 Aug 2001 04:52:16 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108071152.f77BqGG34894@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 7 Aug 2001 04:52:16 -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-mi patch-qt patch-directory::c-sdk::ldap::include::portable.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 sobomax 2001/08/07 04:52:16 PDT Modified files: www/mozilla Makefile distinfo pkg-plist www/mozilla/files patch-mi patch-qt Removed files: www/mozilla/files patch-directory::c-sdk::ldap::include::portable.h Log: Update to 0.9.3. Submitted by: sf Revision Changes Path 1.69 +5 -4 ports/www/mozilla/Makefile 1.40 +1 -1 ports/www/mozilla/distinfo 1.41 +4 -1 ports/www/mozilla/pkg-plist 1.5 +1 -1 ports/www/mozilla/files/patch-mi 1.11 +7 -7 ports/www/mozilla/files/patch-qt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 4: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 A110C37B401; Tue, 7 Aug 2001 04:52:41 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77BqfS34938; Tue, 7 Aug 2001 04:52:41 -0700 (PDT) (envelope-from wjv) Message-Id: <200108071152.f77BqfS34938@freefall.freebsd.org> From: Johann Visagie Date: Tue, 7 Aug 2001 04:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-4suite 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 wjv 2001/08/07 04:52:41 PDT Modified files: textproc/py-4suite Makefile pkg-descr Log: - Add run-time dependency on PyXML (textproc/py-xml) - oops! - Update email address in pkg-descr Revision Changes Path 1.4 +2 -1 ports/textproc/py-4suite/Makefile 1.2 +1 -1 ports/textproc/py-4suite/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 4:57: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 C800637B405; Tue, 7 Aug 2001 04:57:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77BvrW35479; Tue, 7 Aug 2001 04:57:53 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108071157.f77BvrW35479@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 7 Aug 2001 04:57:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/cabextract Makefile distinfo ports/archivers/cabextract/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 sobomax 2001/08/07 04:57:53 PDT Modified files: archivers/cabextract Makefile distinfo Added files: archivers/cabextract/files patch-Makefile.in Log: Update to 0.3. Revision Changes Path 1.3 +5 -1 ports/archivers/cabextract/Makefile 1.3 +1 -1 ports/archivers/cabextract/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 5: 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 C69FB37B401; Tue, 7 Aug 2001 05:01:17 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77C1Hw35945; Tue, 7 Aug 2001 05:01:17 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108071201.f77C1Hw35945@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 7 Aug 2001 05:01:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-embedded pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/07 05:01:17 PDT Modified files: www/mozilla-embedded pkg-plist Log: Update to 0.9.3. Submitted by: sf Revision Changes Path 1.15 +15 -0 ports/www/mozilla-embedded/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 Aug 7 5: 5: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 AE94337B40B; Tue, 7 Aug 2001 05:05:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77C5OK39210; Tue, 7 Aug 2001 05:05:24 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108071205.f77C5OK39210@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 7 Aug 2001 05:05:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-headers pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/07 05:05:24 PDT Modified files: www/mozilla-headers pkg-plist Log: Update to 0.9.3. Submitted by: sf Revision Changes Path 1.11 +14 -2 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 Tue Aug 7 5:10: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 84D2C37B403; Tue, 7 Aug 2001 05:10:17 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CAHS39638; Tue, 7 Aug 2001 05:10:17 -0700 (PDT) (envelope-from nyan) Message-Id: <200108071210.f77CAHS39638@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 7 Aug 2001 05:10:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 scterm-sck.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/08/07 05:10:17 PDT Modified files: sys/pc98/pc98 scterm-sck.c Log: Merged from sys/dev/syscons/scterm-sc.c revision 1.16. Revision Changes Path 1.9 +61 -27 src/sys/pc98/pc98/scterm-sck.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 5: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 664B637B40B; Tue, 7 Aug 2001 05:13:22 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CDMZ39900; Tue, 7 Aug 2001 05:13:22 -0700 (PDT) (envelope-from ru) Message-Id: <200108071213.f77CDMZ39900@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 05:13:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog 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/08/07 05:13:22 PDT Modified files: gnu/lib/libdialog Makefile Log: dialog(3) -> dialog_noyes(3). Revision Changes Path 1.34 +3 -2 src/gnu/lib/libdialog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 5:17:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6012D37B401; Tue, 7 Aug 2001 05:17:32 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CHWX40285; Tue, 7 Aug 2001 05:17:32 -0700 (PDT) (envelope-from ru) Message-Id: <200108071217.f77CHWX40285@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 05:17:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/07 05:17:32 PDT Modified files: lib/libc/gen glob.3 Log: mdoc(7) police: markup nits. Revision Changes Path 1.18 +3 -2 src/lib/libc/gen/glob.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 5:23: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 182E637B40D; Tue, 7 Aug 2001 05:23:48 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CNmA40788; Tue, 7 Aug 2001 05:23:48 -0700 (PDT) (envelope-from nyan) Message-Id: <200108071223.f77CNmA40788@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 7 Aug 2001 05:23:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/08/07 05:23:48 PDT Modified files: sys/pc98/pc98 syscons.c Log: Merged from sys/dev/syscons/syscons.c revisions 1.370, 1.371 and 1.372. Revision Changes Path 1.164 +168 -86 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 5:33: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 021E337B40C; Tue, 7 Aug 2001 05:33:12 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CXBM41578; Tue, 7 Aug 2001 05:33:11 -0700 (PDT) (envelope-from ru) Message-Id: <200108071233.f77CXBM41578@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 05:33:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kldstat.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 ru 2001/08/07 05:33:11 PDT Modified files: lib/libc/sys kldstat.2 Log: mdoc(7) police: sort xrefs. Revision Changes Path 1.17 +2 -2 src/lib/libc/sys/kldstat.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 5: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 8FAE637B401; Tue, 7 Aug 2001 05:37:22 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CbMP41949; Tue, 7 Aug 2001 05:37:22 -0700 (PDT) (envelope-from roam) Message-Id: <200108071237.f77CbMP41949@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 7 Aug 2001 05:37:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/08/07 05:37:22 PDT Modified files: sysutils/xw Makefile Log: Update MASTER_SITES: ftp.BSDpro.com changed to ftp.spot.org. PR: 29494 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/sysutils/xw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 5:48: 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 7065537B401; Tue, 7 Aug 2001 05:47:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77ClvA43365; Tue, 7 Aug 2001 05:47:57 -0700 (PDT) (envelope-from ru) Message-Id: <200108071247.f77ClvA43365@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 05:47:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl vgl.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/07 05:47:57 PDT Modified files: lib/libvgl vgl.3 Log: More spelling fixes. Revision Changes Path 1.22 +4 -4 src/lib/libvgl/vgl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 5:48: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 DBD8F37B401; Tue, 7 Aug 2001 05:48:17 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77CmHm43420; Tue, 7 Aug 2001 05:48:17 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108071248.f77CmHm43420@freefall.freebsd.org> From: Robert Watson Date: Tue, 7 Aug 2001 05:48:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.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 rwatson 2001/08/07 05:48:17 PDT Modified files: usr.sbin/sysinstall config.c menus.c sysinstall.h Log: In preparation for MFC of sysinstall changes to edit /etc/ttys in post-install config, reduce the potential confusion from the existence of both configTTYs and configTtys by renaming configTTYs to configEtcTtys. While this is not a C naming conflict, it was probably a poor choice of names on my part. Revision Changes Path 1.186 +2 -2 src/usr.sbin/sysinstall/config.c 1.313 +3 -3 src/usr.sbin/sysinstall/menus.c 1.212 +2 -2 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6: 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 B693F37B403; Tue, 7 Aug 2001 06:00:43 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77D0hp44465; Tue, 7 Aug 2001 06:00:43 -0700 (PDT) (envelope-from ru) Message-Id: <200108071300.f77D0hp44465@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:00:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 aac.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 ru 2001/08/07 06:00:43 PDT Modified files: share/man/man4 aac.4 Log: mdoc(7) police: removed hard sentence breaks and trailing whitespaces. Revision Changes Path 1.12 +6 -4 src/share/man/man4/aac.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6: 6: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [206.40.252.115]) by hub.freebsd.org (Postfix) with ESMTP id 6792C37B405; Tue, 7 Aug 2001 06:05:54 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.4/8.11.1) id f77D5rB97206; Tue, 7 Aug 2001 06:05:53 -0700 (PDT) (envelope-from obrien) Date: Tue, 7 Aug 2001 06:05:52 -0700 From: "David O'Brien" To: Greg Lehey Cc: Warner Losh , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: Which OS does a man page come from? (was: cvs commit: src/bi Message-ID: <20010807060552.A92283@dragon.nuxi.com> Mail-Followup-To: Greg Lehey , Warner Losh , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org References: <29772.997172442@axl.seasidesoftware.co.za> <200108070829.f778TI113023@harmony.village.org> <20010807180416.N1565@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: <20010807180416.N1565@wantadilla.lemis.com>; from grog@FreeBSD.org on Tue, Aug 07, 2001 at 06:04:16PM +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 Tue, Aug 07, 2001 at 06:04:16PM +0930, Greg Lehey wrote: > > Well, no, just put it into the man page install target. No. _build(all)_ target. > Currently the pages get gzipped into /usr/share/man; This happens at build time, not install time. > this would just add a sed pipe. Agreed. You would either tweak `MCOMPRESS_CMD' in bsd.man.mk, or hijack `MANFILTER'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6:18: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 723C637B405; Tue, 7 Aug 2001 06:18:09 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77DI9P48765; Tue, 7 Aug 2001 06:18:09 -0700 (PDT) (envelope-from ru) Message-Id: <200108071318.f77DI9P48765@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:18:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 bridge.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 ru 2001/08/07 06:18:09 PDT Modified files: share/man/man4 bridge.4 Log: mdoc(7) police: - Added SYNOPSIS - Removed HISTORY information from DESCRIPTION - Removed whitespace at EOL - Minor markup nits Revision Changes Path 1.15 +25 -22 src/share/man/man4/bridge.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6:21: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 2C40237B403; Tue, 7 Aug 2001 06:21:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77DLGj49027; Tue, 7 Aug 2001 06:21:16 -0700 (PDT) (envelope-from ru) Message-Id: <200108071321.f77DLGj49027@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:21:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ddb.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 ru 2001/08/07 06:21:16 PDT Modified files: share/man/man4 ddb.4 Log: mdoc(7) police: we use .Va for sysctl(8) MIB variables. Revision Changes Path 1.18 +2 -3 src/share/man/man4/ddb.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6:27: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6653D37B403; Tue, 7 Aug 2001 06:26:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77DQvY49736; Tue, 7 Aug 2001 06:26:57 -0700 (PDT) (envelope-from ru) Message-Id: <200108071326.f77DQvY49736@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:26: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/07 06:26:57 PDT Modified files: share/man/man5 make.conf.5 Log: mdoc(7) police: markup nits. Revision Changes Path 1.25 +17 -5 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 Tue Aug 7 6:40: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 4F1F337B406; Tue, 7 Aug 2001 06:40:08 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77De8a90560; Tue, 7 Aug 2001 06:40:08 -0700 (PDT) (envelope-from ru) Message-Id: <200108071340.f77De8a90560@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nohup nohup.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 ru 2001/08/07 06:40:07 PDT Modified files: usr.bin/nohup nohup.1 Log: mdoc(7) police: bump document date for the previous delta, fix markup. Revision Changes Path 1.10 +3 -3 src/usr.bin/nohup/nohup.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6:41: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 2A21537B40C; Tue, 7 Aug 2001 06:41:40 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77DfeR98794; Tue, 7 Aug 2001 06:41:40 -0700 (PDT) (envelope-from ru) Message-Id: <200108071341.f77DfeR98794@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:41:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tput tput.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 ru 2001/08/07 06:41:40 PDT Modified files: usr.bin/tput tput.1 Log: mdoc(7) police: sort xrefs. Revision Changes Path 1.10 +3 -3 src/usr.bin/tput/tput.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6:46: 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 97A5D37B412; Tue, 7 Aug 2001 06:45:55 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Djtk23806; Tue, 7 Aug 2001 06:45:55 -0700 (PDT) (envelope-from ru) Message-Id: <200108071345.f77Djtk23806@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:45:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/07 06:45:55 PDT Modified files: usr.bin/whois whois.1 Log: mdoc(7) police: bump document date for the previous delta. Revision Changes Path 1.22 +3 -3 src/usr.bin/whois/whois.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6:50:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D266B37B40A; Tue, 7 Aug 2001 06:50:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Doar59613; Tue, 7 Aug 2001 06:50:36 -0700 (PDT) (envelope-from ru) Message-Id: <200108071350.f77Doar59613@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:50:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/diskcheckd diskcheckd.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 ru 2001/08/07 06:50:36 PDT Modified files: usr.sbin/diskcheckd diskcheckd.8 Log: s/should must/must/ plus markup nit. Revision Changes Path 1.4 +3 -3 src/usr.sbin/diskcheckd/diskcheckd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6:56: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D00037B40D; Tue, 7 Aug 2001 06:56:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Du0L60181; Tue, 7 Aug 2001 06:56:00 -0700 (PDT) (envelope-from ru) Message-Id: <200108071356.f77Du0L60181@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd isdnd.rc.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/07 06:56:00 PDT Modified files: usr.sbin/i4b/isdnd isdnd.rc.5 Log: mdoc(7) police: removed hard sentence breaks. Revision Changes Path 1.26 +6 -4 src/usr.sbin/i4b/isdnd/isdnd.rc.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 6:59:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E12937B41C; Tue, 7 Aug 2001 06:59:48 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77DxmC60623; Tue, 7 Aug 2001 06:59:48 -0700 (PDT) (envelope-from ru) Message-Id: <200108071359.f77DxmC60623@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 06:59:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/iostat iostat.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 ru 2001/08/07 06:59:48 PDT Modified files: usr.sbin/iostat iostat.8 Log: mdoc(7) police: markup nits. Revision Changes Path 1.20 +13 -6 src/usr.sbin/iostat/iostat.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 7:12: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 3371C37B405; Tue, 7 Aug 2001 07:12:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77ECE364981; Tue, 7 Aug 2001 07:12:14 -0700 (PDT) (envelope-from ru) Message-Id: <200108071412.f77ECE364981@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 07:12:14 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/07 07:12:14 PDT Modified files: share/man/man9 style.9 Log: mdoc(7) police: markup/spelling nits. Revision Changes Path 1.59 +10 -6 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 Tue Aug 7 7:14:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20FA237B405; Tue, 7 Aug 2001 07:14:22 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77EEMp65330; Tue, 7 Aug 2001 07:14:22 -0700 (PDT) (envelope-from wjv) Message-Id: <200108071414.f77EEMp65330@freefall.freebsd.org> From: Johann Visagie Date: Tue, 7 Aug 2001 07:14:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-martel pkg-req 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 wjv 2001/08/07 07:14:22 PDT Modified files: textproc/py-martel Makefile pkg-descr Added files: textproc/py-martel pkg-req Log: - Do checking for Python version ov pkg-req. This is somewhat experimental and may require further tweaking. - Use DOCSDIR. - Now install examples optionally depending on NOPORTDOCS. - Miscellaneous minor fixes and cleanups in Makefile. - Update my email address in pkg-descr. Revision Changes Path 1.14 +11 -10 ports/textproc/py-martel/Makefile 1.3 +2 -2 ports/textproc/py-martel/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 7:55:17 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 55EC337B40C; Tue, 7 Aug 2001 07:55:10 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f77Et7x74556; Tue, 7 Aug 2001 18:55:07 +0400 (MSD) (envelope-from ache) Date: Tue, 7 Aug 2001 18:55:04 +0400 From: "Andrey A. Chernov" To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h Message-ID: <20010807185503.A74495@nagual.pp.ru> References: <200108071248.f77CmHm43420@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108071248.f77CmHm43420@freefall.freebsd.org> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 07, 2001 at 05:48:17 -0700, Robert Watson wrote: > rwatson 2001/08/07 05:48:17 PDT > > Modified files: > usr.sbin/sysinstall config.c menus.c sysinstall.h > Log: > In preparation for MFC of sysinstall changes to edit /etc/ttys in > post-install config, reduce the potential confusion from the existence > of both configTTYs and configTtys by renaming configTTYs to > configEtcTtys. While this is not a C naming conflict, it was probably > a poor choice of names on my part. How about this patch? --- config.c.bak Tue Aug 7 18:51:03 2001 +++ config.c Tue Aug 7 18:53:47 2001 @@ -1046,6 +1046,7 @@ "configuration.\n\n" "To load /etc/ttys in the editor, select [Yes], otherwise, [No].")) { } else { + configTtys(); sprintf(cmd, "%s /etc/ttys", variable_get(VAR_EDITOR)); dialog_clear(); systemExecute(cmd); -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 7:59: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 391AE37B403; Tue, 7 Aug 2001 07:59:10 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77ExAj70084; Tue, 7 Aug 2001 07:59:10 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108071459.f77ExAj70084@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 7 Aug 2001 07:59:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/lftp 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 olgeni 2001/08/07 07:59:10 PDT Modified files: ftp/lftp Makefile Log: Use PORTVERSION rather than literal version number in rmdir command. Revision Changes Path 1.50 +2 -2 ports/ftp/lftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8: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 4F80737B403; Tue, 7 Aug 2001 08:13:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FDg774360; Tue, 7 Aug 2001 08:13:42 -0700 (PDT) (envelope-from ache) Message-Id: <200108071513.f77FDg774360@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 7 Aug 2001 08:13:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/08/07 08:13:42 PDT Modified files: usr.sbin/sysinstall config.c Log: Apply pending /etc/ttys changes before calling editor on it Approved by: rwatson Revision Changes Path 1.187 +2 -1 src/usr.sbin/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8:28:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 246DE37B409; Tue, 7 Aug 2001 08:28:21 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FSL275877; Tue, 7 Aug 2001 08:28:21 -0700 (PDT) (envelope-from nik) Message-Id: <200108071528.f77FSL275877@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 08:28:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile.inc.docports X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/07 08:28:21 PDT Modified files: release Makefile.inc.docports Log: Add libxslt and its dependencies. Submitted by: John Hay Revision Changes Path 1.4 +5 -1 src/release/Makefile.inc.docports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8: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 72CAE37B40B; Tue, 7 Aug 2001 08:48:51 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FmpE80845; Tue, 7 Aug 2001 08:48:51 -0700 (PDT) (envelope-from ru) Message-Id: <200108071548.f77FmpE80845@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 08:48:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.1 src/bin/sh sh.1 src/bin/sleep sleep.1 src/bin/test test.1 src/contrib/amd/amd amd.8 src/contrib/amd/hlfsd hlfsd.8 src/contrib/amd/scripts amd.conf.5 src/games/morse morse.6 src/gnu/usr.bin/ld ld.1 ld.1aout ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/07 08:48:51 PDT Modified files: bin/date date.1 bin/sh sh.1 bin/sleep sleep.1 bin/test test.1 contrib/amd/amd amd.8 contrib/amd/hlfsd hlfsd.8 contrib/amd/scripts amd.conf.5 games/morse morse.6 gnu/usr.bin/ld ld.1 ld.1aout gnu/usr.bin/man/makewhatis makewhatis.1 lib/libalias libalias.3 lib/libc/gen sysctl.3 time.3 lib/libc/locale multibyte.3 lib/libc/net addr2ascii.3 getaddrinfo.3 getifaddrs.3 getipnodebyname.3 getnameinfo.3 if_indextoname.3 inet6_option_space.3 inet6_rthdr_space.3 lib/libc/regex regex.3 lib/libc/stdio ungetc.3 lib/libc/stdtime strptime.3 lib/libc/sys kill.2 ptrace.2 send.2 lib/libcompat/4.4 cuserid.3 lib/libedit editline.3 editrc.5 lib/libipsec ipsec_set_policy.3 lib/libmd sha.3 libexec/getty ttys.5 libexec/pppoed pppoed.8 libexec/rtld-elf rtld.1 sbin/camcontrol camcontrol.8 sbin/init init.8 sbin/ipfw ipfw.8 sbin/md5 md5.1 sbin/natd natd.8 sbin/ping ping.8 sbin/ping6 ping6.8 sbin/reboot boot_i386.8 sbin/route route.8 sbin/shutdown shutdown.8 share/man/man3 intro.3 share/man/man4 adw.4 atkbd.4 atkbdc.4 bpf.4 divert.4 gif.4 icmp6.4 ifmib.4 inet6.4 intro.4 ip6.4 ipsec.4 kame.4 pcvt.4 psm.4 splash.4 stf.4 syscons.4 sysmouse.4 tap.4 vga.4 share/man/man4/man4.i386 apm.4 io.4 mse.4 share/man/man5 a.out.5 link.5 periodic.conf.5 rc.conf.5 share/man/man7 ports.7 security.7 share/man/man9 cd.9 ifnet.9 mbuf.9 mi_switch.9 psignal.9 sleep.9 style.9 share/termcap termcap.5 usr.bin/killall killall.1 usr.bin/locate/locate locate.1 usr.bin/sed sed.1 usr.bin/window window.1 usr.sbin/acpi/acpidump acpidump.8 usr.sbin/acpi/amldb amldb.8 usr.sbin/apmd apmd.8 usr.sbin/burncd burncd.8 usr.sbin/ctm/ctm ctm.5 usr.sbin/faithd faithd.8 usr.sbin/fdcontrol fdcontrol.8 usr.sbin/fdformat fdformat.1 usr.sbin/fdwrite fdwrite.1 usr.sbin/gifconfig gifconfig.8 usr.sbin/kbdcontrol kbdcontrol.1 usr.sbin/lpr/chkprintcap chkprintcap.8 usr.sbin/lpr/lp lp.1 usr.sbin/moused moused.8 usr.sbin/ndp ndp.8 usr.sbin/pcvt/scon scon.1 usr.sbin/pcvt/vgaio vgaio.8 usr.sbin/ppp ppp.8 usr.sbin/route6d route6d.8 usr.sbin/rtadvd rtadvd.8 rtadvd.conf.5 usr.sbin/rtsold rtsold.8 usr.sbin/setkey setkey.8 usr.sbin/traceroute6 traceroute6.8 usr.sbin/tzsetup tzsetup.8 usr.sbin/vidcontrol vidcontrol.1 Log: mdoc(7) police: Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. Revision Changes Path 1.54 +12 -16 src/bin/date/date.1 1.54 +5 -6 src/bin/sh/sh.1 1.17 +3 -5 src/bin/sleep/sleep.1 1.15 +2 -2 src/bin/test/test.1 1.14 +2 -2 src/contrib/amd/amd/amd.8 1.10 +4 -4 src/contrib/amd/hlfsd/hlfsd.8 1.12 +47 -47 src/contrib/amd/scripts/amd.conf.5 1.10 +2 -2 src/games/morse/morse.6 1.27 +3 -3 src/gnu/usr.bin/ld/ld.1 1.25 +3 -3 src/gnu/usr.bin/ld/ld.1aout 1.21 +6 -4 src/gnu/usr.bin/man/makewhatis/makewhatis.1 1.39 +3 -5 src/lib/libalias/libalias.3 1.49 +3 -3 src/lib/libc/gen/sysctl.3 1.10 +2 -4 src/lib/libc/gen/time.3 1.11 +5 -4 src/lib/libc/locale/multibyte.3 1.11 +7 -4 src/lib/libc/net/addr2ascii.3 1.16 +7 -11 src/lib/libc/net/getaddrinfo.3 1.3 +5 -3 src/lib/libc/net/getifaddrs.3 1.7 +13 -25 src/lib/libc/net/getipnodebyname.3 1.10 +6 -10 src/lib/libc/net/getnameinfo.3 1.6 +2 -2 src/lib/libc/net/if_indextoname.3 1.7 +4 -4 src/lib/libc/net/inet6_option_space.3 1.7 +5 -5 src/lib/libc/net/inet6_rthdr_space.3 1.7 +3 -5 src/lib/libc/regex/regex.3 1.8 +3 -5 src/lib/libc/stdio/ungetc.3 1.15 +3 -3 src/lib/libc/stdtime/strptime.3 1.16 +6 -3 src/lib/libc/sys/kill.2 1.22 +6 -12 src/lib/libc/sys/ptrace.2 1.16 +3 -2 src/lib/libc/sys/send.2 1.15 +3 -5 src/lib/libcompat/4.4/cuserid.3 1.16 +2 -4 src/lib/libedit/editline.3 1.11 +5 -11 src/lib/libedit/editrc.5 1.10 +7 -7 src/lib/libipsec/ipsec_set_policy.3 1.11 +3 -2 src/lib/libmd/sha.3 1.14 +2 -2 src/libexec/getty/ttys.5 1.12 +6 -4 src/libexec/pppoed/pppoed.8 1.26 +3 -5 src/libexec/rtld-elf/rtld.1 1.29 +2 -2 src/sbin/camcontrol/camcontrol.8 1.32 +2 -2 src/sbin/init/init.8 1.89 +13 -23 src/sbin/ipfw/ipfw.8 1.15 +2 -2 src/sbin/md5/md5.1 1.47 +5 -7 src/sbin/natd/natd.8 1.32 +18 -17 src/sbin/ping/ping.8 1.14 +15 -15 src/sbin/ping6/ping6.8 1.30 +7 -4 src/sbin/reboot/boot_i386.8 1.29 +2 -2 src/sbin/route/route.8 1.16 +2 -2 src/sbin/shutdown/shutdown.8 1.14 +4 -6 src/share/man/man3/intro.3 1.12 +2 -2 src/share/man/man4/adw.4 1.20 +5 -3 src/share/man/man4/atkbd.4 1.15 +3 -2 src/share/man/man4/atkbdc.4 1.33 +3 -5 src/share/man/man4/bpf.4 1.23 +3 -5 src/share/man/man4/divert.4 1.10 +10 -13 src/share/man/man4/gif.4 1.12 +5 -7 src/share/man/man4/icmp6.4 1.13 +3 -2 src/share/man/man4/ifmib.4 1.11 +10 -18 src/share/man/man4/inet6.4 1.20 +7 -8 src/share/man/man4/intro.4 1.11 +4 -6 src/share/man/man4/ip6.4 1.12 +16 -22 src/share/man/man4/ipsec.4 1.10 +7 -8 src/share/man/man4/kame.4 1.37 +14 -19 src/share/man/man4/pcvt.4 1.37 +15 -8 src/share/man/man4/psm.4 1.21 +8 -4 src/share/man/man4/splash.4 1.9 +10 -11 src/share/man/man4/stf.4 1.23 +5 -3 src/share/man/man4/syscons.4 1.20 +3 -2 src/share/man/man4/sysmouse.4 1.8 +9 -7 src/share/man/man4/tap.4 1.18 +3 -2 src/share/man/man4/vga.4 1.18 +2 -2 src/share/man/man4/man4.i386/apm.4 1.9 +2 -2 src/share/man/man4/man4.i386/io.4 1.15 +7 -4 src/share/man/man4/man4.i386/mse.4 1.12 +3 -5 src/share/man/man5/a.out.5 1.22 +9 -17 src/share/man/man5/link.5 1.33 +3 -5 src/share/man/man5/periodic.conf.5 1.121 +5 -9 src/share/man/man5/rc.conf.5 1.27 +9 -13 src/share/man/man7/ports.7 1.23 +24 -37 src/share/man/man7/security.7 1.15 +2 -2 src/share/man/man9/cd.9 1.18 +3 -5 src/share/man/man9/ifnet.9 1.13 +6 -8 src/share/man/man9/mbuf.9 1.13 +6 -4 src/share/man/man9/mi_switch.9 1.8 +5 -4 src/share/man/man9/psignal.9 1.30 +3 -2 src/share/man/man9/sleep.9 1.60 +6 -10 src/share/man/man9/style.9 1.20 +3 -3 src/share/termcap/termcap.5 1.21 +3 -2 src/usr.bin/killall/killall.1 1.21 +3 -5 src/usr.bin/locate/locate/locate.1 1.18 +5 -13 src/usr.bin/sed/sed.1 1.11 +5 -5 src/usr.bin/window/window.1 1.8 +11 -11 src/usr.sbin/acpi/acpidump/acpidump.8 1.8 +9 -9 src/usr.sbin/acpi/amldb/amldb.8 1.12 +4 -6 src/usr.sbin/apmd/apmd.8 1.13 +2 -2 src/usr.sbin/burncd/burncd.8 1.13 +11 -13 src/usr.sbin/ctm/ctm/ctm.5 1.12 +5 -7 src/usr.sbin/faithd/faithd.8 1.13 +4 -6 src/usr.sbin/fdcontrol/fdcontrol.8 1.24 +6 -4 src/usr.sbin/fdformat/fdformat.1 1.20 +3 -2 src/usr.sbin/fdwrite/fdwrite.1 1.8 +3 -5 src/usr.sbin/gifconfig/gifconfig.8 1.33 +6 -3 src/usr.sbin/kbdcontrol/kbdcontrol.1 1.6 +3 -5 src/usr.sbin/lpr/chkprintcap/chkprintcap.8 1.16 +2 -2 src/usr.sbin/lpr/lp/lp.1 1.38 +10 -6 src/usr.sbin/moused/moused.8 1.7 +2 -2 src/usr.sbin/ndp/ndp.8 1.16 +4 -4 src/usr.sbin/pcvt/scon/scon.1 1.14 +3 -2 src/usr.sbin/pcvt/vgaio/vgaio.8 1.276 +42 -26 src/usr.sbin/ppp/ppp.8 1.7 +6 -8 src/usr.sbin/route6d/route6d.8 1.10 +2 -2 src/usr.sbin/rtadvd/rtadvd.8 1.9 +20 -38 src/usr.sbin/rtadvd/rtadvd.conf.5 1.6 +2 -2 src/usr.sbin/rtsold/rtsold.8 1.17 +9 -15 src/usr.sbin/setkey/setkey.8 1.8 +3 -5 src/usr.sbin/traceroute6/traceroute6.8 1.16 +4 -2 src/usr.sbin/tzsetup/tzsetup.8 1.42 +5 -3 src/usr.sbin/vidcontrol/vidcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8:52: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 C3B3F37B403; Tue, 7 Aug 2001 08:52:15 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FqF281353; Tue, 7 Aug 2001 08:52:15 -0700 (PDT) (envelope-from nik) Message-Id: <200108071552.f77FqF281353@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 08:52:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/07 08:52:15 PDT Modified files: en/news news.xml Log: Add titles to some of the longer news items. Revision Changes Path 1.3 +9 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8:54: 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 4FF2A37B405; Tue, 7 Aug 2001 08:53:57 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FrvA81599; Tue, 7 Aug 2001 08:53:57 -0700 (PDT) (envelope-from nik) Message-Id: <200108071553.f77FrvA81599@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 08:53:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/07 08:53:57 PDT Modified files: en index.xsl Log: Rework the home page design. Revision Changes Path 1.2 +172 -154 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8:54:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9AF337B403; Tue, 7 Aug 2001 08:54:33 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FsXH81681; Tue, 7 Aug 2001 08:54:33 -0700 (PDT) (envelope-from nik) Message-Id: <200108071554.f77FsXH81681@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 08:54:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en 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 nik 2001/08/07 08:54:33 PDT Modified files: en Makefile Log: Use the XSLT build process to generate a dynamic home page, including content from the newsflash files. Revision Changes Path 1.70 +9 -5 www/en/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8:55: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 9F45937B405; Tue, 7 Aug 2001 08:55:07 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Ft7u81772; Tue, 7 Aug 2001 08:55:07 -0700 (PDT) (envelope-from nik) Message-Id: <200108071555.f77Ft7u81772@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 08:55:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news 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 nik 2001/08/07 08:55:07 PDT Modified files: en/news Makefile Log: Use the XSLT stylesheets to dynamically generate newsflash.html and news.rdf. Revision Changes Path 1.26 +10 -2 www/en/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8:55:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B068E37B401; Tue, 7 Aug 2001 08:55:35 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FtZA81849; Tue, 7 Aug 2001 08:55:35 -0700 (PDT) (envelope-from nik) Message-Id: <200108071555.f77FtZA81849@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 08:55:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery 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 nik 2001/08/07 08:55:35 PDT Modified files: en/gallery Makefile Log: Use the XSLT stylesheets to generate the main gallery page as well as the subpages. Revision Changes Path 1.12 +19 -25 www/en/gallery/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8: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 48E2B37B406; Tue, 7 Aug 2001 08:57:08 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Fv8G82513; Tue, 7 Aug 2001 08:57:08 -0700 (PDT) (envelope-from roam) Message-Id: <200108071557.f77Fv8G82513@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 7 Aug 2001 08:57:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/pure-ftpd 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 roam 2001/08/07 08:57:08 PDT Modified files: ftp/pure-ftpd Makefile distinfo Log: Update to 0.99. PR: 29260 Submitted by: maintainer Revision Changes Path 1.11 +4 -3 ports/ftp/pure-ftpd/Makefile 1.10 +1 -1 ports/ftp/pure-ftpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8:58:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DC9B37B409; Tue, 7 Aug 2001 08:58:12 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FwCJ82676; Tue, 7 Aug 2001 08:58:12 -0700 (PDT) (envelope-from nik) Message-Id: <200108071558.f77FwCJ82676@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 08:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery cgallery.sgml gallery.db gallery.sgml gengallery.pl npgallery.sgml pgallery.sgml prune.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 nik 2001/08/07 08:58:12 PDT Removed files: en/gallery cgallery.sgml gallery.db gallery.sgml gengallery.pl npgallery.sgml pgallery.sgml prune.pl Log: Remove the gallery SGML files, the flat file database, and the Perl scripts used to build them. The XSLT stylesheets and gallery.xml file now handle all this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 8:59: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 B778E37B401; Tue, 7 Aug 2001 08:59:36 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Fxa782852; Tue, 7 Aug 2001 08:59:36 -0700 (PDT) (envelope-from nik) Message-Id: <200108071559.f77Fxa782852@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 08:59:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/07 08:59:36 PDT Modified files: en/news news.xml Log: Remove the leading '0' from the date of Val's entry, and add a space immediately after the closing ''. Revision Changes Path 1.4 +3 -3 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 9: 7: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 0F74B37B40F; Tue, 7 Aug 2001 09:07:34 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77G7Xt92061; Tue, 7 Aug 2001 09:07:33 -0700 (PDT) (envelope-from nik) Message-Id: <200108071607.f77G7Xt92061@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 09:07:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news 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 nik 2001/08/07 09:07:33 PDT Modified files: en/news Makefile Log: Add newsflash.html as a file that must be generated. Revision Changes Path 1.27 +2 -2 www/en/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 9:13:55 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 D6FB837B405; Tue, 7 Aug 2001 09:13:44 -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 f77FVra24647; Tue, 7 Aug 2001 16:31:53 +0100 (BST) (envelope-from nik) Date: Tue, 7 Aug 2001 16:31:52 +0100 From: Nik Clayton To: John Hay Cc: Nik Clayton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/docproj Makefile Message-ID: <20010807163152.A23891@canyon.nothing-going-on.org> References: <200108052119.f75LJn426601@freefall.freebsd.org> <200108060908.f7698Ns94162@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108060908.f7698Ns94162@zibbi.icomtek.csir.co.za>; from jhay@icomtek.csir.co.za on Mon, Aug 06, 2001 at 11:08:23AM +0200 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 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 06, 2001 at 11:08:23AM +0200, John Hay wrote: > Shouldn't you also add this to src/release/Makefile.inc.docports? Thanks to you and Dima for pointing this out. Fixed. 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 --- --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtwCecACgkQk6gHZCw343UQigCfXPKkODYCDDaE3scaFmtNsc/7 26AAn3nvKJftgLCqo+gsr8Ubu99xJEES =5dwB -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 9:16:54 2001 Delivered-To: cvs-all@freebsd.org Received: from n20.groups.yahoo.com (n20.groups.yahoo.com [216.115.96.70]) by hub.freebsd.org (Postfix) with SMTP id 4012C37B40E for ; Tue, 7 Aug 2001 09:15:27 -0700 (PDT) (envelope-from notify-return-cvs-all=freebsd.org@egroups.co.uk) X-eGroups-Return: notify-return-cvs-all=freebsd.org@egroups.co.uk Received: from [10.1.10.141] by c9.egroups.com with NNFMP; 07 Aug 2001 16:15:27 -0000 Date: 7 Aug 2001 16:15:25 -0000 Message-ID: <997200925.2416.12669.f8@egroups.co.uk> From: freebsd-lists-for-dayan-only Moderator Reply-To: freebsd-lists-for-dayan-only-unsubscribe@egroups.co.uk To: cvs-all@freebsd.org Subject: Welcome to the freebsd-lists-for-dayan-only group MIME-Version: 1.0 Content-Type: text/plain 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 Hello, I've added you to my freebsd-lists-for-dayan-only group at eGroups, a free, easy-to-use email group service. As a member of this group, you may send messages to the entire group using just one email address: freebsd-lists-for-dayan-only@egroups.co.uk. eGroups also makes it easy to store photos and files, coordinate events, and more. Here's a description of the group: ------------------------------------------------------------------------ This list is subscribed to various FreeBSD lists only for Dayan. ------------------------------------------------------------------------ Here's my introductory message for you: ------------------------------------------------------------------------ Hello, Welcome to the freebsd-lists-for-dayan-only group at eGroups, a free, easy-to-use email group service. Please take a moment to review this message. To start sending messages to members of this group, simply send email to freebsd-lists-for-dayan-only@egroups.co.uk If you do not wish to belong to freebsd-lists-for-dayan-only, you may unsubscribe by sending an email to freebsd-lists-for-dayan-only-unsubscribe@egroups.co.uk You may also visit the eGroups web site to modify your subscriptions: http://www.egroups.co.uk/mygroups Regards, Moderator, freebsd-lists-for-dayan-only ------------------------------------------------------------------------ TO START SENDING messages to members of this group, simply send email to freebsd-lists-for-dayan-only@egroups.co.uk If you do not wish to belong to the freebsd-lists-for-dayan-only group, you can unsubscribe by replying to this message, or by sending an email to freebsd-lists-for-dayan-only-unsubscribe@egroups.co.uk Regards, Moderator, freebsd-lists-for-dayan-only SPECIAL NOTE FROM eGroups: Because eGroups values your privacy, it is a violation of our service rules for moderators to add subscribers to a group against their wishes. If you feel this has happened, please notify us at abuse@egroups.co.uk P.S. If you would like to learn more about the freebsd-lists-for-dayan-only group, please visit http://www.egroups.co.uk/group/freebsd-lists-for-dayan-only and enter the following sign-in information: Email address: cvs-all@freebsd.org Password: jikjduukocyddnh This password has been randomly generated for you. Once you have signed in, you should change your password by visiting http://www.egroups.co.uk/myprofile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 9:18:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E64937B405; Tue, 7 Aug 2001 09:18:40 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77GIeX96836; Tue, 7 Aug 2001 09:18:40 -0700 (PDT) (envelope-from brian) Message-Id: <200108071618.f77GIeX96836@freefall.freebsd.org> From: Brian Somers Date: Tue, 7 Aug 2001 09:18:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap.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 brian 2001/08/07 09:18:40 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp chap.c Log: MFC: Enable ppp's chap81 encryption (mschapv2) to work with Windows98 and WindowsME. Revision Changes Path 1.61.2.6 +9 -4 src/usr.sbin/ppp/chap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 9: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 A7AC637B401; Tue, 7 Aug 2001 09:22:47 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77GMlc97636; Tue, 7 Aug 2001 09:22:47 -0700 (PDT) (envelope-from brian) Message-Id: <200108071622.f77GMlc97636@freefall.freebsd.org> From: Brian Somers Date: Tue, 7 Aug 2001 09:22:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/pppoed pppoed.8 pppoed.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 brian 2001/08/07 09:22:47 PDT Modified files: (Branch: RELENG_4) libexec/pppoed pppoed.8 pppoed.c Log: MFC: Fix a bug where receiving a signal while blocked in NgRecvData() (the common case) results in pppoed returning to the blocked state. Add a -l flag to specify the ppp label to use when no -p flag is given. Revision Changes Path 1.2.6.7 +37 -20 src/libexec/pppoed/pppoed.8 1.2.6.3 +29 -15 src/libexec/pppoed/pppoed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 9: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 1BD5A37B409; Tue, 7 Aug 2001 09:25:28 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77GPSx97886; Tue, 7 Aug 2001 09:25:28 -0700 (PDT) (envelope-from lioux) Message-Id: <200108071625.f77GPSx97886@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 09:25:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/newsx Makefile pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/07 09:25:28 PDT Modified files: news/newsx Makefile pkg-descr pkg-plist Log: o Update maintainer email address o Add extra documentation o Support NOPORTDOCS o Fix BUILD_DEPENDS while here PR: 29236 Submitted by: MAINTAINER Revision Changes Path 1.3 +14 -3 ports/news/newsx/Makefile 1.3 +1 -1 ports/news/newsx/pkg-descr 1.3 +9 -0 ports/news/newsx/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 Aug 7 9:44: 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 45DB437B409; Tue, 7 Aug 2001 09:44:01 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Gi1Y00396; Tue, 7 Aug 2001 09:44:01 -0700 (PDT) (envelope-from ache) Message-Id: <200108071644.f77Gi1Y00396@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 7 Aug 2001 09:44:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile distinfo pkg-plist ports/news/tin/files pcre.h patch-aa patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/08/07 09:44:01 PDT Modified files: news/tin Makefile distinfo pkg-plist news/tin/files pcre.h Removed files: news/tin/files patch-aa patch-ad Log: Upgrade to 1.5.9 Revision Changes Path 1.88 +9 -3 ports/news/tin/Makefile 1.64 +1 -1 ports/news/tin/distinfo 1.8 +3 -0 ports/news/tin/pkg-plist 1.2 +13 -10 ports/news/tin/files/pcre.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 9:48:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EB8237B40F; Tue, 7 Aug 2001 09:48:28 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77GmSq01151; Tue, 7 Aug 2001 09:48:28 -0700 (PDT) (envelope-from scottl) Message-Id: <200108071648.f77GmSq01151@freefall.freebsd.org> From: Scott Long Date: Tue, 7 Aug 2001 09:48:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/07 09:48:28 PDT Modified files: sys/dev/aac aac.c Log: Adding missing () in a KASSERT format string. Submitted by: brandt@fokus.gmd.de Revision Changes Path 1.21 +2 -2 src/sys/dev/aac/aac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 10: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 411F737B411; Tue, 7 Aug 2001 10:31:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77HVgQ09852; Tue, 7 Aug 2001 10:31:42 -0700 (PDT) (envelope-from jhb) Message-Id: <200108071731.f77HVgQ09852@freefall.freebsd.org> From: John Baldwin Date: Tue, 7 Aug 2001 10:31:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/07 10:31:42 PDT Modified files: sys/ia64/ia64 trap.c Log: Grab Giant arond page faults. ia64 boots again in the simulator now. Revision Changes Path 1.26 +5 -5 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 10:46:14 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 4762C37B40D; Tue, 7 Aug 2001 10:46:02 -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.4/8.11.4) with ESMTP id f77Hk0e35773; Tue, 7 Aug 2001 18:46:00 +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.4/8.11.4) with ESMTP id f77HjxJ34415; Tue, 7 Aug 2001 18:45:59 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200108071745.f77HjxJ34415@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/usr.sbin/ppp chap.c In-Reply-To: Message from Brian Somers of "Tue, 07 Aug 2001 09:18:40 PDT." <200108071618.f77GIeX96836@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Aug 2001 18:45:59 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > brian 2001/08/07 09:18:40 PDT > > Modified files: (Branch: RELENG_4) > usr.sbin/ppp chap.c > Log: > MFC: Enable ppp's chap81 encryption (mschapv2) to work with Windows98 > and WindowsME. > > Revision Changes Path > 1.61.2.6 +9 -4 src/usr.sbin/ppp/chap.c Errum, approved my murray (oops). -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 10:46:43 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id D608637B409; Tue, 7 Aug 2001 10:46:33 -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.4/8.11.4) with ESMTP id f77HkWe35777; Tue, 7 Aug 2001 18:46:32 +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.4/8.11.4) with ESMTP id f77HkVJ34428; Tue, 7 Aug 2001 18:46:31 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200108071746.f77HkVJ34428@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/libexec/pppoed pppoed.8 pppoed.c In-Reply-To: Message from Brian Somers of "Tue, 07 Aug 2001 09:22:47 PDT." <200108071622.f77GMlc97636@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Aug 2001 18:46:31 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > brian 2001/08/07 09:22:47 PDT > > Modified files: (Branch: RELENG_4) > libexec/pppoed pppoed.8 pppoed.c > Log: > MFC: Fix a bug where receiving a signal while blocked in NgRecvData() (the > common case) results in pppoed returning to the blocked state. > > Add a -l flag to specify the ppp label to use when no -p flag is > given. > > Revision Changes Path > 1.2.6.7 +37 -20 src/libexec/pppoed/pppoed.8 > 1.2.6.3 +29 -15 src/libexec/pppoed/pppoed.c Oops again. Approved by: murray -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 12: 8: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F7E837B401; Tue, 7 Aug 2001 12:08:01 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77J81a26482; Tue, 7 Aug 2001 12:08:01 -0700 (PDT) (envelope-from dd) Message-Id: <200108071908.f77J81a26482@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 7 Aug 2001 12:08:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/last last.1 last.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/07 12:08:01 PDT Modified files: (Branch: RELENG_4) usr.bin/last last.1 last.c Log: MFC: document -d Approved by: murray Revision Changes Path 1.6.2.3 +77 -6 src/usr.bin/last/last.1 1.10.6.6 +3 -2 src/usr.bin/last/last.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 12:22: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 9395737B40C; Tue, 7 Aug 2001 12:22:28 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77JMS227814; Tue, 7 Aug 2001 12:22:28 -0700 (PDT) (envelope-from nsayer) Message-Id: <200108071922.f77JMS227814@freefall.freebsd.org> From: Nick Sayer Date: Tue, 7 Aug 2001 12:22:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/kmamerun Makefile distinfo ports/emulators/kmamerun/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 nsayer 2001/08/07 12:22:28 PDT Modified files: emulators/kmamerun Makefile distinfo emulators/kmamerun/files patch-aa Log: 1. Update to 1.0.0 2. Change to autoconfig 3. release maintainership Revision Changes Path 1.9 +4 -7 ports/emulators/kmamerun/Makefile 1.2 +1 -1 ports/emulators/kmamerun/distinfo 1.2 +11 -18 ports/emulators/kmamerun/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 Aug 7 12:23:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ABCF37B401; Tue, 7 Aug 2001 12:23:16 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77JNG627986; Tue, 7 Aug 2001 12:23:16 -0700 (PDT) (envelope-from dd) Message-Id: <200108071923.f77JNG627986@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 7 Aug 2001 12:23:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mdioctl.h src/sys/dev/md md.c src/sbin/mdconfig mdconfig.8 mdconfig.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 dd 2001/08/07 12:23:16 PDT Modified files: sys/sys mdioctl.h sys/dev/md md.c sbin/mdconfig mdconfig.8 mdconfig.c Log: Introduce a force option, MD_FORCE, that instructs the driver to bypass some extra anti-foot-shooting measures. Currently, its only effect is to allow detaching a device while it's still open (e.g., mounted). This is useful for testing how the system reacts to a disk suddenly going away, which can happen with some removeable media. At this point, the force option is only checked on detach, so it would've been possible to allow the option to be passed with the MDIOCDETACH operation. This was not done to allow the possibility of having the force flag influence other tests in the future, which may not necessarily deal with detaching the device. Reviewed by: sobomax Approved by: phk Revision Changes Path 1.9 +2 -1 src/sys/sys/mdioctl.h 1.41 +6 -3 src/sys/dev/md/md.c 1.12 +6 -1 src/sbin/mdconfig/mdconfig.8 1.17 +5 -1 src/sbin/mdconfig/mdconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 12:24: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 226DF37B40B; Tue, 7 Aug 2001 12:24:11 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77JOBU28112; Tue, 7 Aug 2001 12:24:11 -0700 (PDT) (envelope-from nik) Message-Id: <200108071924.f77JOBU28112@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 12:24:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.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 nik 2001/08/07 12:24:11 PDT Modified files: en/news news.sgml Log: Remove link to freebsdrocks.com, it's gone. Submitted by: jwd Revision Changes Path 1.29 +1 -6 www/en/news/news.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 12:27: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 E576337B409; Tue, 7 Aug 2001 12:27:46 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77JRka28492; Tue, 7 Aug 2001 12:27:46 -0700 (PDT) (envelope-from dd) Message-Id: <200108071927.f77JRka28492@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 7 Aug 2001 12:27:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdconfig mdconfig.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 dd 2001/08/07 12:27:46 PDT Modified files: sbin/mdconfig mdconfig.c Log: Move all the prototypes to one place. Revision Changes Path 1.18 +3 -4 src/sbin/mdconfig/mdconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 12:59: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 E057D37B417; Tue, 7 Aug 2001 12:59:52 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Jxq432260; Tue, 7 Aug 2001 12:59:52 -0700 (PDT) (envelope-from des) Message-Id: <200108071959.f77Jxq432260@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 7 Aug 2001 12:59:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sockstat sockstat.1 sockstat.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 des 2001/08/07 12:59:52 PDT Modified files: usr.bin/sockstat sockstat.1 sockstat.pl Log: Allow the user to specify port ranges against which to match inet sockets. Suggested by: roam Revision Changes Path 1.14 +10 -2 src/usr.bin/sockstat/sockstat.1 1.15 +68 -3 src/usr.bin/sockstat/sockstat.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 13: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 66F0337B406; Tue, 7 Aug 2001 13:16:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77KGZu37849; Tue, 7 Aug 2001 13:16:35 -0700 (PDT) (envelope-from kris) Message-Id: <200108072016.f77KGZu37849@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 7 Aug 2001 13:16:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/its4 distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/08/07 13:16:35 PDT Modified files: security/its4 distinfo Log: Chase the checksum: trivial documentation changes. Revision Changes Path 1.5 +1 -1 ports/security/its4/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 13:21:18 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 9B80237B40E; Tue, 7 Aug 2001 13:21:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@[147.11.46.201]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id NAA09329; Tue, 7 Aug 2001 13:21:11 -0700 (PDT) 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: <200108070429.f774Trg57127@freefall.freebsd.org> Date: Tue, 07 Aug 2001 13:21:02 -0700 (PDT) From: John Baldwin To: Jason Evans Subject: RE: cvs commit: src/share/man/man9 Makefile sx.9 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Aug-01 Jason Evans wrote: > jasone 2001/08/06 21:29:53 PDT > > Modified files: > share/man/man9 Makefile sx.9 > Log: > Document sx_try_[sx]lock(). Oops. Thanks! -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 13:39:52 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp3.xs4all.nl (smtp3.xs4all.nl [194.109.127.132]) by hub.freebsd.org (Postfix) with ESMTP id 073E837B40E; Tue, 7 Aug 2001 13:39:23 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp3.xs4all.nl (8.9.3/8.9.3) with ESMTP id WAA12997; Tue, 7 Aug 2001 22:39:21 +0200 (CEST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.4/8.11.4) id f77KdLh01870; Tue, 7 Aug 2001 22:39:21 +0200 (CEST) (envelope-from wkb) Date: Tue, 7 Aug 2001 22:39:21 +0200 From: Wilko Bulte To: Greg Lehey Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh Message-ID: <20010807223921.A1848@freebie.xs4all.nl> References: <200108042220.f74MKrV90984@freefall.freebsd.org> <20010805031349.A18088@freebie.xs4all.nl> <20010806095730.B97152@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: <20010806095730.B97152@wantadilla.lemis.com>; from grog@FreeBSD.org on Mon, Aug 06, 2001 at 09:57:31AM +0930 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 06, 2001 at 09:57:31AM +0930, Greg Lehey wrote: > On Sunday, 5 August 2001 at 3:13:49 +0200, Wilko Bulte wrote: > > On Sat, Aug 04, 2001 at 03:20:53PM -0700, David E. O'Brien wrote: > >> obrien 2001/08/04 15:20:53 PDT > >> > >> Modified files: (Branch: RELENG_4) > >> release/scripts dokern.sh > >> Log: > >> Cut more from the Alpha kernel in order to build the install floppies: > >> DEC_3000_300, DEC_3000_500, ncr, sa, amr, plip, le, pcn, wx, sl. > > > > Do I need to relnote the fact that tape installs are no longer possible? > > [where they ever on alpha?] > > I think it would be a good idea. I still mention them in my book, > though I'll remove it in the next edition. Just updated the 4.4 relnotes. -- | / o / / _ Arnhem, The Netherlands email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 13: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 69F3B37B40B; Tue, 7 Aug 2001 13:38:49 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Kcnx40437; Tue, 7 Aug 2001 13:38:49 -0700 (PDT) (envelope-from wilko) Message-Id: <200108072038.f77Kcnx40437@freefall.freebsd.org> From: Wilko Bulte Date: Tue, 7 Aug 2001 13:38:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wilko 2001/08/07 13:38:49 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Document removal of some hardware support from the alpha installation kernel. Reflects the following commit: obrien 2001/08/04 15:20:53 PDT Modified files: (Branch: RELENG_4) release/scripts dokern.sh Log: Cut more from the Alpha kernel in order to build the install floppies: DEC_3000_300, DEC_3000_500, ncr, sa, amr, plip, le, pcn, wx, sl. Revision Changes Path 1.23.2.15 +17 -2 src/release/scripts/Attic/dokern.sh Approved by: re Revision Changes Path 1.22.2.43 +8 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 13:59: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 31D2837B40B; Tue, 7 Aug 2001 13:58:32 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77KwW344094; Tue, 7 Aug 2001 13:58:32 -0700 (PDT) (envelope-from nik) Message-Id: <200108072058.f77KwW344094@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 13:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/07 13:58:32 PDT Modified files: en support.sgml Log: Add a link to Pandaemonium, the Western Australia BSD User Group. Submitted by: Christopher Kings-Lynne Revision Changes Path 1.238 +14 -14 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 14: 5: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 5CF8037B6D3; Tue, 7 Aug 2001 14:04:22 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77L4Me44894; Tue, 7 Aug 2001 14:04:22 -0700 (PDT) (envelope-from nik) Message-Id: <200108072104.f77L4Me44894@freefall.freebsd.org> From: Nik Clayton Date: Tue, 7 Aug 2001 14:04:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/07 14:04:22 PDT Modified files: en/news news.xml Log: Note the addition of Pandaemonium. Revision Changes Path 1.5 +13 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 14:11: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 8583A37B6B6; Tue, 7 Aug 2001 14:10:17 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77LAHY48919; Tue, 7 Aug 2001 14:10:17 -0700 (PDT) (envelope-from wilko) Message-Id: <200108072110.f77LAHY48919@freefall.freebsd.org> From: Wilko Bulte Date: Tue, 7 Aug 2001 14:10:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wilko 2001/08/07 14:10:17 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Document removal of hardware support from installkernel. Reflects: obrien 2001/07/21 10:38:46 PDT Modified files: release/alpha dokern.sh Log: Fix the install kernel on a 1.44MB floppy again. I had to be aggressively Draconian to succeed. I diked out: + Multia, NoName, PC/EB 64, Aspen Alpine support. + SCSI tape support + AMI MegaRAID controller support + All parallel bus support (includes PLIP) + vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915), sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)), wb (Winbond W89C840F) support. Revision Changes Path 1.82 +8 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 14:30:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F57837B422; Tue, 7 Aug 2001 14:30:28 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77LUSL50905; Tue, 7 Aug 2001 14:30:28 -0700 (PDT) (envelope-from jim) Message-Id: <200108072130.f77LUSL50905@freefall.freebsd.org> From: Jim Mock Date: Tue, 7 Aug 2001 14:30:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2001/08/07 14:30:28 PDT Modified files: en index.xsl Log: Fix the border around the yellow box on the left to be the same size as the one on the right. While I'm here, remove the comment about the red strip since the red strip no longer exists. Revision Changes Path 1.3 +3 -4 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 14:47:22 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id B88A337B403; Tue, 7 Aug 2001 14:47:12 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id XAA08110; Tue, 7 Aug 2001 23:46:58 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Bruce Evans Cc: Warner Losh , Garrett Wollman , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys sigaction.2 References: From: Dag-Erling Smorgrav Date: 07 Aug 2001 23:46:57 +0200 In-Reply-To: Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans writes: > On Wed, 25 Jul 2001, Warner Losh wrote: > > Strcpy isn't atomic. So if the source string changes in a signal > > handler, unpredictable results will ensue. > That doesn't make it signal-unsafe any more than the possibility of > open(2)'s string arg changing makes open(2) signal-unsafe. No, but open(2) is uninterruptible while strcpy(3) isn't. If a signal occurs while strcpy(3) is running, and it modifies the source string, the consequences may be very unpleasant. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 15: 9:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B5B137B401; Tue, 7 Aug 2001 15:09:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77M9mr59288; Tue, 7 Aug 2001 15:09:48 -0700 (PDT) (envelope-from phk) Message-Id: <200108072209.f77M9mr59288@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 7 Aug 2001 15:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/BSD_daemon poster.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 phk 2001/08/07 15:09:47 PDT Modified files: share/examples/BSD_daemon poster.sh Log: Improve the example FreeBSD/Beastie poster a bit: Move Kirks copyright up above the bottom banner. Use the right font in the bottom banner. Move the bottom banner up so inkjet printers can print it. Revision Changes Path 1.2 +6 -6 src/share/examples/BSD_daemon/poster.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 15:17:25 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id AE83237B401; Tue, 7 Aug 2001 15:17:08 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id AAA08194; Wed, 8 Aug 2001 00:17:07 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string strlcat.c References: <200107241134.f6OBYMr33205@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Aug 2001 00:17:05 +0200 In-Reply-To: <200107241134.f6OBYMr33205@freefall.freebsd.org> Message-ID: Lines: 49 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway writes: > Log: > Sync to OpenBSD (update comment and minor style change). Umm, this commit prompted me to have a look at the code, and it looks a bit stupid. First of all, the first while loop should be rewritten as: while (n-- >= 0 && *d != '\0') d++; as the current version will blow up badly if the siz argument is negative to start with (some may think that's a feature - but it's more likely than not to blow the stack, so even if you do get a core dump, and not, say, a root compromise, it's likely to be totally undecipherable). Second, the two lines that follow the loop are idiotic. They amount to the single statement "n++", and can be totally eliminated if the loop is rewritten to: while (n >= 0 && *d != '\0') d++, n--; Third, you probably don't even *want* to do that, because having n one less than the real "free amount" (and fixing "if (n == 0)" to "if (n < 0)") allows you to replace the "if (n != 1)" in the second while loop with "if (n > 0)", which is more likely to compile to a single instruction. So the two lines after the first while loop can go. Fourth (this is optional) you probably want to split the second while loop into a copying loop and a "mop-up" counting loop: /* replace n-- with --n if you didn't follow suggestion #3 */ while (n-- > 0 && *s != '\0') *d++ = *s++; *d = '\0'; while (*s != '\0') s++; Fifth, the return statements do not conform to style(9). Sixth, neither do the variable initializations. They can be eliminated if the while loops are rewritten as for loops. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 15:23: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 B664837B406; Tue, 7 Aug 2001 15:23:39 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77MNdp65699; Tue, 7 Aug 2001 15:23:39 -0700 (PDT) (envelope-from chern) Message-Id: <200108072223.f77MNdp65699@freefall.freebsd.org> From: Chern Lee Date: Tue, 7 Aug 2001 15:23:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj handbook.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/07 15:23:36 PDT Modified files: en/docproj handbook.sgml Log: * Assign myself to "Fix index entries that show up as ???" * Add DocBook Speller, finish dictionary/nightly cronjob * Add a section on inetd in Advanced Networking Revision Changes Path 1.6 +17 -4 www/en/docproj/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 15:25:36 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 4C4EB37B403; Tue, 7 Aug 2001 15:25:27 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id AAA08234; Wed, 8 Aug 2001 00:25:26 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Kris Kennaway Cc: audit@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string strlcat.c References: <200107241134.f6OBYMr33205@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Aug 2001 00:25:24 +0200 In-Reply-To: Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > Umm, this commit prompted me to have a look at the code, and it > looks a bit stupid. Blah. Firstly, I meant to move this to -audit. Secondly, I'd like to make it clear (since some people have already jumped to the wrong conclusions) that I did not mean this as criticism of Kris' work. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 16: 9: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 9174137B403; Tue, 7 Aug 2001 16:09:38 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77N9cV87917; Tue, 7 Aug 2001 16:09:38 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108072309.f77N9cV87917@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 7 Aug 2001 16:09:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xml4j Makefile ports/textproc/lotusxsl 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 kuriyama 2001/08/07 16:09:38 PDT Modified files: textproc/xml4j Makefile textproc/lotusxsl Makefile Log: Drop maintainership (I prefer Apache Project's ones). Revision Changes Path 1.20 +2 -2 ports/textproc/xml4j/Makefile 1.9 +2 -2 ports/textproc/lotusxsl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 16:42: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 71DFF37B409; Tue, 7 Aug 2001 16:42:34 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77NgY792737; Tue, 7 Aug 2001 16:42:34 -0700 (PDT) (envelope-from eric) Message-Id: <200108072342.f77NgY792737@freefall.freebsd.org> From: Eric Melville Date: Tue, 7 Aug 2001 16:42:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2001/08/07 16:42:34 PDT Modified files: (Branch: RELENG_4) gnu/lib/libdialog Makefile Log: MFC: remove unused library and add dialog_noyes Approved by: murray Revision Changes Path 1.31.2.2 +5 -4 src/gnu/lib/libdialog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 16: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 7546937B401; Tue, 7 Aug 2001 16:58:38 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Nwcc95355; Tue, 7 Aug 2001 16:58:38 -0700 (PDT) (envelope-from chern) Message-Id: <200108072358.f77Nwcc95355@freefall.freebsd.org> From: Chern Lee Date: Tue, 7 Aug 2001 16:58:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/07 16:58:38 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add section about configuring inetd. Reviewed by: murray Revision Changes Path 1.71 +448 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 17:38: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1700637B401; Tue, 7 Aug 2001 17:38:02 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f780c2o02077; Tue, 7 Aug 2001 17:38:02 -0700 (PDT) (envelope-from taoka) Message-Id: <200108080038.f780c2o02077@freefall.freebsd.org> From: Satoshi Taoka Date: Tue, 7 Aug 2001 17:38:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/FreeWnn-lib Makefile distinfo ports/japanese/FreeWnn-lib/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG taoka 2001/08/07 17:38:01 PDT Modified files: japanese/FreeWnn-lib Makefile distinfo Removed files: japanese/FreeWnn-lib/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay Log: Update to 1.1.1-a018 All removed patch files was imported into FreeWnn Revision Changes Path 1.37 +6 -5 ports/japanese/FreeWnn-lib/Makefile 1.5 +1 -1 ports/japanese/FreeWnn-lib/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 17:48: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1E8937B401; Tue, 7 Aug 2001 17:47:57 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f780lvl03000; Tue, 7 Aug 2001 17:47:57 -0700 (PDT) (envelope-from jim) Message-Id: <200108080047.f780lvl03000@freefall.freebsd.org> From: Jim Mock Date: Tue, 7 Aug 2001 17:47:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/wmmail 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 jim 2001/08/07 17:47:57 PDT Modified files: mail/wmmail pkg-plist Log: Fix pkg-plist to remove leftover directories if empty. PR: 29483 Submitted by: Patrick Li Revision Changes Path 1.6 +2 -0 ports/mail/wmmail/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 Aug 7 18:25:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E80D37B401; Tue, 7 Aug 2001 18:25:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f781PjN09977; Tue, 7 Aug 2001 18:25:45 -0700 (PDT) (envelope-from obrien) Message-Id: <200108080125.f781PjN09977@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 7 Aug 2001 18:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim6 Makefile distinfo ports/editors/vim6/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/07 18:25:45 PDT Modified files: editors/vim6 Makefile distinfo editors/vim6/files patch-01 Log: Update to Vim 6.0 beta AQ Revision Changes Path 1.125 +2 -3 ports/editors/vim6/Makefile 1.70 +1 -2 ports/editors/vim6/distinfo 1.21 +92 -104 ports/editors/vim6/files/patch-01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 19: 8: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 D6CDE37B401; Tue, 7 Aug 2001 19:08:09 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78289915529; Tue, 7 Aug 2001 19:08:09 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108080208.f78289915529@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 7 Aug 2001 19:08:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja Makefile www/ru 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 kuriyama 2001/08/07 19:08:09 PDT Modified files: ja Makefile ru Makefile Log: Temporally deteched until breakages are fixed (they depend on ../../en/ gallery/gallery.db). Revision Changes Path 1.47 +2 -2 www/ja/Makefile 1.17 +2 -2 www/ru/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 19:11: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 9FCA437B401; Tue, 7 Aug 2001 19:11:16 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f782BGA15758; Tue, 7 Aug 2001 19:11:16 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108080211.f782BGA15758@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 7 Aug 2001 19:11:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/news Makefile qnewsletter-1-1.sgml qnewsletter-1-2.sgml qnewsletter-1-3.sgml qnewsletter-1-4.sgml qnewsletter-1-5.sgml qnewsletter-1-6.sgml qnewsletter-1-7.sgml qnewsletter-2-1.sgml qnewsletter-2-2.sgml qnewsletter.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/08/07 19:11:16 PDT Modified files: ja/news Makefile Removed files: ja/news qnewsletter-1-1.sgml qnewsletter-1-2.sgml qnewsletter-1-3.sgml qnewsletter-1-4.sgml qnewsletter-1-5.sgml qnewsletter-1-6.sgml qnewsletter-1-7.sgml qnewsletter-2-1.sgml qnewsletter-2-2.sgml qnewsletter.sgml Log: Remove old qnewsletters. Revision Changes Path 1.26 +1 -13 www/ja/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 19:23: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 3833937B401; Tue, 7 Aug 2001 19:23:43 -0700 (PDT) (envelope-from logo@FreeBSD.org) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f782Nhr16877; Tue, 7 Aug 2001 19:23:43 -0700 (PDT) (envelope-from logo) Message-Id: <200108080223.f782Nhr16877@freefall.freebsd.org> From: Valentino Vaschetto Date: Tue, 7 Aug 2001 19:23:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml bibliography.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 logo 2001/08/07 19:23:43 PDT Added files: share/sgml bibliography.sgml Log: Materialized Nik's meta bibliography concept. This adds a seperate book for the bibliography of the docproject. Individual books can then create dynamic bibliographies containing only the books that they reference from this master bibliography. http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=88939+0+/usr/local/www/db/text/2001/freebsd-doc/20010715.freebsd-doc Approved by: murray Kickstarted by: nik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 19:26: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C90B537B406; Tue, 7 Aug 2001 19:25:55 -0700 (PDT) (envelope-from logo@FreeBSD.org) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f782Pt417140; Tue, 7 Aug 2001 19:25:55 -0700 (PDT) (envelope-from logo) Message-Id: <200108080225.f782Pt417140@freefall.freebsd.org> From: Valentino Vaschetto Date: Tue, 7 Aug 2001 19:25:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/bibliography Makefile 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 logo 2001/08/07 19:25:55 PDT Added files: en_US.ISO8859-1/books/bibliography Makefile book.sgml Log: Added makefile and toplevel sgml file neccessary to build complete bibliography. Approved by: murray Kickstarted by: nik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 20:23:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10C7137B401; Tue, 7 Aug 2001 20:23:36 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f783NaQ24559; Tue, 7 Aug 2001 20:23:36 -0700 (PDT) (envelope-from mi) Message-Id: <200108080323.f783NaQ24559@freefall.freebsd.org> From: Mikhail Teterin Date: Tue, 7 Aug 2001 20:23:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_dtcl Makefile distinfo pkg-plist ports/www/mod_dtcl/files Makefile.bsd patch-cast patch-tmp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/08/07 20:23:35 PDT Modified files: www/mod_dtcl Makefile distinfo pkg-plist www/mod_dtcl/files Makefile.bsd patch-cast patch-tmp Log: Upgrade to 0.11.1... The contents of the patch-tmp should really be submitted to the libapreq developers -- the mod_dtcl author simply bundles a couple of their source files with mod_dtcl... Revision Changes Path 1.12 +2 -3 ports/www/mod_dtcl/Makefile 1.7 +1 -1 ports/www/mod_dtcl/distinfo 1.7 +7 -0 ports/www/mod_dtcl/pkg-plist 1.7 +1 -1 ports/www/mod_dtcl/files/Makefile.bsd 1.3 +35 -14 ports/www/mod_dtcl/files/patch-cast 1.2 +21 -23 ports/www/mod_dtcl/files/patch-tmp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 20:56: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4DFC37B401; Tue, 7 Aug 2001 20:55:55 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f783ttJ26952; Tue, 7 Aug 2001 20:55:55 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108080355.f783ttJ26952@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 7 Aug 2001 20:55:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja Makefile includes.xsl index.xsl www/ja/news Makefile includes.xsl news.xml newsflash.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/07 20:55:55 PDT Modified files: ja Makefile includes.xsl index.xsl ja/news Makefile includes.xsl news.xml newsflash.xsl Log: Transit to new index.html. Revision Changes Path 1.48 +18 -3 www/ja/Makefile 1.2 +3 -3 www/ja/includes.xsl 1.2 +175 -159 www/ja/index.xsl 1.27 +15 -2 www/ja/news/Makefile 1.2 +2 -2 www/ja/news/includes.xsl 1.2 +74 -53 www/ja/news/news.xml 1.2 +3 -3 www/ja/news/newsflash.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 21: 2:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4208E37B403; Tue, 7 Aug 2001 21:02:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7842MI27683; Tue, 7 Aug 2001 21:02:22 -0700 (PDT) (envelope-from peter) Message-Id: <200108080402.f7842MI27683@freefall.freebsd.org> From: Peter Wemm Date: Tue, 7 Aug 2001 21:02:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern mcount.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/07 21:02:22 PDT Modified files: sys/libkern mcount.c Log: We do not have UPAGES following the tail end of the user VM space anymore. Revision Changes Path 1.19 +2 -2 src/sys/libkern/mcount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 21: 8: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 A963837B406; Tue, 7 Aug 2001 21:08:11 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7848BP31047; Tue, 7 Aug 2001 21:08:11 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108080408.f7848BP31047@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 7 Aug 2001 21:08:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 addftinfo.1 afmtodit.1 eqn.1 grn.1 grodvi.1 groff.1 grog.1 grolbp.1 grolj4.1 grops.1 grotty.1 hpftodit.1 indxbib.1 lkbib.1 lookbib.1 neqn.1 nroff.1 pfbtops.1 pic.1 refer.1 tbl.1 tfmtodit.1 troff.1 doc/ja_JP.eucJP/man/man5 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/07 21:08:11 PDT Modified files: ja_JP.eucJP/man/man1 addftinfo.1 afmtodit.1 eqn.1 grn.1 grodvi.1 groff.1 grog.1 grolbp.1 grolj4.1 grops.1 grotty.1 hpftodit.1 indxbib.1 lkbib.1 lookbib.1 neqn.1 nroff.1 pfbtops.1 pic.1 refer.1 tbl.1 tfmtodit.1 troff.1 ja_JP.eucJP/man/man5 groff_font.5 groff_out.5 groff_tmac.5 ja_JP.eucJP/man/man7 groff.7 groff_char.7 groff_man.7 groff_mdoc.7 groff_me.7 groff_mm.7 groff_mmse.7 groff_ms.7 groff_mwww.7 mmroff.7 roff.7 Log: groff 1.17.2 related update. Revision Changes Path 1.9 +8 -5 doc/ja_JP.eucJP/man/man1/addftinfo.1 1.6 +8 -5 doc/ja_JP.eucJP/man/man1/afmtodit.1 1.9 +8 -5 doc/ja_JP.eucJP/man/man1/eqn.1 1.7 +9 -5 doc/ja_JP.eucJP/man/man1/grn.1 1.7 +3 -4 doc/ja_JP.eucJP/man/man1/grodvi.1 1.13 +9 -5 doc/ja_JP.eucJP/man/man1/groff.1 1.5 +8 -4 doc/ja_JP.eucJP/man/man1/grog.1 1.6 +3 -3 doc/ja_JP.eucJP/man/man1/grolbp.1 1.9 +8 -5 doc/ja_JP.eucJP/man/man1/grolj4.1 1.10 +8 -5 doc/ja_JP.eucJP/man/man1/grops.1 1.7 +9 -6 doc/ja_JP.eucJP/man/man1/grotty.1 1.6 +8 -5 doc/ja_JP.eucJP/man/man1/hpftodit.1 1.7 +8 -5 doc/ja_JP.eucJP/man/man1/indxbib.1 1.9 +8 -5 doc/ja_JP.eucJP/man/man1/lkbib.1 1.9 +8 -6 doc/ja_JP.eucJP/man/man1/lookbib.1 1.7 +24 -2 doc/ja_JP.eucJP/man/man1/neqn.1 1.9 +33 -13 doc/ja_JP.eucJP/man/man1/nroff.1 1.8 +8 -5 doc/ja_JP.eucJP/man/man1/pfbtops.1 1.11 +8 -5 doc/ja_JP.eucJP/man/man1/pic.1 1.12 +8 -4 doc/ja_JP.eucJP/man/man1/refer.1 1.8 +8 -5 doc/ja_JP.eucJP/man/man1/tbl.1 1.9 +8 -4 doc/ja_JP.eucJP/man/man1/tfmtodit.1 1.14 +33 -5 doc/ja_JP.eucJP/man/man1/troff.1 1.10 +7 -4 doc/ja_JP.eucJP/man/man5/groff_font.5 1.13 +3 -3 doc/ja_JP.eucJP/man/man5/groff_out.5 1.5 +7 -7 doc/ja_JP.eucJP/man/man5/groff_tmac.5 1.9 +47 -13 doc/ja_JP.eucJP/man/man7/groff.7 1.9 +8 -5 doc/ja_JP.eucJP/man/man7/groff_char.7 1.5 +8 -5 doc/ja_JP.eucJP/man/man7/groff_man.7 1.2 +78 -53 doc/ja_JP.eucJP/man/man7/groff_mdoc.7 1.9 +6 -2 doc/ja_JP.eucJP/man/man7/groff_me.7 1.12 +7 -3 doc/ja_JP.eucJP/man/man7/groff_mm.7 1.10 +7 -3 doc/ja_JP.eucJP/man/man7/groff_mmse.7 1.11 +8 -4 doc/ja_JP.eucJP/man/man7/groff_ms.7 1.4 +25 -10 doc/ja_JP.eucJP/man/man7/groff_mwww.7 1.3 +7 -3 doc/ja_JP.eucJP/man/man7/mmroff.7 1.5 +8 -6 doc/ja_JP.eucJP/man/man7/roff.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 21:21:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C2A637B409; Tue, 7 Aug 2001 21:21:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f784LHs32253; Tue, 7 Aug 2001 21:21:17 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080421.f784LHs32253@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 21:21:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/tuxtype Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/07 21:21:17 PDT Modified files: games Makefile Added files: games/tuxtype Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port tuxtype version 1.0: And educational typing tutor starring Tux the Linux Penguin Have it run after some letters for a change ;-) Submitted by: Patrick Li Revision Changes Path 1.406 +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 Tue Aug 7 21:21:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3C5037B410; Tue, 7 Aug 2001 21:21:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f784LKp32292; Tue, 7 Aug 2001 21:21:20 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080421.f784LKp32292@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 21:21: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 lioux 2001/08/07 21:21:20 PDT Modified files: . modules Log: tuxtype --> ports/games/tuxtype Revision Changes Path 1.3621 +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 Aug 7 21:50: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 8988F37B405; Tue, 7 Aug 2001 21:50:53 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f784orh35092; Tue, 7 Aug 2001 21:50:53 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080450.f784orh35092@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 21:50:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/utf8conv Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/07 21:50:53 PDT Modified files: converters/utf8conv Makefile distinfo pkg-descr pkg-plist Log: o Update to 1.1 o Support NOPORTDOCS o Add WWW tag PR: 29437 Submitted by: Kato Tsuguru Revision Changes Path 1.2 +8 -8 ports/converters/utf8conv/Makefile 1.2 +1 -1 ports/converters/utf8conv/distinfo 1.2 +2 -0 ports/converters/utf8conv/pkg-descr 1.2 +2 -0 ports/converters/utf8conv/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 Aug 7 21:53: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 B2F9637B40D; Tue, 7 Aug 2001 21:53:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f784rng35394; Tue, 7 Aug 2001 21:53:49 -0700 (PDT) (envelope-from will) Message-Id: <200108080453.f784rng35394@freefall.freebsd.org> From: Will Andrews Date: Tue, 7 Aug 2001 21:53:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/kwix 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 will 2001/08/07 21:53:49 PDT Modified files: x11-wm/kwix Makefile Log: Add -DHAVE_BOOL to CFLAGS since the underlying configure script apparently doesn't know how to find it. Not sure why bento's not seeing the problem. Revision Changes Path 1.3 +2 -1 ports/x11-wm/kwix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 22: 5: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 F14C437B403; Tue, 7 Aug 2001 22:05:25 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7855Pb39179; Tue, 7 Aug 2001 22:05:25 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080505.f7855Pb39179@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 22:05:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/fastdb Makefile distinfo pkg-plist ports/databases/fastdb/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 lioux 2001/08/07 22:05:25 PDT Modified files: databases/fastdb Makefile distinfo pkg-plist databases/fastdb/files patch-makefile Log: o Update to 2.23 o PTHREAD_{CFLAGS,LIBS} o Support NOPORTDOCS PR: 29438 Submitted by: Kato Tsuguru Revision Changes Path 1.3 +12 -7 ports/databases/fastdb/Makefile 1.3 +1 -1 ports/databases/fastdb/distinfo 1.2 +3 -1 ports/databases/fastdb/pkg-plist 1.3 +38 -12 ports/databases/fastdb/files/patch-makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 22:14: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 16DF737B405; Tue, 7 Aug 2001 22:14:51 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785Epf45533; Tue, 7 Aug 2001 22:14:51 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108080514.f785Epf45533@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 7 Aug 2001 22:14:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/07 22:14:50 PDT Modified files: en/news news.xml Log: Fix broken . Pointed out by: Chris Dempsey Revision Changes Path 1.6 +3 -3 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 22: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 485FA37B401; Tue, 7 Aug 2001 22:25:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785PFv49979; Tue, 7 Aug 2001 22:25:15 -0700 (PDT) (envelope-from peter) Message-Id: <200108080525.f785PFv49979@freefall.freebsd.org> From: Peter Wemm Date: Tue, 7 Aug 2001 22:25:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include ptrace.h src/sys/i386/i386 machdep.c src/sys/i386/include ptrace.h src/sys/ia64/ia64 machdep.c src/sys/ia64/include ptrace.h src/sys/kern sys_process.c src/sys/pc98/i386 machdep.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/07 22:25:15 PDT Modified files: sys/alpha/alpha machdep.c sys/alpha/include ptrace.h sys/i386/i386 machdep.c sys/i386/include ptrace.h sys/ia64/ia64 machdep.c sys/ia64/include ptrace.h sys/kern sys_process.c sys/pc98/i386 machdep.c sys/powerpc/include ptrace.h sys/powerpc/powerpc machdep.c sys/sparc64/include ptrace.h sys/sparc64/sparc64 machdep.c sys/sys ptrace.h Log: Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they are a really nasty interface that should have been killed long ago when 'ptrace(PT_[SG]ETREGS' etc came along. The entity that they operate on (struct user) will not be around much longer since it is part-per-process and part-per-thread in a post-KSE world. gdb does not actually use this except for the obscure 'info udot' command which does a hexdump of as much of the child's 'struct user' as it can get. It carries its own #defines so it doesn't break compiles. Revision Changes Path 1.137 +1 -57 src/sys/alpha/alpha/machdep.c 1.5 +1 -7 src/sys/alpha/include/ptrace.h 1.466 +1 -55 src/sys/i386/i386/machdep.c 1.10 +1 -6 src/sys/i386/include/ptrace.h 1.39 +1 -54 src/sys/ia64/ia64/machdep.c 1.2 +1 -6 src/sys/ia64/include/ptrace.h 1.69 +1 -44 src/sys/kern/sys_process.c 1.230 +1 -55 src/sys/pc98/i386/machdep.c 1.10 +1 -6 src/sys/powerpc/include/ptrace.h 1.5 +1 -17 src/sys/powerpc/powerpc/machdep.c 1.3 +1 -3 src/sys/sparc64/include/ptrace.h 1.5 +1 -15 src/sys/sparc64/sparc64/machdep.c 1.12 +3 -3 src/sys/sys/ptrace.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 22:28:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E23537B406; Tue, 7 Aug 2001 22:28:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785SAA50505; Tue, 7 Aug 2001 22:28:10 -0700 (PDT) (envelope-from peter) Message-Id: <200108080528.f785SAA50505@freefall.freebsd.org> From: Peter Wemm Date: Tue, 7 Aug 2001 22:28:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys ptrace.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 peter 2001/08/07 22:28:10 PDT Modified files: lib/libc/sys ptrace.2 Log: Update ptrace(2) re: PT_READ_U and PT_WRITE_U Revision Changes Path 1.23 +1 -46 src/lib/libc/sys/ptrace.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 22:32: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 96EB737B40F; Tue, 7 Aug 2001 22:32:12 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785WCp51047; Tue, 7 Aug 2001 22:32:12 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080532.f785WCp51047@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 22:32:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/xmbase-grok Makefile distinfo pkg-plist ports/databases/xmbase-grok/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/07 22:32:12 PDT Modified files: databases/xmbase-grok Makefile distinfo pkg-plist Removed files: databases/xmbase-grok/files patch-ac Log: o Update to 1.5 o USE_X_PREFIX o Support NOPORTDOCS PR: 29440 Submitted by: Kato Tsuguru Revision Changes Path 1.14 +32 -12 ports/databases/xmbase-grok/Makefile 1.4 +1 -1 ports/databases/xmbase-grok/distinfo 1.3 +9 -3 ports/databases/xmbase-grok/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 Aug 7 22: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 5C44C37B403; Tue, 7 Aug 2001 22:52:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f785qHI53068; Tue, 7 Aug 2001 22:52:17 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080552.f785qHI53068@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 22:52:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpq Makefile distinfo ports/ftp/ftpq/files patch-src:ftpq.h patch-ftpq.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/07 22:52:17 PDT Modified files: ftp/ftpq Makefile distinfo Added files: ftp/ftpq/files patch-src:ftpq.h Removed files: ftp/ftpq/files patch-ftpq.h Log: o Update to 1.10 o USE_GMAKE and GNU_CONFIGURE PR: 29441 Submitted by: Kato Tsuguru Revision Changes Path 1.8 +5 -6 ports/ftp/ftpq/Makefile 1.7 +1 -1 ports/ftp/ftpq/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 23:17: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 A23B937B401; Tue, 7 Aug 2001 23:17:40 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786HeL58478; Tue, 7 Aug 2001 23:17:40 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080617.f786HeL58478@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 23:17:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/07 23:17:40 PDT Modified files: graphics/ImageMagick Makefile distinfo pkg-plist Log: Update to 5.3.6 PR: 29442 Submitted by: Kato Tsuguru Revision Changes Path 1.112 +2 -2 ports/graphics/ImageMagick/Makefile 1.55 +1 -1 ports/graphics/ImageMagick/distinfo 1.51 +0 -1 ports/graphics/ImageMagick/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 Aug 7 23:38: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 1117A37B403; Tue, 7 Aug 2001 23:38:06 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786c5m60864; Tue, 7 Aug 2001 23:38:06 -0700 (PDT) (envelope-from sada) Message-Id: <200108080638.f786c5m60864@freefall.freebsd.org> From: SADA Kenji Date: Tue, 7 Aug 2001 23:38:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/xjman Makefile distinfo pkg-message ports/japanese/xjman-3 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/japanese/xjman-3/files COPYRIGHT COPYRIGHT.XJDP 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 sada 2001/08/07 23:38:05 PDT Modified files: japanese Makefile japanese/xjman Makefile distinfo pkg-message japanese/xjman-3 Makefile Removed files: japanese/xjman-3 distinfo pkg-comment pkg-descr pkg-message pkg-plist japanese/xjman-3/files COPYRIGHT COPYRIGHT.XJDP Makefile Makefile.inc japanese/xjman-3/scripts configure Log: Upgrade xjman to version 0.6, this is for XFree86 4.x. Also make a branch xjman-3, which keeps xjman-0.5. This is for XF86 3.x. Revision Changes Path 1.373 +2 -1 ports/japanese/Makefile 1.15 +4 -4 ports/japanese/xjman/Makefile 1.5 +1 -0 ports/japanese/xjman/distinfo 1.3 +1 -1 ports/japanese/xjman/pkg-message 1.15 +5 -60 ports/japanese/xjman-3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 23:40: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 8BBA237B405; Tue, 7 Aug 2001 23:40:12 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786eCN61123; Tue, 7 Aug 2001 23:40:12 -0700 (PDT) (envelope-from sada) Message-Id: <200108080640.f786eCN61123@freefall.freebsd.org> From: SADA Kenji Date: Tue, 7 Aug 2001 23:40:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2001/08/07 23:40:12 PDT Modified files: . modules Log: ja-xjman-3 --> ports/japanese/xjman-3 Revision Changes Path 1.3622 +3 -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 Aug 7 23:42: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 5B57F37B412; Tue, 7 Aug 2001 23:42:18 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786gIu61397; Tue, 7 Aug 2001 23:42:18 -0700 (PDT) (envelope-from murray) Message-Id: <200108080642.f786gIu61397@freefall.freebsd.org> From: Murray Stokely Date: Tue, 7 Aug 2001 23:42:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/07 23:42:18 PDT Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: - Add an and use a calloutlist for the /etc/ttys section instead of creating a new subsection for each field. The output is much more succinct and legible. - Add a note about FreeBSD 5.0 and devfs that obviates the 'Making Device Special Files' section. - Remove reference to a book that we don't have any bibliographical information for and that is a bit tangential to the subject at hand (RS-232 Bible). - Add missing words to make complete sentences. - Simplify discussion of null-modem and "straight" serial cables. - Consistently use a replaceable 'N' for the last character of terminal devices instead of interspersing ? and X. - Remove duplicate 'See the sio(4) manual page for more information.' lines. One of these is quite sufficient per section. - Remove more duplicate information that is unnecessary since this chapter has been reorganized. - Enclose a hint in the tag. This chapter still needs work. Revision Changes Path 1.38 +174 -227 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 23:52: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 E84BE37B406; Tue, 7 Aug 2001 23:52:42 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786qgb63046; Tue, 7 Aug 2001 23:52:42 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080652.f786qgb63046@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 23:52:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/reed Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/reed/files patch-src::reed.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/07 23:52:42 PDT Modified files: misc Makefile Added files: misc/reed Makefile distinfo pkg-comment pkg-descr pkg-plist misc/reed/files patch-src::reed.h Log: New port reed version 4.6: A text pager with autoscrolling and more PR: 29533 Submitted by: Pete Fritchman Revision Changes Path 1.364 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 23: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 B1CD137B415; Tue, 7 Aug 2001 23:52:46 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786qkt63090; Tue, 7 Aug 2001 23:52:46 -0700 (PDT) (envelope-from lioux) Message-Id: <200108080652.f786qkt63090@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 7 Aug 2001 23:52:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/07 23:52:46 PDT Modified files: . modules Log: reed --> ports/misc/reed Revision Changes Path 1.3623 +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 Aug 7 23: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 5248137B405; Tue, 7 Aug 2001 23:53:17 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786rHb63188; Tue, 7 Aug 2001 23:53:17 -0700 (PDT) (envelope-from murray) Message-Id: <200108080653.f786rHb63188@freefall.freebsd.org> From: Murray Stokely Date: Tue, 7 Aug 2001 23:53:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj handbook.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/08/07 23:53:17 PDT Modified files: en/docproj handbook.sgml Log: Update Handbook task list to reflect reality. Revision Changes Path 1.7 +26 -14 www/en/docproj/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 7 23:54:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2597C37B403; Tue, 7 Aug 2001 23:54:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f786sWM63466; Tue, 7 Aug 2001 23:54:32 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108080654.f786sWM63466@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 7 Aug 2001 23:54:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla 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/08/07 23:54:32 PDT Modified files: www/mozilla Makefile Log: Forcefully set MALLOC_OPTIONS=j to prevent build from crashing on 5-CURRENT due to bug in libIDL's parser. Obtained from: mozilla+ipv6 Revision Changes Path 1.70 +2 -1 ports/www/mozilla/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 0:34: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 88F9D37B40E; Wed, 8 Aug 2001 00:34:09 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f787Y9a71257; Wed, 8 Aug 2001 00:34:09 -0700 (PDT) (envelope-from roam) Message-Id: <200108080734.f787Y9a71257@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 8 Aug 2001 00:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/08/08 00:34:09 PDT Modified files: (Branch: RELENG_4) etc pam.conf Log: MFC the 'account' and 'password' module definitions for the 'sshd' service - OpenSSH invokes at least 'password' when changing an expired password at first login after the expiration. Submitted by: Artur Meski (the problem) Reviewed by: markm Approved by: murray Revision Changes Path 1.6.2.8 +3 -1 src/etc/pam.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 0:42:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4203E37B406; Wed, 8 Aug 2001 00:42:24 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f787gOq72148; Wed, 8 Aug 2001 00:42:24 -0700 (PDT) (envelope-from ru) Message-Id: <200108080742.f787gOq72148@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 00:42:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools install.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/08 00:42:22 PDT Modified files: (Branch: RELENG_4) tools install.sh Log: MFC: 1.4: synch with new install(1). Approved by: re Revision Changes Path 1.3.2.1 +4 -4 src/tools/install.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 0:44:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B0B337B401; Wed, 8 Aug 2001 00:44:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f787iTE72582; Wed, 8 Aug 2001 00:44:29 -0700 (PDT) (envelope-from ru) Message-Id: <200108080744.f787iTE72582@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 00:44:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/08 00:44:29 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf Makefile Log: MFC: 1.15: Use new backup feature of install(1). Approved by: re Revision Changes Path 1.10.2.5 +2 -15 src/libexec/rtld-elf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 0:52:32 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 99C3F37B405; Wed, 8 Aug 2001 00:52:26 -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 RAA26059; Wed, 8 Aug 2001 17:45:54 +1000 Date: Wed, 8 Aug 2001 17:43:25 +1000 (EST) From: Bruce Evans X-X-Sender: To: Dag-Erling Smorgrav Cc: Warner Losh , Garrett Wollman , Kris Kennaway , , Subject: Re: cvs commit: src/lib/libc/sys sigaction.2 In-Reply-To: Message-ID: <20010808173808.V5910-100000@besplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 7 Aug 2001, Dag-Erling Smorgrav wrote: > Bruce Evans writes: > > On Wed, 25 Jul 2001, Warner Losh wrote: > > > Strcpy isn't atomic. So if the source string changes in a signal > > > handler, unpredictable results will ensue. > > That doesn't make it signal-unsafe any more than the possibility of > > open(2)'s string arg changing makes open(2) signal-unsafe. > > No, but open(2) is uninterruptible while strcpy(3) isn't. If a signal > occurs while strcpy(3) is running, and it modifies the source string, > the consequences may be very unpleasant. But open(2) is interruptible. If a signal occurs before open(2) enters the kernel, and it modifies the source string, the consequences may be very unpleasant :-). Similarly if a signal occurs after open leaves the kernel, and it modifies errno, or modifies or unmodifies the source string so that it is harder to see what was opened. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 1:16: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 A3A3F37B40A; Wed, 8 Aug 2001 01:16:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788GfK80229; Wed, 8 Aug 2001 01:16:41 -0700 (PDT) (envelope-from ru) Message-Id: <200108080816.f788GfK80229@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 01:16:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/08 01:16:41 PDT Modified files: (Branch: RELENG_4) sys/netinet in_pcb.c Log: MFC: 1.85: Fixed routing table memory leak in in_losing(). Approved by: re Revision Changes Path 1.59.2.16 +3 -4 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 1:20:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D498837B403; Wed, 8 Aug 2001 01:20:35 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788KZk80839; Wed, 8 Aug 2001 01:20:35 -0700 (PDT) (envelope-from ru) Message-Id: <200108080820.f788KZk80839@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 01:20:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_flow.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/08 01:20:35 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_flow.c Log: MFC: 1.12: Pass the correct destination address for the route-to-gateway case. Approved by: re Revision Changes Path 1.9.2.1 +8 -2 src/sys/netinet/ip_flow.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 1: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 1055137B401; Wed, 8 Aug 2001 01:24:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788OXG81422; Wed, 8 Aug 2001 01:24:33 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108080824.f788OXG81422@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 8 Aug 2001 01:24:33 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/08 01:24:33 PDT Modified files: Mk bsd.sites.mk Log: Delete ftp.freesoftware.com entries because this site is down from May. Revision Changes Path 1.67 +6 -12 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 Aug 8 1: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 E965337B409; Wed, 8 Aug 2001 01:24:48 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788Om481484; Wed, 8 Aug 2001 01:24:48 -0700 (PDT) (envelope-from ru) Message-Id: <200108080824.f788Om481484@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 01:24:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 vm_page_io.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/08 01:24:48 PDT Modified files: share/man/man9 vm_page_io.9 Log: mdoc(7) police: fixed spelling of vm_page_io_finished(), fixed markup. Revision Changes Path 1.2 +10 -6 src/share/man/man9/vm_page_io.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 1:27: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 6FF4A37B401; Wed, 8 Aug 2001 01:27:19 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788RJA82557; Wed, 8 Aug 2001 01:27:19 -0700 (PDT) (envelope-from ru) Message-Id: <200108080827.f788RJA82557@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 01:27:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 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/08/08 01:27:19 PDT Modified files: share/man/man9 Makefile Log: s/vm_page_io_finised/vm_page_io_finished/ Submitted by: Chad David Revision Changes Path 1.128 +2 -2 src/share/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 Wed Aug 8 1: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 BA4B037B406; Wed, 8 Aug 2001 01:30:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788UJH83002; Wed, 8 Aug 2001 01:30:19 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108080830.f788UJH83002@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 8 Aug 2001 01:30:19 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/08 01:30:19 PDT Modified files: Mk bsd.sites.mk Log: ftp.mirror.ac.uk renames CPAN's directory. Revision Changes Path 1.68 +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 Wed Aug 8 1: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 258FF37B413; Wed, 8 Aug 2001 01:40:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788efE84465; Wed, 8 Aug 2001 01:40:41 -0700 (PDT) (envelope-from ru) Message-Id: <200108080840.f788efE84465@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 01:40:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 csa.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 ru 2001/08/08 01:40:40 PDT Modified files: share/man/man4 csa.4 Log: Fixed typo. PR: docs/29532 Revision Changes Path 1.7 +2 -2 src/share/man/man4/csa.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 1:41: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 D0A5C37B403; Wed, 8 Aug 2001 01:41:45 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788fj684602; Wed, 8 Aug 2001 01:41:45 -0700 (PDT) (envelope-from ru) Message-Id: <200108080841.f788fj684602@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 01:41:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 csa.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 ru 2001/08/08 01:41:45 PDT Modified files: (Branch: RELENG_4) share/man/man4 csa.4 Log: MFC: 1.7: fixed typo. Revision Changes Path 1.3.2.3 +3 -3 src/share/man/man4/csa.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 1:44: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 8BBD537B406; Wed, 8 Aug 2001 01:44:41 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788if387050; Wed, 8 Aug 2001 01:44:41 -0700 (PDT) (envelope-from dirk) Message-Id: <200108080844.f788if387050@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 8 Aug 2001 01:44:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_jk 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 dirk 2001/08/08 01:44:40 PDT Modified files: www/mod_jk pkg-descr Log: Fix WWW: URL. Revision Changes Path 1.2 +1 -1 ports/www/mod_jk/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 Aug 8 1:51: 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 2A62837B403; Wed, 8 Aug 2001 01:51:04 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f788p4A89116; Wed, 8 Aug 2001 01:51:04 -0700 (PDT) (envelope-from ru) Message-Id: <200108080851.f788p4A89116@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 01:51:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kldsym.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 ru 2001/08/08 01:51:04 PDT Modified files: lib/libc/sys kldsym.2 Log: mdoc(7) police: markup nits. Revision Changes Path 1.2 +11 -16 src/lib/libc/sys/kldsym.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 2:16:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83F9737B418; Wed, 8 Aug 2001 02:16:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f789GlM94843; Wed, 8 Aug 2001 02:16:47 -0700 (PDT) (envelope-from ru) Message-Id: <200108080916.f789GlM94843@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 02:16:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/isdn/i4brunppp i4brunppp.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 ru 2001/08/08 02:16:47 PDT Modified files: share/examples/isdn/i4brunppp i4brunppp.8 Log: mdoc(7) police: markup nits. Revision Changes Path 1.2 +9 -8 src/share/examples/isdn/i4brunppp/i4brunppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 2:23:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1242437B418; Wed, 8 Aug 2001 02:23:28 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f789NS795506; Wed, 8 Aug 2001 02:23:28 -0700 (PDT) (envelope-from roam) Message-Id: <200108080923.f789NS795506@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 8 Aug 2001 02:23:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/vrrp 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/08/08 02:23:28 PDT Modified files: net/vrrp Makefile Log: Mark as broken: the port maintainer considers this implementation of RFC2338 to be incomplete/incorrect. PR: 29496 Submitted by: maintainer Revision Changes Path 1.4 +3 -1 ports/net/vrrp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 2:59:41 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 00E6437B417; Wed, 8 Aug 2001 02:59:14 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id LAA10542; Wed, 8 Aug 2001 11:56:41 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Garrett Wollman Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sh mail.c References: <20010801140817.B64653E31@bazooka.unixfreak.org> <42763.996675456@axl.seasidesoftware.co.za> <200108011519.f71FJN832889@khavrinen.lcs.mit.edu> From: Dag-Erling Smorgrav Date: 08 Aug 2001 11:56:40 +0200 In-Reply-To: <200108011519.f71FJN832889@khavrinen.lcs.mit.edu> Message-ID: Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Garrett Wollman writes: > < said: > > Is there a good reason for us to omit -fno-builtin from the compiler > > flags turned on in the WARNS case? > Yes -- we actually *want* those built-ins when these programs are > built for normal use. The problem is that gcc's handling of builtins is broken, and -fno-builtin is required to avoid namespace pollution. There's a way around this: use -fno-builtin and replace the prototypes for functions for which gcc has a builtin with a suitable macro (#ifdef __GNUC__, of course) so the builtins will used *if and only if* the corresponding headers are included. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3: 4:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9242137B418; Wed, 8 Aug 2001 03:04:08 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78A48r03769; Wed, 8 Aug 2001 03:04:08 -0700 (PDT) (envelope-from ru) Message-Id: <200108081004.f78A48r03769@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 03:04:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 vfs_unmountall.9 vm_page_deactivate.9 vm_page_flag.9 vm_page_free.9 vm_page_hold.9 vm_page_insert.9 vm_page_protect.9 vm_page_rename.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/08 03:04:08 PDT Modified files: share/man/man9 vfs_unmountall.9 vm_page_deactivate.9 vm_page_flag.9 vm_page_free.9 vm_page_hold.9 vm_page_insert.9 vm_page_protect.9 vm_page_rename.9 Log: mdoc(7) police: markup, grammar, and spelling nits. Revision Changes Path 1.2 +6 -6 src/share/man/man9/vfs_unmountall.9 1.2 +2 -2 src/share/man/man9/vm_page_deactivate.9 1.2 +6 -8 src/share/man/man9/vm_page_flag.9 1.2 +10 -10 src/share/man/man9/vm_page_free.9 1.3 +4 -4 src/share/man/man9/vm_page_hold.9 1.3 +13 -13 src/share/man/man9/vm_page_insert.9 1.2 +8 -7 src/share/man/man9/vm_page_protect.9 1.2 +7 -7 src/share/man/man9/vm_page_rename.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3: 7: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 1C87937B40E; Wed, 8 Aug 2001 03:07:21 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78A7LW07755; Wed, 8 Aug 2001 03:07:21 -0700 (PDT) (envelope-from nik) Message-Id: <200108081007.f78A7LW07755@freefall.freebsd.org> From: Nik Clayton Date: Wed, 8 Aug 2001 03:07:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/08 03:07:20 PDT Modified files: en index.xsl Log: Set the public doctype to HTML 4.01, for HTML validators. Revision Changes Path 1.4 +4 -3 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3:16: 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 BD13D37B40E; Wed, 8 Aug 2001 03:16:02 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78AG2909819; Wed, 8 Aug 2001 03:16:02 -0700 (PDT) (envelope-from ru) Message-Id: <200108081016.f78AG2909819@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 03:16:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 txp.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 ru 2001/08/08 03:16:02 PDT Modified files: share/man/man4 txp.4 Log: mdoc(7) police: markup nits. Revision Changes Path 1.2 +9 -8 src/share/man/man4/txp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3:25: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 07CBC37B409; Wed, 8 Aug 2001 03:25:35 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78APZV13061; Wed, 8 Aug 2001 03:25:35 -0700 (PDT) (envelope-from nik) Message-Id: <200108081025.f78APZV13061@freefall.freebsd.org> From: Nik Clayton Date: Wed, 8 Aug 2001 03:25:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/08 03:25:34 PDT Modified files: en/news news.xml Log: Add an entry about the new news.rdf file, allowing easy headline syndication. Revision Changes Path 1.7 +18 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3:25:53 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 637DF37B403; Wed, 8 Aug 2001 03:25:37 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA10644; Wed, 8 Aug 2001 12:25:36 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h References: <200108042017.f74KH5N78137@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Aug 2001 12:25:35 +0200 In-Reply-To: <200108042017.f74KH5N78137@freefall.freebsd.org> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thomas Moestl writes: > Log: > Add a zdestroy() function to the zone allocator. This is needed for the > unload case of modules that use their own zones. > It has been tested with the nfs module. Man page? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3:27:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C36837B403; Wed, 8 Aug 2001 03:27:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78ARPQ13634; Wed, 8 Aug 2001 03:27:25 -0700 (PDT) (envelope-from ru) Message-Id: <200108081027.f78ARPQ13634@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 03:27:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 vlan.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 ru 2001/08/08 03:27:25 PDT Modified files: share/man/man4 vlan.4 Log: mdoc(7) police: markup nits. Revision Changes Path 1.2 +6 -5 src/share/man/man4/vlan.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3:28:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E22137B403; Wed, 8 Aug 2001 03:28:19 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78ASJ313995; Wed, 8 Aug 2001 03:28:19 -0700 (PDT) (envelope-from ru) Message-Id: <200108081028.f78ASJ313995@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 03:28:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kqueue.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/08 03:28:18 PDT Modified files: lib/libc/sys kqueue.2 Log: mdoc(7) police: remove whitespace at EOL. Revision Changes Path 1.25 +2 -2 src/lib/libc/sys/kqueue.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3:31:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A600737B405; Wed, 8 Aug 2001 03:31:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78AVsg15214; Wed, 8 Aug 2001 03:31:54 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108081031.f78AVsg15214@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 8 Aug 2001 03:31:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/tin Makefile ports/chinese/tin/files patch-page.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/08/08 03:31:54 PDT Modified files: chinese/tin Makefile chinese/tin/files patch-page.c Log: make it buildable for 1.5.9 PR: 29539 Submitted by: MAINTAINER Revision Changes Path 1.28 +1 -2 ports/chinese/tin/Makefile 1.3 +29 -27 ports/chinese/tin/files/patch-page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3:58: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 29E3337B403; Wed, 8 Aug 2001 03:58:52 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Awqm21249; Wed, 8 Aug 2001 03:58:52 -0700 (PDT) (envelope-from tg) Message-Id: <200108081058.f78Awqm21249@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 8 Aug 2001 03:58:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd callback.c callback.h cwd.c debug.c dos.c dos.h doscmd.1 doscmd.c doscmd.h ems.c i386-pinsn.c int14.c intff.c trace.c tty.c tty.h video.h xms.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 tg 2001/08/08 03:58:51 PDT Modified files: usr.bin/doscmd callback.c callback.h cwd.c debug.c dos.c dos.h doscmd.1 doscmd.c doscmd.h ems.c i386-pinsn.c int14.c intff.c trace.c tty.c tty.h video.h xms.c Log: Silence some more warnings, mostly from `-W -Wwrite-strings'. Revision Changes Path 1.6 +3 -3 src/usr.bin/doscmd/callback.c 1.3 +8 -8 src/usr.bin/doscmd/callback.h 1.12 +2 -2 src/usr.bin/doscmd/cwd.c 1.6 +5 -5 src/usr.bin/doscmd/debug.c 1.18 +5 -5 src/usr.bin/doscmd/dos.c 1.4 +2 -2 src/usr.bin/doscmd/dos.h 1.25 +2 -2 src/usr.bin/doscmd/doscmd.1 1.20 +7 -7 src/usr.bin/doscmd/doscmd.c 1.12 +4 -5 src/usr.bin/doscmd/doscmd.h 1.7 +12 -11 src/usr.bin/doscmd/ems.c 1.5 +720 -591 src/usr.bin/doscmd/i386-pinsn.c 1.6 +3 -3 src/usr.bin/doscmd/int14.c 1.11 +4 -3 src/usr.bin/doscmd/intff.c 1.8 +7 -8 src/usr.bin/doscmd/trace.c 1.17 +2 -2 src/usr.bin/doscmd/tty.c 1.4 +2 -2 src/usr.bin/doscmd/tty.h 1.5 +2 -2 src/usr.bin/doscmd/video.h 1.11 +6 -6 src/usr.bin/doscmd/xms.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 3:59: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 39AF237B40C; Wed, 8 Aug 2001 03:59:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Axpb21731; Wed, 8 Aug 2001 03:59:51 -0700 (PDT) (envelope-from tg) Message-Id: <200108081059.f78Axpb21731@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 8 Aug 2001 03:59:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnustep 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 tg 2001/08/08 03:59:51 PDT Modified files: devel/gnustep Makefile Log: Fix path for COMBOLIBDIR. Revision Changes Path 1.20 +2 -2 ports/devel/gnustep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 4: 5:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 008F737B405; Wed, 8 Aug 2001 04:05:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78B5lj31157; Wed, 8 Aug 2001 04:05:47 -0700 (PDT) (envelope-from ru) Message-Id: <200108081105.f78B5lj31157@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 04:05:47 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/08 04:05:47 PDT Modified files: lib/libc/net gethostbyname.3 Log: Urge the reader to start using getaddrinfo(3) and getnameinfo(3) protocol-independant functions that don't use static memory area. Suggested by: nik Liked by: ume, brian Revision Changes Path 1.24 +15 -1 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 Wed Aug 8 4: 9: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 0D3A337B401; Wed, 8 Aug 2001 04:08:59 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15URE4-000EZD-00; Wed, 08 Aug 2001 13:10:12 +0200 From: Sheldon Hearn To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 In-reply-to: Your message of "Wed, 08 Aug 2001 04:05:47 MST." <200108081105.f78B5lj31157@freefall.freebsd.org> Date: Wed, 08 Aug 2001 13:10:12 +0200 Message-ID: <55998.997269012@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 08 Aug 2001 04:05:47 MST, Ruslan Ermilov wrote: > Modified files: > lib/libc/net gethostbyname.3 > Log: > Urge the reader to start using getaddrinfo(3) and getnameinfo(3) > protocol-independant functions that don't use static memory area. And which _rock_! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 4:11: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 94CF637B409; Wed, 8 Aug 2001 04:11:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78BB8u31958; Wed, 8 Aug 2001 04:11:08 -0700 (PDT) (envelope-from kris) Message-Id: <200108081111.f78BB8u31958@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 8 Aug 2001 04:11:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info show.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 kris 2001/08/08 04:11:08 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/info show.c Log: MFC: 1.22: recognise @option directives Approved by: re Revision Changes Path 1.14.2.8 +7 -1 src/usr.sbin/pkg_install/info/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 4:48:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAD8537B43A; Wed, 8 Aug 2001 04:48:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78BmT041384; Wed, 8 Aug 2001 04:48:29 -0700 (PDT) (envelope-from ru) Message-Id: <200108081148.f78BmT041384@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 04:48:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/compat-43 sigvec.2 src/lib/libc/gen alarm.3 fmtcheck.3 nice.3 ualarm.3 utime.3 valloc.3 src/lib/libc/stdlib malloc.3 rand.3 src/lib/libc/string strtok.3 src/lib/libcompat/4.1 ftime.3 getpw.3 stty.3 src/share/man/man1 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/08 04:48:29 PDT Modified files: lib/libc/compat-43 sigvec.2 lib/libc/gen alarm.3 fmtcheck.3 nice.3 ualarm.3 utime.3 valloc.3 lib/libc/stdlib malloc.3 rand.3 lib/libc/string strtok.3 lib/libcompat/4.1 ftime.3 getpw.3 stty.3 share/man/man1 builtin.1 share/man/man5 rc.conf.5 share/man/man8 rc.8 share/man/man9 mbuf.9 usr.sbin/periodic periodic.8 Log: mdoc(7) police: expand plain text xrefs. Revision Changes Path 1.17 +3 -2 src/lib/libc/compat-43/sigvec.2 1.14 +3 -2 src/lib/libc/gen/alarm.3 1.3 +4 -2 src/lib/libc/gen/fmtcheck.3 1.10 +3 -2 src/lib/libc/gen/nice.3 1.14 +3 -2 src/lib/libc/gen/ualarm.3 1.9 +3 -2 src/lib/libc/gen/utime.3 1.8 +5 -2 src/lib/libc/gen/valloc.3 1.46 +5 -2 src/lib/libc/stdlib/malloc.3 1.11 +3 -2 src/lib/libc/stdlib/rand.3 1.21 +3 -2 src/lib/libc/string/strtok.3 1.10 +3 -2 src/lib/libcompat/4.1/ftime.3 1.10 +5 -2 src/lib/libcompat/4.1/getpw.3 1.8 +3 -2 src/lib/libcompat/4.1/stty.3 1.13 +2 -2 src/share/man/man1/builtin.1 1.122 +4 -2 src/share/man/man5/rc.conf.5 1.15 +4 -2 src/share/man/man8/rc.8 1.14 +4 -2 src/share/man/man9/mbuf.9 1.23 +4 -2 src/usr.sbin/periodic/periodic.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 4:49:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC81F37B43D; Wed, 8 Aug 2001 04:49:37 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Bnb941994; Wed, 8 Aug 2001 04:49:37 -0700 (PDT) (envelope-from demon) Message-Id: <200108081149.f78Bnb941994@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 8 Aug 2001 04:49:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/afterstep Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2001/08/08 04:49:37 PDT Modified files: x11-wm/afterstep Makefile Log: Fix MASTER_SITE_SUBDIR. PR: 29542 Submitted by: KATO Tsuguru Revision Changes Path 1.39 +2 -2 ports/x11-wm/afterstep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 4:54: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 0ABB737B43A; Wed, 8 Aug 2001 04:54:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78BsZt43914; Wed, 8 Aug 2001 04:54:35 -0700 (PDT) (envelope-from ru) Message-Id: <200108081154.f78BsZt43914@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 04:54:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/08 04:54:35 PDT Modified files: share/termcap termcap.5 Log: We don't have rogue(1), and our rogue(6) doesn't use the `ma' attribute. (The original BSD manual stated that this attribute is used by vi version 2 only.) Revision Changes Path 1.21 +2 -2 src/share/termcap/termcap.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 4: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 522FE37B438; Wed, 8 Aug 2001 04:58:28 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78BwSA44942; Wed, 8 Aug 2001 04:58:28 -0700 (PDT) (envelope-from ru) Message-Id: <200108081158.f78BwSA44942@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 04:58:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys rfork.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 ru 2001/08/08 04:58:28 PDT Modified files: (Branch: RELENG_4) lib/libc/sys rfork.2 Log: MFC: 1.19: fixed typo. Revision Changes Path 1.11.2.8 +2 -2 src/lib/libc/sys/rfork.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 5:29: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 E1B3937B401; Wed, 8 Aug 2001 05:29:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78CTcv55688; Wed, 8 Aug 2001 05:29:38 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108081229.f78CTcv55688@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 8 Aug 2001 05:29:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xml-i18n-tools 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/08/08 05:29:38 PDT Modified files: textproc/xml-i18n-tools Makefile distinfo Log: Update to 0.9. Revision Changes Path 1.8 +2 -2 ports/textproc/xml-i18n-tools/Makefile 1.6 +1 -1 ports/textproc/xml-i18n-tools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 5:42:31 2001 Delivered-To: cvs-all@freebsd.org Received: from ---- (c242.h061016011.is.net.tw [61.16.11.242]) by hub.freebsd.org (Postfix) with SMTP id E8A6C37B41B; Wed, 8 Aug 2001 05:34:27 -0700 (PDT) (envelope-from linux18@ms68.url.com.tw) Received: from ara by tcts.seed.net.tw with SMTP id guPxsftzmFvn9XUipRZIC; Wed, 08 Aug 2001 20:35:15 +0800 Message-ID: From: ¤E¤Q¦~«×¤½¶O¸É§U@FreeBSD.ORG To: µL@FreeBSD.ORG Subject:=?big5?Q?=A6=E6=ACF=B0|=A4=BD=B6O=B0=F6=B0V?= MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_yZNwfFJIk6XxQT65OJs" X-Mailer: YGY09oefdD4SLOr X-Priority: 3 X-MSMail-Priority: Normal Date: Wed, 8 Aug 2001 05:34:27 -0700 (PDT) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_yZNwfFJIk6XxQT65OJs Content-Type: multipart/alternative; boundary="----=_NextPart_yZNwfFJIk6XxQT65OJsAA" ------=_NextPart_yZNwfFJIk6XxQT65OJsAA Content-Type: text/html; charset="big5" Content-Transfer-Encoding: base64 PCEtLSBzYXZlZCBmcm9tIHVybD0oMDAyMilodHRwOi8vaW50ZXJuZXQuZS1tYWlsIC0tPg0KPCEt LSBzYXZlZCBmcm9tIHVybD0oMDAyMilodHRwOi8vaW50ZXJuZXQuZS1tYWlsIC0tPg0KPGh0bWw+ DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtTGFuZ3VhZ2UiIGNvbnRlbnQ9ImVu LXVzIj4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1s OyBjaGFyc2V0PWJpZzUiPg0KPG1ldGEgbmFtZT0iR0VORVJBVE9SIiBjb250ZW50PSJNaWNyb3Nv ZnQgRnJvbnRQYWdlIDQuMCI+DQo8bWV0YSBuYW1lPSJQcm9nSWQiIGNvbnRlbnQ9IkZyb250UGFn ZS5FZGl0b3IuRG9jdW1lbnQiPg0KPHRpdGxlPrdzuvSttjE8L3RpdGxlPg0KPC9oZWFkPg0KPGJv ZHkgYmFja2dyb3VuZD0iaHR0cDovL3d3dy5sY2NuZXQuY29tLnR3L2xpbnV4L2xpbnV4c2hvdy9p bWFnZXMvMi9iYWNrZ3JvdW5kLkpQRyI+DQo8ZGl2IGFsaWduPSJjZW50ZXIiPg0KPHRhYmxlIGJv cmRlcj0iMSIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iNzAwIiBiZ2Nv bG9yPSIjMDA2NjAwIiBib3JkZXJjb2xvcmxpZ2h0PSIjODA4MDgwIiBib3JkZXJjb2xvcmRhcms9 IiNGRkZGRkYiPg0KPHRyPjx0ZD4NCjxkaXYgYWxpZ249ImNlbnRlciI+DQogIDxjZW50ZXI+DQog IDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9 IjEwMCUiPg0KICAgIDx0cj4NCiAgICAgIDx0ZCB3aWR0aD0iNTAlIj4NCiAgICAgICAgPHAgc3R5 bGU9ImxpbmUtaGVpZ2h0OiAxNTAlOyB3b3JkLXNwYWNpbmc6IDA7IG1hcmdpbi1sZWZ0OiA1OyBt YXJnaW4tcmlnaHQ6IDU7IG1hcmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjwvdGQ+DQog ICAgPC9jZW50ZXI+DQogICAgPHRkIHdpZHRoPSI1MCUiPg0KICAgICAgPHAgc3R5bGU9ImxpbmUt aGVpZ2h0OiAxNTAlOyB3b3JkLXNwYWNpbmc6IDA7IG1hcmdpbjogNSIgYWxpZ249InJpZ2h0Ij48 c3BhbiBzdHlsZT0ibGV0dGVyLXNwYWNpbmc6IDJwdCI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMw MEZGMDAiPrLEpEexTar4oUKyxKRAv+++3CANCiAgICAgIKaorLAgPC9mb250Pjxmb250IGNvbG9y PSIjMDBGRjAwIiBzaXplPSIzIj48aT4yMaVArPa46rBUpEg8L2k+PC9mb250Pjwvc3Bhbj48L3Rk Pg0KICA8L3RyPg0KICA8L3RhYmxlPg0KPC9kaXY+DQo8Y2VudGVyPg0KPHRhYmxlIGJvcmRlcj0i MCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iMTAwJSIgYmdjb2xvcj0i I0ZGRkZGRiIgYmFja2dyb3VuZD0iaHR0cDovL3d3dy5sY2NuZXQuY29tLnR3L2xpbnV4L2xpbnV4 c2hvdy9pbWFnZXMvMi9iYWNrZ3JvdW5kLkpQRyI+DQo8dHI+PHRkIHdpZHRoPSIxMDAlIj4NCjxw IHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxNTAlOyBtYXJnaW4tbGVmdDog MDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAyMDsgbWFyZ2luLWJvdHRvbTogNSIgYWxp Z249ImNlbnRlciI+PGZvbnQgZmFjZT0ivNC3osXpIiBzaXplPSI2IiBjb2xvcj0iIzAwMDA4MCI+ puasRrB8rOyn3qRIpH6w9rBWpM65QqXOpOiu1zwvZm9udD48L3A+DQogIDwvY2VudGVyPiAgICAg ICAgICAgICAgICANCjxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxNTAl OyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAxNTsgbWFyZ2lu LWJvdHRvbTogNSIgYWxpZ249ImNlbnRlciI+PGZvbnQgY29sb3I9IiNGRjAwMDAiIGZhY2U9IrzQ t6LF6SIgc2l6ZT0iNSI+pL22T7jJp1W46rBUs27F6aRIpH6w9rBWs3GqvjwvZm9udD48L3A+DQo8 Y2VudGVyPg0KPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1h cmdpbjogMCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48L3A+DQog IDwvY2VudGVyPiAgICAgICAgICAgICAgICANCiAgPGRpdiBhbGlnbj0ibGVmdCI+DQogICAgPHRh YmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTUi Pg0KICAgICAgPHRyPg0KICAgICAgICA8dGQgd2lkdGg9IjkzIiBiZ2NvbG9yPSIjMDA2NjY2Ij4g ICAgICAgICAgICAgICAgDQo8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDog MTUwJTsgbWFyZ2luOiAwIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+Jm5ic3A7ICANCjwvZm9udD48 Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiI+s/yhQq1wtWWk6LB3PC9mb250Pjxmb250IGNv bG9yPSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+Jm5ic3A7PC9mb250PjwvcD4NCiAg ICAgICAgPC90ZD4NCiAgICAgIDwvdHI+DQogICAgPC90YWJsZT4NCiAgPC9kaXY+DQo8Y2VudGVy Pg0KPGRpdiBhbGlnbj0iY2VudGVyIj4NCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9 IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTUlIj4NCiAgICA8dHI+DQogICAgICA8dGQgd2lk dGg9IjEwMCUiPg0KICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdo dDogMTAwJTsgbWFyZ2luLWxlZnQ6IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMzsg bWFyZ2luLWJvdHRvbTogMCI+PGZvbnQgc2l6ZT0iMiI+sPawVqtEuOqwVKzbw/as7Kh0sqa3fqSn pEit+6FBqPOnVbKjt361b65poUGow7jRqE2lord+sN3DRKFDPC9mb250PjwvcD4NCiAgICAgICAg PHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+ PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48L3RkPg0KICAgIDwvdHI+ DQogIDwvdGFibGU+DQo8L2Rpdj4NCiAgPC9jZW50ZXI+ICAgICAgICAgICAgICAgIA0KICA8ZGl2 IGFsaWduPSJsZWZ0Ij4NCiAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2Vs bHNwYWNpbmc9IjAiIHdpZHRoPSI5NCI+DQogICAgICA8dHI+DQogICAgICAgIDx0ZCB3aWR0aD0i OTIiIGJnY29sb3I9IiMwMDY2NjYiPg0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6 IDA7IGxpbmUtaGVpZ2h0OiAxNTAlOyBtYXJnaW46IDAiPjxzcGFuIHN0eWxlPSJiYWNrZ3JvdW5k LWNvbG9yOiAjMDA2NjY2Ij48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJp YWwiPiZuYnNwOyANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiNGRkZG RkYiPrZMoUKtcLm6qMw8L2ZvbnQ+PC9zcGFuPjxmb250IHNpemU9IjIiIGNvbG9yPSIjRkZGRkZG Ij6+2jwvZm9udD48L3RkPg0KICAgICAgPC90cj4NCiAgICA8L3RhYmxlPg0KICA8L2Rpdj4NCjxj ZW50ZXI+DQo8ZGl2IGFsaWduPSJjZW50ZXIiPg0KICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFk ZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI5NSUiPg0KICAgIDx0cj4NCiAgICAgIDx0 ZCB3aWR0aD0iMTAwJSI+DQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUt aGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9w OiAzOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBzaXplPSIyIj6ozKF1puasRrB8rOyn3qRIpH6w 9rBWpM65QqXOpOiu16F2v+yyeqFBuXem9LD2sFa4Z7ZPrLC3c6V4ufS4drv1pLihQbl3rXCw9rBW pEC4VaRIprikp7jqsFSzbsXppEikfqfrpEq0Trd+pauz9aFDPC9mb250PjwvcD4NCiAgICAgICAg PHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+ PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD4NCiAgICAgIDwvdGQ+DQog ICAgPC90cj4NCiAgPC90YWJsZT4NCjwvZGl2Pg0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAg DQogIDxkaXYgYWxpZ249ImxlZnQiPg0KICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5n PSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjkzIj4NCiAgICAgIDx0cj4NCiAgICAgICAgPHRk IHdpZHRoPSI5MSIgYmdjb2xvcj0iIzAwNjY2NiI+DQogICAgICAgICAgPHAgc3R5bGU9IndvcmQt c3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDE1MCU7IG1hcmdpbjogMCI+PHNwYW4gc3R5bGU9ImJh Y2tncm91bmQtY29sb3I6ICMwMDY2NjYiPjxmb250IGNvbG9yPSIjRkZGRkZGIj4mbmJzcDsgDQog ICAgICAgICAgPC9mb250Pjxmb250IHNpemU9IjIiIGNvbG9yPSIjRkZGRkZGIj6w0aFCpUS/7LPm PC9mb250Pjwvc3Bhbj48Zm9udCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiI+puw8L2ZvbnQ+PC90 ZD4NCiAgICAgIDwvdHI+DQogICAgPC90YWJsZT4NCiAgPC9kaXY+DQo8Y2VudGVyPg0KPGRpdiBh bGlnbj0iY2VudGVyIj4NCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxz cGFjaW5nPSIwIiB3aWR0aD0iOTUlIj4NCiAgICA8dHI+DQogICAgICA8dGQgd2lkdGg9IjEwMCUi Pg0KICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsg bWFyZ2luLWxlZnQ6IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMTA7IG1hcmdpbi1i b3R0b206IDAiPjxmb250IGNvbG9yPSIjMDAwMEZGIj48Yj6m5qxGsHyz0qllt3zCvrBWp72hQqbm rEawfKtDu7K3fDwvYj48L2ZvbnQ+PC9wPg0KICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5n OiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIyIiBmYWNlPSJB cmlhbCI+Jm5ic3A7PC9mb250PjwvdGQ+DQogICAgPC90cj4NCiAgPC90YWJsZT4NCjwvZGl2Pg0K ICA8L2NlbnRlcj4gICAgICAgICAgICAgICAgDQogIDxkaXYgYWxpZ249ImxlZnQiPg0KICAgIDx0 YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9Ijkz Ij4NCiAgICAgIDx0cj4NCiAgICAgICAgPHRkIHdpZHRoPSI5MSIgYmdjb2xvcj0iIzAwNjY2NiI+ DQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDE1MCU7 IG1hcmdpbjogMCI+PHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICMwMDY2NjYiPjxmb250 IGNvbG9yPSIjRkZGRkZGIj4mbmJzcDsgDQogICAgICAgICAgPC9mb250Pjxmb250IHNpemU9IjIi IGNvbG9yPSIjRkZGRkZGIj64dqFCqWW/7LPmPC9mb250Pjwvc3Bhbj48Zm9udCBzaXplPSIyIiBj b2xvcj0iI0ZGRkZGRiI+puw8L2ZvbnQ+PC90ZD4gDQogICAgICA8L3RyPiANCiAgICA8L3RhYmxl PiANCiAgPC9kaXY+IA0KPGNlbnRlcj4gIA0KPGRpdiBhbGlnbj0iY2VudGVyIj4gICAgICAgICAg ICAgICAgICAgIA0KICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNp bmc9IjAiIHdpZHRoPSI5NSUiPiAgICAgICAgICAgICAgICAgICAgDQogICAgPHRyPiAgICAgICAg ICAgICAgICAgICAgDQogICAgICA8dGQgd2lkdGg9IjEwMCUiPiAgICAgICAgICAgICAgICAgICAg DQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBt YXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAzOyBtYXJnaW4tYm90 dG9tOiAwIj48Zm9udCBjb2xvcj0iIzAwMDBGRiIgc2l6ZT0iMiI+wXCmqLlxuKOx0Kh8pKSk3zwv Zm9udD48L3A+ICAgICAgICAgICAgICANCiAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzog MDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJp YWwiPiZuYnNwOzwvZm9udD48L3RkPiAgICAgICAgICAgICAgICAgICANCiAgICA8L3RyPiAgICAg ICAgICAgICAgICAgICANCiAgPC90YWJsZT4gICAgICAgICAgICAgICAgICAgDQo8L2Rpdj4gICAg ICAgICAgICAgICAgICAgDQogIDwvY2VudGVyPiAgICAgICAgICAgICAgICAgIA0KICA8ZGl2IGFs aWduPSJsZWZ0Ij4NCiAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNw YWNpbmc9IjAiIHdpZHRoPSI5MyI+DQogICAgICA8dHI+DQogICAgICAgIDx0ZCB3aWR0aD0iOTEi IGJnY29sb3I9IiMwMDY2NjYiPg0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7 IGxpbmUtaGVpZ2h0OiAxNTAlOyBtYXJnaW46IDAiPjxzcGFuIHN0eWxlPSJiYWNrZ3JvdW5kLWNv bG9yOiAjMDA2NjY2Ij48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+Jm5ic3A7ICAgICAgICAg ICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqXu oUKw9rBWPC9zcGFuPsP+PHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICMwMDY2NjYiPqdP PC9zcGFuPjwvZm9udD48L3RkPg0KICAgICAgPC90cj4NCiAgICA8L3RhYmxlPg0KICA8L2Rpdj4N CjxjZW50ZXI+IA0KPGRpdiBhbGlnbj0iY2VudGVyIj4gICAgICAgICAgICAgDQogIDx0YWJsZSBi b3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9Ijk1JSI+ICAg ICAgICAgICAgIA0KICAgIDx0cj4gICAgICAgICAgICAgDQogICAgICA8dGQgd2lkdGg9IjEwMCUi PiAgICAgICAgICAgICANCiAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1o ZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAwOyBtYXJnaW4tcmlnaHQ6IDA7IG1hcmdpbi10b3A6 IDM7IG1hcmdpbi1ib3R0b206IDAiPjxmb250IHNpemU9IjIiPrr0u9q69Lj0uOquxq53s12tcK9a oUK46q7GrnfAs6XOtXumobNdrXCvWqFCtXumobNdrXCvWqFDPC9mb250PjwvcD4gICAgICAgICAg ICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAl OyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4mbmJzcDs8L2ZvbnQ+PC90 ZD4gICAgICAgICAgICAgDQogICAgPC90cj4gICAgICAgICAgICAgDQogIDwvdGFibGU+ICAgICAg ICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAg IA0KICA8ZGl2IGFsaWduPSJsZWZ0Ij4NCiAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGlu Zz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI5NCI+DQogICAgICA8dHI+DQogICAgICAgIDx0 ZCB3aWR0aD0iOTIiIGJnY29sb3I9IiMwMDY2NjYiPg0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3Jk LXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxNTAlOyBtYXJnaW46IDAiPjxzcGFuIHN0eWxlPSJi YWNrZ3JvdW5kLWNvbG9yOiAjMDA2NjY2Ij48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+Jm5i c3A7ICAgICAgICAgICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYi IHNpemU9IjIiPrOwoUK+x7ZPPC9zcGFuPrjJPHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6 ICMwMDY2NjYiPqdVPC9zcGFuPjwvZm9udD48L3RkPg0KICAgICAgPC90cj4NCiAgICA8L3RhYmxl Pg0KICA8L2Rpdj4NCjxjZW50ZXI+IA0KPGRpdiBhbGlnbj0iY2VudGVyIj4gICAgICAgICAgICAg ICAgICANCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIw IiB3aWR0aD0iOTUlIj4gICAgICAgICAgICAgICAgICANCiAgICA8dHI+ICAgICAgICAgICAgICAg ICAgDQogICAgICA8dGQgd2lkdGg9IjEwMCUiPiAgICAgICAgICAgICAgICAgIA0KICAgICAgICA8 cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6 IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMzsgbWFyZ2luLWJvdHRvbTogMCI+PGZv bnQgc2l6ZT0iMiIgY29sb3I9IiNGRjAwMDAiPqF5puasRrB8s9Kkdallrfu3fLROt36md6l3sPKq 96F6PC9mb250PjxiPjxmb250IGNvbG9yPSIjRkYwMDAwIj64yadVvse2TzIvMzwvZm9udD48L2I+ PGZvbnQgc2l6ZT0iMiI+PGZvbnQgY29sb3I9IiNGRjAwMDAiPqFBPC9mb250Pr7Hrfum26VJMSAv IDOhQzwvZm9udD48L3A+ICAgICAgICAgICAgICAgICAgIA0KICAgICAgICA8cCBzdHlsZT0id29y ZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIy IiBmYWNlPSJBcmlhbCI+Jm5ic3A7PC9mb250PjwvdGQ+ICAgICAgICAgICAgICAgICAgICAgICAg DQogICAgPC90cj4gICAgICAgICAgICAgICAgICAgICAgICANCiAgPC90YWJsZT4gICAgICAgICAg ICAgICAgICAgICAgICANCjwvZGl2PiAgICAgICAgICAgICAgICAgICAgICAgIA0KICA8L2NlbnRl cj4gICAgICAgICAgICAgICAgICAgICAgDQogIDxkaXYgYWxpZ249ImxlZnQiPiAgICANCiAgICA8 dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSIx MTYiPiAgICANCiAgICAgIDx0cj4gICAgDQogICAgICAgIDx0ZCB3aWR0aD0iMTE0IiBiZ2NvbG9y PSIjMDA2NjY2Ij4gICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGlu ZS1oZWlnaHQ6IDE1MCU7IG1hcmdpbjogMCI+PHNwYW4gc3R5bGU9ImJhY2tncm91bmQtY29sb3I6 ICMwMDY2NjYiPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4mbmJzcDsgICAgICAgICAgICAg ICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxt oUKwVr1tpc08L3NwYW4+rKE8c3BhbiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogIzAwNjY2NiI+ rHq2Szwvc3Bhbj48L2ZvbnQ+PC90ZD4gIA0KICAgICAgPC90cj4gIA0KICAgIDwvdGFibGU+ICAN CiAgPC9kaXY+ICANCjxjZW50ZXI+ICAgDQo8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAgICAgICAg ICAgICAgICAgICANCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFj aW5nPSIwIiB3aWR0aD0iOTUlIj4gICAgICAgICAgICAgICAgICAgICAgDQogICAgPHRyPiAgICAg ICAgICAgICAgICAgICAgICANCiAgICAgIDx0ZCB3aWR0aD0iMTAwJSI+ICAgICAgICAgICAgICAg ICAgICAgIA0KICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDog MTAwJTsgbWFyZ2luLWxlZnQ6IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMzsgbWFy Z2luLWJvdHRvbTogMCI+PGZvbnQgc2l6ZT0iMiI+ssWmWKxGqbKhdTxmb250IGNvbG9yPSIjRkYw MDAwIj6wVr1tpc2soax6tks8L2ZvbnQ+oXa46q7mqsyhQTxmb250IGNvbG9yPSIjRkYwMDAwIj6o Q6TrpWmk5Lvit3OleLn0s/y4VbZMpGSkuDwvZm9udD6hQzwvZm9udD48L3A+ICAgICAgICAgICAg ICANCiAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7 IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48L3Rk PiAgICAgICAgICAgICAgICAgICANCiAgICA8L3RyPiAgICAgICAgICAgICAgICAgICANCiAgPC90 YWJsZT4gICAgICAgICAgICAgICAgICAgDQo8L2Rpdj4gICAgICAgICAgICAgICAgICAgDQogIDwv Y2VudGVyPiAgICAgICAgICAgICAgICAgIA0KICA8ZGl2IGFsaWduPSJsZWZ0Ij4gDQogICAgPHRh YmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTMi PiANCiAgICAgIDx0cj4gDQogICAgICAgIDx0ZCB3aWR0aD0iOTEiIGJnY29sb3I9IiMwMDY2NjYi PiANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTUw JTsgbWFyZ2luOiAwIj48c3BhbiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogIzAwNjY2NiI+PGZv bnQgZmFjZT0iQXJpYWwiPiZuYnNwOyAgICAgICAgICAgICAgDQogICAgICAgICAgPC9mb250Pjxm b250IHNpemU9IjIiIGNvbG9yPSIjRkZGRkZGIj6uw6FCrta1b8PSPC9mb250Pjwvc3Bhbj48Zm9u dCBzaXplPSIyIiBjb2xvcj0iI0ZGRkZGRiI+t9M8L2ZvbnQ+PHNwYW4gc3R5bGU9ImJhY2tncm91 bmQtY29sb3I6ICMwMDY2NjYiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iI0ZG RkZGRiI+Jm5ic3A7PC9mb250Pjwvc3Bhbj48L3RkPiANCiAgICAgIDwvdHI+IA0KICAgIDwvdGFi bGU+IA0KICA8L2Rpdj4gDQo8Y2VudGVyPiAgDQo8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAgICAg ICAgICAgIA0KICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9 IjAiIHdpZHRoPSI5NSUiPiAgICAgICAgICAgICAgIA0KICAgIDx0cj4gICAgICAgICAgICAgICAN CiAgICAgIDx0ZCB3aWR0aD0iMTAwJSI+ICAgICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxl PSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFy Z2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAzOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBzaXpl PSIyIj61srd+pqjBWqZYruaqzKFBtW+1uTxmb250IGNvbG9yPSIjRkYwMDAwIj6mWK7mpKfD0q7R PC9mb250PqFDPC9mb250PiAgICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNw YWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiIGZh Y2U9IkFyaWFsIj4mbmJzcDs8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgIDwvdHI+ICAg ICAgICAgICAgICANCiAgPC90YWJsZT4gICAgICAgICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAg ICANCiAgPC9jZW50ZXI+ICAgICAgICAgICAgICAgICAgDQogIDxkaXYgYWxpZ249ImxlZnQiPiAN CiAgICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdp ZHRoPSI5MyI+IA0KICAgICAgPHRyPiANCiAgICAgICAgPHRkIHdpZHRoPSI5MSIgYmdjb2xvcj0i IzAwNjY2NiI+IA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVp Z2h0OiAxNTAlOyBtYXJnaW46IDAiPjxzcGFuIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjMDA2 NjY2Ij48Zm9udCBmYWNlPSJBcmlhbCI+Jm5ic3A7ICAgICAgICAgICAgIA0KICAgICAgICAgIDwv Zm9udD48L3NwYW4+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiNGRkZGRkYiPjxzcGFuIHN0eWxlPSJi YWNrZ3JvdW5kLWNvbG9yOiAjMDA2NjY2Ij6oaKFCtE63fr73PC9zcGFuPrd8PC9mb250PjxzcGFu IHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjMDA2NjY2Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6 ZT0iMiIgY29sb3I9IiNGRkZGRkYiPiZuYnNwOzwvZm9udD48L3NwYW4+PC90ZD4gDQogICAgICA8 L3RyPiANCiAgICA8L3RhYmxlPiANCiAgPC9kaXY+IA0KPGNlbnRlcj4gDQo8ZGl2IGFsaWduPSJj ZW50ZXIiPiAgICAgICAgICAgICANCiAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAi IGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTUlIj4gICAgICAgICAgICAgDQogICAgPHRyPiAgICAg ICAgICAgICANCiAgICAgIDx0ZCB3aWR0aD0iMTAwJSI+ICAgICAgICAgICAgIA0KICAgICAgICA8 cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6 IDA7IG1hcmdpbi1yaWdodDogMDsgbWFyZ2luLXRvcDogMzsgbWFyZ2luLWJvdHRvbTogMCI+PGZv bnQgc2l6ZT0iMiI+tKOo0TwvZm9udD48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+MjIsODU0 PC9mb250Pjxmb250IHNpemU9IjIiPq3TtE63fr73t3yhQbx4pH68dLDTprPBcLlxoUK12LrToUKt XrS2uUahQqV4xlepVLr0oUKvq7lGoUK0ZrS2rOyn3qFCpXi/brlxoUKnu/nWuXG4ozwvZm9udD48 Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+Li4uPC9mb250Pjxmb250IHNpemU9IjIiPrWlplWk aqS9pXE8L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPig8L2ZvbnQ+PGZvbnQgc2l6 ZT0iMiI+u1CkSKRPuOq3vbr0plinQDwvZm9udD48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+ KTwvZm9udD48Zm9udCBzaXplPSIyIj6hQzwvZm9udD48L3A+ICAgICAgICAgICAgICANCiAgICAg ICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjog MCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48L3RkPiAgICAgICAg ICAgICAgDQogICAgPC90cj4gICAgICAgICAgICAgIA0KICA8L3RhYmxlPiAgICAgICAgICAgICAg DQo8L2Rpdj4gICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAgIA0KICA8 ZGl2IGFsaWduPSJsZWZ0Ij4gDQogICAgPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAi IGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTQiPiANCiAgICAgIDx0cj4gDQogICAgICAgIDx0ZCB3 aWR0aD0iOTIiIGJnY29sb3I9IiMwMDY2NjYiPiANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1z cGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTUwJTsgbWFyZ2luOiAwIj48c3BhbiBzdHlsZT0iYmFj a2dyb3VuZC1jb2xvcjogIzAwNjY2NiI+PGZvbnQgZmFjZT0iQXJpYWwiPiZuYnNwOyAgICAgICAg ICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxC oUKz+KZXtME8L2ZvbnQ+PC9zcGFuPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj6trTwv Zm9udD48L3RkPiANCiAgICAgIDwvdHI+IA0KICAgIDwvdGFibGU+IA0KICA8L2Rpdj4gDQo8Y2Vu dGVyPiANCjxkaXYgYWxpZ249ImNlbnRlciI+ICAgICAgICAgICAgDQogIDx0YWJsZSBib3JkZXI9 IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9Ijk1JSI+ICAgICAgICAg ICAgDQogICAgPHRyPiAgICAgICAgICAgIA0KICAgICAgPHRkIHdpZHRoPSIxMDAlIj4gICAgICAg ICAgICANCiAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEw MCU7IG1hcmdpbi1sZWZ0OiAwOyBtYXJnaW4tcmlnaHQ6IDA7IG1hcmdpbi10b3A6IDM7IG1hcmdp bi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIjRkYwMDAwIiBzaXplPSIyIj6nWaTpsF+m3CCkRSCk USCmfiCkSyCk6yCkUSAgICAgDQogICAgICAgIKV8IKTppO48L2ZvbnQ+PGZvbnQgY29sb3I9IiNG RjAwMDAiIHNpemU9IjMiPjxiPqFdw0K6obpJpO6hXjwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9IiNG RjAwMDAiIHNpemU9IjIiPqFDPC9mb250PjwvcD4gICAgICAgICAgICAgICAgIA0KICAgICAgICA8 cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48 Zm9udCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiZuYnNwOzwvZm9udD48 L3RkPiAgICAgICAgICAgICAgICANCiAgICA8L3RyPiAgICAgICAgICAgICAgICANCiAgPC90YWJs ZT4gICAgICAgICAgICAgICAgDQo8L2Rpdj4gICAgICAgICAgICAgICAgDQogIDwvY2VudGVyPiAg ICAgICAgICAgICAgICAgICAgDQogIDxkaXYgYWxpZ249ImxlZnQiPiAgDQogICAgPHRhYmxlIGJv cmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iMTA3Ij4gIA0K ICAgICAgPHRyPiAgDQogICAgICAgIDx0ZCB3aWR0aD0iMTA1IiBiZ2NvbG9yPSIjMDA2NjY2Ij4g IA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxNTAl OyBtYXJnaW46IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj4mbmJzcDsgICANCiAg ICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxCs/yhQrrCv++k 6KahPC9mb250PjwvdGQ+IA0KICAgICAgPC90cj4gDQogICAgPC90YWJsZT4gDQogIDwvZGl2PiAN CjxjZW50ZXI+ICANCjxkaXYgYWxpZ249ImNlbnRlciI+ICAgICAgICAgICAgIA0KICA8dGFibGUg Ym9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI5NSUiPiAg ICAgICAgICAgICANCiAgICA8dHI+ICAgICAgICAgICAgIA0KICAgICAgPHRkIHdpZHRoPSIxMDAl Ij4gICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUt aGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9w OiAzOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBzaXplPSIyIj61p7jVu1CtsbjVoUOkWr/9qPqq zL3QqMyzV6l3s/io7KFBuU+0waVIsfPFdr3XoUGl0bPGqPqkSK37u7y4yaFDPC9mb250PjwvcD4g ICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVp Z2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4mbmJzcDs8 L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgDQogICAgPC90cj4gICAgICAgICAgICAgDQogIDwvdGFi bGU+ICAgICAgICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAgICAg ICAgICAgICAgICANCiAgPGRpdiBhbGlnbj0ibGVmdCI+IA0KICAgIDx0YWJsZSBib3JkZXI9IjAi IGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjEwNyI+IA0KICAgICAgPHRy PiANCiAgICAgICAgPHRkIHdpZHRoPSIxMDUiIGJnY29sb3I9IiMwMDY2NjYiPiANCiAgICAgICAg ICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTUwJTsgbWFyZ2luOiAw Ij48Zm9udCBmYWNlPSJBcmlhbCI+Jm5ic3A7ICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29s b3I9IiNGRkZGRkYiIHNpemU9IjIiPqxCtkyhQrP4pleuybahPC9mb250PjwvdGQ+IA0KICAgICAg PC90cj4gDQogICAgPC90YWJsZT4gDQogIDwvZGl2PiANCjxjZW50ZXI+ICANCjxkaXYgYWxpZ249 ImNlbnRlciI+ICAgICAgICAgICAgIA0KICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0i MCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSI5NSUiPiAgICAgICAgICAgICANCiAgICA8dHI+ICAg ICAgICAgICAgIA0KICAgICAgPHRkIHdpZHRoPSIxMDAlIj4gICAgICAgICAgICAgDQogICAgICAg IDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVm dDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4tdG9wOiAzOyBtYXJnaW4tYm90dG9tOiAwIj48 Zm9udCBzaXplPSIyIj62Z6RApty2Z6Stpq2kVzwvZm9udD48Zm9udCBzaXplPSIyIiBmYWNlPSJB cmlhbCI+MDk6MDA8L2ZvbnQ+PGZvbnQgc2l6ZT0iMiI+ptw8L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIg ZmFjZT0iQXJpYWwiPjIxOjUwPC9mb250Pjxmb250IHNpemU9IjIiPqTOtmeku6FCtmek6aatpFc8 L2ZvbnQ+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPjA5OjAwPC9mb250Pjxmb250IHNpemU9 IjIiPqbcPC9mb250Pjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4wNTo1MDwvZm9udD48Zm9u dCBzaXplPSIyIj6hQzwvZm9udD4gICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3Jk LXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIi IGZhY2U9IkFyaWFsIj4mbmJzcDs8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgDQogICAgPC90cj4g ICAgICAgICAgICAgDQogIDwvdGFibGU+ICAgICAgICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAg IA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAgICANCiAgPGRpdiBhbGlnbj0ibGVmdCI+IA0K ICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lk dGg9IjEwNyI+IA0KICAgICAgPHRyPiANCiAgICAgICAgPHRkIHdpZHRoPSIxMDUiIGJnY29sb3I9 IiMwMDY2NjYiPiANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhl aWdodDogMTUwJTsgbWFyZ2luOiAwIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+Jm5i c3A7ICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxC sNGhQsO6pebD0qXzPC9mb250PjwvdGQ+IA0KICAgICAgPC90cj4gDQogICAgPC90YWJsZT4gDQog IDwvZGl2PiANCjxjZW50ZXI+ICANCjxkaXYgYWxpZ249ImNlbnRlciI+ICAgICAgICAgICAgIA0K ICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRo PSI5NSUiPiAgICAgICAgICAgICANCiAgICA8dHI+ICAgICAgICAgICAgIA0KICAgICAgPHRkIHdp ZHRoPSIxMDAlIj4gICAgICAgICAgICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6 IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBt YXJnaW4tdG9wOiAzOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBzaXplPSIyIj6oraX3w9K8dqW7 oUKyprd+w9Ku0bx2pbukzrfTpPmkR7FpoV2kQKZUqc6kR6ZUoV6hQzwvZm9udD4gICAgICAgICAg ICAgDQogICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAl OyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsIj4mbmJzcDs8L2ZvbnQ+PC90 ZD4gICAgICAgICAgICAgDQogICAgPC90cj4gICAgICAgICAgICAgDQogIDwvdGFibGU+ICAgICAg ICAgICAgIA0KPC9kaXY+ICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAg ICANCiAgPGRpdiBhbGlnbj0ibGVmdCI+IA0KICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRk aW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjQxNiI+IA0KICAgICAgPHRyPiANCiAgICAg ICAgPHRkIHdpZHRoPSIxMDciIGJnY29sb3I9IiMwMDY2NjYiPiANCiAgICAgICAgICA8cCBzdHls ZT0ibGluZS1oZWlnaHQ6IDE1MCU7IHdvcmQtc3BhY2luZzogMDsgbWFyZ2luOiAwIj48Zm9udCBm YWNlPSJBcmlhbCI+Jm5ic3A7ICAgICAgICAgICAgICANCiAgICAgICAgICA8L2ZvbnQ+PGZvbnQg Y29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPqxCuHahQrP4plemYcJJPC9mb250PjwvdGQ+IA0KICAg ICAgICA8dGQgd2lkdGg9IjMwNSI+IA0KICAgICAgICAgIDxwIHN0eWxlPSJsaW5lLWhlaWdodDog MTUwJTsgd29yZC1zcGFjaW5nOiAwOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiPqFdsNGm0rr0 p32hRzxmb250IGZhY2U9IkFyaWFsIj48YSBocmVmPSJodHRwOi8vd3d3LmxjY25ldC5jb20udHci IHRhcmdldD0iX2JsYW5rIj53d3cubGNjbmV0LmNvbS50dzwvYT48L2ZvbnQ+oV48L2ZvbnQ+PC90 ZD4gDQogICAgICA8L3RyPiANCiAgICA8L3RhYmxlPiANCiAgPC9kaXY+IA0KPGNlbnRlcj4gIA0K PGRpdiBhbGlnbj0iY2VudGVyIj4gICAgICAgICAgICAgICANCiAgPHRhYmxlIGJvcmRlcj0iMCIg Y2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iOTUlIj4gICAgICAgICAgICAg ICANCiAgICA8dHI+ICAgICAgICAgICAgICAgDQogICAgICA8dGQgd2lkdGg9IjEwMCUiPiAgICAg ICAgICAgICAgIA0KICAgICAgICChQCAgICAgICAgICAgICAgICAgIA0KICA8L2NlbnRlcj4gICAg ICAgICAgICAgICAgIA0KICAgICAgICA8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAgICAgICAgICAg DQogICAgICAgICAgPHRhYmxlIGJvcmRlcj0iMSIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5n PSIwIiB3aWR0aD0iMTAwJSIgYm9yZGVyY29sb3JsaWdodD0iIzgwODA4MCIgYm9yZGVyY29sb3Jk YXJrPSIjRkZGRkZGIj4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgPHRyPiAgICAgICAgICAg ICAgDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMTclIiBhbGlnbj0iY2VudGVyIiBiZ2NvbG9y PSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxwIHN0eWxlPSJ3b3Jk LXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMjsgbWFyZ2luLXJp Z2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBjb2xvcj0iI0ZG RkZGRiIgc2l6ZT0iMiI+ssSkQLDPsFa9baSkpN88L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0K PGNlbnRlcj4gDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMzIlIiBhbGlnbj0ibGVmdCIgYmdj b2xvcj0iIzMzNjY5OSI+ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8cCBzdHlsZT0i d29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6IDI7IG1hcmdp bi1yaWdodDogMjsgbWFyZ2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCI+PGZvbnQgY29sb3I9 IiNGRkZGRkYiIHNpemU9IjIiPiZuYnNwO6V4pV+lq6m+p7WqRrj0PC9mb250Pjxmb250IGNvbG9y PSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+NDwvZm9udD48Zm9udCBjb2xvcj0iI0ZG RkZGRiIgc2l6ZT0iMiI+rHE8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZh Y2U9IkFyaWFsIj4xNzY8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiPri5PC9m b250Pjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+NDwvZm9udD48 Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+vNM8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAg IA0KICA8L2NlbnRlcj4gICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICA8dGQgd2lkdGg9 IjIwJSIgYmdjb2xvcj0iIzMzNjY5OSI+ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8 cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6 IDI7IG1hcmdpbi1yaWdodDogMjsgbWFyZ2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCI+PGZv bnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZhY2U9IkFyaWFsIj5URUw6MDItMjc0MDM4NjI8 L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICA8dGQgd2lkdGg9IjMxJSIg Ymdjb2xvcj0iIzMzNjY5OSI+ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8cCBzdHls ZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6IDI7IG1h cmdpbi1yaWdodDogMjsgbWFyZ2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCI+PGZvbnQgY29s b3I9IiNGRkZGRkYiIHNpemU9IjIiPrG2uUKpvqe1tLCkxq+4M7i5pVikZqFBPC9mb250Pjxmb250 IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+TkVUPC9mb250Pjxmb250IGNv bG9yPSIjRkZGRkZGIiBzaXplPSIyIj6qQbmiPC9mb250Pjxmb250IGNvbG9yPSIjRkZGRkZGIiBz aXplPSIyIj6806RXPC9mb250PjwvdGQ+ICAgICAgICAgICAgICANCiAgICAgICAgICAgIDwvdHI+ ICAgICAgICAgICAgICANCjxjZW50ZXI+IA0KICAgICAgICAgICAgPHRyPiAgICAgICAgICAgICAg DQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMTclIiBhbGlnbj0iY2VudGVyIiBiZ2NvbG9yPSIj MzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNw YWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMjsgbWFyZ2luLXJpZ2h0 OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBjb2xvcj0iI0ZGRkZG RiIgc2l6ZT0iMiI+ssSkR7DPsFa9baSkpN88L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAg ICAgICAgICAgICA8dGQgd2lkdGg9IjMyJSIgYWxpZ249ImxlZnQiIGJnY29sb3I9IiMzMzY2OTki PiAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzog MDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAyOyBtYXJnaW4tcmlnaHQ6IDI7IG1h cmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXpl PSIyIj4mbmJzcDuleKVfpavAXatluPQ8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9 IjIiIGZhY2U9IkFyaWFsIj4zNjwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+ uLk8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZhY2U9IkFyaWFsIj40PC9m b250Pjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj680zwvZm9udD48L3RkPiAgICAgICAg ICAgICAgDQogIDwvY2VudGVyPiAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgIDx0ZCB3 aWR0aD0iMjAlIiBiZ2NvbG9yPSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAg ICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4t bGVmdDogMjsgbWFyZ2luLXJpZ2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAw Ij48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiAgICAgICAgICAg ICAgICAgIFRFTDowMi0yMzg5NjU3NzwvZm9udD48L3RkPiAgICAgICAgICAgICAgDQo8Y2VudGVy PiANCiAgICAgICAgICAgICAgPHRkIHdpZHRoPSIzMSUiIGJnY29sb3I9IiMzMzY2OTkiPiAgICAg ICAgICAgICAgDQogICAgICAgICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGlu ZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAyOyBtYXJnaW4tcmlnaHQ6IDI7IG1hcmdpbi10 b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj6l eKVfpPWorq+4q2WhQaRnpmG7yKbmrsehQaSmtKOpQLDYvNOkVzwvZm9udD48L3RkPiAgICAgICAg ICAgICAgDQogICAgICAgICAgICA8L3RyPiAgICAgICAgICAgICAgDQogICAgICAgICAgICA8dHI+ ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgPHRkIHdpZHRoPSIxNyUiIGFsaWduPSJjZW50 ZXIiIGJnY29sb3I9IiMzMzY2OTkiPiAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgPHAg c3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAy OyBtYXJnaW4tcmlnaHQ6IDI7IG1hcmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjxmb250 IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj6yxKS7sM+wVr1tpKSk3zwvZm9udD48L3RkPiAgICAg ICAgICAgICAgDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMzIlIiBhbGlnbj0ibGVmdCIgYmdj b2xvcj0iIzMzNjY5OSI+ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8cCBzdHlsZT0i d29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6IDI7IG1hcmdp bi1yaWdodDogMjsgbWFyZ2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCI+PGZvbnQgY29sb3I9 IiNGRkZGRkYiIHNpemU9IjIiPiZuYnNwO6V4pV+lq8O5tLW61rj0PC9mb250Pjxmb250IGNvbG9y PSIjRkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+NDwvZm9udD48Zm9udCBjb2xvcj0iI0ZG RkZGRiIgc2l6ZT0iMiI+rHE8L2ZvbnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZh Y2U9IkFyaWFsIj42NDwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+uLk8L2Zv bnQ+PGZvbnQgY29sb3I9IiNGRkZGRkYiIHNpemU9IjIiIGZhY2U9IkFyaWFsIj40PC9mb250Pjxm b250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj680zwvZm9udD48L3RkPiAgICAgICAgICAgICAg DQogIDwvY2VudGVyPiAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0i MjAlIiBiZ2NvbG9yPSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxw IHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDog MjsgbWFyZ2luLXJpZ2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9u dCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPiAgICAgICAgICAgIFRFTDow Mi0yMzY0ODg4NTwvZm9udD48L3RkPiAgICAgICAgICAgICAgDQo8Y2VudGVyPiANCiAgICAgICAg ICAgICAgPHRkIHdpZHRoPSIzMSUiIGJnY29sb3I9IiMzMzY2OTkiPiAgICAgICAgICAgICAgDQog ICAgICAgICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEw MCU7IG1hcmdpbi1sZWZ0OiAyOyBtYXJnaW4tcmlnaHQ6IDI7IG1hcmdpbi10b3A6IDA7IG1hcmdp bi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj6xtrlCpL3AXa+4Mbi5 pVikZqWqwuChQTwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJp YWwiPk5FVDwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+qkG5orzTpFc8L2Zv bnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgPC90cj4gICAgICAgICAgICAgIA0K ICAgICAgICAgICAgPHRyPiAgICAgICAgICAgICAgDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0i MTclIiBhbGlnbj0iY2VudGVyIiBiZ2NvbG9yPSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAg ICAgICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAl OyBtYXJnaW4tbGVmdDogMjsgbWFyZ2luLXJpZ2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4t Ym90dG9tOiAwIj48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiI+ssSkRbDPsFa9baSkpN88 L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICA8dGQgd2lkdGg9IjMyJSIg YWxpZ249ImxlZnQiIGJnY29sb3I9IiMzMzY2OTkiPiAgICAgICAgICAgICAgDQogICAgICAgICAg ICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdp bi1sZWZ0OiAyOyBtYXJnaW4tcmlnaHQ6IDI7IG1hcmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206 IDAiPjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj4mbmJzcDuwqravpau3c7+zsM+kpKRz pEC49DwvZm9udD48Zm9udCBjb2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPjI1 My0xPC9mb250Pjxmb250IGNvbG9yPSIjRkZGRkZGIiBzaXplPSIyIj64uTwvZm9udD48Zm9udCBj b2xvcj0iI0ZGRkZGRiIgc2l6ZT0iMiIgZmFjZT0iQXJpYWwiPjE8L2ZvbnQ+PGZvbnQgY29sb3I9 IiNGRkZGRkYiIHNpemU9IjIiPrzTPC9mb250PjwvdGQ+ICAgICAgICAgICAgICANCiAgPC9jZW50 ZXI+ICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgPHRkIHdpZHRoPSIyMCUiIGJnY29s b3I9IiMzMzY2OTkiPiAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgPHAgc3R5bGU9Indv cmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbi1sZWZ0OiAyOyBtYXJnaW4t cmlnaHQ6IDI7IG1hcmdpbi10b3A6IDA7IG1hcmdpbi1ib3R0b206IDAiPjxmb250IGNvbG9yPSIj RkZGRkZGIiBzaXplPSIyIiBmYWNlPSJBcmlhbCI+VEVMOjA3LTI4MjI2MjY8L2ZvbnQ+PC90ZD4g ICAgICAgICAgICAgIA0KPGNlbnRlcj4gDQogICAgICAgICAgICAgIDx0ZCB3aWR0aD0iMzElIiBi Z2NvbG9yPSIjMzM2Njk5Ij4gICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxwIHN0eWxl PSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMjsgbWFy Z2luLXJpZ2h0OiAyOyBtYXJnaW4tdG9wOiAwOyBtYXJnaW4tYm90dG9tOiAwIj48Zm9udCBjb2xv cj0iI0ZGRkZGRiIgc2l6ZT0iMiI+sKq2r6T1qK6vuKtloUGq8aRLvHe49KFBqvel27DzrtGnva7H PC9mb250PjwvdGQ+ICAgICAgICAgICAgICANCiAgICAgICAgICAgIDwvdHI+ICAgICAgICAgICAg ICANCiAgICAgICAgICA8L3RhYmxlPiAgICAgICAgICAgICAgDQogICAgICAgIDwvZGl2PiAgICAg ICAgICAgICAgDQogICAgICA8L2NlbnRlcj48L3RkPiAgICAgICAgICAgIA0KICAgIDwvdHI+ICAg ICAgICAgICAgDQogIDwvdGFibGU+ICAgICAgICAgICAgDQo8L2Rpdj4gICAgICAgICAgICANCjxm b3JtIG1ldGhvZD0iUE9TVCIgYWN0aW9uPSJodHRwOi8vNjEuMTYuMTEuMjQzL3NlbmRtYWlsLmFz cCIgb25TdWJtaXQ9IiIgbmFtZT0iZm9ybTEiPiAgICAgICAgICAgIA0KICA8aHIgc2l6ZT0iMSIg Y29sb3I9IiMwMDgwMDAiPiAgICAgICAgICAgIA0KICA8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAg ICAgICAgIA0KICAgIDx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2lu Zz0iMSIgd2lkdGg9Ijk1JSIgaGVpZ2h0PSIxODAiPiAgICAgICAgICAgIA0KICAgICAgPHRyPiAg ICAgICAgICAgIA0KICAgICAgICA8dGQgd2lkdGg9IjEwMCUiIGhlaWdodD0iMjUiIGFsaWduPSJy aWdodCIgYmdjb2xvcj0iIzAwMDAwMCIgY29sc3Bhbj0iMiI+ICAgICAgICAgICAgDQogICAgICAg ICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDE1MCU7IG1hcmdpbi1s ZWZ0OiA1OyBtYXJnaW4tcmlnaHQ6IDU7IG1hcmdpbi10b3A6IDM7IG1hcmdpbi1ib3R0b206IDMi IGFsaWduPSJjZW50ZXIiPjxmb250IGNvbG9yPSIjRkZGRkZGIj65dyZuYnNwOyZuYnNwOyAgIA0K ICAgICAgICAgIKz5Jm5ic3A7Jm5ic3A7ILP4Jm5ic3A7Jm5ic3A7IKZXJm5ic3A7Jm5ic3A7ILVu Jm5ic3A7Jm5ic3A7ICAgDQogICAgICAgICAgsE8mbmJzcDsmbmJzcDsgqu08L2ZvbnQ+PC90ZD4g ICAgICAgICAgICAgIA0KICAgICAgPC90cj4gICAgICAgICAgICAgIA0KICAgICAgPHRyPiAgICAg ICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0iMTklIiBoZWlnaHQ9IjI1IiBhbGlnbj0icmln aHQiIGJnY29sb3I9IiNDQ0ZGQ0MiPiAgICAgICAgICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9 IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6 ZT0iMiI+sNGlW6RIrfuhRzwvZm9udD48L3RkPiAgICAgICAgICAgICAgDQogICAgICAgIDx0ZCB3 aWR0aD0iODElIiBoZWlnaHQ9IjI1IiBiZ2NvbG9yPSIjQ0NGRkNDIj4gICAgICAgICAgICAgIA0K ICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBt YXJnaW46IDAiPjxmb250IHNpemU9IjIiPiZuYnNwOzxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJu YW1lIiBzaXplPSIyMCI+PC9mb250PjwvdGQ+ICAgICAgICAgICAgICANCiAgICAgIDwvdHI+ICAg ICAgICAgICAgICANCiAgICAgIDx0cj4gICAgICAgICAgICAgIA0KICAgICAgICA8dGQgd2lkdGg9 IjE5JSIgaGVpZ2h0PSIyMyIgYWxpZ249InJpZ2h0IiBiZ2NvbG9yPSIjRkZGRkNDIj4gICAgICAg ICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0 OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiPqVYpc2mfqTrpOmhRzwvZm9udD48L3Rk PiAgICAgICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0iODElIiBoZWlnaHQ9IjIzIiBiZ2Nv bG9yPSIjRkZGRkNDIj4gICAgICAgICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNw YWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiPiZu YnNwOzxpbnB1dCB0eXBlPSJ0ZXh0IiBuYW1lPSJteWVhciIgc2l6ZT0iNSI+pn48aW5wdXQgdHlw ZT0idGV4dCIgbmFtZT0ibW1vbiIgc2l6ZT0iNSI+pOs8aW5wdXQgdHlwZT0idGV4dCIgbmFtZT0i bWRheSIgc2l6ZT0iNSI+pOk8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAgPC90cj4g ICAgICAgICAgICAgIA0KICAgICAgPHRyPiAgICAgICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0 aD0iMTklIiBoZWlnaHQ9IjIyIiBhbGlnbj0icmlnaHQiIGJnY29sb3I9IiNDQ0ZGQ0MiPiAgICAg ICAgICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWln aHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiI+qcqhQKFAp0+hRzwvZm9udD48L3Rk PiAgICAgICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0iODElIiBoZWlnaHQ9IjIyIiBiZ2Nv bG9yPSIjQ0NGRkNDIj4gICAgICAgICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNw YWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxmb250IHNpemU9IjIiPiZu YnNwOzxpbnB1dCB0eXBlPSJyYWRpbyIgdmFsdWU9Iqhrpc0iIG5hbWU9InNleCIgY2hlY2tlZD6l /aXNPGlucHV0IHR5cGU9InJhZGlvIiBuYW1lPSJzZXgiIHZhbHVlPSKka6XNIj6kcKlqPC9mb250 PjwvdGQ+ICAgICAgICAgICAgICANCiAgICAgIDwvdHI+ICAgICAgICAgICAgICANCiAgICAgIDx0 cj4gICAgICAgICAgICAgIA0KICAgICAgICA8dGQgd2lkdGg9IjE5JSIgaGVpZ2h0PSIyMiIgYWxp Z249InJpZ2h0IiBiZ2NvbG9yPSIjRkZGRkNDIj4gICAgICAgICAgICAgIA0KICAgICAgICAgIDxw IHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxpbmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW46IDAiPjxm b250IHNpemU9IjIiPrPMsKq+x776oUc8L2ZvbnQ+PC90ZD4gICAgICAgICAgICAgIA0KICAgICAg ICA8dGQgd2lkdGg9IjgxJSIgaGVpZ2h0PSIyMiIgYmdjb2xvcj0iI0ZGRkZDQyI+ICAgICAgICAg ICAgICANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDog MTAwJTsgbWFyZ2luOiAwIj4mbmJzcDs8c2VsZWN0IHNpemU9IjEiIG5hbWU9ImdyYXVkZSI+ICAg ICAgICAgICAgIA0KICAgICAgICAgICAgPG9wdGlvbiB2YWx1ZT0isKqkpMK+Ij6wqqSkwr48L29w dGlvbj4gICAgICAgICAgIA0KICAgICAgICAgICAgPG9wdGlvbiB2YWx1ZT0ipGqxTSI+pGqxTTwv b3B0aW9uPiAgICAgICAgICAgDQogICAgICAgICAgICA8b3B0aW9uIHZhbHVlPSKkar7HIj6kar7H PC9vcHRpb24+ICAgICAgICAgICANCiAgICAgICAgICA8L3NlbGVjdD48L3RkPiAgICAgICAgICAg DQogICAgICA8L3RyPiAgICAgICAgICAgDQogICAgICA8dHI+ICAgICAgICAgICANCiAgICAgICAg PHRkIHdpZHRoPSIxOSUiIGhlaWdodD0iMjIiIGFsaWduPSJyaWdodCIgYmdjb2xvcj0iI0NDRkZD QyI+ICAgICAgICAgICANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5l LWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIyIj6zc7W4uXG43KFHPC9mb250 PjwvdGQ+ICAgICAgICAgICANCiAgICAgICAgPHRkIHdpZHRoPSI4MSUiIGhlaWdodD0iMjIiIGJn Y29sb3I9IiNDQ0ZGQ0MiPiAgICAgICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3Bh Y2luZzogMDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiI+Jm5i c3A7PGlucHV0IHR5cGU9InRleHQiIG5hbWU9InRlbDEiIHNpemU9IjUiPjwvZm9udD48Zm9udCBz aXplPSIyIiBmYWNlPSJBcmlhbCI+LTwvZm9udD48Zm9udCBzaXplPSIyIj48aW5wdXQgdHlwZT0i dGV4dCIgbmFtZT0idGVsMiIgc2l6ZT0iMTgiPjwvZm9udD48L3RkPiAgICAgICAgICAgDQogICAg ICA8L3RyPiAgICAgICAgICAgDQogICAgICA8dHI+ICAgICAgICAgICANCiAgICAgICAgPHRkIHdp ZHRoPSIxOSUiIGhlaWdodD0iMjIiIGFsaWduPSJyaWdodCIgYmdjb2xvcj0iI0ZGRkZDQyI+ICAg ICAgICAgICANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdo dDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIyIj6zc7W4pmGnfaFHPC9mb250PjwvdGQ+ ICAgICAgICAgICANCiAgICAgICAgPHRkIHdpZHRoPSI4MSUiIGhlaWdodD0iMjIiIGJnY29sb3I9 IiNGRkZGQ0MiPiAgICAgICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzog MDsgbGluZS1oZWlnaHQ6IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiI+Jm5ic3A7PGlu cHV0IHR5cGU9InRleHQiIG5hbWU9ImFkZCIgc2l6ZT0iNTQiPjwvZm9udD48L3RkPiAgICAgICAg ICAgDQogICAgICA8L3RyPiAgICAgICAgICAgDQogICAgICA8dHI+ICAgICAgICAgICANCiAgICAg ICAgPHRkIHdpZHRoPSIxOSUiIGhlaWdodD0iMjIiIGFsaWduPSJyaWdodCIgYmdjb2xvcj0iI0ND RkZDQyI+ICAgICAgICAgICANCiAgICAgICAgICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBs aW5lLWhlaWdodDogMTAwJTsgbWFyZ2luOiAwIj48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCI+ RS1NYWlsPC9mb250Pjxmb250IHNpemU9IjIiPqFHPC9mb250PjwvdGQ+ICAgICAgICAgICANCiAg ICAgICAgPHRkIHdpZHRoPSI4MSUiIGhlaWdodD0iMjIiIGJnY29sb3I9IiNDQ0ZGQ0MiPiAgICAg ICAgICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6 IDEwMCU7IG1hcmdpbjogMCI+PGZvbnQgc2l6ZT0iMiI+Jm5ic3A7PGlucHV0IHR5cGU9InRleHQi IG5hbWU9Im1haWwiIHNpemU9IjM5Ij48L2ZvbnQ+PC90ZD4gICAgICAgICAgIA0KICAgICAgPC90 cj4gICAgICAgICAgIA0KICAgICAgPHRyPiAgICAgICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0i MTklIiBoZWlnaHQ9IjIyIiBhbGlnbj0icmlnaHQiIGJnY29sb3I9IiNGRkZGQ0MiPiAgICAgICAg ICAgDQogICAgICAgICAgPHAgc3R5bGU9IndvcmQtc3BhY2luZzogMDsgbGluZS1oZWlnaHQ6IDEw MCU7IG1hcmdpbi1sZWZ0OiAwOyBtYXJnaW4tcmlnaHQ6IDA7IG1hcmdpbi10b3A6IDU7IG1hcmdp bi1ib3R0b206IDUiPjxmb250IHNpemU9IjIiPrH9sNGlW69ap0+hRzwvZm9udD48L3RkPiAgICAg ICAgICAgDQogICAgICAgIDx0ZCB3aWR0aD0iODElIiBoZWlnaHQ9IjIyIiBiZ2NvbG9yPSIjRkZG RkNDIj4gICAgICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJ3b3JkLXNwYWNpbmc6IDA7IGxp bmUtaGVpZ2h0OiAxMDAlOyBtYXJnaW4tbGVmdDogMDsgbWFyZ2luLXJpZ2h0OiAwOyBtYXJnaW4t dG9wOiA1OyBtYXJnaW4tYm90dG9tOiA1Ij48Zm9udCBzaXplPSIyIj4mbmJzcDs8aW5wdXQgdHlw ZT0icmFkaW8iIHZhbHVlPSK1e6ahs12tcK9aIiBuYW1lPSJjbGFzcyIgY2hlY2tlZD61e6ahs12t cK9aPGlucHV0IHR5cGU9InJhZGlvIiB2YWx1ZT0iuvS72rr0uPS46q7Grne1e6ahs12tcCIgbmFt ZT0iY2xhc3MiPrr0u9q69Lj0uOquxq53tXumobNdrXA8aW5wdXQgdHlwZT0icmFkaW8iIHZhbHVl PSK46q7Grne1e6ahs12tcK9aIiBuYW1lPSJjbGFzcyI+uOquxq53tXumobNdrXCvWjwvZm9udD48 L3RkPiAgICAgICAgICAgDQogICAgICA8L3RyPiAgICAgICAgICAgDQogICAgICA8dHI+ICAgICAg ICAgICANCiAgICAgICAgPHRkIHdpZHRoPSIxOSUiIGhlaWdodD0iMjIiIGFsaWduPSJyaWdodCIg Ymdjb2xvcj0iI0NDRkZDQyI+ICAgICAgICAgICANCiAgICAgICAgICA8cCBzdHlsZT0ibWFyZ2lu LXRvcDogNTsgbWFyZ2luLWJvdHRvbTogNSI+PGZvbnQgc2l6ZT0iMiI+sf2kV73SpmHCSaFHPC9m b250PjwvdGQ+ICAgICAgICAgIA0KICAgICAgICA8dGQgd2lkdGg9IjgxJSIgaGVpZ2h0PSIyMiIg Ymdjb2xvcj0iI0NDRkZDQyI+ICAgICAgICAgIA0KICAgICAgICAgIDxwIHN0eWxlPSJtYXJnaW4t dG9wOiA1OyBtYXJnaW4tYm90dG9tOiA1Ij48Zm9udCBzaXplPSIyIj4mbmJzcDs8aW5wdXQgdHlw ZT0icmFkaW8iIG5hbWU9InBvaW50IiB2YWx1ZT0iqb6ntaTArtUiIGNoZWNrZWQ+ssSkQLDPoUA8 aW5wdXQgdHlwZT0icmFkaW8iIG5hbWU9InBvaW50IiB2YWx1ZT0iwF2rZaTArtUiPrLEpEewz6FA PGlucHV0IHR5cGU9InJhZGlvIiBuYW1lPSJwb2ludCIgdmFsdWU9IqS9wF2kwK7VIj6yxKS7sM+h QDxpbnB1dCB0eXBlPSJyYWRpbyIgbmFtZT0icG9pbnQiIHZhbHVlPSKwqravpMCu1SI+ssSkRbDP PC9mb250PjwvdGQ+ICAgICAgICAgDQogICAgICA8L3RyPiAgICAgICAgIA0KICAgIDwvdGFibGU+ ICAgICAgICAgDQogIDwvZGl2PiAgICAgICAgIA0KICA8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAw OyBsaW5lLWhlaWdodDogMTAwJTsgbWFyZ2luLWxlZnQ6IDU7IG1hcmdpbi1yaWdodDogNTsgbWFy Z2luLXRvcDogMDsgbWFyZ2luLWJvdHRvbTogMCIgYWxpZ249ImNlbnRlciI+PGlucHV0IHR5cGU9 ImJ1dHRvbiIgdmFsdWU9IrBlpVi46q7GIiBuYW1lPSJCMSIgb25jbGljaz0iZGF0YWNoZWNrKCki PqFAPGlucHV0IHR5cGU9InJlc2V0IiB2YWx1ZT0irau3c7bxvGciIG5hbWU9IkIyIj48L3A+ICAg ICAgICAgDQo8L2Zvcm0+ICAgICAgICAgDQo8ZGl2IGFsaWduPSJjZW50ZXIiPiAgICAgICAgIA0K ICA8dGFibGUgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRo PSI5NSUiPiAgICAgICAgIA0KICAgIDx0cj4gICAgICAgICANCiAgICAgIDx0ZCB3aWR0aD0iMTQl IiB2YWxpZ249InRvcCI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiNGRjAwMDAiPqpgt06oxra1oUc8 L2ZvbnQ+PC90ZD4gICAgICAgICANCiAgICAgIDx0ZCB3aWR0aD0iODYlIiB2YWxpZ249InRvcCI+ PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMwMDAwRkYiPqG2pFq5d6z5s/imV6vhoUGkpKTfsU7AdaX9 q0+vZKZXw0KhQb3QqfO5d6z5tW6wT6vhpEek6aS6oUGm3KRXrXqz+KZXpmHCSbDRpVu6wrjVoUM8 L2ZvbnQ+PC90ZD4gICAgICAgICANCiAgICA8L3RyPiAgICAgICAgIA0KICAgIDx0cj4gICAgICAg ICANCiAgICAgIDx0ZCB3aWR0aD0iMTQlIiB2YWxpZ249InRvcCI+PC90ZD4gICAgICAgICANCiAg ICAgIDx0ZCB3aWR0aD0iODYlIiB2YWxpZ249InRvcCI+PGZvbnQgc2l6ZT0iMiIgY29sb3I9IiMw MDAwRkYiPqG2pnCmuavKbWFpbLN5pqixeqq6p3jCWr3Qpl6rSKdpqr4sp9qtzLFOt3ynUrCjsXqq urjqrsahQzwvZm9udD48L3RkPiAgICAgICAgIA0KICAgIDwvdHI+ICAgICAgICAgDQogIDwvdGFi bGU+ICAgICAgICAgDQo8L2Rpdj4gICAgICAgICANCjwvdGQ+PC90cj48L3RhYmxlPiAgICAgICAg ICAgICAgICAgDQo8cCBzdHlsZT0id29yZC1zcGFjaW5nOiAwOyBsaW5lLWhlaWdodDogMTUwJTsg bWFyZ2luOiAwIj6hQDwvdGQ+PC90cj48L3RhYmxlPjwvZGl2PiAgICAgICAgICAgICAgICAgDQo8 U2NyaXB0IExhbmd1YWdlPVZCc2NyaXB0PiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgRnVuY3Rpb24gZGF0YWNoZWNrICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAg ICAgICAgICAgICBkaW0gZXJyZmxhZyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIGVycmZsYWcg PSBUcnVlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgJ8DLrGQgrE+nX6ywoXWq xaZypuqhdiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIElmIChmb3JtMS5uYW1lLnZhbHVlID0g RW1wdHkpIHRoZW4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAg ICAgICAgICAgTXNnQm94ICKpbaZXoUGko6Vpv+mkSqrFpdWhSSIsIDY0LCAisFSup6FJIiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAg ICAgICAgICAgICAgZm9jdXN0bygwKSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIGVycmZs YWcgPSBGYWxzZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAg ICAgICAgICAgICAgICAgICAgRXhpdCBGdW5jdGlvbiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgRW5kIGlmICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAN CiAgICAgICAgICAgICAgICAgSWYgKGZvcm0xLm15ZWFyLnZhbHVlID0gRW1wdHkpIHRoZW4gICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgTXNnQm94 ICKlWKXNpOmquqZ+pfehQaSjpWm/6aRKqsWl1aFJIiwgNjQsICKwVK6noUkiICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAg ICAgICBmb2N1c3RvKDEpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgZXJyZmxhZyA9IEZh bHNlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAg ICAgICAgICAgICBFeGl0IEZ1bmN0aW9uICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICBFbmQgaWYgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgDQogICAgICAg ICAgICAgICAgIElmIChmb3JtMS5tbW9uLnZhbHVlID0gRW1wdHkpIHRoZW4gICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgTXNnQm94ICKlWKXNpOmq uqTrpfehQaSjpWm/6aRKqsWl1aFJIiwgNjQsICKwVK6noUkiICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBmb2N1 c3RvKDIpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgZXJyZmxhZyA9IEZhbHNlICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAg ICBFeGl0IEZ1bmN0aW9uICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIA0KICAgICAgICAgICAgICAgICBFbmQgaWYgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgDQogICAgICAgICAgICAgICAg IElmIChmb3JtMS5tZGF5LnZhbHVlID0gRW1wdHkpIHRoZW4gICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgTXNnQm94ICKlWKXNpOmquqTRvMahQaSj pWm/6aRKqsWl1aFJIiwgNjQsICKwVK6noUkiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBmb2N1c3RvKDMpICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICANCiAgICAgICAgICAgICAgICAgICAgZXJyZmxhZyA9IEZhbHNlICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBFeGl0IEZ1 bmN0aW9uICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IA0KICAgICAgICAgICAgICAgICBFbmQgaWYgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICBJZiAoZm9y bTEudGVsMS52YWx1ZSA9IEVtcHR5KSB0aGVuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgDQogICAgICAgICAgICAgICAgICAgIE1zZ0JveCAiwXC1uLlxuNyqurDPsOy9WKFBpKOlab/p pEqqxaXVoUkiLCA2NCwgIrBUrqehSSIgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIGZvY3VzdG8oNykgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IA0KICAgICAgICAgICAgICAgICAgICBlcnJmbGFnID0gRmFsc2UgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIEV4aXQgRnVuY3Rp b24gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQog ICAgICAgICAgICAgICAgIEVuZCBpZiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIElmIChmb3JtMS50 ZWwyLnZhbHVlID0gRW1wdHkpIHRoZW4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAN CiAgICAgICAgICAgICAgICAgICAgTXNnQm94ICLBcLW4uXG43KFBpKOlab/ppEqqxaXVoUkiLCA2 NCwgIrBUrqehSSIgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgDQogICAgICAgICAgICAgICAgICAgIGZvY3VzdG8oOCkgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAg ICAgICAgICAgICBlcnJmbGFnID0gRmFsc2UgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIEV4aXQgRnVuY3Rpb24gICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAg ICAgIEVuZCBpZiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIElmIChmb3JtMS5hZGQudmFsdWUgPSBF bXB0eSkgdGhlbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAg ICAgICAgICBNc2dCb3ggIsFwtbimYad9oUGko6Vpv+mkSqrFpdWhSSIsIDY0LCAisFSup6FJIiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAg ICAgICAgICAgICAgICAgZm9jdXN0byg5KSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgIGVy cmZsYWcgPSBGYWxzZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAN CiAgICAgICAgICAgICAgICAgICAgRXhpdCBGdW5jdGlvbiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgRW5kIGlmICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICANCiAgICAgICAgICAgICAgICAgSWYgKGZvcm0xLm1haWwudmFsdWUgPSBFbXB0eSkgdGhlbiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBNc2dC b3ggIrlxpGy2bKXzoUGko6Vpv+mkSqrFpdWhSSIsIDY0LCAisFSup6FJIiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAg ICAgZm9jdXN0bygxMCkgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICBlcnJmbGFnID0gRmFs c2UgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAg ICAgICAgICAgIEV4aXQgRnVuY3Rpb24gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgIEVuZCBpZiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAg ICAgICAgICAgIGRhdGFjaGVjayA9IGVycmZsYWcgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICdTdWJtaXQotsewZSmq7bPm uOquxqbcV2ViIFNlcnZlciAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICANCiAgICAgICAgICAgICAgICAgZm9ybTEuU3VibWl0ICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICBFbmQgRnVuY3Rpb24g ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAg IFN1YiBmb2N1c3RvKHgpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIA0KICAgICAgICAgICAgJ7FOtOW80Kl3puyp86xZrdPE5qbsICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgZG9j dW1lbnQuZm9ybTEuZWxlbWVudHMoeCkuZm9jdXMoKSAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgRW5kIFN1YiAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQo8L1Njcmlw dD4gICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgDQo8L2JvZHk+ICAgICAgICAg ICAgICAgICANCjwvaHRtbD4= ------=_NextPart_yZNwfFJIk6XxQT65OJsAA-- ------=_NextPart_yZNwfFJIk6XxQT65OJs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 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 25DFE37B401; Wed, 8 Aug 2001 06:07:01 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78D71L68295; Wed, 8 Aug 2001 06:07:01 -0700 (PDT) (envelope-from fenner) Message-Id: <200108081307.f78D71L68295@freefall.freebsd.org> From: Bill Fenner Date: Wed, 8 Aug 2001 06:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.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 fenner 2001/08/08 06:07:01 PDT Modified files: (Branch: RELENG_4) sys/net if_tun.c Log: MFC 1.97: be robust to zero-length mbufs and print interface name when TUNDEBUG()ing about dropping an mbuf. Approved by: jkh Revision Changes Path 1.74.2.5 +4 -5 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 6:38: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 9FF8937B401; Wed, 8 Aug 2001 06:38:14 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78DcEL13050; Wed, 8 Aug 2001 06:38:14 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108081338.f78DcEL13050@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 8 Aug 2001 06:38:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus Makefile distinfo pkg-plist ports/security/nessus-libnasl Makefile distinfo ports/security/nessus-libraries Makefile distinfo ports/security/nessus-plugins 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 olgeni 2001/08/08 06:38:14 PDT Modified files: security/nessus Makefile distinfo pkg-plist security/nessus-libnasl Makefile distinfo security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist Log: Update nessus suite to version 1.0.9, remove extra file from nessus' pkg-plist (includes.h). Revision Changes Path 1.28 +3 -3 ports/security/nessus/Makefile 1.13 +1 -1 ports/security/nessus/distinfo 1.10 +0 -1 ports/security/nessus/pkg-plist 1.20 +2 -2 ports/security/nessus-libnasl/Makefile 1.12 +1 -1 ports/security/nessus-libnasl/distinfo 1.21 +2 -2 ports/security/nessus-libraries/Makefile 1.13 +1 -1 ports/security/nessus-libraries/distinfo 1.21 +2 -2 ports/security/nessus-plugins/Makefile 1.13 +1 -1 ports/security/nessus-plugins/distinfo 1.15 +65 -28 ports/security/nessus-plugins/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 Aug 8 6:40: 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 26FE037B403; Wed, 8 Aug 2001 06:40:02 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78De2U25134; Wed, 8 Aug 2001 06:40:02 -0700 (PDT) (envelope-from demon) Message-Id: <200108081340.f78De2U25134@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 8 Aug 2001 06:40:02 -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-ar X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2001/08/08 06:40:02 PDT Modified files: emulators/wine Makefile distinfo pkg-plist Removed files: emulators/wine/files patch-ar Log: Upgrade to 2001.07.31. PR: 29485 Submitted by: maintainer Revision Changes Path 1.111 +2 -2 ports/emulators/wine/Makefile 1.64 +1 -1 ports/emulators/wine/distinfo 1.25 +14 -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 Wed Aug 8 6: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 D599937B403; Wed, 8 Aug 2001 06:41:34 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78DfYV34338; Wed, 8 Aug 2001 06:41:34 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108081341.f78DfYV34338@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 8 Aug 2001 06:41:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/phpgroupware 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 olgeni 2001/08/08 06:41:34 PDT Modified files: deskutils/phpgroupware Makefile distinfo pkg-plist Log: Update port to version 0.9.12. It already includes the "inventory" and "projects" applications. Revision Changes Path 1.7 +6 -6 ports/deskutils/phpgroupware/Makefile 1.2 +1 -1 ports/deskutils/phpgroupware/distinfo 1.5 +3192 -669 ports/deskutils/phpgroupware/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 Aug 8 6: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 572D337B403; Wed, 8 Aug 2001 06:48:09 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Dm9C72909; Wed, 8 Aug 2001 06:48:09 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108081348.f78Dm9C72909@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 8 Aug 2001 06:48:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/phpgw_inventory 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 olgeni 2001/08/08 06:48:09 PDT Removed files: deskutils/phpgw_inventory Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Remove the phpgw_inventory port, now included in the stock phpgroupware software. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 6:51:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B088137B429; Wed, 8 Aug 2001 06:51:10 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78DpAv88221; Wed, 8 Aug 2001 06:51:10 -0700 (PDT) (envelope-from green) Message-Id: <200108081351.f78DpAv88221@freefall.freebsd.org> From: Brian Feldman Date: Wed, 8 Aug 2001 06:51:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kmod.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 green 2001/08/08 06:51:10 PDT Modified files: sys/conf kmod.mk Log: In the KLD "load" make target, don't load using the "absolute" path of "./foo.ko". Use "/full/path/foo.ko" instead so that when the path is reported as being an absolute path to the "shared library", at least it's not really a relative path. Obtained from: LOMAC/FreeBSD project Revision Changes Path 1.106 +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 Wed Aug 8 6:54: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D35BF37B403; Wed, 8 Aug 2001 06:53:55 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Drtw89022; Wed, 8 Aug 2001 06:53:55 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108081353.f78Drtw89022@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 8 Aug 2001 06:53:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils 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 olgeni 2001/08/08 06:53:55 PDT Modified files: deskutils Makefile Log: Remove phpgw_inventory port from category Makefile. Revision Changes Path 1.51 +1 -2 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 Wed Aug 8 6:56:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 532C737B401; Wed, 8 Aug 2001 06:56:50 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78DulN89719; Wed, 8 Aug 2001 06:56:47 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108081356.f78DulN89719@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 8 Aug 2001 06:56:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils 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 olgeni 2001/08/08 06:56:47 PDT Modified files: deskutils Makefile Log: Remove phpgw_projects port from category Makefile. Revision Changes Path 1.52 +1 -2 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 Wed Aug 8 7: 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 1CF3937B410; Wed, 8 Aug 2001 07:05:18 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78DuDJ89624; Wed, 8 Aug 2001 06:56:13 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108081356.f78DuDJ89624@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 8 Aug 2001 06:56:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/phpgw_projects 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 olgeni 2001/08/08 06:56:13 PDT Removed files: deskutils/phpgw_projects Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Remove the phpgw_projects port, now officially in phpgroupware. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 7: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 E2BE137B401; Wed, 8 Aug 2001 07:39:25 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78EdPA97559; Wed, 8 Aug 2001 07:39:25 -0700 (PDT) (envelope-from wjv) Message-Id: <200108081439.f78EdPA97559@freefall.freebsd.org> From: Johann Visagie Date: Wed, 8 Aug 2001 07:39:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope-ptk 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 wjv 2001/08/08 07:39:25 PDT Modified files: www/zope-ptk Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Update to version 1.1 Approved by: MAINTAINER (implicitly :-) Revision Changes Path 1.3 +16 -20 ports/www/zope-ptk/Makefile 1.2 +1 -2 ports/www/zope-ptk/distinfo 1.3 +1 -1 ports/www/zope-ptk/pkg-comment 1.3 +4 -3 ports/www/zope-ptk/pkg-descr 1.2 +11 -7 ports/www/zope-ptk/pkg-message 1.3 +499 -173 ports/www/zope-ptk/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 Aug 8 7:45:10 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 E963A37B403; Wed, 8 Aug 2001 07:44:57 -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 AAA23840; Thu, 9 Aug 2001 00:44:54 +1000 Date: Thu, 9 Aug 2001 00:42:25 +1000 (EST) From: Bruce Evans X-X-Sender: To: Brian Feldman Cc: , Subject: Re: cvs commit: src/sys/conf kmod.mk In-Reply-To: <200108081351.f78DpAv88221@freefall.freebsd.org> Message-ID: <20010809001222.Y8028-100000@besplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 8 Aug 2001, Brian Feldman wrote: > green 2001/08/08 06:51:10 PDT > > Modified files: > sys/conf kmod.mk > Log: > In the KLD "load" make target, don't load using the "absolute" path of > "./foo.ko". Use "/full/path/foo.ko" instead so that when the path is > reported as being an absolute path to the "shared library", at least > it's not really a relative path. But "./foo.ko" is a relative path. What doesn't understand this? kldload(2) adds mostly-undocumented prefixes and suffixes to the path, so it is hard to tell exactly which file is unloaded, unlike for properly designed syscalls like open(2). The actual search in kern_linker.c:linker_search_path() seems to be: o If the path contains a slash, don't try anything else. o Otherwise: for each prefix in the kern.module_path sysctl tunable string for each suffix in fixed set { ".ko", "" } try the path with this prefix and suffix endfor endfor kldload(8) documents this superfically to the point of being mostly wrong. It says that "kld filename" converts the non-file name "filename" to the file name "filename.ko" and loads that. In particular, it says that ".ko" in the arg is an error. But actually, ".ko" in the arg is correct if and only if the arg doesn't contain a slash. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 7:45: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 11A7137B401; Wed, 8 Aug 2001 07:45:14 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78EjD598267; Wed, 8 Aug 2001 07:45:13 -0700 (PDT) (envelope-from jesusr) Message-Id: <200108081445.f78EjD598267@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 8 Aug 2001 07:45:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es_ES.ISO8859-1/books/handbook authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesusr 2001/08/08 07:45:13 PDT Modified files: es_ES.ISO8859-1/books/handbook authors.ent Log: Update content. Revision Changes Path 1.2 +190 -11 doc/es_ES.ISO8859-1/books/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 7:52:22 2001 Delivered-To: cvs-all@freebsd.org Received: from infinitive.futureperfectcorporation.com (curie.sunesi.com [196.25.112.244]) by hub.freebsd.org (Postfix) with SMTP id CAAD037B401 for ; Wed, 8 Aug 2001 07:52:14 -0700 (PDT) (envelope-from nbm@gerund.futureperfectcorporation.com) Received: (qmail 52659 invoked by uid 0); 8 Aug 2001 14:52:26 -0000 Received: from choke.sunesi.net (HELO gerund.futureperfectcorporation.com) (196.25.112.242) by infinitive.futureperfectcorporation.com with SMTP; 8 Aug 2001 14:52:26 -0000 Received: (qmail 30092 invoked by uid 1001); 8 Aug 2001 14:52:26 -0000 Date: Wed, 8 Aug 2001 16:52:26 +0200 From: Neil Blakey-Milner To: Johann Visagie Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/zope-ptk Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20010808165225.B25477@mithrandr.moria.org> References: <200108081439.f78EdPA97559@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: <200108081439.f78EdPA97559@freefall.freebsd.org>; from wjv@FreeBSD.org on Wed, Aug 08, 2001 at 07:39:25AM -0700 Organization: iTouch Labs X-Operating-System: FreeBSD 4.3-RELEASE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed 2001-08-08 (07:39), Johann Visagie wrote: > wjv 2001/08/08 07:39:25 PDT > > Modified files: > www/zope-ptk Makefile distinfo pkg-comment pkg-descr > pkg-message pkg-plist > Log: > Update to version 1.1 > > Approved by: MAINTAINER (implicitly :-) Should we maybe get this renamed to zope-cmf? (repo-copy, probably.) 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 Wed Aug 8 7:53:27 2001 Delivered-To: cvs-all@freebsd.org Received: from infinitive.futureperfectcorporation.com (curie.sunesi.com [196.25.112.244]) by hub.freebsd.org (Postfix) with SMTP id EE40337B406 for ; Wed, 8 Aug 2001 07:53:12 -0700 (PDT) (envelope-from nbm@gerund.futureperfectcorporation.com) Received: (qmail 52682 invoked by uid 0); 8 Aug 2001 14:53:23 -0000 Received: from choke.sunesi.net (HELO gerund.futureperfectcorporation.com) (196.25.112.242) by infinitive.futureperfectcorporation.com with SMTP; 8 Aug 2001 14:53:23 -0000 Received: (qmail 30175 invoked by uid 1001); 8 Aug 2001 14:53:23 -0000 Date: Wed, 8 Aug 2001 16:53:23 +0200 From: Neil Blakey-Milner To: Johann Visagie Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/zope-ptk Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20010808165323.C25477@mithrandr.moria.org> References: <200108081439.f78EdPA97559@freefall.freebsd.org> <20010808165225.B25477@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010808165225.B25477@mithrandr.moria.org>; from nbm@mithrandr.moria.org on Wed, Aug 08, 2001 at 04:52:26PM +0200 Organization: iTouch Labs X-Operating-System: FreeBSD 4.3-RELEASE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed 2001-08-08 (16:52), Neil Blakey-Milner wrote: > On Wed 2001-08-08 (07:39), Johann Visagie wrote: > > wjv 2001/08/08 07:39:25 PDT > > > > Modified files: > > www/zope-ptk Makefile distinfo pkg-comment pkg-descr > > pkg-message pkg-plist > > Log: > > Update to version 1.1 > > > > Approved by: MAINTAINER (implicitly :-) > > Should we maybe get this renamed to zope-cmf? (repo-copy, probably.) Never mind, Johann's already asked portmgr for this. (: 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 Wed Aug 8 8: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 C98EB37B409; Wed, 8 Aug 2001 08:18:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FI7Y04529; Wed, 8 Aug 2001 08:18:07 -0700 (PDT) (envelope-from asami) Message-Id: <200108081518.f78FI7Y04529@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 8 Aug 2001 08:18:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/heyu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/08/08 08:18:07 PDT Modified files: misc/heyu Makefile Log: Mark IS_INTERACTIVE -- install.sh asks questions (and goes into an infinite loop). Revision Changes Path 1.8 +2 -1 ports/misc/heyu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 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 BBE5137B401; Wed, 8 Aug 2001 08:20:16 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FKGa04783; Wed, 8 Aug 2001 08:20:16 -0700 (PDT) (envelope-from wjv) Message-Id: <200108081520.f78FKGa04783@freefall.freebsd.org> From: Johann Visagie Date: Wed, 8 Aug 2001 08:20:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squishdot 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 wjv 2001/08/08 08:20:16 PDT Modified files: www/squishdot Makefile distinfo pkg-plist Log: Update to version 1.2.1 Approved by: MAINTAINER Revision Changes Path 1.5 +14 -6 ports/www/squishdot/Makefile 1.3 +1 -1 ports/www/squishdot/distinfo 1.3 +31 -7 ports/www/squishdot/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 Aug 8 8: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 1C3E937B403; Wed, 8 Aug 2001 08:21:47 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FLl104946; Wed, 8 Aug 2001 08:21:47 -0700 (PDT) (envelope-from wjv) Message-Id: <200108081521.f78FLl104946@freefall.freebsd.org> From: Johann Visagie Date: Wed, 8 Aug 2001 08:21:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squishdot pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/08/08 08:21:47 PDT Added files: www/squishdot pkg-message Log: Oops - forgot to do a "cvs add" for pkg-message before previous commit. pkg-message is necessary for version 1.2.1 of the port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 8:32:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 3714637B403; Wed, 8 Aug 2001 08:32:42 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (Switch-2.0.1/Switch-2.0.1) with SMTP id f78FVle03840; Wed, 8 Aug 2001 08:31:47 -0700 (PDT) Received: from [172.30.50.1] by pain.corp.disney.com with ESMTP; Wed, 8 Aug 2001 08:33:29 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id f78FZWs05982; Wed, 8 Aug 2001 08:35:32 -0700 (PDT) Received: from mercury.fan.fa.disney.com (mercury.fan.fa.disney.com [153.7.119.1]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id IAA19622; Wed, 8 Aug 2001 08:32:29 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from snoopy.fan.fa.disney.com by mercury.fan.fa.disney.com; Wed, 8 Aug 2001 08:32:28 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Jim Pirzyk Organization: Walt Disney Feature Animation To: Sheldon Hearn , Ruslan Ermilov Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 Date: Wed, 8 Aug 2001 08:32:28 -0700 X-Mailer: KMail [version 1.2] Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <55998.997269012@axl.seasidesoftware.co.za> In-Reply-To: <55998.997269012@axl.seasidesoftware.co.za> MIME-Version: 1.0 Message-Id: <01080808322800.22597@snoopy> Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 08 August 2001 04:10 am, Sheldon Hearn wrote: > On Wed, 08 Aug 2001 04:05:47 MST, Ruslan Ermilov wrote: > > Modified files: > > lib/libc/net gethostbyname.3 > > Log: > > Urge the reader to start using getaddrinfo(3) and getnameinfo(3) > > protocol-independant functions that don't use static memory area. > > And which _rock_! Err, not quite. They do not use the DNS sortlist functionallity, nor do they check to see what subnet the host and remote host has in common to use that address first. This would be the #1 reason I would not use them. See PR bin/27939. - JimP -- --- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $ __o Jim.Pirzyk@disney.com ------------- pirzyk@freebsd.org _'\<,_ Senior Systems Engineer, Walt Disney Feature Animation (*)/ (*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 8:35: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 749AA37B40C; Wed, 8 Aug 2001 08:35:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FZL706099; Wed, 8 Aug 2001 08:35:21 -0700 (PDT) (envelope-from ru) Message-Id: <200108081535.f78FZL706099@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 8 Aug 2001 08:35:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/08 08:35:21 PDT Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add entry for wsanchez. Revision Changes Path 1.41 +2 -1 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 8:46:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19AA837B403; Wed, 8 Aug 2001 08:46:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FkjC07172; Wed, 8 Aug 2001 08:46:45 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108081546.f78FkjC07172@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 8 Aug 2001 08:46:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/AbiWord Makefile distinfo pkg-plist pkg-message ports/editors/AbiWord/files patch-..::libiconv::include::iconv.h patch-..::wv::configure patch-..::wv::magick::Makefile.in patch-..::wv::text.c patch-src::other::spell::xp::lookup.c patch-src::wp::impexp::xp::ie_imp_RTF.cpp patch-af ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/08 08:46:45 PDT Modified files: editors/AbiWord Makefile distinfo pkg-plist editors/AbiWord/files patch-af patch-an patch-ap patch-aq patch-ar patch-at patch-au patch-av Added files: editors/AbiWord/files patch-..::libiconv::include::iconv.h patch-..::wv::configure patch-..::wv::magick::Makefile.in patch-..::wv::text.c patch-src::other::spell::xp::lookup.c patch-src::wp::impexp::xp::ie_imp_RTF.cpp Removed files: editors/AbiWord pkg-message editors/AbiWord/files patch-avoid-gnomeole2 patch-bb Log: Update to 0.9.0. Revision Changes Path 1.20 +23 -17 ports/editors/AbiWord/Makefile 1.8 +1 -7 ports/editors/AbiWord/distinfo 1.7 +579 -392 ports/editors/AbiWord/pkg-plist 1.3 +8 -5 ports/editors/AbiWord/files/patch-af 1.3 +16 -13 ports/editors/AbiWord/files/patch-an 1.4 +2 -2 ports/editors/AbiWord/files/patch-ap 1.3 +2 -2 ports/editors/AbiWord/files/patch-aq 1.2 +6 -3 ports/editors/AbiWord/files/patch-ar 1.3 +2 -2 ports/editors/AbiWord/files/patch-at 1.2 +25 -24 ports/editors/AbiWord/files/patch-au 1.2 +2 -2 ports/editors/AbiWord/files/patch-av To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 8:48:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B86B737B412; Wed, 8 Aug 2001 08:48:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FmeV07346; Wed, 8 Aug 2001 08:48:40 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108081548.f78FmeV07346@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 8 Aug 2001 08:48:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bugbuddy 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/08/08 08:48:40 PDT Modified files: devel/bugbuddy Makefile distinfo Log: Update to 2.0.8. Revision Changes Path 1.19 +1 -1 ports/devel/bugbuddy/Makefile 1.10 +1 -1 ports/devel/bugbuddy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 8:54: 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 484ED37B40E; Wed, 8 Aug 2001 08:53:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FrxR07774; Wed, 8 Aug 2001 08:53:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200108081553.f78FrxR07774@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 08:53:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/08 08:53:59 PDT Modified files: usr.bin/file Makefile Log: Build and use the precompiled magic file. Precompiled magic files have been supported since version 3.35, however it is just with version 3.36 that file has become verbose about it. Revision Changes Path 1.19 +8 -3 src/usr.bin/file/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 8: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 C26FA37B416; Wed, 8 Aug 2001 08:56:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FuK008011; Wed, 8 Aug 2001 08:56:20 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108081556.f78FuK008011@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 8 Aug 2001 08:56:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bonobo-conf Makefile distinfo pkg-plist ports/devel/bonobo-conf/files patch-Makefile.in 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 sobomax 2001/08/08 08:56:20 PDT Modified files: devel/bonobo-conf Makefile distinfo pkg-plist devel/bonobo-conf/files patch-ab Added files: devel/bonobo-conf/files patch-Makefile.in Log: Update to 0.10. Revision Changes Path 1.7 +1 -1 ports/devel/bonobo-conf/Makefile 1.5 +1 -1 ports/devel/bonobo-conf/distinfo 1.5 +8 -1 ports/devel/bonobo-conf/pkg-plist 1.4 +6 -6 ports/devel/bonobo-conf/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 Wed Aug 8 8:57: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 D333037B405; Wed, 8 Aug 2001 08:57:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78FvnV08123; Wed, 8 Aug 2001 08:57:49 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108081557.f78FvnV08123@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 8 Aug 2001 08:57:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gnomeprint pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/08 08:57:49 PDT Modified files: print/gnomeprint pkg-descr Log: Update WWW. Revision Changes Path 1.3 +1 -1 ports/print/gnomeprint/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 Aug 8 9: 6: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 6124E37B401; Wed, 8 Aug 2001 09:06:02 -0700 (PDT) (envelope-from mark@whistle.com) Received: from [207.76.207.129] (PBG4.whistle.com [207.76.207.129]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id JAA64386; Wed, 8 Aug 2001 09:04:09 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: <200108081553.f78FrxR07774@freefall.freebsd.org> References: <200108081553.f78FrxR07774@freefall.freebsd.org> Date: Wed, 8 Aug 2001 09:04:43 -0700 To: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Mark Peek Subject: Re: cvs commit: src/usr.bin/file Makefile Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 8:53 AM -0700 8/8/01, David E. O'Brien wrote: >obrien 2001/08/08 08:53:59 PDT > > Modified files: > usr.bin/file Makefile > Log: > Build and use the precompiled magic file. Precompiled magic files have > been supported since version 3.35, however it is just with version 3.36 > that file has become verbose about it. > > Revision Changes Path > 1.19 +8 -3 src/usr.bin/file/Makefile David, This change will break cross compile builds. Peter Pentchev submitted a similar patch to -audit and, based on feedback, has a newer patch which should be committed instead. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:10:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8873637B434; Wed, 8 Aug 2001 09:10:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78GAGM11929; Wed, 8 Aug 2001 09:10:16 -0700 (PDT) (envelope-from obrien) Message-Id: <200108081610.f78GAGM11929@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 09:10:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/08 09:10:16 PDT Modified files: usr.bin/file Makefile Log: Support the new "-i" (output MIME type strings) option by installing the MIME files (both regular and precompiled). Revision Changes Path 1.20 +12 -3 src/usr.bin/file/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:11: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 6B6D037B416; Wed, 8 Aug 2001 09:11:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78GB9v12048; Wed, 8 Aug 2001 09:11:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108081611.f78GB9v12048@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 8 Aug 2001 09:11:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/AbiWord/files patch-src::af::xap::unix::xap_UnixFrame.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/08 09:11:09 PDT Added files: editors/AbiWord/files patch-src::af::xap::unix::xap_UnixFrame.cpp Log: Add `w3m' and `gnome-help-browser' into the list of browsers that may be used to read AbiWord help files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:13:56 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 9BFB037B41A; Wed, 8 Aug 2001 09:13:32 -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 f78GCg215884; Wed, 8 Aug 2001 19:12:42 +0300 (EEST) (envelope-from ru) Date: Wed, 8 Aug 2001 19:12:42 +0300 From: Ruslan Ermilov To: Jim Pirzyk Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 Message-ID: <20010808191242.C10516@sunbay.com> Mail-Followup-To: Jim Pirzyk , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <55998.997269012@axl.seasidesoftware.co.za> <01080808322800.22597@snoopy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01080808322800.22597@snoopy>; from Jim.Pirzyk@disney.com on Wed, Aug 08, 2001 at 08:32:28AM -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 Wed, Aug 08, 2001 at 08:32:28AM -0700, Jim Pirzyk wrote: > On Wednesday 08 August 2001 04:10 am, Sheldon Hearn wrote: > > On Wed, 08 Aug 2001 04:05:47 MST, Ruslan Ermilov wrote: > > > Modified files: > > > lib/libc/net gethostbyname.3 > > > Log: > > > Urge the reader to start using getaddrinfo(3) and getnameinfo(3) > > > protocol-independant functions that don't use static memory area. > > > > And which _rock_! > > Err, not quite. They do not use the DNS sortlist functionallity, > nor do they check to see what subnet the host and remote host > has in common to use that address first. > This would be the #1 reason I would not use them. See PR bin/27939. > This is the implementation bug that should ideally be fixed. But this does not mean that this interface is bad, because DNS is one of the possible back ends, and the latest POSIX draft says: : The gethostbyaddr() and gethostbyname() functions may return pointers : to static data, which may be overwritten by subsequent calls to any of : these functions. The getaddrinfo() and getnameinfo() functions are : preferred over the gethostbyaddr() and gethostbyname() functions. And later on: : The gethostbyaddr() and gethostbyname() functions may be withdrawn in : a future version. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:19:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B041837B413; Wed, 8 Aug 2001 09:19:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78GJUg12648; Wed, 8 Aug 2001 09:19:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200108081619.f78GJUg12648@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 09:19:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/08 09:19:30 PDT Modified files: usr.bin/file Makefile Log: Clean up this thing a little. Revision Changes Path 1.21 +23 -34 src/usr.bin/file/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9: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 18E4A37B40E; Wed, 8 Aug 2001 09:20:57 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78GKvn12764; Wed, 8 Aug 2001 09:20:57 -0700 (PDT) (envelope-from obrien) Message-Id: <200108081620.f78GKvn12764@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 09:20:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/08 09:20:57 PDT Modified files: (Branch: RELENG_4) usr.bin/file Makefile Log: MFC: install MIME magic and the precompiled versions of all magic files; also clean up some. Approved by: jkh Revision Changes Path 1.13.2.5 +27 -24 src/usr.bin/file/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:27: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 6AAE737B40E; Wed, 8 Aug 2001 09:27:12 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78GRCr13236; Wed, 8 Aug 2001 09:27:12 -0700 (PDT) (envelope-from lioux) Message-Id: <200108081627.f78GRCr13236@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 09:27:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/plplot Makefile distinfo pkg-plist ports/math/plplot/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/08 09:27:12 PDT Modified files: math/plplot Makefile distinfo pkg-plist math/plplot/files patch-ag Log: o Update to 5.0.4 o Use BSD_INSTALL_* vars where possible PR: 29443 Submitted by: Kato Tsuguru Revision Changes Path 1.19 +2 -6 ports/math/plplot/Makefile 1.4 +1 -2 ports/math/plplot/distinfo 1.7 +1 -0 ports/math/plplot/pkg-plist 1.2 +4 -4 ports/math/plplot/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:30: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 6BA1137B401; Wed, 8 Aug 2001 09:30:35 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78GUZB13607; Wed, 8 Aug 2001 09:30:35 -0700 (PDT) (envelope-from lioux) Message-Id: <200108081630.f78GUZB13607@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 09:30:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/pinfo 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/08/08 09:30:35 PDT Modified files: misc/pinfo Makefile distinfo Log: Update to 0.6.3 PR: 29444 Submitted by: Kato Tsuguru Revision Changes Path 1.11 +6 -8 ports/misc/pinfo/Makefile 1.7 +1 -1 ports/misc/pinfo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:31:55 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 51C0237B401; Wed, 8 Aug 2001 09:31:47 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (Switch-2.0.1/Switch-2.0.1) with SMTP id f78GUue07225; Wed, 8 Aug 2001 09:30:56 -0700 (PDT) Received: from [172.30.50.1] by pain.corp.disney.com with ESMTP; Wed, 8 Aug 2001 09:32:44 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id f78GYms12417; Wed, 8 Aug 2001 09:34:48 -0700 (PDT) Received: from mercury.fan.fa.disney.com (mercury.fan.fa.disney.com [153.7.119.1]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id JAA25593; Wed, 8 Aug 2001 09:31:44 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from snoopy.fan.fa.disney.com by mercury.fan.fa.disney.com; Wed, 8 Aug 2001 09:31:43 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Jim Pirzyk Organization: Walt Disney Feature Animation To: Ruslan Ermilov Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 Date: Wed, 8 Aug 2001 09:31:43 -0700 X-Mailer: KMail [version 1.2] Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <55998.997269012@axl.seasidesoftware.co.za> <01080808322800.22597@snoopy> <20010808191242.C10516@sunbay.com> In-Reply-To: <20010808191242.C10516@sunbay.com> MIME-Version: 1.0 Message-Id: <01080809314302.22597@snoopy> Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 08 August 2001 09:12 am, Ruslan Ermilov wrote: > On Wed, Aug 08, 2001 at 08:32:28AM -0700, Jim Pirzyk wrote: > > On Wednesday 08 August 2001 04:10 am, Sheldon Hearn wrote: > > > On Wed, 08 Aug 2001 04:05:47 MST, Ruslan Ermilov wrote: > > > > Modified files: > > > > lib/libc/net gethostbyname.3 > > > > Log: > > > > Urge the reader to start using getaddrinfo(3) and getnameinfo(3) > > > > protocol-independant functions that don't use static memory area. > > > > > > And which _rock_! > > > > Err, not quite. They do not use the DNS sortlist functionallity, > > nor do they check to see what subnet the host and remote host > > has in common to use that address first. > > This would be the #1 reason I would not use them. See PR bin/27939. > > This is the implementation bug that should ideally be fixed. But > this does not mean that this interface is bad, because DNS is one I was just commenting on that the function "_rock_"s. I agree that it should be fixed (and I have taken a cursory (sp?) look into it, but I did not see any simple fix). - JimP -- --- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $ __o Jim.Pirzyk@disney.com ------------- pirzyk@freebsd.org _'\<,_ Senior Systems Engineer, Walt Disney Feature Animation (*)/ (*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:36: 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 A503037B403; Wed, 8 Aug 2001 09:36:02 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Ga2I14194; Wed, 8 Aug 2001 09:36:02 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108081636.f78Ga2I14194@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 8 Aug 2001 09:36: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 olgeni 2001/08/08 09:36:02 PDT Modified files: . modules Log: Remove phpgw_inventory and phpgw_projects (I forgot...) Submitted by: Pete Fritchman Revision Changes Path 1.3624 +1 -3 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 Aug 8 9: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 DC12C37B403; Wed, 8 Aug 2001 09:45:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Gjuj15419; Wed, 8 Aug 2001 09:45:56 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108081645.f78Gjuj15419@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 8 Aug 2001 09:45:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/nvi/catalog uk_UA.KOI8-U uk_UA.KOI8-U.base X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/08 09:45:56 PDT Modified files: (Branch: RELENG_4) contrib/nvi/catalog uk_UA.KOI8-U uk_UA.KOI8-U.base Log: MFC: Update/improve Ukrainian translation. Revision Changes Path 1.1.2.2 +290 -290 src/contrib/nvi/catalog/uk_UA.KOI8-U 1.1.2.2 +290 -290 src/contrib/nvi/catalog/uk_UA.KOI8-U.base To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 9:46: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 CBBB037B444; Wed, 8 Aug 2001 09:46:06 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Gk6e15479; Wed, 8 Aug 2001 09:46:06 -0700 (PDT) (envelope-from lioux) Message-Id: <200108081646.f78Gk6e15479@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 09:46:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/qhacc Makefile distinfo pkg-plist ports/misc/qhacc/files patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/08 09:46:06 PDT Modified files: misc/qhacc Makefile distinfo pkg-plist Removed files: misc/qhacc/files patch-ac patch-ad Log: Update to 0.9 PR: 29446 Submitted by: Kato Tsuguru Revision Changes Path 1.21 +2 -2 ports/misc/qhacc/Makefile 1.15 +1 -1 ports/misc/qhacc/distinfo 1.4 +1 -0 ports/misc/qhacc/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 Aug 8 10: 3: 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 E278A37B405; Wed, 8 Aug 2001 10:03:00 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78H30T18179; Wed, 8 Aug 2001 10:03:00 -0700 (PDT) (envelope-from lioux) Message-Id: <200108081703.f78H30T18179@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 10:03:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gaspell 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/08/08 10:03:00 PDT Modified files: textproc/gaspell Makefile Log: Fix LIB_DEPENDS: aspell.9 -> aspell.11; overlooked when aspell was updated to 0.33.6.3 PR: 28392 Submitted by: John Merryweather Cooper Prompted by: Kato Tsuguru on PR 29448 Revision Changes Path 1.12 +2 -2 ports/textproc/gaspell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 10:17: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F3CA37B403; Wed, 8 Aug 2001 10:16:56 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HGus23324; Wed, 8 Aug 2001 10:16:56 -0700 (PDT) (envelope-from lioux) Message-Id: <200108081716.f78HGus23324@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 10:16:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/aspell Makefile distinfo pkg-plist ports/textproc/aspell/files 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 lioux 2001/08/08 10:16:56 PDT Modified files: textproc/aspell Makefile distinfo pkg-plist Removed files: textproc/aspell/files patch-ah Log: Update to 0.33.7 PR: 29448 Submitted by: Kato Tsuguru Revision Changes Path 1.30 +7 -4 ports/textproc/aspell/Makefile 1.16 +1 -1 ports/textproc/aspell/distinfo 1.15 +3 -0 ports/textproc/aspell/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 Aug 8 10:17:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A35437B413; Wed, 8 Aug 2001 10:17:20 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HHK123581; Wed, 8 Aug 2001 10:17:20 -0700 (PDT) (envelope-from dd) Message-Id: <200108081717.f78HHK123581@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 10:17:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources 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 dd 2001/08/08 10:17:20 PDT Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: minnie.cs.adfa.edu.au -> minnie.tuhs.org Submitted by: Robert Dingman Revision Changes Path 1.65 +2 -2 doc/en_US.ISO8859-1/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 Aug 8 10:19:53 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (unknown [206.40.252.115]) by hub.freebsd.org (Postfix) with ESMTP id 4B77A37B406; Wed, 8 Aug 2001 10:19:46 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.4/8.11.1) id f78HJhY91058; Wed, 8 Aug 2001 10:19:43 -0700 (PDT) (envelope-from obrien) Date: Wed, 8 Aug 2001 10:19:42 -0700 From: "David O'Brien" To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file Makefile Message-ID: <20010808101942.B90961@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200108081553.f78FrxR07774@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mark@whistle.com on Wed, Aug 08, 2001 at 09:04:43AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 08, 2001 at 09:04:43AM -0700, Mark Peek wrote: > This change will break cross compile builds. Peter Pentchev submitted > a similar patch to -audit and, based on feedback, has a newer patch > which should be committed instead. Yes, I saw NetBSD commits that implied it could. However, at this point dealing with 4.4-RELEASE issues is more important. I got things to the point that all options to file(1) now worked and didn't annoy the user. Unless I find that my changes today break the 4.4 release build, I'll hold off a few weeks on dealing with 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 Aug 8 10:27: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A3E37B401; Wed, 8 Aug 2001 10:27:04 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HR4F25040; Wed, 8 Aug 2001 10:27:04 -0700 (PDT) (envelope-from dd) Message-Id: <200108081727.f78HR4F25040@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 10:27:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks 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 dd 2001/08/08 10:27:04 PDT Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: with in -> within PR: 29508 Submitted by: Gary W. Swearingen Revision Changes Path 1.44 +2 -2 doc/en_US.ISO8859-1/books/handbook/disks/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 Aug 8 10:28: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 99D8737B40C; Wed, 8 Aug 2001 10:28:42 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HSga25835; Wed, 8 Aug 2001 10:28:42 -0700 (PDT) (envelope-from dd) Message-Id: <200108081728.f78HSga25835@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 10:28:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/08 10:28:42 PDT Modified files: en_US.ISO8859-1/books/handbook/contrib chapter.sgml Log: GPL is the General Public License, not the GNU Public License. PR: 29502 Submitted by: Gary W. Swearingen Revision Changes Path 1.464 +2 -2 doc/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 10:29: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 A7D1037B40B; Wed, 8 Aug 2001 10:29:40 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HTeq26044; Wed, 8 Aug 2001 10:29:40 -0700 (PDT) (envelope-from dd) Message-Id: <200108081729.f78HTeq26044@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 10:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/08 10:29:40 PDT Modified files: en_US.ISO8859-1/books/handbook/contrib chapter.sgml Log: Fill paragraph after previous commit. No content changes. Revision Changes Path 1.465 +11 -10 doc/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 10:33: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E6E637B401; Wed, 8 Aug 2001 10:33:05 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HX5i26476; Wed, 8 Aug 2001 10:33:05 -0700 (PDT) (envelope-from dd) Message-Id: <200108081733.f78HX5i26476@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 10:33:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/08 10:33:05 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Gary W. Swearingen for his numerous PRs, most with patches. Revision Changes Path 1.4 +5 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 10:33: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 6468637B403; Wed, 8 Aug 2001 10:33:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HXkd26782; Wed, 8 Aug 2001 10:33:46 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108081733.f78HXkd26782@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 8 Aug 2001 10:33:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/motor Makefile distinfo ports/devel/motor/files patch-src::Makefile.in patch-ktools::src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/08 10:33:46 PDT Modified files: devel/motor Makefile distinfo devel/motor/files patch-src::Makefile.in Removed files: devel/motor/files patch-ktools::src::Makefile.in Log: Update to 2.20.14. Submitted by: Neil Darlow Revision Changes Path 1.4 +7 -5 ports/devel/motor/Makefile 1.3 +1 -1 ports/devel/motor/distinfo 1.3 +5 -17 ports/devel/motor/files/patch-src::Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 10:35: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 28CFA37B401; Wed, 8 Aug 2001 10:35:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HZ4Z27654; Wed, 8 Aug 2001 10:35:04 -0700 (PDT) (envelope-from taoka) Message-Id: <200108081735.f78HZ4Z27654@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 8 Aug 2001 10:35:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/wnn7egg Makefile distinfo pkg-comment pkg-descr pkg-plist ports/japanese/wnn7egg/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 taoka 2001/08/08 10:35:04 PDT Modified files: japanese Makefile Added files: japanese/wnn7egg Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/wnn7egg/files patch-aa patch-ab Log: A Wnn7 elisp client The points where this is different from the original one are here: - fix bugs - change the installed directory from /usr/share/wnn7 to /usr/local/{share/emacs,lib/xemacs} Revision Changes Path 1.374 +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 Wed Aug 8 10:35: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 7548B37B433; Wed, 8 Aug 2001 10:35:10 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HZAM27815; Wed, 8 Aug 2001 10:35:10 -0700 (PDT) (envelope-from taoka) Message-Id: <200108081735.f78HZAM27815@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 8 Aug 2001 10:35:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG taoka 2001/08/08 10:35:10 PDT Modified files: . modules Log: ja-wnn7egg --> ports/japanese/wnn7egg Revision Changes Path 1.3625 +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 Aug 8 10:36: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D37C37B410; Wed, 8 Aug 2001 10:35:54 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HZs828096; Wed, 8 Aug 2001 10:35:54 -0700 (PDT) (envelope-from dd) Message-Id: <200108081735.f78HZs828096@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 10:35:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/08 10:35:54 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Note that copyright doesn't have anything to do with names (those are trademarks), and improve the text a little. PR: 29501 Submitted by: Gary W. Swearingen Revision Changes Path 1.72 +4 -3 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 10:56: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 C083937B40D; Wed, 8 Aug 2001 10:56:08 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Hu8B33255; Wed, 8 Aug 2001 10:56:08 -0700 (PDT) (envelope-from lioux) Message-Id: <200108081756.f78Hu8B33255@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 10:56:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/explosions Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/08 10:56:08 PDT Modified files: misc Makefile Added files: misc/explosions Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port explosions version 0.2001.08.05: 3D objects flying around resembling explosions with various effects. Submitted by: Pete Fritchman Revision Changes Path 1.365 +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 Aug 8 10:56:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E62437B405; Wed, 8 Aug 2001 10:56:12 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78HuC433296; Wed, 8 Aug 2001 10:56:12 -0700 (PDT) (envelope-from lioux) Message-Id: <200108081756.f78HuC433296@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 10:56:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/08 10:56:12 PDT Modified files: . modules Log: explosions --> ports/misc/explosions Revision Changes Path 1.3626 +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 Aug 8 11: 8:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88E7037B403; Wed, 8 Aug 2001 11:08:31 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78I8VW37306; Wed, 8 Aug 2001 11:08:31 -0700 (PDT) (envelope-from murray) Message-Id: <200108081808.f78I8VW37306@freefall.freebsd.org> From: Murray Stokely Date: Wed, 8 Aug 2001 11:08:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/08 11:08:31 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Doh! Unbreak Handbook build after last night's late-night commit. I reogranized the serial chapter but forgot to checkin this file which updates one of the references to that chapter. Yelled at by: Chris Shumway, Valentino Vaschetto Revision Changes Path 1.36 +2 -2 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:23: 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 3D92637B419; Wed, 8 Aug 2001 11:22:59 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78IMx438951; Wed, 8 Aug 2001 11:22:59 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108081822.f78IMx438951@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Aug 2001 11:22:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 tty.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 sheldonh 2001/08/08 11:22:58 PDT Modified files: share/man/man4 tty.4 Log: Improve English wording (use "with which" instead of clause without conjunction). Revision Changes Path 1.17 +3 -3 src/share/man/man4/tty.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:23:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71FAA37B401; Wed, 8 Aug 2001 11:23:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78INS439053; Wed, 8 Aug 2001 11:23:28 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108081823.f78INS439053@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Aug 2001 11:23:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 tty.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 sheldonh 2001/08/08 11:23:28 PDT Modified files: (Branch: RELENG_4) share/man/man4 tty.4 Log: MFC rev 1.17: grammar++ Revision Changes Path 1.9.2.4 +3 -3 src/share/man/man4/tty.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11: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 BFAFC37B422; Wed, 8 Aug 2001 11:23:36 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78INas39092; Wed, 8 Aug 2001 11:23:36 -0700 (PDT) (envelope-from ache) Message-Id: <200108081823.f78INas39092@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 11:23:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png 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/08/08 11:23:36 PDT Modified files: graphics/png Makefile Log: Fix master sites Revision Changes Path 1.43 +3 -2 ports/graphics/png/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:27:48 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 18F3337B40E; Wed, 8 Aug 2001 11:27:43 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id DD9483E31; Wed, 8 Aug 2001 11:27:00 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id D19C63C12D; Wed, 8 Aug 2001 11:27:00 -0700 (PDT) To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 tty.4 In-Reply-To: <200108081823.f78INS439053@freefall.freebsd.org>; from sheldonh@FreeBSD.org on "Wed, 8 Aug 2001 11:23:28 -0700 (PDT)" Date: Wed, 08 Aug 2001 11:26:55 -0700 From: Dima Dorfman Message-Id: <20010808182700.DD9483E31@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sheldon Hearn writes: > sheldonh 2001/08/08 11:23:28 PDT > > Modified files: (Branch: RELENG_4) > share/man/man4 tty.4 > Log: > MFC rev 1.17: grammar++ I wonder, what happened to the code freeze/slush? Are these kinds (e.g., spelling, grammar) of fixes excempt, or...? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:32:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F0E037B403; Wed, 8 Aug 2001 11:32:07 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78IW7b40182; Wed, 8 Aug 2001 11:32:07 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108081832.f78IW7b40182@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Aug 2001 11:32:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 src/share/man/man4/man4.i386 asr.4 src/share/man/man5 link.5 src/share/man/man9 bus_alloc_resource.9 ithread.9 mutex.9 src/usr.bin/chpass chpass.1 src/usr.bin/gencat gencat.1 src/usr.sbin/bootparamd/bootparamd bootparamd.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 sheldonh 2001/08/08 11:32:07 PDT Modified files: bin/sh sh.1 share/man/man4/man4.i386 asr.4 share/man/man5 link.5 share/man/man9 bus_alloc_resource.9 ithread.9 mutex.9 usr.bin/chpass chpass.1 usr.bin/gencat gencat.1 usr.sbin/bootparamd/bootparamd bootparamd.8 usr.sbin/i4b/isdntest isdntest.8 usr.sbin/mtree mtree.8 usr.sbin/setkey setkey.8 usr.sbin/ypserv ypserv.8 Log: can not -> cannot Revision Changes Path 1.55 +2 -2 src/bin/sh/sh.1 1.11 +2 -2 src/share/man/man4/man4.i386/asr.4 1.23 +2 -2 src/share/man/man5/link.5 1.11 +2 -2 src/share/man/man9/bus_alloc_resource.9 1.4 +2 -2 src/share/man/man9/ithread.9 1.17 +2 -2 src/share/man/man9/mutex.9 1.29 +2 -2 src/usr.bin/chpass/chpass.1 1.7 +2 -2 src/usr.bin/gencat/gencat.1 1.13 +2 -2 src/usr.sbin/bootparamd/bootparamd/bootparamd.8 1.14 +2 -2 src/usr.sbin/i4b/isdntest/isdntest.8 1.34 +2 -2 src/usr.sbin/mtree/mtree.8 1.18 +2 -2 src/usr.sbin/setkey/setkey.8 1.29 +2 -2 src/usr.sbin/ypserv/ypserv.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:32:49 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 52F8737B403; Wed, 8 Aug 2001 11:32:41 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15UY9H-0004zx-00; Wed, 08 Aug 2001 20:33:43 +0200 From: Sheldon Hearn To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 tty.4 In-reply-to: Your message of "Wed, 08 Aug 2001 11:26:55 MST." <20010808182700.DD9483E31@bazooka.unixfreak.org> Date: Wed, 08 Aug 2001 20:33:43 +0200 Message-ID: <19216.997295623@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 08 Aug 2001 11:26:55 MST, Dima Dorfman wrote: > > Modified files: (Branch: RELENG_4) > > share/man/man4 tty.4 > > Log: > > MFC rev 1.17: grammar++ > > I wonder, what happened to the code freeze/slush? Are these kinds > (e.g., spelling, grammar) of fixes excempt, or...? Approved by: re (blanket approval) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:35: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 EBBDF37B401; Wed, 8 Aug 2001 11:35:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78IZDP40944; Wed, 8 Aug 2001 11:35:13 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108081835.f78IZDP40944@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Aug 2001 11:35:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 src/share/man/man4/man4.i386 asr.4 src/share/man/man5 link.5 src/share/man/man9 bus_alloc_resource.9 src/usr.bin/chpass chpass.1 src/usr.bin/gencat gencat.1 src/usr.bin/renice renice.8 src/usr.sbin/bootparamd/bootparamd ... 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 sheldonh 2001/08/08 11:35:13 PDT Modified files: (Branch: RELENG_4) bin/sh sh.1 share/man/man4/man4.i386 asr.4 share/man/man5 link.5 share/man/man9 bus_alloc_resource.9 usr.bin/chpass chpass.1 usr.bin/gencat gencat.1 usr.bin/renice renice.8 usr.sbin/bootparamd/bootparamd bootparamd.8 usr.sbin/i4b/isdntest isdntest.8 usr.sbin/mtree mtree.8 usr.sbin/setkey setkey.8 usr.sbin/ypserv ypserv.8 Log: MFC: can not -> cannot Approved by: re (blanket approval) Revision Changes Path 1.39.2.12 +2 -2 src/bin/sh/sh.1 1.2.2.7 +2 -2 src/share/man/man4/man4.i386/asr.4 1.14.2.7 +2 -2 src/share/man/man5/link.5 1.2.2.7 +2 -2 src/share/man/man9/bus_alloc_resource.9 1.23.2.6 +2 -2 src/usr.bin/chpass/chpass.1 1.4.2.3 +2 -2 src/usr.bin/gencat/gencat.1 1.5.2.3 +2 -2 src/usr.bin/renice/renice.8 1.9.2.4 +2 -2 src/usr.sbin/bootparamd/bootparamd/bootparamd.8 1.7.2.6 +2 -2 src/usr.sbin/i4b/isdntest/isdntest.8 1.16.2.8 +2 -2 src/usr.sbin/mtree/mtree.8 1.4.2.11 +2 -2 src/usr.sbin/setkey/setkey.8 1.22.2.5 +2 -2 src/usr.sbin/ypserv/ypserv.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:40: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 5C25337B403; Wed, 8 Aug 2001 11:40:01 -0700 (PDT) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA76465; Wed, 8 Aug 2001 11:21:42 -0700 (PDT) Date: Wed, 8 Aug 2001 11:21:41 -0700 (PDT) From: Julian Elischer To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just want to add my weight to DES's comment.. Man page updates are not optional in FreeBSD... On 8 Aug 2001, Dag-Erling Smorgrav wrote: > Thomas Moestl writes: > > Log: > > Add a zdestroy() function to the zone allocator. This is needed for the > > unload case of modules that use their own zones. > > It has been tested with the nfs module. > > Man page? > > DES > -- > Dag-Erling Smorgrav - des@ofug.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:45: 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 323B337B415; Wed, 8 Aug 2001 11:44:57 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78IivQ41914; Wed, 8 Aug 2001 11:44:57 -0700 (PDT) (envelope-from chern) Message-Id: <200108081844.f78IivQ41914@freefall.freebsd.org> From: Chern Lee Date: Wed, 8 Aug 2001 11:44:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/08 11:44:56 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: * procces -> process * Link text of redundant "Send HUP to inetd" back to previous example Reviewed by: murray Revision Changes Path 1.73 +7 -8 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11: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 66F4A37B40B; Wed, 8 Aug 2001 11:49:16 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78InGs42304; Wed, 8 Aug 2001 11:49:16 -0700 (PDT) (envelope-from chern) Message-Id: <200108081849.f78InGs42304@freefall.freebsd.org> From: Chern Lee Date: Wed, 8 Aug 2001 11:49:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/l10n chapter.sgml doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/08 11:49:16 PDT Modified files: en_US.ISO8859-1/books/handbook/l10n chapter.sgml en_US.ISO8859-1/books/handbook/mirrors chapter.sgml en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Make use of tag over for port references. If , or similar, is decided upon at a later time, it would not be too hard to change. Reviewed by: murray Revision Changes Path 1.64 +8 -8 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1.140 +4 -4 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.37 +5 -5 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11:53:50 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 223B737B413 for ; Wed, 8 Aug 2001 11:53:42 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 16342 invoked by uid 0); 8 Aug 2001 18:53:40 -0000 Received: from p3e9bc34b.dip.t-dialin.net (HELO forge.local) (62.155.195.75) by mail.gmx.net (mp020-rz3) with SMTP; 8 Aug 2001 18:53:40 -0000 Received: from tmm by forge.local with local (Exim 3.30 #1) id 15UYSW-0001xQ-00; Wed, 08 Aug 2001 20:53:36 +0200 Date: Wed, 8 Aug 2001 20:53:36 +0200 From: Thomas Moestl To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h Message-ID: <20010808205336.A3684@crow.dom2ip.de> Mail-Followup-To: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200108042017.f74KH5N78137@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Wed, Aug 08, 2001 at 12:25:35PM +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 Wed, 2001/08/08 at 12:25:35 +0200, Dag-Erling Smorgrav wrote: > Thomas Moestl writes: > > Log: > > Add a zdestroy() function to the zone allocator. This is needed for the > > unload case of modules that use their own zones. > > It has been tested with the nfs module. > > Man page? Oops, I had forgotten about that. Working on an update now. - thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 11: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 8154A37B401; Wed, 8 Aug 2001 11:59:54 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Ixs243316; Wed, 8 Aug 2001 11:59:54 -0700 (PDT) (envelope-from ghelmer) Message-Id: <200108081859.f78Ixs243316@freefall.freebsd.org> From: Guy Helmer Date: Wed, 8 Aug 2001 11:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.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 ghelmer 2001/08/08 11:59:54 PDT Modified files: (Branch: RELENG_4) sys/netinet udp_usrreq.c Log: MFC rev 1.74 Make sure UDP sockets are explicitly bound before connect(2) to avoid UDP datagrams being sent from an IP address other than the jail's IP address. PR: 20946 Approved by: murray Revision Changes Path 1.64.2.13 +9 -4 src/sys/netinet/udp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 12: 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 A41BF37B411; Wed, 8 Aug 2001 12:04:48 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78J4ms43693; Wed, 8 Aug 2001 12:04:48 -0700 (PDT) (envelope-from bmah) Message-Id: <200108081904.f78J4ms43693@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 12:04:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 12:04:48 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Refer to SA-01:52 from the release note item documenting the fix. Also move this item so that references to security advisories remain in numerical order. Revision Changes Path 1.83 +7 -7 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 12:24: 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 807C937B40E; Wed, 8 Aug 2001 12:23:56 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78JNub48246; Wed, 8 Aug 2001 12:23:56 -0700 (PDT) (envelope-from murray) Message-Id: <200108081923.f78JNub48246@freefall.freebsd.org> From: Murray Stokely Date: Wed, 8 Aug 2001 12:23:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook Makefile doc/en_US.ISO8859-1/books/handbook/kerneldebug Makefile chapter.sgml doc/en_US.ISO8859-1/books/handbook/staff Makefile 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/08/08 12:23:56 PDT Modified files: en_US.ISO8859-1/books/handbook Makefile Removed files: en_US.ISO8859-1/books/handbook/kerneldebug Makefile chapter.sgml en_US.ISO8859-1/books/handbook/staff Makefile chapter.sgml Log: kerneldebug/ was repo-copied to the Developer's Handbook The contents of staff/ was moved into a separate article. Update the Makefile appropriately. Revision Changes Path 1.41 +1 -3 doc/en_US.ISO8859-1/books/handbook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 12: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 DBDF037B413; Wed, 8 Aug 2001 12:26:34 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78JQYs48576; Wed, 8 Aug 2001 12:26:34 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200108081926.f78JQYs48576@freefall.freebsd.org> From: David Malone Date: Wed, 8 Aug 2001 12:26:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2001/08/08 12:26:34 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_conf.c Log: Parse the rootdev unit number as base 10 not base 11. Reviewed by: msmith Approved by: jkh Revision Changes Path 1.49.2.3 +2 -2 src/sys/kern/vfs_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 12:36:40 2001 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 8169137B401; Wed, 8 Aug 2001 12:36:07 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:3xW4eK4qA1PHHtbsWVNBUur33jE35NdkIuKbIjyeoy2AA8GYoPKM/wBMCyoR0m+a@localhost [::1]) (authenticated as ume with CRAM-MD5) by peace.mahoroba.org (8.11.5/8.11.5/peace) with ESMTP/inet6 id f78JZwU68669; Thu, 9 Aug 2001 04:35:58 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 09 Aug 2001 04:35:55 +0900 (JST) Message-Id: <20010809.043555.104064272.ume@mahoroba.org> To: ru@FreeBSD.org Cc: Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 From: Hajimu UMEMOTO In-Reply-To: <20010808191242.C10516@sunbay.com> References: <55998.997269012@axl.seasidesoftware.co.za> <01080808322800.22597@snoopy> <20010808191242.C10516@sunbay.com> X-Mailer: xcite1.38> Mew version 1.95b119 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-Operating-System: FreeBSD 5.0-CURRENT 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 Wed, 8 Aug 2001 19:12:42 +0300 >>>>> Ruslan Ermilov said: ru> On Wed, Aug 08, 2001 at 08:32:28AM -0700, Jim Pirzyk wrote: > On Wednesday 08 August 2001 04:10 am, Sheldon Hearn wrote: > > On Wed, 08 Aug 2001 04:05:47 MST, Ruslan Ermilov wrote: > > > Modified files: > > > lib/libc/net gethostbyname.3 > > > Log: > > > Urge the reader to start using getaddrinfo(3) and getnameinfo(3) > > > protocol-independant functions that don't use static memory area. > > > > And which _rock_! > > Err, not quite. They do not use the DNS sortlist functionallity, > nor do they check to see what subnet the host and remote host > has in common to use that address first. > This would be the #1 reason I would not use them. See PR bin/27939. > ru> This is the implementation bug that should ideally be fixed. But ru> this does not mean that this interface is bad, because DNS is one ru> of the possible back ends, and the latest POSIX draft says: Okay, how about this patch? It supports sortlist. It affects only IPv4 address. Index: lib/libc/net/getaddrinfo.c diff -u lib/libc/net/getaddrinfo.c.orig lib/libc/net/getaddrinfo.c --- lib/libc/net/getaddrinfo.c.orig Sat Jun 16 07:08:28 2001 +++ lib/libc/net/getaddrinfo.c Thu Aug 9 04:32:56 2001 @@ -99,6 +99,9 @@ #include #include #include + +#include "res_config.h" + #ifdef DEBUG #include #endif @@ -1194,6 +1197,72 @@ } #endif +#ifdef RESOLVSORT +struct addr_ptr { + struct addrinfo *ai; + int aval; +}; + +static int +addr4sort(struct addrinfo *sentinel) +{ + struct addrinfo *ai; + struct addr_ptr *addrs, addr; + struct sockaddr_in *sin; + int naddrs, i, j; + int needsort = 0; + + if (!sentinel) + return -1; + naddrs = 0; + for (ai = sentinel->ai_next; ai; ai = ai->ai_next) + naddrs++; + if (naddrs < 2) + return 0; /* We don't need sorting. */ + if ((addrs = malloc(sizeof(struct addr_ptr) * naddrs)) == NULL) + return -1; + i = 0; + for (ai = sentinel->ai_next; ai; ai = ai->ai_next) { + sin = (struct sockaddr_in *)ai->ai_addr; + for (j = 0; (unsigned)j < _res.nsort; j++) { + if (_res.sort_list[j].addr.s_addr == + (sin->sin_addr.s_addr & _res.sort_list[j].mask)) + break; + } + addrs[i].ai = ai; + addrs[i].aval = j; + if (needsort == 0 && i > 0 && j < addrs[i - 1].aval) + needsort = i; + i++; + } + if (!needsort) { + free(addrs); + return 0; + } + + while (needsort < naddrs) { + for (j = needsort - 1; j >= 0; j--) { + if (addrs[j].aval > addrs[j+1].aval) { + addr = addrs[j]; + addrs[j] = addrs[j + 1]; + addrs[j + 1] = addr; + } else + break; + } + needsort++; + } + + ai = sentinel; + for (i = 0; i < naddrs; ++i) { + ai->ai_next = addrs[i].ai; + ai = ai->ai_next; + } + ai->ai_next = NULL; + free(addrs); + return 0; +} +#endif /*RESOLVSORT*/ + #ifdef DEBUG static const char AskedForGot[] = "gethostby*.getanswer: asked for \"%s\", got \"%s\""; @@ -1387,6 +1456,19 @@ haveanswer++; } if (haveanswer) { +#if defined(RESOLVSORT) + /* + * We support only IPv4 address for backward + * compatibility against gethostbyname(3). + */ + if (_res.nsort && qtype == T_A) { + if (addr4sort(&sentinel) < 0) { + freeaddrinfo(sentinel.ai_next); + h_errno = NO_RECOVERY; + return NULL; + } + } +#endif /*RESOLVSORT*/ if (!canonname) (void)get_canonname(pai, sentinel.ai_next, qname); else -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 12:41: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 A3C9537B403; Wed, 8 Aug 2001 12:41:46 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Jfkk50581; Wed, 8 Aug 2001 12:41:46 -0700 (PDT) (envelope-from scottl) Message-Id: <200108081941.f78Jfkk50581@freefall.freebsd.org> From: Scott Long Date: Wed, 8 Aug 2001 12:41:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_disk.c aac_pci.c aacvar.h src/sys/modules/aac Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/08 12:41:46 PDT Modified files: (Branch: RELENG_4) sys/dev/aac aac.c aac_debug.c aac_disk.c aac_pci.c aacvar.h sys/modules/aac Makefile Log: MFC bugfixes from Aug 4. Approved by: re Revision Changes Path 1.9.2.5 +54 -19 src/sys/dev/aac/aac.c 1.2.2.2 +4 -1 src/sys/dev/aac/aac_debug.c 1.3.2.3 +3 -1 src/sys/dev/aac/aac_disk.c 1.3.2.5 +3 -1 src/sys/dev/aac/aac_pci.c 1.4.2.2 +30 -1 src/sys/dev/aac/aacvar.h 1.2.2.2 +2 -2 src/sys/modules/aac/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 12:55: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 812D337B405; Wed, 8 Aug 2001 12:55:42 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Jtgj51748; Wed, 8 Aug 2001 12:55:42 -0700 (PDT) (envelope-from bmah) Message-Id: <200108081955.f78Jtgj51748@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 12:55:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 12:55:42 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Refer to SA-01:52 where appropriate, move release notes item to reflect order of security advisories (while I'm here, fix a typo). Update 4.3-RELEASE errata. Revision Changes Path 1.1.2.13 +5 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.22.2.44 +7 -7 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 13: 2: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 E66A937B403; Wed, 8 Aug 2001 13:02:49 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78K2nf52294; Wed, 8 Aug 2001 13:02:49 -0700 (PDT) (envelope-from ache) Message-Id: <200108082002.f78K2nf52294@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 13:02:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick 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/08/08 13:02:49 PDT Modified files: graphics/ImageMagick Makefile Log: Enable 16bit pixels by default since they are enabled by default in newer ImageMagick versions. Add WITHOUT_ option to disable them. Enable modules by default, much smaller executable up to 10Mb runtime. Add WITHOUT_ option to disable them. Use IMAGEMAGICK portion for two WITHOUT_ option names mentioned above - it allows to put them to /etc/make.conf without conflicts. Add few comments about options Revision Changes Path 1.113 +6 -5 ports/graphics/ImageMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 13:16:48 2001 Delivered-To: cvs-all@freebsd.org Received: from femail34.sdc1.sfba.home.com (femail34.sdc1.sfba.home.com [24.254.60.24]) by hub.freebsd.org (Postfix) with ESMTP id 3697B37B405; Wed, 8 Aug 2001 13:16:35 -0700 (PDT) (envelope-from bmah@employees.org) Received: from intruder.bmah.org ([24.176.204.87]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010808201635.XHYK15269.femail34.sdc1.sfba.home.com@intruder.bmah.org>; Wed, 8 Aug 2001 13:16:35 -0700 Received: (from bmah@localhost) by intruder.bmah.org (8.11.4/8.11.3) id f78KGY139971; Wed, 8 Aug 2001 13:16:34 -0700 (PDT) (envelope-from bmah) Message-Id: <200108082016.f78KGY139971@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml In-Reply-To: <200108081955.f78Jtgj51748@freefall.freebsd.org> References: <200108081955.f78Jtgj51748@freefall.freebsd.org> Comments: In-reply-to "Bruce A. Mah" message dated "Wed, 08 Aug 2001 12:55:42 -0700." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1169226678P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 08 Aug 2001 13:16:34 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1169226678P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Bruce A. Mah" wrote: > bmah 2001/08/08 12:55:42 PDT > > Modified files: (Branch: RELENG_4) > release/doc/en_US.ISO8859-1/errata article.sgml > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > MFC: Refer to SA-01:52 where appropriate, move release notes item > to reflect order of security advisories (while I'm here, fix a typo). > > Update 4.3-RELEASE errata. > > Revision Changes Path > 1.1.2.13 +5 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml > 1.22.2.44 +7 -7 src/release/doc/en_US.ISO8859-1/relnotes/common/new.s > gml Oops. Forgot... Approved by: murray Bruce. --==_Exmh_-1169226678P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7cZ4i2MoxcVugUsMRAhdWAKCkYfUkHDrkNGXcFkAl5pG3OOjIWQCguCJs 4vhNEkHx543X7FCjO3ux6ZY= =waBb -----END PGP SIGNATURE----- --==_Exmh_-1169226678P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 13:28: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id AD73637B421; Wed, 8 Aug 2001 13:27:41 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (Switch-2.0.1/Switch-2.0.1) with SMTP id f78KQne26060; Wed, 8 Aug 2001 13:26:49 -0700 (PDT) Received: from [172.30.50.1] by pain.corp.disney.com with ESMTP; Wed, 8 Aug 2001 13:28:37 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id f78KUhs11218; Wed, 8 Aug 2001 13:30:43 -0700 (PDT) Received: from mercury.fan.fa.disney.com (mercury.fan.fa.disney.com [153.7.119.1]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id NAA21828; Wed, 8 Aug 2001 13:27:32 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from snoopy.fan.fa.disney.com by mercury.fan.fa.disney.com; Wed, 8 Aug 2001 13:27:31 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Jim Pirzyk Organization: Walt Disney Feature Animation To: Hajimu UMEMOTO , ru@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 Date: Wed, 8 Aug 2001 13:27:31 -0700 X-Mailer: KMail [version 1.2] Cc: Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <55998.997269012@axl.seasidesoftware.co.za> <20010808191242.C10516@sunbay.com> <20010809.043555.104064272.ume@mahoroba.org> In-Reply-To: <20010809.043555.104064272.ume@mahoroba.org> MIME-Version: 1.0 Message-Id: <01080813273100.00624@snoopy> Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Testing it out it does solve my problems. Thanks. So how does this patch work in that getaddrinfo came from the KAME project. Do we have to wait for the vendor branch to be upgraded with a new version of KAME that has this fix or should we patch getaddrinfo ourselves? Also in the future, how would we support sorting IPv6 addresses (we are currently not running IPv6, but eventually I would think we may have to move there). - JimP On Wednesday 08 August 2001 12:35 pm, Hajimu UMEMOTO wrote: > >>>>> On Wed, 8 Aug 2001 19:12:42 +0300 > >>>>> Ruslan Ermilov said: > > ru> On Wed, Aug 08, 2001 at 08:32:28AM -0700, Jim Pirzyk wrote: > > On Wednesday 08 August 2001 04:10 am, Sheldon Hearn wrote: > > > On Wed, 08 Aug 2001 04:05:47 MST, Ruslan Ermilov wrote: > > > > Modified files: > > > > lib/libc/net gethostbyname.3 > > > > Log: > > > > Urge the reader to start using getaddrinfo(3) and getnameinfo(3) > > > > protocol-independant functions that don't use static memory area. > > > > > > And which _rock_! > > > > Err, not quite. They do not use the DNS sortlist functionallity, > > nor do they check to see what subnet the host and remote host > > has in common to use that address first. > > This would be the #1 reason I would not use them. See PR bin/27939. > > ru> This is the implementation bug that should ideally be fixed. But > ru> this does not mean that this interface is bad, because DNS is one > ru> of the possible back ends, and the latest POSIX draft says: > > Okay, how about this patch? It supports sortlist. It affects only > IPv4 address. > > Index: lib/libc/net/getaddrinfo.c > diff -u lib/libc/net/getaddrinfo.c.orig lib/libc/net/getaddrinfo.c > --- lib/libc/net/getaddrinfo.c.orig Sat Jun 16 07:08:28 2001 > +++ lib/libc/net/getaddrinfo.c Thu Aug 9 04:32:56 2001 > @@ -99,6 +99,9 @@ > #include > #include > #include > + > +#include "res_config.h" > + > #ifdef DEBUG > #include > #endif > @@ -1194,6 +1197,72 @@ > } > #endif > > +#ifdef RESOLVSORT > +struct addr_ptr { > + struct addrinfo *ai; > + int aval; > +}; > + > +static int > +addr4sort(struct addrinfo *sentinel) > +{ > + struct addrinfo *ai; > + struct addr_ptr *addrs, addr; > + struct sockaddr_in *sin; > + int naddrs, i, j; > + int needsort = 0; > + > + if (!sentinel) > + return -1; > + naddrs = 0; > + for (ai = sentinel->ai_next; ai; ai = ai->ai_next) > + naddrs++; > + if (naddrs < 2) > + return 0; /* We don't need sorting. */ > + if ((addrs = malloc(sizeof(struct addr_ptr) * naddrs)) == NULL) > + return -1; > + i = 0; > + for (ai = sentinel->ai_next; ai; ai = ai->ai_next) { > + sin = (struct sockaddr_in *)ai->ai_addr; > + for (j = 0; (unsigned)j < _res.nsort; j++) { > + if (_res.sort_list[j].addr.s_addr == > + (sin->sin_addr.s_addr & _res.sort_list[j].mask)) > + break; > + } > + addrs[i].ai = ai; > + addrs[i].aval = j; > + if (needsort == 0 && i > 0 && j < addrs[i - 1].aval) > + needsort = i; > + i++; > + } > + if (!needsort) { > + free(addrs); > + return 0; > + } > + > + while (needsort < naddrs) { > + for (j = needsort - 1; j >= 0; j--) { > + if (addrs[j].aval > addrs[j+1].aval) { > + addr = addrs[j]; > + addrs[j] = addrs[j + 1]; > + addrs[j + 1] = addr; > + } else > + break; > + } > + needsort++; > + } > + > + ai = sentinel; > + for (i = 0; i < naddrs; ++i) { > + ai->ai_next = addrs[i].ai; > + ai = ai->ai_next; > + } > + ai->ai_next = NULL; > + free(addrs); > + return 0; > +} > +#endif /*RESOLVSORT*/ > + > #ifdef DEBUG > static const char AskedForGot[] = > "gethostby*.getanswer: asked for \"%s\", got \"%s\""; > @@ -1387,6 +1456,19 @@ > haveanswer++; > } > if (haveanswer) { > +#if defined(RESOLVSORT) > + /* > + * We support only IPv4 address for backward > + * compatibility against gethostbyname(3). > + */ > + if (_res.nsort && qtype == T_A) { > + if (addr4sort(&sentinel) < 0) { > + freeaddrinfo(sentinel.ai_next); > + h_errno = NO_RECOVERY; > + return NULL; > + } > + } > +#endif /*RESOLVSORT*/ > if (!canonname) > (void)get_canonname(pai, sentinel.ai_next, qname); > else > > -- > Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan > ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org > http://www.imasy.org/~ume/ -- --- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $ __o Jim.Pirzyk@disney.com ------------- pirzyk@freebsd.org _'\<,_ Senior Systems Engineer, Walt Disney Feature Animation (*)/ (*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 13:41: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 D516E37B419; Wed, 8 Aug 2001 13:41:16 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78KfGu58476; Wed, 8 Aug 2001 13:41:16 -0700 (PDT) (envelope-from ache) Message-Id: <200108082041.f78KfGu58476@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 13:41:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick 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/08/08 13:41:16 PDT Modified files: graphics/ImageMagick Makefile Log: Bymp portrevision for prev. changes Revision Changes Path 1.114 +2 -1 ports/graphics/ImageMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 13:53: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-48.dsl.lsan03.pacbell.net [64.165.226.48]) by hub.freebsd.org (Postfix) with ESMTP id A8B7737B403; Wed, 8 Aug 2001 13:52:52 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8FF6166C4D; Wed, 8 Aug 2001 13:52:51 -0700 (PDT) Date: Wed, 8 Aug 2001 13:52:51 -0700 From: Kris Kennaway To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook Makefile doc/en_US.ISO8859-1/books/handbook/kerneldebug Makefile chapter.sgml doc/en_US.ISO8859-1/books/handbook/staff Makefile chapter.sgml Message-ID: <20010808135250.B88555@xor.obsecurity.org> References: <200108081923.f78JNub48246@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108081923.f78JNub48246@freefall.freebsd.org>; from murray@FreeBSD.org on Wed, Aug 08, 2001 at 12:23:56PM -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 --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 08, 2001 at 12:23:56PM -0700, Murray Stokely wrote: > murray 2001/08/08 12:23:56 PDT >=20 > Modified files: > en_US.ISO8859-1/books/handbook Makefile=20 > Removed files: > en_US.ISO8859-1/books/handbook/kerneldebug Makefile=20 > chapter.sgml=20 > en_US.ISO8859-1/books/handbook/staff Makefile chapter.sgml=20 > Log: > kerneldebug/ was repo-copied to the Developer's Handbook BTW, if you're taking suggestions, I think the kerneldebug chapter in the handbook should be refocussed more on "my system panicked, how can I obtain the information necessary for the developers to determine the problem?". This may already be your intent here. Kris --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7caaiWry0BWjoQKURAvFeAKDLz86gHp4jmEeShvNSSAEn9hO0xwCeN648 dkzk5ryNh5bODsk0fXAeAug= =ZJgA -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14: 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 579D937B40A; Wed, 8 Aug 2001 14:00:54 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78L0sV60024; Wed, 8 Aug 2001 14:00:54 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108082100.f78L0sV60024@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Aug 2001 14:00:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 orm.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 sheldonh 2001/08/08 14:00:54 PDT Modified files: share/man/man4 orm.4 Log: Clarify the BUGS section. Reported by: asmodai Submitted by: jhb Revision Changes Path 1.3 +3 -3 src/share/man/man4/orm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14: 2: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 16DBF37B40C; Wed, 8 Aug 2001 14:02:36 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78L2a060250; Wed, 8 Aug 2001 14:02:36 -0700 (PDT) (envelope-from dirk) Message-Id: <200108082102.f78L2a060250@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 8 Aug 2001 14:02:36 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/08/08 14:02:36 PDT Modified files: www/mod_php4/scripts configure.php Log: Move freetype support into GD support and switch to freetype2. GD depends on freetype2 anyway. Revision Changes Path 1.136 +8 -11 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 Wed Aug 8 14: 3: 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 9230137B405; Wed, 8 Aug 2001 14:02:55 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78L2t860324; Wed, 8 Aug 2001 14:02:55 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108082102.f78L2t860324@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Aug 2001 14:02:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dmesg dmesg.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 sheldonh 2001/08/08 14:02:55 PDT Modified files: sbin/dmesg dmesg.8 Log: Add mention of /var/run/dmesg.boot. Yes, this isn't really the right place for it. No, it really can't remain undocumented. Revision Changes Path 1.14 +8 -1 src/sbin/dmesg/dmesg.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14: 3: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 BE94637B40A; Wed, 8 Aug 2001 14:03:08 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78L38q60366; Wed, 8 Aug 2001 14:03:08 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108082103.f78L38q60366@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Aug 2001 14:03:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 orm.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 sheldonh 2001/08/08 14:03:08 PDT Modified files: (Branch: RELENG_4) share/man/man4 orm.4 Log: MFC rev 1.3: fix grammar in BUGS section Revision Changes Path 1.2.2.2 +3 -3 src/share/man/man4/orm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14: 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 34ADB37B405; Wed, 8 Aug 2001 14:04:31 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78L4VS60534; Wed, 8 Aug 2001 14:04:31 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108082104.f78L4VS60534@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Aug 2001 14:04:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dmesg dmesg.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/08/08 14:04:31 PDT Modified files: (Branch: RELENG_4) sbin/dmesg dmesg.8 Log: MFC rev 1.14: document /var/run/dmesg.boot Revision Changes Path 1.5.2.3 +8 -1 src/sbin/dmesg/dmesg.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14:20:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9726C37B405; Wed, 8 Aug 2001 14:20:16 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78LKGp64804; Wed, 8 Aug 2001 14:20:16 -0700 (PDT) (envelope-from dirk) Message-Id: <200108082120.f78LKGp64804@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 8 Aug 2001 14:20:16 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/08/08 14:20:16 PDT Modified files: www/mod_php4/scripts configure.php Log: Add support for OpenLDAP2. Note that OpenLDAP1 and OpenLDAP are mutually exclusive, because the corresponding ports install some common files. PR: ports/29118 Submitted by: Chris Knight Revision Changes Path 1.137 +24 -3 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 Wed Aug 8 14:22: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 5811937B401; Wed, 8 Aug 2001 14:22:48 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78LMmi65145; Wed, 8 Aug 2001 14:22:48 -0700 (PDT) (envelope-from yar) Message-Id: <200108082122.f78LMmi65145@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 8 Aug 2001 14:22:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/08 14:22:48 PDT Modified files: usr.bin/finger util.c Log: Replace the condemned access(2) by stat(2), as per the discussion in -audit. Revision Changes Path 1.15 +3 -2 src/usr.bin/finger/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14: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 0280437B409; Wed, 8 Aug 2001 14:30:24 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78LUNY65892; Wed, 8 Aug 2001 14:30:23 -0700 (PDT) (envelope-from dirk) Message-Id: <200108082130.f78LUNY65892@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 8 Aug 2001 14:30:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql++ 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 dirk 2001/08/08 14:30:23 PDT Modified files: databases/mysql++ Makefile distinfo Log: Upgrade to 1.7.9. PR: ports/29301 Submitted by: Miklos Niedermayer (maintainer) Revision Changes Path 1.9 +2 -3 ports/databases/mysql++/Makefile 1.4 +1 -1 ports/databases/mysql++/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14:32:18 2001 Delivered-To: cvs-all@freebsd.org Received: from devserver (unknown [64.132.176.66]) by hub.freebsd.org (Postfix) with ESMTP id 23BCB37B40A for ; Wed, 8 Aug 2001 14:32:08 -0700 (PDT) (envelope-from support@tipclub.com) Received: from mail pickup service by devserver with Microsoft SMTPSVC; Wed, 8 Aug 2001 17:31:42 -0400 From: To: Subject: Welcome To Tipclub Date: Wed, 8 Aug 2001 17:31:41 -0400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 08 Aug 2001 21:31:42.0083 (UTC) FILETIME=[83EC5D30:01C12051] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You have been referred to us to receive a Free Trial Membership to the first-ever online Tip Club. Tip Club is a local, online sales referral network whereas you share sales opportunities with members in your community - online!!!. Some people call them "breakfast clubs", "lead networks", or "referral clubs". We are the first to do it on the Internet! Membership is exclusive, once you sign up no other companies in your industry can join in your area. For more information, check us out at http://www.TipClub.com. If your interested, please reserve your industry opening now. Email us back with "Yes" on the subject line. Please include in your response your name, company name, industry and phone number. We only ask that if you join, you agree to be an active participant. If your not interested, just reply "No" in the subject line and and we will remove you from our referral list. Thank you! Sincerely, Tip Club Manager P.S. Refer five people to Tip Club and, if they join, receive a years membership free! Learn more about how tip clubs work: http://www.bni-sac.com/sacbee17jul.html http://centralohio.thesource.net/Files/9508162.html http://www.entrepreneur.com/Magazines/MA_SegArticle/0,1539,266943----1-,00 html http://austin.bcentral.com/austin/stories/1997/05/12/smallb4.html http://www.augustachronicle.com/stories/120699/abc_biztips.shtml http://columbus.bcentral.com/columbus/stories/1998/09/21/smallb1.html http://atlanta.bcentral.com/atlanta/stories/1999/07/19/smallb1.html http://columbus.bcentral.com/columbus/stories/2000/10/09/smallb1.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14:33: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 D14E537B446; Wed, 8 Aug 2001 14:33:27 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78LXRR66251; Wed, 8 Aug 2001 14:33:27 -0700 (PDT) (envelope-from jeh) Message-Id: <200108082133.f78LXRR66251@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 8 Aug 2001 14:33:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/08/08 14:33:27 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4153 Revision Changes Path 1.45 +2 -2 ports/security/uvscan-dat/Makefile 1.45 +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 Aug 8 14:36: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 843E037B403; Wed, 8 Aug 2001 14:36:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78LaZS66717; Wed, 8 Aug 2001 14:36:35 -0700 (PDT) (envelope-from kris) Message-Id: <200108082136.f78LaZS66717@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 8 Aug 2001 14:36:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar tar.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 kris 2001/08/08 14:36:35 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/tar tar.c Log: MFC: r1.24: don't dump core on '-I' Revision Changes Path 1.19.2.4 +2 -2 src/gnu/usr.bin/tar/tar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14:41:13 2001 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 07EDE37B401; Wed, 8 Aug 2001 14:40:58 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:Vg4MePK5X1BqmL5W+mv9Ew8Tg2qYcbFZwbmTj8IRU6+SoNXhFmgD81lfTgvxvePD@localhost [::1]) (authenticated as ume with CRAM-MD5) by peace.mahoroba.org (8.11.5/8.11.5/peace) with ESMTP/inet6 id f78Ld8U73653; Thu, 9 Aug 2001 06:39:08 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 09 Aug 2001 06:39:04 +0900 (JST) Message-Id: <20010809.063904.112320798.ume@mahoroba.org> To: Jim.Pirzyk@disney.com Cc: ru@FreeBSD.org, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 From: Hajimu UMEMOTO In-Reply-To: <01080813273100.00624@snoopy> References: <20010808191242.C10516@sunbay.com> <20010809.043555.104064272.ume@mahoroba.org> <01080813273100.00624@snoopy> X-Mailer: xcite1.38> Mew version 1.95b119 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-Operating-System: FreeBSD 5.0-CURRENT 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 Wed, 8 Aug 2001 13:27:31 -0700 >>>>> Jim Pirzyk said: Jim.Pirzyk> Testing it out it does solve my problems. Thanks. So how Jim.Pirzyk> does this patch work in that getaddrinfo came from the KAME Jim.Pirzyk> project. Do we have to wait for the vendor branch to be Jim.Pirzyk> upgraded with a new version of KAME that has this fix or Jim.Pirzyk> should we patch getaddrinfo ourselves? I wish too see all gethostbyname() will be replaced by getaddrinfo() in the future. I believe it is worth to get rid of the obstacles to achieve it. I'll discuss with KAME guys about how to deal with it, then I'll commit it into FreeBSD. Jim.Pirzyk> Also in the future, how would we support sorting IPv6 Jim.Pirzyk> addresses (we are currently not running IPv6, but eventually Jim.Pirzyk> I would think we may have to move there). There is a discussion in IPng. Please refer draft-ietf-ipngwg-default-addr-select. There is an experimental implementation of it in KAME repo. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14:45: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 8302D37B40C; Wed, 8 Aug 2001 14:45:42 -0700 (PDT) (envelope-from chm@FreeBSD.org) Received: (from chm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78LjgU67941; Wed, 8 Aug 2001 14:45:42 -0700 (PDT) (envelope-from chm) Message-Id: <200108082145.f78LjgU67941@freefall.freebsd.org> From: Christoph Herrmann Date: Wed, 8 Aug 2001 14:45:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/growfs growfs.8 growfs.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 chm 2001/08/08 14:45:42 PDT Modified files: sbin/growfs growfs.8 growfs.c Log: fixing a bug in test mode (growfs -N) Submitted by: Chris Boltwood Reviewed by: tomsoft MFC after: 5 days Revision Changes Path 1.8 +61 -36 src/sbin/growfs/growfs.8 1.5 +17 -2 src/sbin/growfs/growfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14:46:14 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp7.xs4all.nl (smtp7.xs4all.nl [194.109.127.133]) by hub.freebsd.org (Postfix) with ESMTP id 0342137B40E; Wed, 8 Aug 2001 14:46:03 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp7.xs4all.nl (8.9.3/8.9.3) with ESMTP id XAA14296; Wed, 8 Aug 2001 23:45:54 +0200 (CEST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.4/8.11.4) id f78Ljqm06840; Wed, 8 Aug 2001 23:45:52 +0200 (CEST) (envelope-from wkb) Date: Wed, 8 Aug 2001 23:45:52 +0200 From: Wilko Bulte To: Kris Kennaway Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/tar tar.c Message-ID: <20010808234552.A6826@freebie.xs4all.nl> References: <200108082136.f78LaZS66717@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: <200108082136.f78LaZS66717@freefall.freebsd.org>; from kris@FreeBSD.ORG on Wed, Aug 08, 2001 at 02:36:35PM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 08, 2001 at 02:36:35PM -0700, Kris Kennaway wrote: > kris 2001/08/08 14:36:35 PDT > > Modified files: (Branch: RELENG_4) > gnu/usr.bin/tar tar.c > Log: > MFC: r1.24: don't dump core on '-I' Your Approved by: macro is broken ;-) -- | / o / / _ Arnhem, The Netherlands email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14:49:11 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-48.dsl.lsan03.pacbell.net [64.165.226.48]) by hub.freebsd.org (Postfix) with ESMTP id 8A52737B429; Wed, 8 Aug 2001 14:48:57 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EE82566F1C; Wed, 8 Aug 2001 14:48:55 -0700 (PDT) Date: Wed, 8 Aug 2001 14:48:55 -0700 From: Kris Kennaway To: Wilko Bulte Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/tar tar.c Message-ID: <20010808144855.A90855@xor.obsecurity.org> References: <200108082136.f78LaZS66717@freefall.freebsd.org> <20010808234552.A6826@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010808234552.A6826@freebie.xs4all.nl>; from wkb@freebie.xs4all.nl on Wed, Aug 08, 2001 at 11:45:52PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 08, 2001 at 11:45:52PM +0200, Wilko Bulte wrote: > On Wed, Aug 08, 2001 at 02:36:35PM -0700, Kris Kennaway wrote: > > kris 2001/08/08 14:36:35 PDT > >=20 > > Modified files: (Branch: RELENG_4) > > gnu/usr.bin/tar tar.c=20 > > Log: > > MFC: r1.24: don't dump core on '-I' > > > > Approved by: re >=20 > Your Approved by: macro is broken ;-) Yeah, I always forget. There, I retro-committed it :) Kris --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7cbPGWry0BWjoQKURAi80AJoDayfZHXRqKGHi2ajWsA8/nHYnSgCg0rS9 Sjsqm98HWwTAtpFurSVH9Ew= =FQEH -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 14:50: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 4031B37B401; Wed, 8 Aug 2001 14:50:45 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Loje68633; Wed, 8 Aug 2001 14:50:45 -0700 (PDT) (envelope-from dirk) Message-Id: <200108082150.f78Loje68633@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 8 Aug 2001 14:50:45 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/08/08 14:50:45 PDT Modified files: www/mod_php4/scripts configure.php Log: Fix XML support (add option for external expat directory). PR: ports/28909 Submitted by: Alain Thivillon Revision Changes Path 1.138 +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 Wed Aug 8 14:56: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 314A737B409; Wed, 8 Aug 2001 14:56:12 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78LuCh69702; Wed, 8 Aug 2001 14:56:12 -0700 (PDT) (envelope-from dirk) Message-Id: <200108082156.f78LuCh69702@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 8 Aug 2001 14:56:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4 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 dirk 2001/08/08 14:56:12 PDT Modified files: www/mod_php4 Makefile Log: Bump PORTREVISION for recent fixes and additions. Revision Changes Path 1.146 +2 -2 ports/www/mod_php4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:27: 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 ABFC137B401; Wed, 8 Aug 2001 15:27:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MR2285102; Wed, 8 Aug 2001 15:27:02 -0700 (PDT) (envelope-from kris) Message-Id: <200108082227.f78MR2285102@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 8 Aug 2001 15:27:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/raycontrol raycontrol.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/08/08 15:27:02 PDT Modified files: usr.sbin/raycontrol raycontrol.c Log: Whack this code with the Blessed Wand of Stack Protection. MFC After: 1 week Revision Changes Path 1.3 +2 -2 src/usr.sbin/raycontrol/raycontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:30:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D88037B412; Wed, 8 Aug 2001 15:30:03 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MU3Q86293; Wed, 8 Aug 2001 15:30:03 -0700 (PDT) (envelope-from knu) Message-Id: <200108082230.f78MU3Q86293@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 8 Aug 2001 15:30:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/08 15:30:02 PDT Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20010809. pkg_deinstall: - Bring in most of the options of pkg_delete(1). - Add a new option `-P', which preserves shared libraries. - List failed packages if any. - Obsolete GNU style long options, which take space and would only rarely be used. portupgrade: - Make portupgrade use pkg_deinstall instead of pkg_delete, to utilize its -P option. - Now portupgrade always uninstalls old packages, but preserves shared libraries by default. The -u option has been changed to mean "Do not preserve old shared libraries". Note, however, that its behavior is the same as before, it is just the default behavior that has been changed. With this change, portupgrade no longer leaves extra garbage even if you don't specify -u, but only old versions of shared libraries for safety. :) - Utilize $tmpdir properly for pkg_tarup. (previously PKGREPOSITORY was used prior to PKG_TMPDIR or TMPDIR) - Add a notice regarding the disk space for backup files. Since it's my birthday today, I just wish this update doesn't contain terrible bugs.. ;) Revision Changes Path 1.39 +2 -2 ports/sysutils/portupgrade/Makefile 1.36 +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 Wed Aug 8 15:31:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4312237B406; Wed, 8 Aug 2001 15:31:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MVHm87362; Wed, 8 Aug 2001 15:31:17 -0700 (PDT) (envelope-from obrien) Message-Id: <200108082231.f78MVHm87362@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 15:31:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.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 obrien 2001/08/08 15:31:17 PDT Modified files: (Branch: RELENG_4) sys/kern subr_prf.c Log: MFC: rev 1.71: make the code to read the kernel message buffer via sysctl machine-independent and called kern.msgbuf{,_clear}. Approved by: re Revision Changes Path 1.61.2.2 +46 -1 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:32: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 860C737B406; Wed, 8 Aug 2001 15:32:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MWFS87794; Wed, 8 Aug 2001 15:32:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200108082232.f78MWFS87794@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 15:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dmesg dmesg.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 obrien 2001/08/08 15:32:15 PDT Modified files: (Branch: RELENG_4) sbin/dmesg dmesg.c Log: Use the MI kern.msgbuf, rather than i386-specific machdep.msgbuf. Approved by: re Revision Changes Path 1.11.2.3 +5 -5 src/sbin/dmesg/dmesg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:33: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 CCA3D37B406; Wed, 8 Aug 2001 15:33:06 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MX6X88306; Wed, 8 Aug 2001 15:33:06 -0700 (PDT) (envelope-from brian) Message-Id: <200108082233.f78MX6X88306@freefall.freebsd.org> From: Brian Somers Date: Wed, 8 Aug 2001 15:33:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vlc 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 brian 2001/08/08 15:33:06 PDT Modified files: graphics/vlc Makefile distinfo Log: Upgrade to 0.2.82 Revision Changes Path 1.4 +2 -7 ports/graphics/vlc/Makefile 1.2 +1 -1 ports/graphics/vlc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:34:13 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp8.xs4all.nl (smtp8.xs4all.nl [194.109.127.134]) by hub.freebsd.org (Postfix) with ESMTP id 7694E37B40A; Wed, 8 Aug 2001 15:33:58 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp8.xs4all.nl (8.9.3/8.9.3) with ESMTP id AAA28746; Thu, 9 Aug 2001 00:33:57 +0200 (CEST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.4/8.11.4) id f78MXuX07142; Thu, 9 Aug 2001 00:33:56 +0200 (CEST) (envelope-from wkb) Date: Thu, 9 Aug 2001 00:33:56 +0200 From: Wilko Bulte To: Kris Kennaway Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/tar tar.c Message-ID: <20010809003356.A7114@freebie.xs4all.nl> References: <200108082136.f78LaZS66717@freefall.freebsd.org> <20010808234552.A6826@freebie.xs4all.nl> <20010808144855.A90855@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: <20010808144855.A90855@xor.obsecurity.org>; from kris@obsecurity.org on Wed, Aug 08, 2001 at 02:48:55PM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 08, 2001 at 02:48:55PM -0700, Kris Kennaway wrote: > On Wed, Aug 08, 2001 at 11:45:52PM +0200, Wilko Bulte wrote: > > On Wed, Aug 08, 2001 at 02:36:35PM -0700, Kris Kennaway wrote: > > > kris 2001/08/08 14:36:35 PDT > > > > > > Modified files: (Branch: RELENG_4) > > > gnu/usr.bin/tar tar.c > > > Log: > > > MFC: r1.24: don't dump core on '-I' > > > > > > Approved by: re > > > > Your Approved by: macro is broken ;-) > > Yeah, I always forget. There, I retro-committed it :) As long as you don't write a Approved by: worm.. ;) ---end of quoted text--- -- | / o / / _ Arnhem, The Netherlands email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:44:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F0537B411; Wed, 8 Aug 2001 15:44:35 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MiZO94734; Wed, 8 Aug 2001 15:44:35 -0700 (PDT) (envelope-from sada) Message-Id: <200108082244.f78MiZO94734@freefall.freebsd.org> From: SADA Kenji Date: Wed, 8 Aug 2001 15:44:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs2html 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 sada 2001/08/08 15:44:34 PDT Modified files: devel/cvs2html Makefile distinfo Log: Upgrade to version 1.84. Revision Changes Path 1.9 +2 -2 ports/devel/cvs2html/Makefile 1.9 +1 -1 ports/devel/cvs2html/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:49: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 7732E37B405; Wed, 8 Aug 2001 15:49:31 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MnVO97397; Wed, 8 Aug 2001 15:49:31 -0700 (PDT) (envelope-from eric) Message-Id: <200108082249.f78MnVO97397@freefall.freebsd.org> From: Eric Melville Date: Wed, 8 Aug 2001 15:49:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.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 eric 2001/08/08 15:49:28 PDT Modified files: usr.sbin/sysinstall menus.c Log: Make menu text match menu button labels. Revision Changes Path 1.314 +2 -2 src/usr.sbin/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:51: 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 9EBB237B401; Wed, 8 Aug 2001 15:51:00 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Mp0R98299; Wed, 8 Aug 2001 15:51:00 -0700 (PDT) (envelope-from eric) Message-Id: <200108082251.f78Mp0R98299@freefall.freebsd.org> From: Eric Melville Date: Wed, 8 Aug 2001 15:51:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.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 eric 2001/08/08 15:51:00 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: fix menu text Approved by: murray Revision Changes Path 1.252.2.41 +1 -1 src/release/sysinstall/Attic/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15: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 F22B937B412; Wed, 8 Aug 2001 15:53:01 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Mr1U99254; Wed, 8 Aug 2001 15:53:01 -0700 (PDT) (envelope-from bmah) Message-Id: <200108082253.f78Mr1U99254@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 15:53:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme ack.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 15:53:01 PDT Modified files: release/doc/en_US.ISO8859-1/readme ack.sgml Log: Reflect the new location of the list of contributors and coalesce two paragraphs. Revision Changes Path 1.4 +6 -10 src/release/doc/en_US.ISO8859-1/readme/ack.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:54: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 2DFBE37B418; Wed, 8 Aug 2001 15:54:44 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Msir00269; Wed, 8 Aug 2001 15:54:44 -0700 (PDT) (envelope-from bmah) Message-Id: <200108082254.f78Msir00269@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 15:54:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme ack.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 15:54:44 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/readme ack.sgml Log: MFC: Update location of list of contributors. Approved by: murray (implicitly) Revision Changes Path 1.1.2.4 +6 -10 src/release/doc/en_US.ISO8859-1/readme/ack.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 15:56: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 435A937B403; Wed, 8 Aug 2001 15:56:46 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78MukB01399; Wed, 8 Aug 2001 15:56:46 -0700 (PDT) (envelope-from bmah) Message-Id: <200108082256.f78MukB01399@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 15:56:46 -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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 15:56:46 PDT Modified files: en/releases/4.3R errata.sgml Log: Add to SA-01:52 to 4.3-RELEASE web site errata. Revision Changes Path 1.11 +6 -2 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 Wed Aug 8 16: 0:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 553D437B405; Wed, 8 Aug 2001 16:00:40 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78N0eJ03409; Wed, 8 Aug 2001 16:00:40 -0700 (PDT) (envelope-from eric) Message-Id: <200108082300.f78N0eJ03409@freefall.freebsd.org> From: Eric Melville Date: Wed, 8 Aug 2001 16:00:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.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 eric 2001/08/08 16:00:40 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: Fix cvs tag. Revision Changes Path 1.252.2.42 +1 -1 src/release/sysinstall/Attic/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 16: 4: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 9658037B40A; Wed, 8 Aug 2001 16:04:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78N4VW03818; Wed, 8 Aug 2001 16:04:31 -0700 (PDT) (envelope-from peter) Message-Id: <200108082304.f78N4VW03818@freefall.freebsd.org> From: Peter Wemm Date: Wed, 8 Aug 2001 16:04:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb urio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/08 16:04:31 PDT Modified files: sys/dev/usb urio.c Log: Add the Rio 800 USB device IDs Submitted by: Wesley Morgan Revision Changes Path 1.9 +5 -3 src/sys/dev/usb/urio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 16:42: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 BA77D37B406; Wed, 8 Aug 2001 16:42:07 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78Ng7q11213; Wed, 8 Aug 2001 16:42:07 -0700 (PDT) (envelope-from bmah) Message-Id: <200108082342.f78Ng7q11213@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 16:42:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme about.sgml obtaining.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 16:42:07 PDT Modified files: release/doc/en_US.ISO8859-1/readme about.sgml obtaining.sgml Log: Fix up links from the FreeBSD README to portions of the Handbook. While I'm here, delete a paragraph that seems out of place. Revision Changes Path 1.4 +11 -23 src/release/doc/en_US.ISO8859-1/readme/about.sgml 1.6 +4 -6 src/release/doc/en_US.ISO8859-1/readme/obtaining.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 16:56: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 88FF737B411; Wed, 8 Aug 2001 16:56:28 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f78NuS214458; Wed, 8 Aug 2001 16:56:28 -0700 (PDT) (envelope-from chern) Message-Id: <200108082356.f78NuS214458@freefall.freebsd.org> From: Chern Lee Date: Wed, 8 Aug 2001 16:56:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj handbook.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/08 16:56:28 PDT Modified files: en/docproj handbook.sgml Log: * Assign myself to collateattributions.pl, in progress * Add a section on Inetd in progress -> done Revision Changes Path 1.8 +6 -6 www/en/docproj/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17: 2: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 DF89437B403; Wed, 8 Aug 2001 17:02:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7902Ub14902; Wed, 8 Aug 2001 17:02:30 -0700 (PDT) (envelope-from peter) Message-Id: <200108090002.f7902Ub14902@freefall.freebsd.org> From: Peter Wemm Date: Wed, 8 Aug 2001 17:02:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/dev/syscons/logo logo.c logo_saver.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/08 17:02:30 PDT Modified files: sys/conf files files.i386 files.pc98 sys/dev/syscons/logo logo.c logo_saver.c Log: repo-copy the source files from modules/syscons to the normal tree and connect them to the normal build infrastructure. Revision Changes Path 1.556 +11 -1 src/sys/conf/files 1.369 +2 -1 src/sys/conf/files.i386 1.203 +2 -1 src/sys/conf/files.pc98 1.3 +8 -4 src/sys/dev/syscons/logo/logo.c 1.9 +7 -3 src/sys/dev/syscons/logo/logo_saver.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17: 5: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 5E4E337B411; Wed, 8 Aug 2001 17:05:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7905VE18024; Wed, 8 Aug 2001 17:05:31 -0700 (PDT) (envelope-from peter) Message-Id: <200108090005.f7905VE18024@freefall.freebsd.org> From: Peter Wemm Date: Wed, 8 Aug 2001 17:05:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/08 17:05:31 PDT Modified files: sys/i386/conf NOTES Log: Add the screen savers for test coverage. Revision Changes Path 1.944 +13 -1 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17: 6:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A5D537B41A; Wed, 8 Aug 2001 17:06:40 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7906eX18168; Wed, 8 Aug 2001 17:06:40 -0700 (PDT) (envelope-from bmah) Message-Id: <200108090006.f7906eX18168@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 17:06:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme about.sgml obtaining.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 17:06:40 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/readme about.sgml obtaining.sgml Log: MFC: Fix up hyperlinks to parts of the Handbook, remove an out-of-place warning. Approved by: murray (implicitly) Revision Changes Path 1.1.2.4 +11 -23 src/release/doc/en_US.ISO8859-1/readme/about.sgml 1.1.2.6 +4 -6 src/release/doc/en_US.ISO8859-1/readme/obtaining.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17:11: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 2A6B137B401; Wed, 8 Aug 2001 17:11:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790BFN18453; Wed, 8 Aug 2001 17:11:15 -0700 (PDT) (envelope-from ache) Message-Id: <200108090011.f790BFN18453@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 17:11:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick 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/08/08 17:11:15 PDT Modified files: graphics/ImageMagick Makefile Log: Allow more flexible tuning for with/without-threads option Revision Changes Path 1.115 +4 -2 ports/graphics/ImageMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17:13:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2D4037B413; Wed, 8 Aug 2001 17:13:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790DUS19212; Wed, 8 Aug 2001 17:13:30 -0700 (PDT) (envelope-from peter) Message-Id: <200108090013.f790DUS19212@freefall.freebsd.org> From: Peter Wemm Date: Wed, 8 Aug 2001 17:13:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/syscons/apm Makefile apm_saver.c src/sys/modules/syscons/blank Makefile blank_saver.c src/sys/modules/syscons/daemon Makefile daemon_saver.c src/sys/modules/syscons/fade Makefile fade_saver.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/08 17:13:30 PDT Modified files: sys/modules/syscons/apm Makefile sys/modules/syscons/blank Makefile sys/modules/syscons/daemon Makefile sys/modules/syscons/fade Makefile sys/modules/syscons/fire Makefile sys/modules/syscons/green Makefile sys/modules/syscons/logo Makefile sys/modules/syscons/rain Makefile sys/modules/syscons/snake Makefile sys/modules/syscons/star Makefile sys/modules/syscons/warp Makefile Removed files: sys/modules/syscons/apm apm_saver.c sys/modules/syscons/blank blank_saver.c sys/modules/syscons/daemon daemon_saver.c sys/modules/syscons/fade fade_saver.c sys/modules/syscons/fire fire_saver.c sys/modules/syscons/green green_saver.c sys/modules/syscons/logo logo.c logo_saver.c sys/modules/syscons/rain rain_saver.c sys/modules/syscons/snake snake_saver.c sys/modules/syscons/star star_saver.c sys/modules/syscons/warp warp_saver.c Log: Build modules from the main src/sys tree. Tidy up some loose ends.. there were extra -I's being added to CFLAGS for no reason. Revision Changes Path 1.6 +3 -3 src/sys/modules/syscons/apm/Makefile 1.13 +3 -3 src/sys/modules/syscons/blank/Makefile 1.11 +3 -3 src/sys/modules/syscons/daemon/Makefile 1.13 +3 -3 src/sys/modules/syscons/fade/Makefile 1.6 +3 -2 src/sys/modules/syscons/fire/Makefile 1.13 +3 -3 src/sys/modules/syscons/green/Makefile 1.7 +4 -4 src/sys/modules/syscons/logo/Makefile 1.6 +3 -2 src/sys/modules/syscons/rain/Makefile 1.14 +3 -3 src/sys/modules/syscons/snake/Makefile 1.14 +3 -3 src/sys/modules/syscons/star/Makefile 1.7 +3 -2 src/sys/modules/syscons/warp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17:14:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FB5E37B413; Wed, 8 Aug 2001 17:14:42 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790EgF19291; Wed, 8 Aug 2001 17:14:42 -0700 (PDT) (envelope-from chern) Message-Id: <200108090014.f790EgF19291@freefall.freebsd.org> From: Chern Lee Date: Wed, 8 Aug 2001 17:14:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/08 17:14:42 PDT Modified files: share/sgml freebsd.dsl Log: port tag links: http://www.FreeBSD.org/cgi/url.cgi?ports/category/port changed to: http://www.FreeBSD.org/cgi/url.cgi?ports/category/port/pkg-descr The CGI returns "port does not exist" for the old instance. Reviewed by: murray Revision Changes Path 1.45 +3 -2 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17:28: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 69D9037B411; Wed, 8 Aug 2001 17:28:10 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790SAd20381; Wed, 8 Aug 2001 17:28:10 -0700 (PDT) (envelope-from murray) Message-Id: <200108090028.f790SAd20381@freefall.freebsd.org> From: Murray Stokely Date: Wed, 8 Aug 2001 17:28:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/08 17:28:10 PDT Modified files: share/sgml freebsd.dsl Log: Make author attributions show up in italics at the front of each chapter/section to match our old way of doing things. Each in an will be attributed with : " by . " Revision Changes Path 1.46 +13 -7 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17: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 25B4337B40B; Wed, 8 Aug 2001 17:34:58 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790YwI20840; Wed, 8 Aug 2001 17:34:58 -0700 (PDT) (envelope-from mikeh) Message-Id: <200108090034.f790YwI20840@freefall.freebsd.org> From: Mike Heffner Date: Wed, 8 Aug 2001 17:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/08/08 17:34:58 PDT Modified files: lib/libc/gen glob.3 Log: typo: patched->matched Revision Changes Path 1.19 +2 -2 src/lib/libc/gen/glob.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17:35: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 742FE37B410; Wed, 8 Aug 2001 17:35:04 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790Z4W20886; Wed, 8 Aug 2001 17:35:04 -0700 (PDT) (envelope-from bmah) Message-Id: <200108090035.f790Z4W20886@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 17:35:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme Makefile article.sgml about.sgml abstract.sgml ack.sgml artheader.sgml intro.sgml obtaining.sgml problems.sgml readme.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 17:35:04 PDT Modified files: release/doc/en_US.ISO8859-1/readme Makefile article.sgml Removed files: release/doc/en_US.ISO8859-1/readme about.sgml abstract.sgml ack.sgml artheader.sgml intro.sgml obtaining.sgml problems.sgml readme.ent Log: Collapse the seven *.sgml files containing the content of the README document into article.sgml. Move the $FreeBSD$ tag from a comment to a entry, but no other content or whitespace changes. The two reasons for doing this are to: 1) Get rid of a bunch of itty-bitty files and 2) help with a reorganization of the README that will be much simpler if all the content is in a single file. Revision Changes Path 1.6 +1 -8 src/release/doc/en_US.ISO8859-1/readme/Makefile 1.3 +331 -10 src/release/doc/en_US.ISO8859-1/readme/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17:42: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 7BFCD37B410; Wed, 8 Aug 2001 17:42:31 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790gVo22125; Wed, 8 Aug 2001 17:42:31 -0700 (PDT) (envelope-from bmah) Message-Id: <200108090042.f790gVo22125@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 17:42:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme Makefile article.sgml about.sgml abstract.sgml ack.sgml artheader.sgml intro.sgml obtaining.sgml problems.sgml readme.ent 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/08/08 17:42:31 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/readme Makefile article.sgml Removed files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/readme about.sgml abstract.sgml ack.sgml artheader.sgml intro.sgml obtaining.sgml problems.sgml readme.ent Log: MFC: Collapse README document to a single SGML source file. Revision Changes Path 1.3.2.4 +1 -8 src/release/doc/en_US.ISO8859-1/readme/Makefile 1.1.2.3 +332 -10 src/release/doc/en_US.ISO8859-1/readme/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17:47:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8172F37B401; Wed, 8 Aug 2001 17:47:15 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790lFS22965; Wed, 8 Aug 2001 17:47:15 -0700 (PDT) (envelope-from jmz) Message-Id: <200108090047.f790lFS22965@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Wed, 8 Aug 2001 17:47:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xkeycaps Makefile ports/x11/xkeycaps/files patch-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 jmz 2001/08/08 17:47:15 PDT Modified files: x11/xkeycaps Makefile Added files: x11/xkeycaps/files patch-1 Log: Unbreak the build for XFree86-4 (rman bug) Submitted by: Ken McGlothlen Revision Changes Path 1.16 +2 -1 ports/x11/xkeycaps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 17: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 F39A437B420; Wed, 8 Aug 2001 17:53:18 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f790rIe23504; Wed, 8 Aug 2001 17:53:18 -0700 (PDT) (envelope-from mikeh) Message-Id: <200108090053.f790rIe23504@freefall.freebsd.org> From: Mike Heffner Date: Wed, 8 Aug 2001 17:53:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include glob.h src/lib/libc/gen glob.3 glob.c src/libexec/ftpd ftpd.c popen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/08/08 17:53:18 PDT Modified files: (Branch: RELENG_4) include glob.h lib/libc/gen glob.3 glob.c libexec/ftpd ftpd.c popen.c Log: MFC: 1.5 +5 -3 src/include/glob.h 1.17 +17 -18 src/lib/libc/gen/glob.3 1.18 +3 -2 src/lib/libc/gen/glob.3 1.19 +2 -2 src/lib/libc/gen/glob.3 1.18 +9 -5 src/lib/libc/gen/glob.c 1.79 +2 -2 src/libexec/ftpd/ftpd.c 1.21 +2 -2 src/libexec/ftpd/popen.c To be more compatible with NetBSD/OpenBSD, rename the GLOB_MAXPATH flag to GLOB_LIMIT and use GLOB_NOSPACE with errno=0, instead of GLOB_LIMIT, when we reach the maximum number of matches. Approved by: re Revision Changes Path 1.3.6.2 +5 -3 src/include/glob.h 1.7.2.8 +18 -18 src/lib/libc/gen/glob.3 1.11.6.5 +9 -5 src/lib/libc/gen/glob.c 1.62.2.11 +2 -2 src/libexec/ftpd/ftpd.c 1.18.2.3 +2 -2 src/libexec/ftpd/popen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 18:14:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E36D237B403; Wed, 8 Aug 2001 18:14:09 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f791E9O28410; Wed, 8 Aug 2001 18:14:09 -0700 (PDT) (envelope-from eric) Message-Id: <200108090114.f791E9O28410@freefall.freebsd.org> From: Eric Melville Date: Wed, 8 Aug 2001 18:14:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog msgbox.c notify.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 eric 2001/08/08 18:14:09 PDT Modified files: gnu/lib/libdialog msgbox.c notify.c Log: Handle keys consistently. Revision Changes Path 1.18 +5 -1 src/gnu/lib/libdialog/msgbox.c 1.7 +5 -1 src/gnu/lib/libdialog/notify.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 18:22: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8A9137B40A; Wed, 8 Aug 2001 18:21:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f791LwH29178; Wed, 8 Aug 2001 18:21:58 -0700 (PDT) (envelope-from peter) Message-Id: <200108090121.f791LwH29178@freefall.freebsd.org> From: Peter Wemm Date: Wed, 8 Aug 2001 18:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c src/sys/sys signalvar.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 peter 2001/08/08 18:21:58 PDT Modified files: sys/kern kern_exit.c sys/sys signalvar.h Log: (null) Revision Changes Path 1.133 +1 -21 src/sys/kern/kern_exit.c 1.42 +1 -2 src/sys/sys/signalvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 18:22:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B454937B403; Wed, 8 Aug 2001 18:22:17 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f791MHA29215; Wed, 8 Aug 2001 18:22:17 -0700 (PDT) (envelope-from ache) Message-Id: <200108090122.f791MHA29215@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 18:22:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick 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/08/08 18:22:17 PDT Modified files: graphics/ImageMagick Makefile Log: Back out part of my changes (with-modules by default) because PerlMagick not really work (while 'make test' works), pointed by "KATO Tsuguru" Add comment describing situation. Revision Changes Path 1.116 +5 -4 ports/graphics/ImageMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 18:25: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 EF83C37B40A; Wed, 8 Aug 2001 18:25:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f791PpD29442; Wed, 8 Aug 2001 18:25:51 -0700 (PDT) (envelope-from obrien) Message-Id: <200108090125.f791PpD29442@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 18:25:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/df df.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 obrien 2001/08/08 18:25:51 PDT Modified files: (Branch: RELENG_4) bin/df df.c Log: Effectively back out the MFC of rev 1.27. I accidently MFCed it. Approved by: re Requested by: kris Revision Changes Path 1.23.2.4 +30 -33 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 Wed Aug 8 18:27: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from chmls16.mediaone.net (chmls16.mediaone.net [24.147.1.151]) by hub.freebsd.org (Postfix) with ESMTP id 0E82737B40A; Wed, 8 Aug 2001 18:27:01 -0700 (PDT) (envelope-from tadayuki@mediaone.net) Received: from photoniii (h0005025b549e.ne.mediaone.net [24.147.117.91]) by chmls16.mediaone.net (8.11.1/8.11.1) with SMTP id f791QmT27708; Wed, 8 Aug 2001 21:26:48 -0400 (EDT) Date: Wed, 8 Aug 2001 21:29:03 -0400 From: Tadayuki OKADA To: Akinori MUSHA Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/portupgrade Makefile distinfo Message-Id: <20010808212903.3c98e942.tadayuki@mediaone.net> In-Reply-To: <200108082230.f78MU3Q86293@freefall.freebsd.org> References: <200108082230.f78MU3Q86293@freefall.freebsd.org> X-Mailer: Sylpheed version 0.4.66 (GTK+ 1.2.10; i386--freebsd4.3) 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 Wed, 8 Aug 2001 15:30:03 -0700 (PDT) Akinori MUSHA wrote: > Since it's my birthday today, I just wish this update doesn't contain > terrible bugs.. ;) Happy birthday knu! portupgrade is must-install utility for ports addict. Thank you for your good work! -- Tadayuki OKADA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 18:36: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C1D037B40B; Wed, 8 Aug 2001 18:35:56 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f791Zul30126; Wed, 8 Aug 2001 18:35:56 -0700 (PDT) (envelope-from sf) Message-Id: <200108090135.f791Zul30126@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 8 Aug 2001 18:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget Makefile ports/ftp/wget/files patch-host.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 sf 2001/08/08 18:35:56 PDT Modified files: ftp/wget Makefile Added files: ftp/wget/files patch-host.c Log: Fix coredump problem. This patch has been submitted by wget developers. Submitted by: kris Revision Changes Path 1.41 +2 -2 ports/ftp/wget/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 18:41:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2555637B403; Wed, 8 Aug 2001 18:41:24 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f791fOA30640; Wed, 8 Aug 2001 18:41:24 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108090141.f791fOA30640@freefall.freebsd.org> From: Kazuo Horikawa Date: Wed, 8 Aug 2001 18:41:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 last.1 doc/ja_JP.eucJP/man/man2 rfork.2 doc/ja_JP.eucJP/man/man8 pppoed.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/08/08 18:41:23 PDT Modified files: ja_JP.eucJP/man/man1 last.1 ja_JP.eucJP/man/man2 rfork.2 ja_JP.eucJP/man/man8 pppoed.8 Log: Catch up with 4.4-PRERELEASE-20010809-JPSNAP last.1 rev 1.6.2.3 rfork.2 rev 1.11.2.8 pppoed.8 rev 1.2.6.7 Revision Changes Path 1.8 +68 -4 doc/ja_JP.eucJP/man/man1/last.1 1.6 +2 -2 doc/ja_JP.eucJP/man/man2/rfork.2 1.9 +11 -5 doc/ja_JP.eucJP/man/man8/pppoed.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 18:54: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B942737B410; Wed, 8 Aug 2001 18:53:58 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f791rwc31590; Wed, 8 Aug 2001 18:53:58 -0700 (PDT) (envelope-from ache) Message-Id: <200108090153.f791rwc31590@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 18:53:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/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 ache 2001/08/08 18:53:58 PDT Modified files: www/WebMagick Makefile www/WebMagick/files patch-aa Log: Follow new PerlMagick and rename base_rows -> base-rows base_columns -> base-columns Revision Changes Path 1.18 +2 -1 ports/www/WebMagick/Makefile 1.18 +11 -2 ports/www/WebMagick/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 Aug 8 19: 9: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 D3A8637B411; Wed, 8 Aug 2001 19:09:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7929ZJ36041; Wed, 8 Aug 2001 19:09:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200108090209.f7929ZJ36041@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 19:09:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include asi.h asmacros.h atomic.h bootinfo.h bus.h clock.h cpu.h cpufunc.h db_machdep.h elf.h exec.h frame.h globaldata.h globals.h md_var.h mutex.h pcb.h pmap.h proc.h pstate.h ptrace.h reg.h setjmp.h signal.h smp.h tlb.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/08 19:09:35 PDT Modified files: sys/sparc64/include asi.h asmacros.h atomic.h bootinfo.h bus.h clock.h cpu.h cpufunc.h db_machdep.h elf.h exec.h frame.h globaldata.h globals.h md_var.h mutex.h pcb.h pmap.h proc.h pstate.h ptrace.h reg.h setjmp.h signal.h smp.h tlb.h trap.h ucontext.h vmparam.h Log: The author isn't a [UC] Regents. Correct the copyright language. Revision Changes Path 1.3 +3 -3 src/sys/sparc64/include/asi.h 1.2 +3 -3 src/sys/sparc64/include/asmacros.h 1.3 +3 -3 src/sys/sparc64/include/atomic.h 1.2 +3 -3 src/sys/sparc64/include/bootinfo.h 1.3 +3 -3 src/sys/sparc64/include/bus.h 1.3 +3 -3 src/sys/sparc64/include/clock.h 1.3 +3 -3 src/sys/sparc64/include/cpu.h 1.3 +3 -3 src/sys/sparc64/include/cpufunc.h 1.3 +3 -3 src/sys/sparc64/include/db_machdep.h 1.4 +3 -3 src/sys/sparc64/include/elf.h 1.3 +3 -3 src/sys/sparc64/include/exec.h 1.3 +3 -3 src/sys/sparc64/include/frame.h 1.4 +3 -3 src/sys/sparc64/include/globaldata.h 1.3 +3 -3 src/sys/sparc64/include/globals.h 1.3 +3 -3 src/sys/sparc64/include/md_var.h 1.3 +3 -3 src/sys/sparc64/include/mutex.h 1.4 +3 -3 src/sys/sparc64/include/pcb.h 1.5 +3 -3 src/sys/sparc64/include/pmap.h 1.3 +3 -3 src/sys/sparc64/include/proc.h 1.3 +3 -3 src/sys/sparc64/include/pstate.h 1.4 +3 -3 src/sys/sparc64/include/ptrace.h 1.3 +3 -3 src/sys/sparc64/include/reg.h 1.2 +3 -3 src/sys/sparc64/include/setjmp.h 1.3 +3 -3 src/sys/sparc64/include/signal.h 1.3 +3 -3 src/sys/sparc64/include/smp.h 1.3 +3 -3 src/sys/sparc64/include/tlb.h 1.2 +3 -3 src/sys/sparc64/include/trap.h 1.3 +3 -3 src/sys/sparc64/include/ucontext.h 1.4 +3 -3 src/sys/sparc64/include/vmparam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 19:19:42 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 9F0D837B403; Wed, 8 Aug 2001 19:19:38 -0700 (PDT) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id TAA78257; Wed, 8 Aug 2001 19:02:48 -0700 (PDT) Date: Wed, 8 Aug 2001 19:02:47 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exit.c src/sys/sys signalvar.h In-Reply-To: <200108090121.f791LwH29178@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 null?? On Wed, 8 Aug 2001, Peter Wemm wrote: > peter 2001/08/08 18:21:58 PDT > > Modified files: > sys/kern kern_exit.c > sys/sys signalvar.h > Log: > (null) > > Revision Changes Path > 1.133 +1 -21 src/sys/kern/kern_exit.c > 1.42 +1 -2 src/sys/sys/signalvar.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 19: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 5568137B401; Wed, 8 Aug 2001 19:22:48 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f792MmA37233; Wed, 8 Aug 2001 19:22:48 -0700 (PDT) (envelope-from ache) Message-Id: <200108090222.f792MmA37233@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 19:22:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick/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 ache 2001/08/08 19:22:48 PDT Modified files: www/WebMagick/files patch-aa Log: While writing GIF montage, remove parameters unneded for new PerlMagick Revision Changes Path 1.19 +14 -5 ports/www/WebMagick/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 Aug 8 19:24: 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 8F91D37B401; Wed, 8 Aug 2001 19:24:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f792O5l37379; Wed, 8 Aug 2001 19:24:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200108090224.f792O5l37379@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 19:24:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include elf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/08 19:24:05 PDT Modified files: sys/sparc64/include elf.h Log: Restore the proper copyright on this and remove the gratuitous changes from sys/alpha/include/elf.h. Revision Changes Path 1.5 +57 -30 src/sys/sparc64/include/elf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 19: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 A023F37B401; Wed, 8 Aug 2001 19:29:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f792TW137802; Wed, 8 Aug 2001 19:29:32 -0700 (PDT) (envelope-from obrien) Message-Id: <200108090229.f792TW137802@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 19:29:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 procfs_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/08 19:29:32 PDT Modified files: sys/sparc64/sparc64 procfs_machdep.c Log: Fix VCS ID spamage. Revision Changes Path 1.3 +1 -3 src/sys/sparc64/sparc64/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 Wed Aug 8 19: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 BAE7B37B401; Wed, 8 Aug 2001 19:32:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f792W5338080; Wed, 8 Aug 2001 19:32:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200108090232.f792W5338080@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 8 Aug 2001 19:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 autoconf.c clock.c db_interface.c db_trace.c elf_machdep.c exception.s genassym.c locore.s machdep.c pmap.c support.s swtch.s sys_machdep.c trap.c upa.c vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/08 19:32:05 PDT Modified files: sys/sparc64/sparc64 autoconf.c clock.c db_interface.c db_trace.c elf_machdep.c exception.s genassym.c locore.s machdep.c pmap.c support.s swtch.s sys_machdep.c trap.c upa.c vm_machdep.c Log: The author isn't a [UC] Regents. Correct the copyright language. Revision Changes Path 1.3 +3 -3 src/sys/sparc64/sparc64/autoconf.c 1.3 +3 -3 src/sys/sparc64/sparc64/clock.c 1.2 +3 -3 src/sys/sparc64/sparc64/db_interface.c 1.2 +3 -3 src/sys/sparc64/sparc64/db_trace.c 1.3 +3 -3 src/sys/sparc64/sparc64/elf_machdep.c 1.4 +3 -3 src/sys/sparc64/sparc64/exception.s 1.3 +3 -3 src/sys/sparc64/sparc64/genassym.c 1.3 +3 -3 src/sys/sparc64/sparc64/locore.s 1.6 +3 -3 src/sys/sparc64/sparc64/machdep.c 1.6 +3 -3 src/sys/sparc64/sparc64/pmap.c 1.3 +3 -3 src/sys/sparc64/sparc64/support.s 1.4 +3 -3 src/sys/sparc64/sparc64/swtch.s 1.3 +3 -3 src/sys/sparc64/sparc64/sys_machdep.c 1.5 +5 -5 src/sys/sparc64/sparc64/trap.c 1.2 +3 -3 src/sys/sparc64/sparc64/upa.c 1.4 +3 -3 src/sys/sparc64/sparc64/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 19:47: 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 103C837B401; Wed, 8 Aug 2001 19:47:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f792l2C39253; Wed, 8 Aug 2001 19:47:02 -0700 (PDT) (envelope-from peter) Message-Id: <200108090247.f792l2C39253@freefall.freebsd.org> From: Peter Wemm Date: Wed, 8 Aug 2001 19:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c src/sys/sys signalvar.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 peter 2001/08/08 19:47:02 PDT Modified files: sys/kern kern_exit.c sys/sys signalvar.h Log: Forced commit; Previous commit was to remove check_sigacts() that was added with the linuxthreads commit but appears to have never been used. Revision Changes Path 1.134 +1 -1 src/sys/kern/kern_exit.c 1.43 +1 -1 src/sys/sys/signalvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 20:19:56 2001 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E29637B401; Wed, 8 Aug 2001 20:19:48 -0700 (PDT) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.4/8.11.1) with ESMTP id f793JgS63297; Wed, 8 Aug 2001 23:19:47 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200108090319.f793JgS63297@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Bruce Evans Cc: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk In-Reply-To: Message from Bruce Evans of "Thu, 09 Aug 2001 00:42:25 +1000." <20010809001222.Y8028-100000@besplex.bde.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Aug 2001 23:19:39 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans wrote: > On Wed, 8 Aug 2001, Brian Feldman wrote: > > > green 2001/08/08 06:51:10 PDT > > > > Modified files: > > sys/conf kmod.mk > > Log: > > In the KLD "load" make target, don't load using the "absolute" path of > > "./foo.ko". Use "/full/path/foo.ko" instead so that when the path is > > reported as being an absolute path to the "shared library", at least > > it's not really a relative path. > > But "./foo.ko" is a relative path. What doesn't understand this? GDB, the only thing that really matters. > kldload(2) adds mostly-undocumented prefixes and suffixes to the path, > so it is hard to tell exactly which file is unloaded, unlike for > properly designed syscalls like open(2). The actual search in > kern_linker.c:linker_search_path() seems to be: > > o If the path contains a slash, don't try anything else. > o Otherwise: > for each prefix in the kern.module_path sysctl tunable string > for each suffix in fixed set { ".ko", "" } > try the path with this prefix and suffix > endfor > endfor > > kldload(8) documents this superfically to the point of being mostly wrong. > It says that "kld filename" converts the non-file name "filename" to the > file name "filename.ko" and loads that. In particular, it says that > ".ko" in the arg is an error. But actually, ".ko" in the arg is correct > if and only if the arg doesn't contain a slash. > > Bruce I'm extremely unhappy with the state of kldload(8) and all this. It's so amazingly inconsistent... I can kldload ./file.ko, but not kldload file.ko, though those are both correct relative paths. kldload(8) should have absolutely no trouble checking the cwd for existence of a path before giving up. Why don't we just replace that search algorithm with one less broken? I'll do the work... -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@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 Aug 8 20:31: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 8FFC937B401; Wed, 8 Aug 2001 20:31:18 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f793VIL45701; Wed, 8 Aug 2001 20:31:18 -0700 (PDT) (envelope-from ache) Message-Id: <200108090331.f793VIL45701@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 20:31:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/WebMagick/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 ache 2001/08/08 20:31:18 PDT Modified files: www/WebMagick Makefile distinfo pkg-comment pkg-descr pkg-plist www/WebMagick/files patch-aa Removed files: www/WebMagick/files patch-ab Log: Upgrade to 2.0pre4 Revision Changes Path 1.19 +9 -6 ports/www/WebMagick/Makefile 1.4 +1 -1 ports/www/WebMagick/distinfo 1.2 +1 -1 ports/www/WebMagick/pkg-comment 1.4 +1 -2 ports/www/WebMagick/pkg-descr 1.3 +5 -0 ports/www/WebMagick/pkg-plist 1.20 +16 -293 ports/www/WebMagick/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 Aug 8 20:44: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 5ACD337B403; Wed, 8 Aug 2001 20:44:24 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f793iOj46706; Wed, 8 Aug 2001 20:44:24 -0700 (PDT) (envelope-from ache) Message-Id: <200108090344.f793iOj46706@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 20:44:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick 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 ache 2001/08/08 20:44:24 PDT Modified files: www/WebMagick Makefile distinfo Log: Upgrade to 2.0 (I miss the fact it is newer than prev. beta) Revision Changes Path 1.20 +2 -2 ports/www/WebMagick/Makefile 1.5 +1 -1 ports/www/WebMagick/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 21:10:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D33C37B403; Wed, 8 Aug 2001 21:10:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f794Ab951756; Wed, 8 Aug 2001 21:10:37 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108090410.f794Ab951756@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 8 Aug 2001 21:10:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/getxml 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/08/08 21:10:37 PDT Modified files: devel/getxml Makefile distinfo Log: upgrade to 1.0.4 Revision Changes Path 1.2 +2 -2 ports/devel/getxml/Makefile 1.2 +1 -1 ports/devel/getxml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 21:27: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 3218D37B401; Wed, 8 Aug 2001 21:27:12 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f794RCX52928; Wed, 8 Aug 2001 21:27:12 -0700 (PDT) (envelope-from bmah) Message-Id: <200108090427.f794RCX52928@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 8 Aug 2001 21:27:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/08 21:27:12 PDT Modified files: release/doc/en_US.ISO8859-1/readme article.sgml Log: Reorganization of FreeBSD README document. This change adds no new content or whitespace changes; it just moves sections around for better organization; the content of this file used to be fairly fragmented because it originally was derived from parts of several other documents. The first half of "About FreeBSD" has been pulled into the Introduction section. The remainder of "About FreeBSD" plus the "Release Documentation" section now make up a new level section entitled "Further Reading". Revision Changes Path 1.4 +138 -128 src/release/doc/en_US.ISO8859-1/readme/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 22: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 5111037B401; Wed, 8 Aug 2001 22:25:29 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f795PT672369; Wed, 8 Aug 2001 22:25:29 -0700 (PDT) (envelope-from asmodai) Message-Id: <200108090525.f795PT672369@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 8 Aug 2001 22:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/newsfish/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 asmodai 2001/08/08 22:25:29 PDT Removed files: news/newsfish/files patch-aa Log: Remove patch file not longer needed Reminded by: MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 22:55: 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 4D65237B403; Wed, 8 Aug 2001 22:54:55 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f795stS79445; Wed, 8 Aug 2001 22:54:55 -0700 (PDT) (envelope-from lioux) Message-Id: <200108090554.f795stS79445@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 22:54:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qstat Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/08 22:54:54 PDT Modified files: games/qstat Makefile distinfo pkg-plist Log: o Update to 2.4.d o Unecho commands on Makefile PR: 29557 Submitted by: MAINTAINER Revision Changes Path 1.11 +10 -7 ports/games/qstat/Makefile 1.8 +1 -1 ports/games/qstat/distinfo 1.4 +16 -0 ports/games/qstat/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 Aug 8 23: 5: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 B07B937B401; Wed, 8 Aug 2001 23:05:46 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7965kU84942; Wed, 8 Aug 2001 23:05:46 -0700 (PDT) (envelope-from asmodai) Message-Id: <200108090605.f7965kU84942@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 8 Aug 2001 23:05:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind/lib/dst - 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 asmodai 2001/08/08 23:05:46 PDT src/contrib/bind/lib/dst - Imported sources Update of /home/ncvs/src/contrib/bind/lib/dst In directory freefall.freebsd.org:/d/home/asmodai/scratch Log Message: Import of BIND fix for the fact that HMAC-MD5 keys have keyid 0 Status: Vendor Tag: ISC Release Tags: v8_2_4_hmac_md5_patch U src/contrib/bind/lib/dst/support.c 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 Wed Aug 8 23:10: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 ABE5837B406; Wed, 8 Aug 2001 23:10:46 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796AkH86267; Wed, 8 Aug 2001 23:10:46 -0700 (PDT) (envelope-from dd) Message-Id: <200108090610.f796AkH86267@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 23:10:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmp libmp.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/08 23:10:46 PDT Modified files: lib/libmp libmp.3 Log: Fix markup and a couple of thinkos. Submitted by: ru Revision Changes Path 1.2 +14 -14 src/lib/libmp/libmp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 23:17: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 6786937B401; Wed, 8 Aug 2001 23:17:32 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796HWo87793; Wed, 8 Aug 2001 23:17:32 -0700 (PDT) (envelope-from ache) Message-Id: <200108090617.f796HWo87793@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 Aug 2001 23:17:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/08/08 23:17:32 PDT Modified files: www/WebMagick pkg-plist Log: Add missing icon Revision Changes Path 1.4 +1 -0 ports/www/WebMagick/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 Aug 8 23:20: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 F193037B401; Wed, 8 Aug 2001 23:20:18 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796KI088460; Wed, 8 Aug 2001 23:20:18 -0700 (PDT) (envelope-from dd) Message-Id: <200108090620.f796KI088460@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 23:20:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mailwrapper mailwrapper.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 dd 2001/08/08 23:20:18 PDT Modified files: usr.sbin/mailwrapper mailwrapper.c Log: Don't free memory that was never allocated. This fixes a core dump in the case where both the config file and the default MTA don't exist. PR: 29521 Submitted by: marius@alchemy.franken.de Revision Changes Path 1.7 +1 -2 src/usr.sbin/mailwrapper/mailwrapper.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 23:21: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 484A037B401; Wed, 8 Aug 2001 23:21:09 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796L9D88715; Wed, 8 Aug 2001 23:21:09 -0700 (PDT) (envelope-from lioux) Message-Id: <200108090621.f796L9D88715@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 8 Aug 2001 23:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/dejagnu pkg-plist ports/misc/dejagnu/files patch-example-calc::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 lioux 2001/08/08 23:21:09 PDT Modified files: misc/dejagnu pkg-plist Added files: misc/dejagnu/files patch-example-calc::Makefile.in Log: o Fix PLIST o Fix port Makefile breakage in example/calc preventing calc from being installed PR: 29321 Submitted by: John Merryweather Cooper , bento Revision Changes Path 1.5 +2 -1 ports/misc/dejagnu/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 Aug 8 23:27: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 8AC8237B401; Wed, 8 Aug 2001 23:27:32 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796RWZ90382; Wed, 8 Aug 2001 23:27:32 -0700 (PDT) (envelope-from dd) Message-Id: <200108090627.f796RWZ90382@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 23:27:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/shutdown shutdown.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/08 23:27:32 PDT Modified files: sbin/shutdown shutdown.8 Log: Document how to cancel a scheduled shutdown. Obtained from: OpenBSD Revision Changes Path 1.17 +13 -1 src/sbin/shutdown/shutdown.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 23:45: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 43A3137B403; Wed, 8 Aug 2001 23:45:36 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796jaW95556; Wed, 8 Aug 2001 23:45:36 -0700 (PDT) (envelope-from dd) Message-Id: <200108090645.f796jaW95556@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 23:45:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/talk io.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 dd 2001/08/08 23:45:36 PDT Modified files: usr.bin/talk io.c Log: Print the peer's name and address in the "Connection establish" message. Similar information is given by the talk daemon when a connection is requested, but that part isn't on the screen when the main "talk" screen appears, and sometimes it's nice to know who you're talking to. Reviewed by: ru Revision Changes Path 1.12 +26 -3 src/usr.bin/talk/io.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 8 23:59: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 D37AB37B401; Wed, 8 Aug 2001 23:59:16 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f796xGv99121; Wed, 8 Aug 2001 23:59:16 -0700 (PDT) (envelope-from dd) Message-Id: <200108090659.f796xGv99121@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 8 Aug 2001 23:59:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd 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 dd 2001/08/08 23:59:16 PDT Modified files: share/doc/usd Makefile Log: Don't build/install game-related documents when building with NOGAMES. This fixes buildworld when src/games doesn't exist (this may not be "officially" supported, but there's no sense in making it harder for somebody that wants to do it). PR: 29162 Submitted by: Stewart Morgan Revision Changes Path 1.9 +6 -2 src/share/doc/usd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 0: 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 8D18F37B403; Thu, 9 Aug 2001 00:03:11 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7973B300211; Thu, 9 Aug 2001 00:03:11 -0700 (PDT) (envelope-from dd) Message-Id: <200108090703.f7973B300211@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 9 Aug 2001 00:03:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vi 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 dd 2001/08/09 00:03:11 PDT Modified files: usr.bin/vi Makefile Log: Style fix: use .else where appropriate. PR: 29489 Submitted by: Joseph Mallett Revision Changes Path 1.33 +3 -3 src/usr.bin/vi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 0: 6:42 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 8A8D437B401; Thu, 9 Aug 2001 00:06:29 -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 f796x6493574; Thu, 9 Aug 2001 09:59:06 +0300 (EEST) (envelope-from ru) Date: Thu, 9 Aug 2001 09:59:06 +0300 From: Ruslan Ermilov To: Hajimu UMEMOTO Cc: Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 Message-ID: <20010809095906.C91485@sunbay.com> Mail-Followup-To: Hajimu UMEMOTO , Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20010808191242.C10516@sunbay.com> <20010809.043555.104064272.ume@mahoroba.org> <01080813273100.00624@snoopy> <20010809.063904.112320798.ume@mahoroba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010809.063904.112320798.ume@mahoroba.org>; from ume@mahoroba.org on Thu, Aug 09, 2001 at 06:39:04AM +0900 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 09, 2001 at 06:39:04AM +0900, Hajimu UMEMOTO wrote: > >>>>> On Wed, 8 Aug 2001 13:27:31 -0700 > >>>>> Jim Pirzyk said: > > Jim.Pirzyk> Testing it out it does solve my problems. Thanks. So how > Jim.Pirzyk> does this patch work in that getaddrinfo came from the KAME > Jim.Pirzyk> project. Do we have to wait for the vendor branch to be > Jim.Pirzyk> upgraded with a new version of KAME that has this fix or > Jim.Pirzyk> should we patch getaddrinfo ourselves? > > I wish too see all gethostbyname() will be replaced by getaddrinfo() > in the future. I believe it is worth to get rid of the obstacles to > achieve it. I'll discuss with KAME guys about how to deal with it, > then I'll commit it into FreeBSD. > How about implementing these as wrappers to get{addr,name}info(3)? 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 Aug 9 0: 8:29 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 DC06137B403; Thu, 9 Aug 2001 00:07: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 f7977SW94494; Thu, 9 Aug 2001 10:07:28 +0300 (EEST) (envelope-from ru) Date: Thu, 9 Aug 2001 10:07:28 +0300 From: Ruslan Ermilov To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/doc/usd Makefile Message-ID: <20010809100728.D91485@sunbay.com> Mail-Followup-To: Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200108090659.f796xGv99121@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: <200108090659.f796xGv99121@freefall.freebsd.org>; from dd@FreeBSD.org on Wed, Aug 08, 2001 at 11:59:16PM -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 How about the following additionally? Index: Makefile =================================================================== RCS file: /home/ncvs/src/share/man/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 1999/08/28 00:19:37 1.11 +++ Makefile 2001/08/09 07:08:44 @@ -2,7 +2,11 @@ # $FreeBSD: src/share/man/Makefile,v 1.11 1999/08/28 00:19:37 peter Exp $ # XXX MISSING: man3f -SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9 +SUBDIR= man1 man3 man4 man5 man7 man8 man9 + +.if !defined(NOGAMES) +SUBDIR+=man6 +.endif makedb: makewhatis ${DESTDIR}${BINDIR}/man On Wed, Aug 08, 2001 at 11:59:16PM -0700, Dima Dorfman wrote: > dd 2001/08/08 23:59:16 PDT > > Modified files: > share/doc/usd Makefile > Log: > Don't build/install game-related documents when building with NOGAMES. > This fixes buildworld when src/games doesn't exist (this may not be > "officially" supported, but there's no sense in making it harder for > somebody that wants to do it). > > PR: 29162 > Submitted by: Stewart Morgan > > Revision Changes Path > 1.9 +6 -2 src/share/doc/usd/Makefile -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 0:10:58 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 3AA9E37B401; Thu, 9 Aug 2001 00:10:42 -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 f797AdN94757; Thu, 9 Aug 2001 10:10:39 +0300 (EEST) (envelope-from ru) Date: Thu, 9 Aug 2001 10:10:39 +0300 From: Ruslan Ermilov To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/talk io.c Message-ID: <20010809101039.E91485@sunbay.com> Mail-Followup-To: Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200108090645.f796jaW95556@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: <200108090645.f796jaW95556@freefall.freebsd.org>; from dd@FreeBSD.org on Wed, Aug 08, 2001 at 11:45:36PM -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 Wed, Aug 08, 2001 at 11:45:36PM -0700, Dima Dorfman wrote: > dd 2001/08/08 23:45:36 PDT > > Modified files: > usr.bin/talk io.c > Log: [...] > Similar information is given by the talk daemon when a > connection is requested, but that part isn't on the screen when the > main "talk" screen appears, and sometimes it's nice to know who you're > talking to. [...] Or not displayed at all when you initiated the call... I.e., you may call user@foo, but user@bar may reply. Thanks! 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 Aug 9 0:19: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 D325937B405; Thu, 9 Aug 2001 00:19:12 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f797JCS07175; Thu, 9 Aug 2001 00:19:12 -0700 (PDT) (envelope-from dd) Message-Id: <200108090719.f797JCS07175@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 9 Aug 2001 00:19:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/09 00:19:11 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Correct assorted spelling, grammar, and typographical errors. PR: 29547 Submitted by: shill@free.fr Revision Changes Path 1.248 +23 -24 doc/en_US.ISO8859-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 Thu Aug 9 0:20: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 6BD2237B403; Thu, 9 Aug 2001 00:20:17 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f797KHV07527; Thu, 9 Aug 2001 00:20:17 -0700 (PDT) (envelope-from dd) Message-Id: <200108090720.f797KHV07527@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 9 Aug 2001 00:20:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/09 00:20:17 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Mark up some things in . Revision Changes Path 1.249 +2 -2 doc/en_US.ISO8859-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 Thu Aug 9 0: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 BF14937B403; Thu, 9 Aug 2001 00:21:45 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f797Lj308015; Thu, 9 Aug 2001 00:21:45 -0700 (PDT) (envelope-from dd) Message-Id: <200108090721.f797Lj308015@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 9 Aug 2001 00:21:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/09 00:21:45 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Fill paragraphs. Revision Changes Path 1.250 +27 -24 doc/en_US.ISO8859-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 Thu Aug 9 0: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 75A5437B405; Thu, 9 Aug 2001 00:28:00 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f797S0J09701; Thu, 9 Aug 2001 00:28:00 -0700 (PDT) (envelope-from dd) Message-Id: <200108090728.f797S0J09701@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 9 Aug 2001 00:28:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/09 00:28:00 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Move the minimal-sh question down to the end of the chapter. The real reason for the move is that what is now the second question (about libc.so.3) refers to "the previous" question, and it means question one, not the minimal-sh one. I moved it to the end since it didn't seem to fit anywhere else. PR: 29547 Noticed by: shill@free.fr Revision Changes Path 1.251 +34 -34 doc/en_US.ISO8859-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 Thu Aug 9 0:30: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 63B5A37B401; Thu, 9 Aug 2001 00:30:37 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f797UbR10349; Thu, 9 Aug 2001 00:30:37 -0700 (PDT) (envelope-from dd) Message-Id: <200108090730.f797UbR10349@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 9 Aug 2001 00:30:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/09 00:30:37 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Mention dummynet(4) in the question about bandwidth managers. PR: 29547 Submitted by: shill@free.fr Revision Changes Path 1.252 +5 -3 doc/en_US.ISO8859-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 Thu Aug 9 0:32: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 C8C0B37B401; Thu, 9 Aug 2001 00:32:15 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f797WFP10829; Thu, 9 Aug 2001 00:32:15 -0700 (PDT) (envelope-from dd) Message-Id: <200108090732.f797WFP10829@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 9 Aug 2001 00:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/09 00:32:15 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Fill paragraph. Revision Changes Path 1.253 +6 -6 doc/en_US.ISO8859-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 Thu Aug 9 1: 8: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 301A037B403; Thu, 9 Aug 2001 01:08:14 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7988Em22471; Thu, 9 Aug 2001 01:08:14 -0700 (PDT) (envelope-from okazaki) Message-Id: <200108090808.f7988Em22471@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 9 Aug 2001 01:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/shinonome distinfo 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 okazaki 2001/08/09 01:08:13 PDT Modified files: japanese/shinonome distinfo Makefile Log: Update to version 0.9.4. PR: 29548 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/japanese/shinonome/distinfo 1.3 +2 -2 ports/japanese/shinonome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 1:41: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D45E637B406; Thu, 9 Aug 2001 01:40:58 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f798ewK29168; Thu, 9 Aug 2001 01:40:58 -0700 (PDT) (envelope-from ache) Message-Id: <200108090840.f798ewK29168@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 9 Aug 2001 01:40:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/jpeginfo 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 ache 2001/08/09 01:40:58 PDT Modified files: graphics Makefile Added files: graphics/jpeginfo Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Test jpegs for errors, generate MD5 and listing Revision Changes Path 1.337 +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 Aug 9 1:41:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B03E37B430; Thu, 9 Aug 2001 01:41:03 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f798f3r29203; Thu, 9 Aug 2001 01:41:03 -0700 (PDT) (envelope-from ache) Message-Id: <200108090841.f798f3r29203@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 9 Aug 2001 01:41: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 ache 2001/08/09 01:41:03 PDT Modified files: . modules Log: jpeginfo --> ports/graphics/jpeginfo Revision Changes Path 1.3627 +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 Aug 9 2: 1: 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 72F0037B405; Thu, 9 Aug 2001 02:00:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7990wH32922; Thu, 9 Aug 2001 02:00:58 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108090900.f7990wH32922@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 9 Aug 2001 02:00:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/crank Makefile distinfo pkg-plist ports/security/crank/files patch-Makefile patch-plugin-src::Makefile patch-plugins.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/08/09 02:00:57 PDT Modified files: security/crank Makefile distinfo pkg-plist Removed files: security/crank/files patch-Makefile patch-plugin-src::Makefile patch-plugins.c Log: upgrade to 0.1.4 drop maintainership Revision Changes Path 1.3 +4 -15 ports/security/crank/Makefile 1.3 +1 -1 ports/security/crank/distinfo 1.3 +10 -7 ports/security/crank/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 Aug 9 2:14: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 559B737B405; Thu, 9 Aug 2001 02:14:49 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f799Eju38508; Thu, 9 Aug 2001 02:14:45 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108090914.f799Eju38508@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 9 Aug 2001 02:14:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/crank pkg-plist ports/security/crank/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/08/09 02:14:45 PDT Modified files: security/crank pkg-plist Added files: security/crank/files patch-Makefile Log: dont know why remove patch-Makefile in the last commit :< Revision Changes Path 1.4 +5 -0 ports/security/crank/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 Aug 9 2:32: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 B14D937B406; Thu, 9 Aug 2001 02:32:16 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f799WGA42386; Thu, 9 Aug 2001 02:32:16 -0700 (PDT) (envelope-from jhay) Message-Id: <200108090932.f799WGA42386@freefall.freebsd.org> From: John Hay Date: Thu, 9 Aug 2001 02:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile.inc.docports X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2001/08/09 02:32:16 PDT Modified files: release Makefile.inc.docports Log: Add a missing backslash. Revision Changes Path 1.5 +2 -2 src/release/Makefile.inc.docports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 3: 5: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 61D3337B406; Thu, 9 Aug 2001 03:05:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79A5Rk55212; Thu, 9 Aug 2001 03:05:27 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108091005.f79A5Rk55212@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 9 Aug 2001 03:05:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomeapplets Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/09 03:05:26 PDT Modified files: x11/gnomeapplets Makefile distinfo pkg-plist Log: Update to 1.4.0.3. Revision Changes Path 1.16 +1 -1 ports/x11/gnomeapplets/Makefile 1.8 +1 -1 ports/x11/gnomeapplets/distinfo 1.7 +181 -12 ports/x11/gnomeapplets/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 Aug 9 3:11: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 A467737B401; Thu, 9 Aug 2001 03:11:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79ABTv57076; Thu, 9 Aug 2001 03:11:29 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108091011.f79ABTv57076@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 9 Aug 2001 03:11:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pychecker Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/09 03:11:29 PDT Modified files: devel/pychecker Makefile distinfo pkg-plist Log: Update to 0.8. Revision Changes Path 1.3 +1 -1 ports/devel/pychecker/Makefile 1.3 +1 -1 ports/devel/pychecker/distinfo 1.4 +12 -0 ports/devel/pychecker/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 3:25: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 840A437B401; Thu, 9 Aug 2001 03:25:20 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79APK160095; Thu, 9 Aug 2001 03:25:20 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200108091025.f79APK160095@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 9 Aug 2001 03:25:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2001/08/09 03:25:20 PDT Modified files: www/apache13+ipv6 Makefile distinfo Log: Update IPv6 patch PR: ports/29498 Submitted by: Martti Kuparinen Reported by: roam Revision Changes Path 1.20 +3 -2 ports/www/apache13+ipv6/Makefile 1.11 +1 -1 ports/www/apache13+ipv6/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 3: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 7075937B409; Thu, 9 Aug 2001 03:44:14 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79AiEV64246; Thu, 9 Aug 2001 03:44:14 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108091044.f79AiEV64246@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 9 Aug 2001 03:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gal Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/09 03:44:13 PDT Modified files: x11-toolkits/gal Makefile distinfo pkg-plist Log: Update to 0.10. Revision Changes Path 1.18 +1 -1 ports/x11-toolkits/gal/Makefile 1.13 +1 -1 ports/x11-toolkits/gal/distinfo 1.11 +24 -3 ports/x11-toolkits/gal/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 Aug 9 3:46: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 B0CAE37B403; Thu, 9 Aug 2001 03:46:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Ako664728; Thu, 9 Aug 2001 03:46:50 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108091046.f79Ako664728@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 9 Aug 2001 03:46:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gtkhtml 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/08/09 03:46:50 PDT Modified files: www/gtkhtml Makefile Log: Update version number of gal shared library. Revision Changes Path 1.31 +1 -1 ports/www/gtkhtml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 4: 3: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 6FFD437B403; Thu, 9 Aug 2001 04:03:53 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79B3rh76183; Thu, 9 Aug 2001 04:03:53 -0700 (PDT) (envelope-from yar) Message-Id: <200108091103.f79B3rh76183@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 9 Aug 2001 04:03:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libm/common_source exp.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/09 04:03:53 PDT Modified files: lib/libm/common_source exp.3 Log: A minor markup fix: - `to' isn't a variable - don't omit the first `E' in `ERANGE', even though .Er is able to take care of it Revision Changes Path 1.11 +4 -3 src/lib/libm/common_source/exp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 4: 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 8103937B403; Thu, 9 Aug 2001 04:06:25 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79B6Pg79600; Thu, 9 Aug 2001 04:06:25 -0700 (PDT) (envelope-from tg) Message-Id: <200108091106.f79B6Pg79600@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 9 Aug 2001 04:06:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gnumail Makefile distinfo pkg-plist ports/mail/gnumail/files patch-..:Headers:AddressBookController.h patch-..:Headers:EditWindowController.h patch-..:Headers:MailboxManagerController.h patch-..:Headers:NewAddressPanelController.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 tg 2001/08/09 04:06:25 PDT Modified files: mail/gnumail Makefile distinfo pkg-plist Added files: mail/gnumail/files patch-..:Headers:AddressBookController.h patch-..:Headers:EditWindowController.h patch-..:Headers:MailboxManagerController.h patch-..:Headers:NewAddressPanelController.h Log: Upgrade to 0.5.0. Revision Changes Path 1.2 +2 -2 ports/mail/gnumail/Makefile 1.2 +1 -1 ports/mail/gnumail/distinfo 1.2 +4 -0 ports/mail/gnumail/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 Aug 9 4:16: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 5BE0637B405; Thu, 9 Aug 2001 04:16:13 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79BGDq81272; Thu, 9 Aug 2001 04:16:13 -0700 (PDT) (envelope-from yar) Message-Id: <200108091116.f79BGDq81272@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 9 Aug 2001 04:16:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/man exp.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/09 04:16:12 PDT Modified files: lib/msun/man exp.3 Log: Tiny markup fix: `to' isn't a variable Revision Changes Path 1.14 +3 -2 src/lib/msun/man/exp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 4:51:58 2001 Delivered-To: cvs-all@freebsd.org Received: from hitpro.hitachi.co.jp (hitpro.hitachi.co.jp [133.145.224.7]) by hub.freebsd.org (Postfix) with ESMTP id 4C79437B401; Thu, 9 Aug 2001 04:51:51 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from mlgw2.system.hitachi.co.jp by hitpro.hitachi.co.jp (8.9.3/3.7W-hitpro) id UAA25186; Thu, 9 Aug 2001 20:51:49 +0900 (JST) Received: from mlgw3 by mlgw2.system.hitachi.co.jp (8.9.3/3.7W-mlgw2) id UAA21674; Thu, 9 Aug 2001 20:51:37 +0900 (JST) Received: from plum.ssr.bisd.hitachi.co.jp by bisdgw.bisd.hitachi.co.jp (8.9.3+3.2W/3.7W-bisdgw) with ESMTP id UAA06871; Thu, 9 Aug 2001 20:51:48 +0900 (JST) (envelope-from ume@FreeBSD.org) Received: from localhost (IDENT:vPcui/gTZOFgNsuWxcbkBNv+zvPnjwfutqhGk1gU2KzS9+dLYOF7tPQcUYc6QO5j@localhost [::1]) by plum.ssr.bisd.hitachi.co.jp (8.11.3/8.11.3/plum) with ESMTP/inet6 id f79BplP93832; Thu, 9 Aug 2001 20:51:48 +0900 (JST) (envelope-from ume@FreeBSD.org) Date: Thu, 09 Aug 2001 20:51:47 +0900 (JST) Message-Id: <20010809.205147.104122969.ume@FreeBSD.org> To: ru@FreeBSD.org Cc: Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 From: Hajimu UMEMOTO In-Reply-To: <20010809095906.C91485@sunbay.com> References: <01080813273100.00624@snoopy> <20010809.063904.112320798.ume@mahoroba.org> <20010809095906.C91485@sunbay.com> X-Mailer: Mew version 1.95b119 on Emacs 20.7 / Mule 4.1 =?iso-2022-jp?B?KBskQjAqGyhCKQ==?= X-PGP-Fingerprint: D3 3D D3 54 88 13 DE 22 3F 31 C4 4D A1 08 84 7B X-PGP-Public-Key: http://www.imasy.org/~ume/ume@bisd.hitachi.co.jp.asc X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 4.3-RELEASE 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 Thu, 9 Aug 2001 09:59:06 +0300, >>>>> Ruslan Ermilov said: ru> On Thu, Aug 09, 2001 at 06:39:04AM +0900, Hajimu UMEMOTO wrote: ru> > >>>>> On Wed, 8 Aug 2001 13:27:31 -0700 ru> > >>>>> Jim Pirzyk said: ru> > ru> > Jim.Pirzyk> Testing it out it does solve my problems. Thanks. So how ru> > Jim.Pirzyk> does this patch work in that getaddrinfo came from the KAME ru> > Jim.Pirzyk> project. Do we have to wait for the vendor branch to be ru> > Jim.Pirzyk> upgraded with a new version of KAME that has this fix or ru> > Jim.Pirzyk> should we patch getaddrinfo ourselves? ru> > ru> > I wish too see all gethostbyname() will be replaced by getaddrinfo() ru> > in the future. I believe it is worth to get rid of the obstacles to ru> > achieve it. I'll discuss with KAME guys about how to deal with it, ru> > then I'll commit it into FreeBSD. ru> > ru> How about implementing these as wrappers to get{addr,name}info(3)? Sorry but I cannot imagin your idea. Dou you mean application may call such wrapper function instead of getaddrinfo()? If so, it means we create new API and it affects many applications. I think it shouldn't. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 5:19:23 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 7467B37B40B; Thu, 9 Aug 2001 05:19:10 -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 f79CIF236757; Thu, 9 Aug 2001 15:18:15 +0300 (EEST) (envelope-from ru) Date: Thu, 9 Aug 2001 15:18:15 +0300 From: Ruslan Ermilov To: Hajimu UMEMOTO Cc: Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 Message-ID: <20010809151815.A36094@sunbay.com> Mail-Followup-To: Hajimu UMEMOTO , Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <01080813273100.00624@snoopy> <20010809.063904.112320798.ume@mahoroba.org> <20010809095906.C91485@sunbay.com> <20010809.205147.104122969.ume@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: <20010809.205147.104122969.ume@FreeBSD.org>; from ume@FreeBSD.org on Thu, Aug 09, 2001 at 08:51:47PM +0900 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 09, 2001 at 08:51:47PM +0900, Hajimu UMEMOTO wrote: > >>>>> On Thu, 9 Aug 2001 09:59:06 +0300, > >>>>> Ruslan Ermilov said: > > ru> On Thu, Aug 09, 2001 at 06:39:04AM +0900, Hajimu UMEMOTO wrote: > ru> > >>>>> On Wed, 8 Aug 2001 13:27:31 -0700 > ru> > >>>>> Jim Pirzyk said: > ru> > > ru> > Jim.Pirzyk> Testing it out it does solve my problems. Thanks. So how > ru> > Jim.Pirzyk> does this patch work in that getaddrinfo came from the KAME > ru> > Jim.Pirzyk> project. Do we have to wait for the vendor branch to be > ru> > Jim.Pirzyk> upgraded with a new version of KAME that has this fix or > ru> > Jim.Pirzyk> should we patch getaddrinfo ourselves? > ru> > > ru> > I wish too see all gethostbyname() will be replaced by getaddrinfo() > ru> > in the future. I believe it is worth to get rid of the obstacles to > ru> > achieve it. I'll discuss with KAME guys about how to deal with it, > ru> > then I'll commit it into FreeBSD. > ru> > > ru> How about implementing these as wrappers to get{addr,name}info(3)? > > Sorry but I cannot imagin your idea. Dou you mean application may > call such wrapper function instead of getaddrinfo()? If so, it means > we create new API and it affects many applications. I think it > shouldn't. > Nope, I mean what if we implement gethostby*() using get*info(), internally? 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 Aug 9 5:34:17 2001 Delivered-To: cvs-all@freebsd.org Received: from hitpro.hitachi.co.jp (hitpro.hitachi.co.jp [133.145.224.7]) by hub.freebsd.org (Postfix) with ESMTP id 088F537B401; Thu, 9 Aug 2001 05:34:11 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from mlgw2.system.hitachi.co.jp by hitpro.hitachi.co.jp (8.9.3/3.7W-hitpro) id VAA05046; Thu, 9 Aug 2001 21:34:10 +0900 (JST) Received: from mlgw3 by mlgw2.system.hitachi.co.jp (8.9.3/3.7W-mlgw2) id VAA29264; Thu, 9 Aug 2001 21:33:58 +0900 (JST) Received: from plum.ssr.bisd.hitachi.co.jp by bisdgw.bisd.hitachi.co.jp (8.9.3+3.2W/3.7W-bisdgw) with ESMTP id VAA07730; Thu, 9 Aug 2001 21:34:09 +0900 (JST) (envelope-from ume@FreeBSD.org) Received: from localhost (IDENT:8UKSIT9MBeLRY7H/tSqSV8CnOguYe8GS67v8vyM2IDVIXd4Fn6w3tCAi/VsdIgUK@localhost [::1]) by plum.ssr.bisd.hitachi.co.jp (8.11.3/8.11.3/plum) with ESMTP/inet6 id f79CY8P93954; Thu, 9 Aug 2001 21:34:08 +0900 (JST) (envelope-from ume@FreeBSD.org) Date: Thu, 09 Aug 2001 21:34:08 +0900 (JST) Message-Id: <20010809.213408.78798491.ume@FreeBSD.org> To: ru@FreeBSD.org Cc: Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 From: Hajimu UMEMOTO In-Reply-To: <20010809151815.A36094@sunbay.com> References: <20010809095906.C91485@sunbay.com> <20010809.205147.104122969.ume@FreeBSD.org> <20010809151815.A36094@sunbay.com> X-Mailer: Mew version 1.95b119 on Emacs 20.7 / Mule 4.1 =?iso-2022-jp?B?KBskQjAqGyhCKQ==?= X-PGP-Fingerprint: D3 3D D3 54 88 13 DE 22 3F 31 C4 4D A1 08 84 7B X-PGP-Public-Key: http://www.imasy.org/~ume/ume@bisd.hitachi.co.jp.asc X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 4.3-RELEASE 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 Thu, 9 Aug 2001 15:18:15 +0300, >>>>> Ruslan Ermilov said: ru> > ru> How about implementing these as wrappers to get{addr,name}info(3)? ru> > ru> > Sorry but I cannot imagin your idea. Dou you mean application may ru> > call such wrapper function instead of getaddrinfo()? If so, it means ru> > we create new API and it affects many applications. I think it ru> > shouldn't. ru> > ru> Nope, I mean what if we implement gethostby*() using get*info(), ru> internally? I see. It may good idea to wipe out duplicate functionality internally. However, it doesn't solve the problem. As premise, gethostbyname() cannot treat AF_INET6 and AF_UNSPEC. This is a reason why we should use getaddrinfo() instead of gethostbyname() from IPv6 perspective. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 5:34:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13F2A37B405; Thu, 9 Aug 2001 05:34:37 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79CYaW06020; Thu, 9 Aug 2001 05:34:36 -0700 (PDT) (envelope-from sada) Message-Id: <200108091234.f79CYaW06020@freefall.freebsd.org> From: SADA Kenji Date: Thu, 9 Aug 2001 05:34:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gifsicle 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 sada 2001/08/09 05:34:36 PDT Modified files: graphics/gifsicle Makefile distinfo Log: Upgrade to version 1.30 . PR: ports/29257 Submitted by: maintainer Revision Changes Path 1.14 +2 -2 ports/graphics/gifsicle/Makefile 1.9 +1 -1 ports/graphics/gifsicle/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 5:53:25 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 7597D37B401; Thu, 9 Aug 2001 05:53:13 -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 f79Cr4041115; Thu, 9 Aug 2001 15:53:04 +0300 (EEST) (envelope-from ru) Date: Thu, 9 Aug 2001 15:53:04 +0300 From: Ruslan Ermilov To: Hajimu UMEMOTO Cc: Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 Message-ID: <20010809155304.D36094@sunbay.com> Mail-Followup-To: Hajimu UMEMOTO , Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20010809095906.C91485@sunbay.com> <20010809.205147.104122969.ume@FreeBSD.org> <20010809151815.A36094@sunbay.com> <20010809.213408.78798491.ume@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: <20010809.213408.78798491.ume@FreeBSD.org>; from ume@FreeBSD.org on Thu, Aug 09, 2001 at 09:34:08PM +0900 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 09, 2001 at 09:34:08PM +0900, Hajimu UMEMOTO wrote: > >>>>> On Thu, 9 Aug 2001 15:18:15 +0300, > >>>>> Ruslan Ermilov said: > > ru> > ru> How about implementing these as wrappers to get{addr,name}info(3)? > ru> > > ru> > Sorry but I cannot imagin your idea. Dou you mean application may > ru> > call such wrapper function instead of getaddrinfo()? If so, it means > ru> > we create new API and it affects many applications. I think it > ru> > shouldn't. > ru> > > ru> Nope, I mean what if we implement gethostby*() using get*info(), > ru> internally? > > I see. It may good idea to wipe out duplicate functionality > internally. However, it doesn't solve the problem. As premise, > gethostbyname() cannot treat AF_INET6 and AF_UNSPEC. This is a reason > why we should use getaddrinfo() instead of gethostbyname() from IPv6 > perspective. > Grr, am I saying the opposite? I am all along with you on these. And implementing gethostbyname(), gethostbyname2(), and gethostbyaddr() functions internally using getaddrinfo() and getnameinfo() would be a good step towards this. (I mean, make them a special case of get*info() functions.) 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 Aug 9 6:11:23 2001 Delivered-To: cvs-all@freebsd.org Received: from hitpro.hitachi.co.jp (hitpro.hitachi.co.jp [133.145.224.7]) by hub.freebsd.org (Postfix) with ESMTP id 5F9B537B403; Thu, 9 Aug 2001 06:11:09 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from mlgw2.system.hitachi.co.jp by hitpro.hitachi.co.jp (8.9.3/3.7W-hitpro) id WAA12559; Thu, 9 Aug 2001 22:11:08 +0900 (JST) Received: from mlgw3 by mlgw2.system.hitachi.co.jp (8.9.3/3.7W-mlgw2) id WAA05138; Thu, 9 Aug 2001 22:10:56 +0900 (JST) Received: from plum.ssr.bisd.hitachi.co.jp by bisdgw.bisd.hitachi.co.jp (8.9.3+3.2W/3.7W-bisdgw) with ESMTP id WAA08536; Thu, 9 Aug 2001 22:11:08 +0900 (JST) (envelope-from ume@FreeBSD.org) Received: from localhost (IDENT:Lnfsh1PTEZeAHX7WKhoFhWr+Gfx63CYGuq5uZYQoOt8PqVFjisWOZshxq5HjE9s3@localhost [::1]) by plum.ssr.bisd.hitachi.co.jp (8.11.3/8.11.3/plum) with ESMTP/inet6 id f79DB6P94052; Thu, 9 Aug 2001 22:11:07 +0900 (JST) (envelope-from ume@FreeBSD.org) Date: Thu, 09 Aug 2001 22:11:06 +0900 (JST) Message-Id: <20010809.221106.112533864.ume@FreeBSD.org> To: ru@FreeBSD.org Cc: Jim.Pirzyk@disney.com, sheldonh@starjuice.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net gethostbyname.3 From: Hajimu UMEMOTO In-Reply-To: <20010809155304.D36094@sunbay.com> References: <20010809151815.A36094@sunbay.com> <20010809.213408.78798491.ume@FreeBSD.org> <20010809155304.D36094@sunbay.com> X-Mailer: Mew version 1.95b119 on Emacs 20.7 / Mule 4.1 =?iso-2022-jp?B?KBskQjAqGyhCKQ==?= X-PGP-Fingerprint: D3 3D D3 54 88 13 DE 22 3F 31 C4 4D A1 08 84 7B X-PGP-Public-Key: http://www.imasy.org/~ume/ume@bisd.hitachi.co.jp.asc X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 4.3-RELEASE 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 Thu, 9 Aug 2001 15:53:04 +0300, >>>>> Ruslan Ermilov said: ru> On Thu, Aug 09, 2001 at 09:34:08PM +0900, Hajimu UMEMOTO wrote: ru> > >>>>> On Thu, 9 Aug 2001 15:18:15 +0300, ru> > >>>>> Ruslan Ermilov said: ru> > ru> > ru> > ru> How about implementing these as wrappers to get{addr,name}info(3)? ru> > ru> > ru> > ru> > Sorry but I cannot imagin your idea. Dou you mean application may ru> > ru> > call such wrapper function instead of getaddrinfo()? If so, it means ru> > ru> > we create new API and it affects many applications. I think it ru> > ru> > shouldn't. ru> > ru> > ru> > ru> Nope, I mean what if we implement gethostby*() using get*info(), ru> > ru> internally? ru> > ru> > I see. It may good idea to wipe out duplicate functionality ru> > internally. However, it doesn't solve the problem. As premise, ru> > gethostbyname() cannot treat AF_INET6 and AF_UNSPEC. This is a reason ru> > why we should use getaddrinfo() instead of gethostbyname() from IPv6 ru> > perspective. ru> > ru> Grr, am I saying the opposite? I am all along with you on these. ru> And implementing gethostbyname(), gethostbyname2(), and gethostbyaddr() ru> functions internally using getaddrinfo() and getnameinfo() would be ru> a good step towards this. ru> ru> (I mean, make them a special case of get*info() functions.) I might miss to read you. Indeed, getaddrinfo() had been calling getipnodebyname() or gethostbyname2() internally, past days. But, we knew it caused DNS query order problem. So, getaddrinfo() was rewritten to call res_* functions directly. Don't you remember the problem around 4.0-RELEASE? -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 6:32: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 2E38B37B401; Thu, 9 Aug 2001 06:32:14 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79DWEW20247; Thu, 9 Aug 2001 06:32:14 -0700 (PDT) (envelope-from yar) Message-Id: <200108091332.f79DWEW20247@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 9 Aug 2001 06:32:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/compat-43 killpg.2 sigvec.2 src/lib/libc/gen msgctl.3 msgsnd.3 raise.3 uname.3 src/lib/libc/i386/sys i386_vm86.2 src/lib/libc/posix1e acl_free.3 cap_clear.3 cap_free.3 cap_get_flag.3 src/lib/libc/stdio remove.3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/09 06:32:13 PDT Modified files: lib/libc/compat-43 killpg.2 sigvec.2 lib/libc/gen msgctl.3 msgsnd.3 raise.3 uname.3 lib/libc/i386/sys i386_vm86.2 lib/libc/posix1e acl_free.3 cap_clear.3 cap_free.3 cap_get_flag.3 lib/libc/stdio remove.3 lib/libc/stdlib radixsort.3 lib/libc/sys adjtime.2 bind.2 close.2 connect.2 flock.2 fsync.2 getfh.2 getpeername.2 getrusage.2 getsockname.2 kill.2 ktrace.2 link.2 listen.2 madvise.2 minherit.2 mkdir.2 mkfifo.2 mknod.2 mprotect.2 msync.2 munmap.2 pipe.2 quotactl.2 rename.2 revoke.2 rmdir.2 sched_yield.2 semop.2 sendfile.2 setgroups.2 setregid.2 shmctl.2 sigaction.2 sigaltstack.2 sigpending.2 sigprocmask.2 socketpair.2 symlink.2 undelete.2 unlink.2 lib/libc_r/man sem_destroy.3 sem_getvalue.3 sem_init.3 sem_post.3 Log: Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. Reviewed by: ru Revision Changes Path 1.9 +2 -5 src/lib/libc/compat-43/killpg.2 1.18 +2 -5 src/lib/libc/compat-43/sigvec.2 1.15 +2 -6 src/lib/libc/gen/msgctl.3 1.14 +2 -5 src/lib/libc/gen/msgsnd.3 1.6 +2 -5 src/lib/libc/gen/raise.3 1.9 +2 -6 src/lib/libc/gen/uname.3 1.8 +2 -8 src/lib/libc/i386/sys/i386_vm86.2 1.10 +2 -5 src/lib/libc/posix1e/acl_free.3 1.9 +2 -5 src/lib/libc/posix1e/cap_clear.3 1.11 +2 -5 src/lib/libc/posix1e/cap_free.3 1.9 +2 -5 src/lib/libc/posix1e/cap_get_flag.3 1.8 +2 -7 src/lib/libc/stdio/remove.3 1.8 +2 -5 src/lib/libc/stdlib/radixsort.3 1.10 +2 -5 src/lib/libc/sys/adjtime.2 1.19 +2 -5 src/lib/libc/sys/bind.2 1.16 +2 -5 src/lib/libc/sys/close.2 1.18 +2 -5 src/lib/libc/sys/connect.2 1.16 +2 -5 src/lib/libc/sys/flock.2 1.14 +2 -3 src/lib/libc/sys/fsync.2 1.10 +2 -5 src/lib/libc/sys/getfh.2 1.17 +2 -2 src/lib/libc/sys/getpeername.2 1.15 +2 -6 src/lib/libc/sys/getrusage.2 1.17 +2 -2 src/lib/libc/sys/getsockname.2 1.17 +2 -5 src/lib/libc/sys/kill.2 1.16 +2 -5 src/lib/libc/sys/ktrace.2 1.18 +2 -5 src/lib/libc/sys/link.2 1.20 +2 -2 src/lib/libc/sys/listen.2 1.22 +2 -6 src/lib/libc/sys/madvise.2 1.11 +2 -6 src/lib/libc/sys/minherit.2 1.16 +2 -4 src/lib/libc/sys/mkdir.2 1.14 +2 -4 src/lib/libc/sys/mkfifo.2 1.12 +2 -5 src/lib/libc/sys/mknod.2 1.12 +2 -7 src/lib/libc/sys/mprotect.2 1.20 +2 -4 src/lib/libc/sys/msync.2 1.13 +2 -7 src/lib/libc/sys/munmap.2 1.18 +2 -7 src/lib/libc/sys/pipe.2 1.16 +2 -5 src/lib/libc/sys/quotactl.2 1.14 +2 -6 src/lib/libc/sys/rename.2 1.9 +2 -5 src/lib/libc/sys/revoke.2 1.10 +2 -4 src/lib/libc/sys/rmdir.2 1.10 +2 -7 src/lib/libc/sys/sched_yield.2 1.13 +2 -6 src/lib/libc/sys/semop.2 1.12 +2 -6 src/lib/libc/sys/sendfile.2 1.8 +2 -4 src/lib/libc/sys/setgroups.2 1.11 +2 -5 src/lib/libc/sys/setregid.2 1.13 +2 -6 src/lib/libc/sys/shmctl.2 1.34 +2 -5 src/lib/libc/sys/sigaction.2 1.17 +2 -5 src/lib/libc/sys/sigaltstack.2 1.9 +2 -5 src/lib/libc/sys/sigpending.2 1.12 +2 -5 src/lib/libc/sys/sigprocmask.2 1.12 +2 -2 src/lib/libc/sys/socketpair.2 1.12 +2 -5 src/lib/libc/sys/symlink.2 1.10 +2 -5 src/lib/libc/sys/undelete.2 1.12 +2 -5 src/lib/libc/sys/unlink.2 1.7 +2 -7 src/lib/libc_r/man/sem_destroy.3 1.7 +2 -7 src/lib/libc_r/man/sem_getvalue.3 1.9 +2 -7 src/lib/libc_r/man/sem_init.3 1.8 +2 -7 src/lib/libc_r/man/sem_post.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 6:48:50 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 0963B37B405; Thu, 9 Aug 2001 06:48:45 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15UqCH-0008SP-00; Thu, 09 Aug 2001 15:50:01 +0200 From: Sheldon Hearn To: Thomas Gellekum Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/gnumail Makefile distinfo pkg-plist ports/mail/gnumail/files patch-..:Headers:AddressBookController.h patch-..:Headers:EditWindowController.h patch-..:Headers:MailboxManagerController.h patch-..:Headers:NewAddressPanelController.h In-reply-to: Your message of "Thu, 09 Aug 2001 04:06:25 MST." <200108091106.f79B6Pg79600@freefall.freebsd.org> Date: Thu, 09 Aug 2001 15:50:01 +0200 Message-ID: <32512.997365001@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 09 Aug 2001 04:06:25 MST, Thomas Gellekum wrote: > Modified files: > mail/gnumail Makefile distinfo pkg-plist > Added files: > mail/gnumail/files patch-..:Headers:AddressBookController.h What's going on with these patch names? Have you seen the way patch names are normally constructed? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 7: 9:12 2001 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2479E37B403; Thu, 9 Aug 2001 07:09:05 -0700 (PDT) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.4/8.11.1) with ESMTP id f79E94j69254; Thu, 9 Aug 2001 10:09:04 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200108091409.f79E94j69254@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Sheldon Hearn Cc: Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/gnumail Makefile distinfo pkg-plist ports/mail/gnumail/files patch-..:Headers:AddressBookController.h patch-..:Headers:EditWindowController.h patch-..:Headers:MailboxManagerController.h patch-..:Headers:NewAddressPanelController.h In-Reply-To: Message from Sheldon Hearn of "Thu, 09 Aug 2001 15:50:01 +0200." <32512.997365001@axl.seasidesoftware.co.za> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 09 Aug 2001 10:09:04 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > > On Thu, 09 Aug 2001 04:06:25 MST, Thomas Gellekum wrote: > > > Modified files: > > mail/gnumail Makefile distinfo pkg-plist > > Added files: > > mail/gnumail/files patch-..:Headers:AddressBookController.h > > What's going on with these patch names? Have you seen the way patch > names are normally constructed? Does it matter? File names of patches will never be completely consistent. I know tons of ports that aren't even consistently naming patches with themselves. Heck, I even prefer the patch-[a-z][a-z] convention still ;) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@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 Aug 9 7: 9: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 D447A37B403; Thu, 9 Aug 2001 07:09:25 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79E9PI33962; Thu, 9 Aug 2001 07:09:25 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200108091409.f79E9PI33962@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 9 Aug 2001 07:09:25 -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-mi patch-qt patch-directory::c-sdk::ldap::include::portable.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 sumikawa 2001/08/09 07:09:25 PDT Modified files: www/mozilla+ipv6 Makefile distinfo pkg-plist www/mozilla+ipv6/files patch-mi patch-qt Removed files: www/mozilla+ipv6/files patch-directory::c-sdk::ldap::include::portable.h Log: Upgrade to 0.9.3. PR: ports/29540 Submitted by: pat@databits.net Revision Changes Path 1.65 +7 -5 ports/www/mozilla+ipv6/Makefile 1.38 +1 -1 ports/www/mozilla+ipv6/distinfo 1.38 +4 -1 ports/www/mozilla+ipv6/pkg-plist 1.6 +1 -1 ports/www/mozilla+ipv6/files/patch-mi 1.8 +8 -8 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 Thu Aug 9 7:38: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 5B11637B401; Thu, 9 Aug 2001 07:38:11 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79EcBk37700; Thu, 9 Aug 2001 07:38:11 -0700 (PDT) (envelope-from ru) Message-Id: <200108091438.f79EcBk37700@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 9 Aug 2001 07:38:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file file.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 ru 2001/08/09 07:38:10 PDT Modified files: usr.bin/file file.1 Log: Update for 3.36. Reduce diffs to distributed, man(7) format, version. Markup nits. Revision Changes Path 1.25 +222 -192 src/usr.bin/file/file.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 7:38:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B84837B401; Thu, 9 Aug 2001 07:38:45 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79EcjH37771; Thu, 9 Aug 2001 07:38:45 -0700 (PDT) (envelope-from ru) Message-Id: <200108091438.f79EcjH37771@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 9 Aug 2001 07:38:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file magic.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/09 07:38:45 PDT Modified files: usr.bin/file magic.5 Log: Update for 3.36. Revision Changes Path 1.17 +2 -2 src/usr.bin/file/magic.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 7:55: 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 ECB7F37B406; Thu, 9 Aug 2001 07:54:57 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79EsvD39781; Thu, 9 Aug 2001 07:54:57 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200108091454.f79EsvD39781@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 9 Aug 2001 07:54:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_perl pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/08/09 07:54:57 PDT Modified files: www/mod_perl pkg-plist Log: Take a stab at quieting the package building cluster with regard to mtree errors (etc/apache extra). Revision Changes Path 1.7 +1 -0 ports/www/mod_perl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 8:13: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01E7737B401; Thu, 9 Aug 2001 08:13:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79FCxL44737; Thu, 9 Aug 2001 08:12:59 -0700 (PDT) (envelope-from ru) Message-Id: <200108091512.f79FCxL44737@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 9 Aug 2001 08:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/makewhatis makewhatis.perl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/09 08:12:59 PDT Modified files: gnu/usr.bin/man/makewhatis makewhatis.perl Log: Teach makewhatis(1) about mdoc(7) .Xr macro. % whatis finger.conf finger.conf(5) - finger 1 alias configuration file % whatis finger.conf finger.conf(5) - finger(1) alias configuration file Reviewed by: MAINTAINER timeout Revision Changes Path 1.24 +10 -4 src/gnu/usr.bin/man/makewhatis/makewhatis.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 8:23: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 47A2437B405; Thu, 9 Aug 2001 08:23:31 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79FNVA46186; Thu, 9 Aug 2001 08:23:31 -0700 (PDT) (envelope-from ru) Message-Id: <200108091523.f79FNVA46186@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 9 Aug 2001 08:23:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/makewhatis makewhatis.perl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/09 08:23:30 PDT Modified files: gnu/usr.bin/man/makewhatis makewhatis.perl Log: An empty request (single dot on the line) is treated as an empty line by troff(1) and is ignored. Teach makewhatis(1) about this. This makes the following difference: -groff_man(7), . groff_man(7) - groff `man' macros to support generation of man pages +groff_man(7) - groff `man' macros to support generation of man pages -groff_mdoc(7), -(7) - . groff_mdoc reference for groff's mdoc implementation +groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation -troff(1), . . troff(1) - format documents +troff(1) - format documents Noticed by: yar Revision Changes Path 1.25 +3 -3 src/gnu/usr.bin/man/makewhatis/makewhatis.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 8:35: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 6B1EA37B401; Thu, 9 Aug 2001 08:35:52 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79FZq647647; Thu, 9 Aug 2001 08:35:52 -0700 (PDT) (envelope-from fenner) Message-Id: <200108091535.f79FZq647647@freefall.freebsd.org> From: Bill Fenner Date: Thu, 9 Aug 2001 08:35:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/o2c 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 fenner 2001/08/09 08:35:51 PDT Modified files: lang/o2c pkg-descr Log: Remove obsolete URL Revision Changes Path 1.3 +0 -4 ports/lang/o2c/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 Aug 9 8:36:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82D1F37B401; Thu, 9 Aug 2001 08:36:04 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Fa4e47686; Thu, 9 Aug 2001 08:36:04 -0700 (PDT) (envelope-from obrien) Message-Id: <200108091536.f79Fa4e47686@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 9 Aug 2001 08:36:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.syscons X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/09 08:36:03 PDT Modified files: etc rc.syscons Log: Fix minor typo. Revision Changes Path 1.4 +2 -2 src/etc/rc.syscons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 8:42:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6B2437B403; Thu, 9 Aug 2001 08:42:40 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79FgeA48463; Thu, 9 Aug 2001 08:42:40 -0700 (PDT) (envelope-from ru) Message-Id: <200108091542.f79FgeA48463@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 9 Aug 2001 08:42:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/makewhatis makewhatis.perl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/09 08:42:40 PDT Modified files: gnu/usr.bin/man/makewhatis makewhatis.perl Log: Skip empty calls in the NAME section after the .Nm macro call. This makes the following difference: -groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation +groff_mdoc(7) - reference for groff's mdoc implementation Revision Changes Path 1.26 +2 -1 src/gnu/usr.bin/man/makewhatis/makewhatis.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 8: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 CB63D37B401; Thu, 9 Aug 2001 08:46:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79FkrY49031; Thu, 9 Aug 2001 08:46:53 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108091546.f79FkrY49031@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 9 Aug 2001 08:46:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen times.3 src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/09 08:46:53 PDT Modified files: lib/libc/gen times.3 share/man/man5 rc.conf.5 Log: Fix xrefs. times.3: gettimeofday(3) --> gettimeofday(2) rc.conf.5: isndn(8) --> isdnd(8) idsnd(8) --> isdnd(8) MFC after: 2 weeks Revision Changes Path 1.9 +2 -2 src/lib/libc/gen/times.3 1.123 +4 -4 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 Thu Aug 9 9: 1:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8C9C37B403; Thu, 9 Aug 2001 09:01:27 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79G1R950426; Thu, 9 Aug 2001 09:01:27 -0700 (PDT) (envelope-from tmm) Message-Id: <200108091601.f79G1R950426@freefall.freebsd.org> From: Thomas Moestl Date: Thu, 9 Aug 2001 09:01:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile zone.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2001/08/09 09:01:27 PDT Modified files: share/man/man9 Makefile zone.9 Log: Document zdestroy(). Reviewed by: des Revision Changes Path 1.129 +2 -1 src/share/man/man9/Makefile 1.4 +16 -1 src/share/man/man9/zone.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 9:13:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B912437B401; Thu, 9 Aug 2001 09:13:38 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79GDcl54525; Thu, 9 Aug 2001 09:13:38 -0700 (PDT) (envelope-from chris) Message-Id: <200108091613.f79GDcl54525@freefall.freebsd.org> From: Chris Costello Date: Thu, 9 Aug 2001 09:13:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-july-2001.sgml Makefile status.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 chris 2001/08/09 09:13:38 PDT Modified files: en/news/status Makefile status.sgml Added files: en/news/status report-july-2001.sgml Log: Add the July, 2001 status report. Revision Changes Path 1.2 +2 -1 www/en/news/status/Makefile 1.3 +2 -1 www/en/news/status/status.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 9: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 CCA4037B401; Thu, 9 Aug 2001 09:32:07 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79GW7k56754; Thu, 9 Aug 2001 09:32:07 -0700 (PDT) (envelope-from chris) Message-Id: <200108091632.f79GW7k56754@freefall.freebsd.org> From: Chris Costello Date: Thu, 9 Aug 2001 09:32:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2001/08/09 09:32:07 PDT Modified files: en/news news.xml Log: Link to the July 2001 status report. Revision Changes Path 1.8 +13 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 10:10: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 5292937B401; Thu, 9 Aug 2001 10:10:48 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HAms63152; Thu, 9 Aug 2001 10:10:48 -0700 (PDT) (envelope-from mike) Message-Id: <200108091710.f79HAms63152@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 9 Aug 2001 10:10:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcpy.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/08/09 10:10:48 PDT Modified files: lib/libc/string strcpy.3 Log: o Various mdoc fixes. o Replace strncpy examples with less confusing ones from OpenBSD. These examples give more detail and also suggest using strlcpy(3). Reviewed by: des, ru, sheldonh Obtained from: OpenBSD MFC after: 3 days Revision Changes Path 1.10 +51 -11 src/lib/libc/string/strcpy.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 10:29: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 337B337B401; Thu, 9 Aug 2001 10:29:47 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HTlY65708; Thu, 9 Aug 2001 10:29:47 -0700 (PDT) (envelope-from mike) Message-Id: <200108091729.f79HTlY65708@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 9 Aug 2001 10:29:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys access.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 mike 2001/08/09 10:29:47 PDT Modified files: lib/libc/sys access.2 Log: o Remove some misleading and incomplete information about search permissions. o Add a reference to intro(2) where it is properly documented. Reviewed by: bde MFC after: 3 days Revision Changes Path 1.11 +9 -12 src/lib/libc/sys/access.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 10:37: 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 D33C437B403; Thu, 9 Aug 2001 10:37:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Hb3e66537; Thu, 9 Aug 2001 10:37:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108091737.f79Hb3e66537@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 9 Aug 2001 10:37:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/genpak Makefile distinfo pkg-plist ports/biology/genpak/files patch-Makefile patch-src::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/09 10:37:03 PDT Modified files: biology/genpak Makefile distinfo pkg-plist biology/genpak/files patch-Makefile patch-src::Makefile Log: upgrade to 0.26 drop maintainership Revision Changes Path 1.3 +8 -12 ports/biology/genpak/Makefile 1.2 +1 -1 ports/biology/genpak/distinfo 1.2 +4 -0 ports/biology/genpak/pkg-plist 1.2 +13 -16 ports/biology/genpak/files/patch-Makefile 1.2 +5 -4 ports/biology/genpak/files/patch-src::Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11: 7: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 46E1837B406; Thu, 9 Aug 2001 11:07:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79I7km72975; Thu, 9 Aug 2001 11:07:46 -0700 (PDT) (envelope-from jhb) Message-Id: <200108091807.f79I7km72975@freefall.freebsd.org> From: John Baldwin Date: Thu, 9 Aug 2001 11:07:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/cdldr cdldr.s src/sys/boot/i386/pxeldr pxeldr.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/09 11:07:46 PDT Modified files: sys/boot/i386/cdldr cdldr.s sys/boot/i386/pxeldr pxeldr.s Log: Trim trailing whitespace. Revision Changes Path 1.5 +7 -7 src/sys/boot/i386/cdldr/cdldr.s 1.7 +7 -7 src/sys/boot/i386/pxeldr/pxeldr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:12: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 054AF37B405; Thu, 9 Aug 2001 11:12:08 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IC7073360; Thu, 9 Aug 2001 11:12:07 -0700 (PDT) (envelope-from dougb) Message-Id: <200108091812.f79IC7073360@freefall.freebsd.org> From: Doug Barton Date: Thu, 9 Aug 2001 11:12:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/moused moused.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 dougb 2001/08/09 11:12:07 PDT Modified files: usr.sbin/moused moused.c Log: Expand the usage info to include the possible options for -i, and fix the printf so that the line actually gets printed. Revision Changes Path 1.53 +3 -3 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:14: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 0FE2537B401; Thu, 9 Aug 2001 11:14:47 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IElE73745; Thu, 9 Aug 2001 11:14:47 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200108091814.f79IElE73745@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 9 Aug 2001 11:14:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/08/09 11:14:47 PDT Modified files: net/samba Makefile Log: Update german samba mirror Submitted by: Noel Koethe Revision Changes Path 1.62 +3 -3 ports/net/samba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:17:44 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 005B437B401; Thu, 9 Aug 2001 11:17:39 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15UuOU-0002mt-00; Thu, 09 Aug 2001 20:18:54 +0200 From: Sheldon Hearn To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys access.2 In-reply-to: Your message of "Thu, 09 Aug 2001 10:29:47 MST." <200108091729.f79HTlY65708@freefall.freebsd.org> Date: Thu, 09 Aug 2001 20:18:54 +0200 Message-ID: <10718.997381134@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 09 Aug 2001 10:29:47 MST, Mike Barcroft wrote: > o Add a reference to intro(2) where it is properly documented. Good grief! There's an _enormous_ amount of information in there that would be very useful to newbies! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11: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 C5EEA37B403; Thu, 9 Aug 2001 11:30:10 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IUAG75102; Thu, 9 Aug 2001 11:30:10 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200108091830.f79IUAG75102@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 9 Aug 2001 11:30:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon Makefile ports/security/racoon/files patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/09 11:30:10 PDT Modified files: security/racoon Makefile Added files: security/racoon/files patch-ae patch-af Log: Make buildable on 4-STABLE PR: ports/29507, ports/29535 Obtained from: NetBSD Revision Changes Path 1.12 +2 -1 ports/security/racoon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:33:38 2001 Delivered-To: cvs-all@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 1F05937B401; Thu, 9 Aug 2001 11:33:33 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id LAA13880; Thu, 9 Aug 2001 11:59:58 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.5/8.11.5) with ESMTP id f79IX5K02714; Thu, 9 Aug 2001 11:33:05 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Thu, 9 Aug 2001 11:33:05 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/gtkhtml Makefile Message-ID: <20010809113305.A2690@johncoop> References: <200108091046.f79Ako664728@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200108091046.f79Ako664728@freefall.freebsd.org>; from sobomax@FreeBSD.ORG on Thu, Aug 09, 2001 at 03:46:50 -0700 X-Mailer: Balsa 1.1.7 Lines: 25 Sender: owner-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 2001.08.09 03:46 Maxim Sobolev wrote: > sobomax 2001/08/09 03:46:50 PDT > > Modified files: > www/gtkhtml Makefile > Log: > Update version number of gal shared library. > > Revision Changes Path > 1.31 +1 -1 ports/www/gtkhtml/Makefile > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > By some weird happenstance, I got the gtkhtml cvsup patch before the gal change. Because of the gal share object version number change, all my gtkhtml applications broke. portupgrade did not detect that it needed to rebuild gtkhtml after gal bumped up. Maybe a PORTREVISION bump necessary? Also, the balsa-list has widely reported that the performance of gtkhtml is improved if gconf is present for the gtkhtml build. Perhaps putting a LIB_DEPENDS on gconf in gtkhtml? jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:35: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 ADE8437B405; Thu, 9 Aug 2001 11:35:17 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IZHU75740; Thu, 9 Aug 2001 11:35:17 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108091835.f79IZHU75740@freefall.freebsd.org> From: Jimmy Olgeni Date: Thu, 9 Aug 2001 11:35:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/blender 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/08/09 11:35:17 PDT Modified files: graphics/blender Makefile distinfo Log: Update port to version 2.14. PR: 29266 Submitted by: Hans Lambermont Revision Changes Path 1.9 +2 -9 ports/graphics/blender/Makefile 1.3 +1 -1 ports/graphics/blender/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:41:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 818AC37B401; Thu, 9 Aug 2001 11:41:31 -0700 (PDT) (envelope-from rpratt@FreeBSD.org) Received: (from rpratt@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IfVA76437; Thu, 9 Aug 2001 11:41:31 -0700 (PDT) (envelope-from rpratt) Message-Id: <200108091841.f79IfVA76437@freefall.freebsd.org> From: Randy Pratt Date: Thu, 9 Aug 2001 11:41:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rpratt 2001/08/09 11:41:31 PDT Modified files: en_US.ISO8859-1/books/handbook authors.ent Log: Reviewed by: Murray Revision Changes Path 1.175 +3 -1 doc/en_US.ISO8859-1/books/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:46: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 828B837B403; Thu, 9 Aug 2001 11:46:39 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IkdI77032; Thu, 9 Aug 2001 11:46:39 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200108091846.f79IkdI77032@freefall.freebsd.org> From: David Malone Date: Thu, 9 Aug 2001 11:46:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rpc 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 dwmalone 2001/08/09 11:46:39 PDT Modified files: (Branch: RELENG_4) etc rpc Log: MFC: Remove duplicate ufsd entry. Approved by: re Revision Changes Path 1.7.2.2 +2 -2 src/etc/rpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:49: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id 5031037B401; Thu, 9 Aug 2001 11:49:00 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: from bohr.physics.purdue.edu (bohr.physics.purdue.edu [128.210.67.12]) by london.physics.purdue.edu (8.8.8/8.8.8) with ESMTP id NAA04450; Thu, 9 Aug 2001 13:48:59 -0500 (EST) Received: by bohr.physics.purdue.edu (Postfix, from userid 12409) id 12DB75BC1; Thu, 9 Aug 2001 13:51:00 -0500 (EST) Date: Thu, 9 Aug 2001 13:50:59 -0500 From: Will Andrews To: "Brian F. Feldman" Cc: Sheldon Hearn , Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/gnumail Makefile distinfo pkg-plist ports/mail/gnumail/files patch-..:Headers:AddressBookController.h patch-..:Headers:EditWindowController.h patch-..:Headers:MailboxManagerController.h patch-..:Headers:NewAddressPanelController.h Message-ID: <20010809135059.G3175@bohr.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: "Brian F. Feldman" , Sheldon Hearn , Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200108091409.f79E94j69254@green.bikeshed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <200108091409.f79E94j69254@green.bikeshed.org>; from green@FreeBSD.org on Thu, Aug 09, 2001 at 10:09:04AM -0400 X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 09, 2001 at 10:09:04AM -0400, Brian F. Feldman (green@FreeBSD.org) wrote: > Does it matter? File names of patches will never be completely consistent. > I know tons of ports that aren't even consistently naming patches with > themselves. Heck, I even prefer the patch-[a-z][a-z] convention still ;) You're a sick, twisted little guy. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 11:50: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 E953537B401; Thu, 9 Aug 2001 11:50:33 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79IoX677526; Thu, 9 Aug 2001 11:50:33 -0700 (PDT) (envelope-from murray) Message-Id: <200108091850.f79IoX677526@freefall.freebsd.org> From: Murray Stokely Date: Thu, 9 Aug 2001 11:50:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/09 11:50:33 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Split the CDROM publishers section into 3 subsections (retail bundles, CD-sets, and distributors). * Add CompUSA, Frys, and Micro Center to retail bundles. * Add Ingram Micro and Navarre to distributors. * Remove WindRiver from the distributors section for now, since Ingram Micro and Navarre handle that. Pending a better address than "The relevant department at WRS", I will add WRS back to the list. Submitted by: Theresa Elam Revision Changes Path 1.141 +78 -17 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 12:14: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 D852437B401; Thu, 9 Aug 2001 12:14:32 -0700 (PDT) (envelope-from rpratt@FreeBSD.org) Received: (from rpratt@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JEW183022; Thu, 9 Aug 2001 12:14:32 -0700 (PDT) (envelope-from rpratt) Message-Id: <200108091914.f79JEW183022@freefall.freebsd.org> From: Randy Pratt Date: Thu, 9 Aug 2001 12:14:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rpratt 2001/08/09 12:14:32 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Added myself to the developers section. Reviewed by: Murray Revision Changes Path 1.5 +5 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 12:22: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 C011237B401; Thu, 9 Aug 2001 12:22:12 -0700 (PDT) (envelope-from rpratt@FreeBSD.org) Received: (from rpratt@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JMCU83782; Thu, 9 Aug 2001 12:22:12 -0700 (PDT) (envelope-from rpratt) Message-Id: <200108091922.f79JMCU83782@freefall.freebsd.org> From: Randy Pratt Date: Thu, 9 Aug 2001 12:22:12 -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 rpratt 2001/08/09 12:22:12 PDT Modified files: en/news newsflash.sgml Log: Added a newflash about my being a new committer. Reviewed by: Murray Revision Changes Path 1.294 +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 Thu Aug 9 12:40: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 E122A37B405; Thu, 9 Aug 2001 12:40:36 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Jea985939; Thu, 9 Aug 2001 12:40:36 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200108091940.f79Jea985939@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 9 Aug 2001 12:40:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ndp ndp.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 sumikawa 2001/08/09 12:40:35 PDT Modified files: usr.sbin/ndp ndp.c Log: Do not delete 'goto ours' routes when using -c option. Obtained from: KAME Revision Changes Path 1.7 +6 -1 src/usr.sbin/ndp/ndp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 12:58: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 4960A37B406; Thu, 9 Aug 2001 12:58:32 -0700 (PDT) (envelope-from rpratt@FreeBSD.org) Received: (from rpratt@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79JwWM88018; Thu, 9 Aug 2001 12:58:32 -0700 (PDT) (envelope-from rpratt) Message-Id: <200108091958.f79JwWM88018@freefall.freebsd.org> From: Randy Pratt Date: Thu, 9 Aug 2001 12:58:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rpratt 2001/08/09 12:58:31 PDT Modified files: en/news news.xml Log: Added a newflash about my being a new committer. Reviewed by: Murray Revision Changes Path 1.9 +6 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 13:48: 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 23DF137B405; Thu, 9 Aug 2001 13:47:59 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79KlwT95344; Thu, 9 Aug 2001 13:47:58 -0700 (PDT) (envelope-from mp) Message-Id: <200108092047.f79KlwT95344@freefall.freebsd.org> From: Mark Peek Date: Thu, 9 Aug 2001 13:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/cdldr cdldr.s src/sys/boot/i386/pxeldr pxeldr.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/08/09 13:47:58 PDT Modified files: sys/boot/i386/cdldr cdldr.s sys/boot/i386/pxeldr pxeldr.s Log: Allow for text section alignment to properly align the "end" symbol at the actual end of the section. The new gas (binutils) puts in additional padding which was misaligning the concatenated btx loader. Reported by: Oliver Hartmann , Harti Brandt Tested by: Oliver Hartmann , David Wolfskill , ps Reviewed by: jhb MFC after: 1 day Revision Changes Path 1.6 +2 -1 src/sys/boot/i386/cdldr/cdldr.s 1.8 +2 -1 src/sys/boot/i386/pxeldr/pxeldr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 14: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 081CB37B401; Thu, 9 Aug 2001 14:35:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79LZaY03165; Thu, 9 Aug 2001 14:35:36 -0700 (PDT) (envelope-from kris) Message-Id: <200108092135.f79LZaY03165@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 9 Aug 2001 14:35:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/08/09 14:35:36 PDT Modified files: mail/fetchmail Makefile distinfo Log: Upgrade to 5.8.17 ("Another victory for Open Source!"). This fixes a remotely exploitable buffer overflow when connecting to a malicious server. Revision Changes Path 1.127 +2 -2 ports/mail/fetchmail/Makefile 1.105 +1 -1 ports/mail/fetchmail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 14:44:42 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 973A037B403; Thu, 9 Aug 2001 14:44:36 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.5/8.11.5) with ESMTP id f79LhXB43267; Thu, 9 Aug 2001 17:43:34 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200108092143.f79LhXB43267@aldan.algebra.com> Date: Thu, 9 Aug 2001 17:43:30 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile To: ache@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200108090122.f791MHA29215@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 8 Aug, Andrey A. Chernov wrote: > ache 2001/08/08 18:22:17 PDT > > Modified files: > graphics/ImageMagick Makefile > Log: > Back out part of my changes (with-modules by default) because > PerlMagick not really work (while 'make test' works), > pointed by "KATO Tsuguru" > Add comment describing situation. Would be nice, if someone actually figured out what's wrong with PerlMagick... > Revision Changes Path > 1.116 +5 -4 ports/graphics/ImageMagick/Makefile -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 14:45: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 E0BE837B403; Thu, 9 Aug 2001 14:45:23 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79LjNv04340; Thu, 9 Aug 2001 14:45:23 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108092145.f79LjNv04340@freefall.freebsd.org> From: Jimmy Olgeni Date: Thu, 9 Aug 2001 14:45:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba 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 olgeni 2001/08/09 14:45:23 PDT Modified files: net/samba Makefile Log: Remove a line containing a lonely "n" letter, causing make to fail :o) Revision Changes Path 1.63 +2 -2 ports/net/samba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 14:59: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 286FA37B401; Thu, 9 Aug 2001 14:59:08 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Lx8406626; Thu, 9 Aug 2001 14:59:08 -0700 (PDT) (envelope-from imp) Message-Id: <200108092159.f79Lx8406626@freefall.freebsd.org> From: Warner Losh Date: Thu, 9 Aug 2001 14:59:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.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 imp 2001/08/09 14:59:07 PDT Modified files: usr.sbin/wicontrol wicontrol.8 Log: Add a note that says: WEP IS INSECURE. DO NOT USE IT. and point people to details on the attack: http://www.cs.rice.edu/~astubble/wep/wep_attack.html and recommend people use ipsec instead if possible. Approved by: kris Mandoc police: Please do your worst. I'd like to merge similar text into ancontrol and ifconfig. Revision Changes Path 1.24 +70 -21 src/usr.sbin/wicontrol/wicontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 15:37: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 D7CEA37B401; Thu, 9 Aug 2001 15:37:42 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Mbg524393; Thu, 9 Aug 2001 15:37:42 -0700 (PDT) (envelope-from eric) Message-Id: <200108092237.f79Mbg524393@freefall.freebsd.org> From: Eric Melville Date: Thu, 9 Aug 2001 15:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/skipstone 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/08/09 15:37:42 PDT Modified files: www/skipstone Makefile Log: Depend on wget for external downloads. Submitted by: Mike Meyer Revision Changes Path 1.7 +3 -2 ports/www/skipstone/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 15:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E2C637B401; Thu, 9 Aug 2001 15:50:12 -0700 (PDT) (envelope-from logo@FreeBSD.org) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79MoCt30182; Thu, 9 Aug 2001 15:50:12 -0700 (PDT) (envelope-from logo) Message-Id: <200108092250.f79MoCt30182@freefall.freebsd.org> From: Valentino Vaschetto Date: Thu, 9 Aug 2001 15:50:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml doc/en_US.ISO8859-1/books/handbook/sound chapter.sgml doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG logo 2001/08/09 15:50:11 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml en_US.ISO8859-1/books/handbook/sound chapter.sgml en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Closed a couple of open tags which were not closed. Reviewed by: murray Revision Changes Path 1.74 +5 -3 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.39 +4 -3 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml 1.12 +2 -2 doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml 1.38 +2 -2 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 15:51:34 2001 Delivered-To: cvs-all@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 6102937B403; Thu, 9 Aug 2001 15:51:23 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f79MpNL20642; Thu, 9 Aug 2001 15:51:23 -0700 Date: Thu, 9 Aug 2001 15:51:23 -0700 From: Brooks Davis To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 Message-ID: <20010809155123.A18472@Odin.AC.HMC.Edu> References: <200108092159.f79Lx8406626@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108092159.f79Lx8406626@freefall.freebsd.org>; from imp@FreeBSD.org on Thu, Aug 09, 2001 at 02:59:07PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 09, 2001 at 02:59:07PM -0700, Warner Losh wrote: > imp 2001/08/09 14:59:07 PDT >=20 > Modified files: > usr.sbin/wicontrol wicontrol.8=20 > Log: > Add a note that says: > WEP IS INSECURE. DO NOT USE IT. > and point people to details on the attack: > http://www.cs.rice.edu/~astubble/wep/wep_attack.html > and recommend people use ipsec instead if possible. > =20 > Approved by: kris > =20 > Mandoc police: Please do your worst. I'd like to merge similar text > into ancontrol and ifconfig. I disagree with this statement. A more accurate statement would be: WEP IS INSECURE. DO NOT TRUST IT TO PROVIDE SIGNIFICANT SECURITY. The difference is that it totally open mode, anyone can walk up and immediatly access the network. One the other hand, breaking WEP requires the reception of 4-6 million packets according to the AT&T paper. Since I rebooted my primary machine yesterday it has only transmitted around 660K packets. Certaintly, WEP won't stop a dedicated attacker, but it continues to provide some useful level of defense against casual attackers with no easy place to access your air-space. I certaintly plan to continue using some level of WEP on my wireless networks. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7cxPqXY6L6fI4GtQRAlYgAKC3gUyHVIxp9eZiMWp6R4w2tzDuvgCfaNlf TO1F1lLweUZYo3tOYbBlmiA= =tCTk -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 16: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 01B2A37B401; Thu, 9 Aug 2001 16:18:35 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79NIYs38707; Thu, 9 Aug 2001 16:18:34 -0700 (PDT) (envelope-from murray) Message-Id: <200108092318.f79NIYs38707@freefall.freebsd.org> From: Murray Stokely Date: Thu, 9 Aug 2001 16:18:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/09 16:18:34 PDT Modified files: share/sgml freebsd.dsl Log: Another update to the / <*info> handling. See the comment for details. Hashed out with: chern Revision Changes Path 1.47 +59 -27 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 16: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 D5BA337B401; Thu, 9 Aug 2001 16:42:36 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79Ngaj40621; Thu, 9 Aug 2001 16:42:36 -0700 (PDT) (envelope-from chern) Message-Id: <200108092342.f79Ngaj40621@freefall.freebsd.org> From: Chern Lee Date: Thu, 9 Aug 2001 16:42:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/08/09 16:42:36 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/contrib chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/introduction chapter.sgml en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml en_US.ISO8859-1/books/handbook/kernelopts chapter.sgml en_US.ISO8859-1/books/handbook/l10n chapter.sgml en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml en_US.ISO8859-1/books/handbook/mail chapter.sgml en_US.ISO8859-1/books/handbook/policies chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/printing chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml en_US.ISO8859-1/books/handbook/sound chapter.sgml en_US.ISO8859-1/books/handbook/users chapter.sgml en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Properly markup contributions in // tags according to recent changes for entire Handbook. Reviewed by: murray Revision Changes Path 1.75 +18 -17 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.37 +2 -2 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.13 +8 -4 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.466 +11 -3 doc/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml 1.45 +25 -7 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml 1.83 +13 -4 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.56 +14 -6 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml 1.58 +20 -4 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.20 +11 -3 doc/en_US.ISO8859-1/books/handbook/kernelopts/chapter.sgml 1.65 +29 -8 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1.48 +49 -10 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.27 +19 -4 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml 1.23 +44 -10 doc/en_US.ISO8859-1/books/handbook/policies/chapter.sgml 1.134 +2 -2 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.44 +94 -19 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.44 +20 -4 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml 1.66 +76 -20 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.40 +10 -6 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml 1.13 +2 -2 doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml 1.24 +2 -2 doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml 1.39 +14 -4 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 17:15: 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 5EA8237B401; Thu, 9 Aug 2001 17:14:56 -0700 (PDT) (envelope-from logo@FreeBSD.org) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A0Eui45804; Thu, 9 Aug 2001 17:14:56 -0700 (PDT) (envelope-from logo) Message-Id: <200108100014.f7A0Eui45804@freefall.freebsd.org> From: Valentino Vaschetto Date: Thu, 9 Aug 2001 17:14:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG logo 2001/08/09 17:14:56 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Added subsection about AMD to the NFS section. Submitted by: Wylie Stilwell Approved by: murray Revision Changes Path 1.76 +63 -3 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 17:21: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 703F637B401; Thu, 9 Aug 2001 17:21:42 -0700 (PDT) (envelope-from logo@FreeBSD.org) Received: (from logo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A0LgE46498; Thu, 9 Aug 2001 17:21:42 -0700 (PDT) (envelope-from logo) Message-Id: <200108100021.f7A0LgE46498@freefall.freebsd.org> From: Valentino Vaschetto Date: Thu, 9 Aug 2001 17:21:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj handbook.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 logo 2001/08/09 17:21:42 PDT Modified files: en/docproj handbook.sgml Log: Finished the amd section and added it to the handbook. Changed the status from Stalled to Done. Approved by: murray Revision Changes Path 1.9 +3 -3 www/en/docproj/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 17: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 DAE5E37B401; Thu, 9 Aug 2001 17:30:44 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A0Uid47411; Thu, 9 Aug 2001 17:30:44 -0700 (PDT) (envelope-from murray) Message-Id: <200108100030.f7A0Uid47411@freefall.freebsd.org> From: Murray Stokely Date: Thu, 9 Aug 2001 17:30:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook colophon.sgml Makefile book.sgml chapters.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/09 17:30:44 PDT Modified files: en_US.ISO8859-1/books/handbook Makefile book.sgml chapters.ent Added files: en_US.ISO8859-1/books/handbook colophon.sgml Log: Add a basic colophon. We should add to this information about the history of this document, more about the open source tools we use to build the different presentation formats, etc. Revision Changes Path 1.42 +2 -1 doc/en_US.ISO8859-1/books/handbook/Makefile 1.111 +2 -1 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.17 +2 -1 doc/en_US.ISO8859-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 Thu Aug 9 17:34: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 1AE2737B406; Thu, 9 Aug 2001 17:34:21 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: (from simokawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A0YLK47723; Thu, 9 Aug 2001 17:34:21 -0700 (PDT) (envelope-from simokawa) Message-Id: <200108100034.f7A0YLK47723@freefall.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 9 Aug 2001 17:34:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 nd6.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2001/08/09 17:34:21 PDT Modified files: sys/netinet6 nd6.h Log: Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a. Discussed on users@jp.ipv6.org MFC candidate. Revision Changes Path 1.8 +3 -3 src/sys/netinet6/nd6.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 18: 6: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 CF61A37B406; Thu, 9 Aug 2001 18:06:30 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A16UC52968; Thu, 9 Aug 2001 18:06:30 -0700 (PDT) (envelope-from billf) Message-Id: <200108100106.f7A16UC52968@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 9 Aug 2001 18:06:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/net-snmp pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2001/08/09 18:06:30 PDT Modified files: net/net-snmp pkg-comment Log: fix spelling error Submitted by: Bruce Dang via IRC Revision Changes Path 1.4 +1 -1 ports/net/net-snmp/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 Aug 9 18: 6: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 B705337B412; Thu, 9 Aug 2001 18:06:45 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A16jw53028; Thu, 9 Aug 2001 18:06:45 -0700 (PDT) (envelope-from murray) Message-Id: <200108100106.f7A16jw53028@freefall.freebsd.org> From: Murray Stokely Date: Thu, 9 Aug 2001 18:06:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/08/09 18:06:45 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: *smack* ;) You can't put a inside a . Revision Changes Path 1.77 +4 -4 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 18:18: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 D3CBA37B403; Thu, 9 Aug 2001 18:18:34 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A1IY854057; Thu, 9 Aug 2001 18:18:34 -0700 (PDT) (envelope-from murray) Message-Id: <200108100118.f7A1IY854057@freefall.freebsd.org> From: Murray Stokely Date: Thu, 9 Aug 2001 18:18:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks 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/08/09 18:18:34 PDT Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Add missing words to make complete sentences. Clarify the descriptions of the different mount options. Clean up a couple of man page references. Revision Changes Path 1.46 +31 -22 doc/en_US.ISO8859-1/books/handbook/disks/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 Aug 9 18:34: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 12BF537B403; Thu, 9 Aug 2001 18:34:24 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A1YOu55434; Thu, 9 Aug 2001 18:34:24 -0700 (PDT) (envelope-from murray) Message-Id: <200108100134.f7A1YOu55434@freefall.freebsd.org> From: Murray Stokely Date: Thu, 9 Aug 2001 18:34:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases index.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/08/09 18:34:23 PDT Modified files: en/releases index.sgml Log: Specify that 4.4 will be at the very end of August and bump back 5.0 from the third quarter to the fourth quarter. Revision Changes Path 1.57 +4 -4 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 18:36: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 7287037B401; Thu, 9 Aug 2001 18:36:25 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A1aPu55677; Thu, 9 Aug 2001 18:36:25 -0700 (PDT) (envelope-from jhb) Message-Id: <200108100136.f7A1aPu55677@freefall.freebsd.org> From: John Baldwin Date: Thu, 9 Aug 2001 18:36:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/09 18:36:25 PDT Modified files: sys/kern kern_timeout.c Log: Axe spl's obsoleted by the callout mutex. Revision Changes Path 1.68 +5 -27 src/sys/kern/kern_timeout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 18:38:37 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-82.dsl.lsan03.pacbell.net [63.207.60.82]) by hub.freebsd.org (Postfix) with ESMTP id 7ED7C37B401; Thu, 9 Aug 2001 18:38:28 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6782866C4D; Thu, 9 Aug 2001 18:38:27 -0700 (PDT) Date: Thu, 9 Aug 2001 18:38:27 -0700 From: Kris Kennaway To: Dag-Erling Smorgrav Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string strlcat.c Message-ID: <20010809183826.A19892@xor.obsecurity.org> References: <200107241134.f6OBYMr33205@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Wed, Aug 08, 2001 at 12:17:05AM +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 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 08, 2001 at 12:17:05AM +0200, Dag-Erling Smorgrav wrote: > Kris Kennaway writes: > > Log: > > Sync to OpenBSD (update comment and minor style change). >=20 > Umm, this commit prompted me to have a look at the code, and it > looks a bit stupid. So far this code has been kept precisely in sync with OpenBSD, where it came from. There is probably room for improvement; the best way to do this would be to coordinate with Todd Miller or someone else from over there. Kris --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7czsSWry0BWjoQKURAo4sAKCqujoRputlA3vpfzoYTkO9lMYJXACfYPZo sSEvWPL8ICdbFbkiPtkQkfY= =IvFG -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 19:13: 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 9F5D337B401; Thu, 9 Aug 2001 19:12:55 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A2Ct661787; Thu, 9 Aug 2001 19:12:55 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108100212.f7A2Ct661787@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 9 Aug 2001 19:12:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 chpass.1 gencat.1 sh.1 doc/ja_JP.eucJP/man/man5 link.5 doc/ja_JP.eucJP/man/man8 bootparamd.8 dmesg.8 mtree.8 renice.8 setkey.8 ypserv.8 doc/ja_JP.eucJP/man/man9 bus_alloc_resource.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/09 19:12:55 PDT Modified files: ja_JP.eucJP/man/man1 chpass.1 gencat.1 sh.1 ja_JP.eucJP/man/man5 link.5 ja_JP.eucJP/man/man8 bootparamd.8 dmesg.8 mtree.8 renice.8 setkey.8 ypserv.8 ja_JP.eucJP/man/man9 bus_alloc_resource.9 Log: Catch up with 4.3-20010809-STABLE Revision Changes Path 1.20 +2 -2 doc/ja_JP.eucJP/man/man1/chpass.1 1.12 +2 -2 doc/ja_JP.eucJP/man/man1/gencat.1 1.33 +2 -2 doc/ja_JP.eucJP/man/man1/sh.1 1.13 +2 -2 doc/ja_JP.eucJP/man/man5/link.5 1.9 +2 -2 doc/ja_JP.eucJP/man/man8/bootparamd.8 1.10 +9 -2 doc/ja_JP.eucJP/man/man8/dmesg.8 1.13 +2 -2 doc/ja_JP.eucJP/man/man8/mtree.8 1.10 +2 -2 doc/ja_JP.eucJP/man/man8/renice.8 1.11 +2 -2 doc/ja_JP.eucJP/man/man8/setkey.8 1.14 +2 -2 doc/ja_JP.eucJP/man/man8/ypserv.8 1.7 +2 -2 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 Thu Aug 9 19:19: 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 985EC37B401; Thu, 9 Aug 2001 19:18:58 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A2IwY62342; Thu, 9 Aug 2001 19:18:58 -0700 (PDT) (envelope-from demon) Message-Id: <200108100218.f7A2IwY62342@freefall.freebsd.org> From: Dmitry Sivachenko Date: Thu, 9 Aug 2001 19:18:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ngpt 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 demon 2001/08/09 19:18:58 PDT Modified files: devel Makefile Added files: devel/ngpt Makefile distinfo pkg-comment pkg-descr pkg-plist Log: NGPT is a next generation pthread implementation based on GNU pth PR: 29239 Submitted by: Arun Sharma Revision Changes Path 1.611 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 19:19: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 EC45537B411; Thu, 9 Aug 2001 19:19:01 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A2J1B62377; Thu, 9 Aug 2001 19:19:01 -0700 (PDT) (envelope-from demon) Message-Id: <200108100219.f7A2J1B62377@freefall.freebsd.org> From: Dmitry Sivachenko Date: Thu, 9 Aug 2001 19:19:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2001/08/09 19:19:01 PDT Modified files: . modules Log: ngpt --> ports/devel/ngpt Revision Changes Path 1.3628 +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 Aug 9 19:23:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BC3E37B405; Thu, 9 Aug 2001 19:23:10 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A2NA462732; Thu, 9 Aug 2001 19:23:10 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108100223.f7A2NA462732@freefall.freebsd.org> From: Robert Watson Date: Thu, 9 Aug 2001 19:23:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.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 rwatson 2001/08/09 19:23:10 PDT Modified files: usr.sbin/sysinstall config.c Log: Return DITEM_SUCCESS from configInetd(), as apparently a success or failure value is expected. Spotted by: gcc Revision Changes Path 1.188 +2 -1 src/usr.sbin/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 19:40: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 59F8337B403; Thu, 9 Aug 2001 19:40:49 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A2enh64175; Thu, 9 Aug 2001 19:40:49 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108100240.f7A2enh64175@freefall.freebsd.org> From: Robert Watson Date: Thu, 9 Aug 2001 19:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall anonFTP.c config.c dispatch.c install.c menus.c sysinstall.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/08/09 19:40:49 PDT Modified files: (Branch: RELENG_4) release/sysinstall anonFTP.c config.c dispatch.c install.c menus.c sysinstall.h Log: MFC: Support for configuring inetd(8)/inetd.conf(5) in sysinstall, ability to edit ttys(5) in sysinstall. anonFTP.c: 1.31 config.c: 1.184, 1.185, 1.186, 1.188 dispatch.c: 1.39 install.c: 1.301 menus.c: 1.311 - 1.313 sysinstall.h: 1.210 - 1.212 Approved by: re Revision Changes Path 1.29.2.2 +14 -1 src/release/sysinstall/Attic/anonFTP.c 1.156.2.19 +60 -1 src/release/sysinstall/Attic/config.c 1.35.2.4 +2 -1 src/release/sysinstall/Attic/dispatch.c 1.268.2.24 +5 -1 src/release/sysinstall/Attic/install.c 1.252.2.43 +6 -2 src/release/sysinstall/Attic/menus.c 1.186.2.21 +3 -1 src/release/sysinstall/Attic/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 19:57: 0 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 490FC37B406; Thu, 9 Aug 2001 19:56:53 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f7A2uhs95977; Fri, 10 Aug 2001 06:56:44 +0400 (MSD) (envelope-from ache) Date: Fri, 10 Aug 2001 06:56:43 +0400 From: "Andrey A. Chernov" To: Mikhail Teterin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile Message-ID: <20010810065643.A95896@nagual.pp.ru> References: <200108090122.f791MHA29215@freefall.freebsd.org> <200108092143.f79LhXB43267@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108092143.f79LhXB43267@aldan.algebra.com> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 09, 2001 at 17:43:30 -0400, Mikhail Teterin wrote: > On 8 Aug, Andrey A. Chernov wrote: > > ache 2001/08/08 18:22:17 PDT > > > > Modified files: > > graphics/ImageMagick Makefile > > Log: > > Back out part of my changes (with-modules by default) because > > PerlMagick not really work (while 'make test' works), > > pointed by "KATO Tsuguru" > > Add comment describing situation. > > Would be nice, if someone actually figured out what's wrong with > PerlMagick... I don't look deeper, but it just can't load (dynamically) any coder. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 20:31:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D407137B401; Thu, 9 Aug 2001 20:31:33 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A3VXL70920; Thu, 9 Aug 2001 20:31:33 -0700 (PDT) (envelope-from horikawa) Message-Id: <200108100331.f7A3VXL70920@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 9 Aug 2001 20:31:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 telnet.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/08/09 20:31:33 PDT Modified files: ja_JP.eucJP/man/man1 telnet.1 Log: Rebase to /crypto/telnet/telnet/telnet.1 from src/usr.bin/telnet/telnet.1. doc/ja_JP.eucJP/man contains OpenSSH pages since 4.3-RELEASE. I think using telnet.1 of crypto is more consistent, unless having two versions of telnet.1. Revision Changes Path 1.21 +11 -7 doc/ja_JP.eucJP/man/man1/telnet.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 20:31:52 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 3AE8737B403; Thu, 9 Aug 2001 20:31:24 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 7DB593E31; Thu, 9 Aug 2001 20:31:22 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 4C9253C12D; Thu, 9 Aug 2001 20:31:22 -0700 (PDT) To: ru@freebsd.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/doc/usd Makefile In-Reply-To: <20010809100728.D91485@sunbay.com>; from ru@FreeBSD.org on "Thu, 9 Aug 2001 10:07:28 +0300" Date: Thu, 09 Aug 2001 20:31:17 -0700 From: Dima Dorfman Message-Id: <20010810033122.7DB593E31@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan Ermilov writes: > How about the following additionally? Looks good to me. > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/share/man/Makefile,v > retrieving revision 1.11 > diff -u -p -r1.11 Makefile > --- Makefile 1999/08/28 00:19:37 1.11 > +++ Makefile 2001/08/09 07:08:44 > @@ -2,7 +2,11 @@ > # $FreeBSD: src/share/man/Makefile,v 1.11 1999/08/28 00:19:37 peter Exp $ > > # XXX MISSING: man3f > -SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9 > +SUBDIR= man1 man3 man4 man5 man7 man8 man9 > + > +.if !defined(NOGAMES) > +SUBDIR+=man6 > +.endif > > makedb: > makewhatis ${DESTDIR}${BINDIR}/man > > On Wed, Aug 08, 2001 at 11:59:16PM -0700, Dima Dorfman wrote: > > dd 2001/08/08 23:59:16 PDT > > > > Modified files: > > share/doc/usd Makefile > > Log: > > Don't build/install game-related documents when building with NOGAMES. > > This fixes buildworld when src/games doesn't exist (this may not be > > "officially" supported, but there's no sense in making it harder for > > somebody that wants to do it). > > > > PR: 29162 > > Submitted by: Stewart Morgan > > > > Revision Changes Path > > 1.9 +6 -2 src/share/doc/usd/Makefile > > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 20:49:13 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 0242737B401; Thu, 9 Aug 2001 20:49:05 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id CDAA36ACE0; Fri, 10 Aug 2001 13:19:23 +0930 (CST) Date: Fri, 10 Aug 2001 13:19:23 +0930 From: Greg Lehey To: Brooks Davis Cc: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 Message-ID: <20010810131923.I38896@wantadilla.lemis.com> References: <200108092159.f79Lx8406626@freefall.freebsd.org> <20010809155123.A18472@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010809155123.A18472@Odin.AC.HMC.Edu>; from brooks@one-eyed-alien.net on Thu, Aug 09, 2001 at 03:51:23PM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 9 August 2001 at 15:51:23 -0700, Brooks Davis wrote: > On Thu, Aug 09, 2001 at 02:59:07PM -0700, Warner Losh wrote: >> imp 2001/08/09 14:59:07 PDT >> >> Modified files: >> usr.sbin/wicontrol wicontrol.8 >> Log: >> Add a note that says: >> WEP IS INSECURE. DO NOT USE IT. >> and point people to details on the attack: >> http://www.cs.rice.edu/~astubble/wep/wep_attack.html >> and recommend people use ipsec instead if possible. >> >> Approved by: kris >> >> Mandoc police: Please do your worst. I'd like to merge similar text >> into ancontrol and ifconfig. > > I disagree with this statement. A more accurate statement would be: > > WEP IS INSECURE. DO NOT TRUST IT TO PROVIDE SIGNIFICANT SECURITY. > > The difference is that it totally open mode, anyone can walk up and > immediatly access the network. One the other hand, breaking WEP requires > the reception of 4-6 million packets according to the AT&T paper. Since > I rebooted my primary machine yesterday it has only transmitted around > 660K packets. Certaintly, WEP won't stop a dedicated attacker, but it > continues to provide some useful level of defense against casual > attackers with no easy place to access your air-space. I certaintly > plan to continue using some level of WEP on my wireless networks. Agreed. WEP can discourage casual crackers. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 20:55:12 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 7B9A237B403; Thu, 9 Aug 2001 20:55:08 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f7A3t6l12369; Thu, 9 Aug 2001 21:55:07 -0600 (MDT) (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.4) with ESMTP id f7A3t6133271; Thu, 9 Aug 2001 21:55:06 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200108100355.f7A3t6133271@harmony.village.org> To: Greg Lehey Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 Cc: Brooks Davis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 10 Aug 2001 13:19:23 +0930." <20010810131923.I38896@wantadilla.lemis.com> References: <20010810131923.I38896@wantadilla.lemis.com> <200108092159.f79Lx8406626@freefall.freebsd.org> <20010809155123.A18472@Odin.AC.HMC.Edu> Date: Thu, 09 Aug 2001 21:55:06 -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 <20010810131923.I38896@wantadilla.lemis.com> Greg Lehey writes: : Agreed. WEP can discourage casual crackers. WEP is massively insecure. It does discourage the extremely lazy, but the industrious will plow through it rather quickly... As a project, we don't enourage people to rely on things that are insecure, hence the warning. If you know what you are doing, you can ignore the warning, just like with plain old passwords in clear text for telnet. Wanrer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:12: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 3117537B406; Thu, 9 Aug 2001 21:12:16 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4CFD76848; Thu, 9 Aug 2001 21:12:15 -0700 (PDT) (envelope-from lioux) Message-Id: <200108100412.f7A4CFD76848@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 9 Aug 2001 21:12:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gkrellmqst Makefile distinfo ports/net/gkrellmqst/files patch-qst.c patch-Makefile template-patch-qst.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/09 21:12:14 PDT Modified files: net/gkrellmqst Makefile distinfo net/gkrellmqst/files patch-Makefile Added files: net/gkrellmqst/files patch-qst.c Removed files: net/gkrellmqst/files template-patch-qst.c Log: Update to 0.3 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -9 ports/net/gkrellmqst/Makefile 1.2 +1 -1 ports/net/gkrellmqst/distinfo 1.3 +36 -28 ports/net/gkrellmqst/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21: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 1F83337B403; Thu, 9 Aug 2001 21:15:42 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4FgU77150; Thu, 9 Aug 2001 21:15:42 -0700 (PDT) (envelope-from lioux) Message-Id: <200108100415.f7A4FgU77150@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 9 Aug 2001 21:15:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/q3server-osp Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/09 21:15:41 PDT Modified files: games/q3server-osp Makefile distinfo pkg-plist Log: Update to 0.99v3 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/games/q3server-osp/Makefile 1.3 +1 -1 ports/games/q3server-osp/distinfo 1.3 +2 -2 ports/games/q3server-osp/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 Aug 9 21:17:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2DEA37B403; Thu, 9 Aug 2001 21:17:26 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4HQR77312; Thu, 9 Aug 2001 21:17:26 -0700 (PDT) (envelope-from lioux) Message-Id: <200108100417.f7A4HQR77312@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 9 Aug 2001 21:17:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tuxtype 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/08/09 21:17:26 PDT Modified files: games/tuxtype Makefile Log: USE_AUTOMAKE Submitted by: MAINTAINER, bento Revision Changes Path 1.2 +2 -1 ports/games/tuxtype/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:17: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 11BEA37B407; Thu, 9 Aug 2001 21:17:30 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4HUJ77341; Thu, 9 Aug 2001 21:17:30 -0700 (PDT) (envelope-from jake) Message-Id: <200108100417.f7A4HUJ77341@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:17:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include asi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:17:29 PDT Modified files: sys/sparc64/include asi.h Log: Add asis for interrupt registers. Revision Changes Path 1.4 +15 -1 src/sys/sparc64/include/asi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:18: 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 2968337B406; Thu, 9 Aug 2001 21:17:56 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4HuY77402; Thu, 9 Aug 2001 21:17:56 -0700 (PDT) (envelope-from imp) Message-Id: <200108100417.f7A4HuY77402@freefall.freebsd.org> From: Warner Losh Date: Thu, 9 Aug 2001 21:17:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.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 imp 2001/08/09 21:17:56 PDT Modified files: usr.sbin/wicontrol wicontrol.8 Log: Incorporate feedback about the level of security that WEP gives you: Not much, but it is better than nothing as it discourages the extremely lazy. Please read the actual text (the last text was softer than the commit message about it) before giving me feedback. Also, in the last commit I also tagged the newly optional elements in the command line as optional. Revision Changes Path 1.25 +20 -9 src/usr.sbin/wicontrol/wicontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:18: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 4167937B406; Thu, 9 Aug 2001 21:18:14 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4IE077441; Thu, 9 Aug 2001 21:18:14 -0700 (PDT) (envelope-from jake) Message-Id: <200108100418.f7A4IE077441@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include frame.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:18:14 PDT Modified files: sys/sparc64/include frame.h Log: Add a field to trapframe for saving the pil. Revision Changes Path 1.4 +2 -1 src/sys/sparc64/include/frame.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:18: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 90E7237B406; Thu, 9 Aug 2001 21:18:49 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4Int77484; Thu, 9 Aug 2001 21:18:49 -0700 (PDT) (envelope-from jake) Message-Id: <200108100418.f7A4Int77484@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:18:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include globaldata.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:18:49 PDT Modified files: sys/sparc64/include globaldata.h Log: Add fields that point to per-cpu interrupt data. Revision Changes Path 1.5 +4 -1 src/sys/sparc64/include/globaldata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:21: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 D24C537B407; Thu, 9 Aug 2001 21:21:44 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4Li677657; Thu, 9 Aug 2001 21:21:44 -0700 (PDT) (envelope-from jake) Message-Id: <200108100421.f7A4Li677657@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:21:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tlb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:21:44 PDT Modified files: sys/sparc64/include tlb.h Log: 1. Add code to demap pages from the tlb for user contexts. 2. Add a context argument to most functions, instead of extracting it from from the tte. Submitted by: tmm (1). Revision Changes Path 1.4 +44 -21 src/sys/sparc64/include/tlb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:22: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 E228637B401; Thu, 9 Aug 2001 21:22:24 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4MO177713; Thu, 9 Aug 2001 21:22:24 -0700 (PDT) (envelope-from jake) Message-Id: <200108100422.f7A4MO177713@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:22:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include trap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:22:24 PDT Modified files: sys/sparc64/include trap.h Log: Add trap types for interrupts. Ad definitions to get the interrupt level from the trap type. Revision Changes Path 1.3 +18 -6 src/sys/sparc64/include/trap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:23: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 639F837B403; Thu, 9 Aug 2001 21:23:42 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4Nfw77782; Thu, 9 Aug 2001 21:23:41 -0700 (PDT) (envelope-from jake) Message-Id: <200108100423.f7A4Nfw77782@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:23:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 db_trace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:23:41 PDT Modified files: sys/sparc64/sparc64 db_trace.c Log: Add code to handle stack traces that go all the way back to userland. Use a better algorithm for finding out if an address is in the kernel. Submitted by: tmm Revision Changes Path 1.3 +27 -10 src/sys/sparc64/sparc64/db_trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:30: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 4AB1737B403; Thu, 9 Aug 2001 21:30:36 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4Uav78437; Thu, 9 Aug 2001 21:30:36 -0700 (PDT) (envelope-from jake) Message-Id: <200108100430.f7A4Uav78437@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:30:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:30:36 PDT Modified files: sys/sparc64/sparc64 exception.s Log: 1. Add code to handle traps and interrupts from user mode. 2. Add spill and fill handlers for spills to the user stack on entry to the kernel. 3. Add code to handle instruction mmu misses from user mode. 4. Add code to handle level interrupts from kernel mode and vectored interrupt traps from either. 5. Save the pil in the trapframe on entry from kernel mode and restore it on return. Submitted by: tmm (1, 2) Revision Changes Path 1.5 +486 -50 src/sys/sparc64/sparc64/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:31: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 1D39637B401; Thu, 9 Aug 2001 21:31:31 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4VVX78518; Thu, 9 Aug 2001 21:31:31 -0700 (PDT) (envelope-from jake) Message-Id: <200108100431.f7A4VVX78518@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:31:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:31:31 PDT Modified files: sys/sparc64/sparc64 genassym.c Log: Add definitions needed by new assembler code. Revision Changes Path 1.4 +21 -13 src/sys/sparc64/sparc64/genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:32: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 749AE37B407; Thu, 9 Aug 2001 21:32:13 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4WDJ78577; Thu, 9 Aug 2001 21:32:13 -0700 (PDT) (envelope-from jake) Message-Id: <200108100432.f7A4WDJ78577@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:32:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 locore.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:32:13 PDT Modified files: sys/sparc64/sparc64 locore.s Log: Set the pil to something sane on startup. Revision Changes Path 1.4 +2 -1 src/sys/sparc64/sparc64/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:32:53 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 7185137B406; Thu, 9 Aug 2001 21:32:47 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f7A4Wjl12474; Thu, 9 Aug 2001 22:32:46 -0600 (MDT) (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.4) with ESMTP id f7A4Wf133646; Thu, 9 Aug 2001 22:32:45 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200108100432.f7A4Wf133646@harmony.village.org> To: Brooks Davis Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 09 Aug 2001 15:51:23 PDT." <20010809155123.A18472@Odin.AC.HMC.Edu> References: <20010809155123.A18472@Odin.AC.HMC.Edu> <200108092159.f79Lx8406626@freefall.freebsd.org> Date: Thu, 09 Aug 2001 22:32:41 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010809155123.A18472@Odin.AC.HMC.Edu> Brooks Davis writes: : I disagree with this statement. A more accurate statement would be: : : WEP IS INSECURE. DO NOT TRUST IT TO PROVIDE SIGNIFICANT SECURITY. I've updated the man page with verbage that more closely matches this. Please let me know what you think. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:36: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF37B37B401; Thu, 9 Aug 2001 21:36:00 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4a0g78849; Thu, 9 Aug 2001 21:36:00 -0700 (PDT) (envelope-from jake) Message-Id: <200108100436.f7A4a0g78849@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:36:00 PDT Modified files: sys/sparc64/sparc64 machdep.c Log: 1. Start the clock running early for testing. 2. Use the upcoming "tick" interface. 3. Save a call frame as well as a trap frame on proc0's initial stack. 4. Setup a pointer to the per-cpu interrupt queue. 5. Install the per-cpu pointer in interrupt and alternate globals as well. 6. Flush out setregs so exec works. Submitted by: tmm (3, 5, 6) Revision Changes Path 1.7 +44 -8 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:37: 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 D23A237B401; Thu, 9 Aug 2001 21:37:03 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4b3s78985; Thu, 9 Aug 2001 21:37:03 -0700 (PDT) (envelope-from jake) Message-Id: <200108100437.f7A4b3s78985@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:37:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:37:03 PDT Modified files: sys/sparc64/sparc64 pmap.c Log: Pass a context to tlb_store_slot, use a member(Sync) after setting the secondary context register. Revision Changes Path 1.7 +20 -8 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21: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 0DBE637B401; Thu, 9 Aug 2001 21:38:19 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4cJs79088; Thu, 9 Aug 2001 21:38:19 -0700 (PDT) (envelope-from jake) Message-Id: <200108100438.f7A4cJs79088@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:38:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:38:18 PDT Modified files: sys/sparc64/sparc64 pmap.c Log: (forced commit, last was too early). Implement pmap_zero_page_area. Make some pmap functions no-ops for now so we can get through exec. Submitted by: tmm Revision Changes Path 1.8 +1 -1 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:39:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1464537B401; Thu, 9 Aug 2001 21:39:24 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4dOo79234; Thu, 9 Aug 2001 21:39:24 -0700 (PDT) (envelope-from jake) Message-Id: <200108100439.f7A4dOo79234@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:39:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 support.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:39:24 PDT Modified files: sys/sparc64/sparc64 support.s Log: Store 8 bytes instead of 4 in suword. Use a temporary stack that's known to be locked in the tlb for calling openfirmware. Submitted by: tmm Revision Changes Path 1.4 +29 -3 src/sys/sparc64/sparc64/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:43:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E8FC37B406; Thu, 9 Aug 2001 21:43:31 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4hVh79608; Thu, 9 Aug 2001 21:43:31 -0700 (PDT) (envelope-from jake) Message-Id: <200108100443.f7A4hVh79608@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:43:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:43:31 PDT Modified files: sys/sparc64/sparc64 trap.c Log: Use the macro for getting the trap type from the trapframe. Only set sticks (and acquire sched_lock) on entry from user mode. Add handlers for all kinds of mmu misses, and for interrupts from user mode. Acquire Giant before calling into the vm system so this runs with invariants. Try to get the restrictions for page faults on user memory from kernel mode right. Only set pcb_onfault and return to the alternate return code if this is actually a fault on user memory from kernel mode. Revision Changes Path 1.6 +69 -26 src/sys/sparc64/sparc64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:44: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 2551337B407; Thu, 9 Aug 2001 21:44:34 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4iY979668; Thu, 9 Aug 2001 21:44:34 -0700 (PDT) (envelope-from jake) Message-Id: <200108100444.f7A4iY979668@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:44:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 tsb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:44:34 PDT Modified files: sys/sparc64/sparc64 tsb.c Log: Handle all types of mmu misses from user mode. Pass a context argument to tlb functions. Revision Changes Path 1.3 +17 -6 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:46: 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 7098437B407; Thu, 9 Aug 2001 21:46:02 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4k2X79816; Thu, 9 Aug 2001 21:46:02 -0700 (PDT) (envelope-from ache) Message-Id: <200108100446.f7A4k2X79816@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 9 Aug 2001 21:46:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile distinfo ports/www/WebMagick/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 ache 2001/08/09 21:46:02 PDT Modified files: www/WebMagick Makefile distinfo Removed files: www/WebMagick/files patch-aa Log: Upgrade to 2.01 Revision Changes Path 1.21 +2 -4 ports/www/WebMagick/Makefile 1.6 +1 -1 ports/www/WebMagick/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 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 9253437B406; Thu, 9 Aug 2001 21:47:14 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4lEi79916; Thu, 9 Aug 2001 21:47:14 -0700 (PDT) (envelope-from jake) Message-Id: <200108100447.f7A4lEi79916@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:47:14 PDT Modified files: sys/sparc64/sparc64 vm_machdep.c Log: Fake up the frame pointers on a process's initial stack so they can be restored correctly from the trapframe. Submitted by: tmm Revision Changes Path 1.5 +20 -10 src/sys/sparc64/sparc64/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:48: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 8797337B401; Thu, 9 Aug 2001 21:48:48 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4mmY80072; Thu, 9 Aug 2001 21:48:48 -0700 (PDT) (envelope-from jake) Message-Id: <200108100448.f7A4mmY80072@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:48:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/include intr_machdep.h src/sys/sparc64/sparc64 intr_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:48:48 PDT Modified files: sys/conf files.sparc64 Added files: sys/sparc64/include intr_machdep.h sys/sparc64/sparc64 intr_machdep.c Log: Add early code to support interrupts. Revision Changes Path 1.4 +3 -1 src/sys/conf/files.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:49: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 8C44D37B401; Thu, 9 Aug 2001 21:49:33 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4nXE80161; Thu, 9 Aug 2001 21:49:33 -0700 (PDT) (envelope-from jake) Message-Id: <200108100449.f7A4nXE80161@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:49:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tick.h src/sys/sparc64/sparc64 tick.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:49:33 PDT Added files: sys/sparc64/include tick.h sys/sparc64/sparc64 tick.c Log: Add code to program the tick register and to setup its interrupt handler. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 21:51: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 1DDD237B401; Thu, 9 Aug 2001 21:51:20 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A4pKc80457; Thu, 9 Aug 2001 21:51:20 -0700 (PDT) (envelope-from jake) Message-Id: <200108100451.f7A4pKc80457@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 9 Aug 2001 21:51:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 fp.c src/sys/sparc64/include fp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/08/09 21:51:20 PDT Modified files: sys/sparc64/sparc64 fp.c sys/sparc64/include fp.h Log: Correct copyright language. Revision Changes Path 1.2 +3 -3 src/sys/sparc64/sparc64/fp.c 1.2 +3 -3 src/sys/sparc64/include/fp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 22:25: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 CCB4437B401; Thu, 9 Aug 2001 22:25:39 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A5Pdc01054; Thu, 9 Aug 2001 22:25:39 -0700 (PDT) (envelope-from nakai) Message-Id: <200108100525.f7A5Pdc01054@freefall.freebsd.org> From: Yukihiro Nakai Date: Thu, 9 Aug 2001 22:25:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce Makefile ports/x11-wm/xfce/files patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nakai 2001/08/09 22:25:39 PDT Modified files: x11-wm/xfce Makefile Removed files: x11-wm/xfce/files patch-ak Log: Fix. PR: ports/29541 Submitted by: Kato Tsuguru Revision Changes Path 1.48 +4 -1 ports/x11-wm/xfce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 22:34:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6259637B403; Thu, 9 Aug 2001 22:34:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A5Ynj03907; Thu, 9 Aug 2001 22:34:49 -0700 (PDT) (envelope-from jhb) Message-Id: <200108100534.f7A5Ynj03907@freefall.freebsd.org> From: John Baldwin Date: Thu, 9 Aug 2001 22:34:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h user.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/09 22:34:49 PDT Modified files: sys/sys param.h user.h Log: Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment. Approved by: peter, jasone Revision Changes Path 1.100 +2 -2 src/sys/sys/param.h 1.41 +2 -2 src/sys/sys/user.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 22:37:46 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 4ECB137B401; Thu, 9 Aug 2001 22:37:39 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 1790A6ACDF; Fri, 10 Aug 2001 15:07:59 +0930 (CST) Date: Fri, 10 Aug 2001 15:07:58 +0930 From: Greg Lehey To: Warner Losh Cc: Brooks Davis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 Message-ID: <20010810150758.E37968@wantadilla.lemis.com> References: <20010810131923.I38896@wantadilla.lemis.com> <200108092159.f79Lx8406626@freefall.freebsd.org> <20010809155123.A18472@Odin.AC.HMC.Edu> <20010810131923.I38896@wantadilla.lemis.com> <200108100355.f7A3t6133271@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: <200108100355.f7A3t6133271@harmony.village.org>; from imp@harmony.village.org on Thu, Aug 09, 2001 at 09:55:06PM -0600 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 9 August 2001 at 21:55:06 -0600, Warner Losh wrote: > In message <20010810131923.I38896@wantadilla.lemis.com> Greg Lehey writes: >> Agreed. WEP can discourage casual crackers. > > WEP is massively insecure. It does discourage the extremely lazy, > but the industrious will plow through it rather quickly... > > As a project, we don't enourage people to rely on things that are > insecure, hence the warning. If you know what you are doing, you > can ignore the warning, just like with plain old passwords in clear > text for telnet. OK, think of the way most people see this. Tell any kid with a wireless card that he can drive up outside BigCo and get free wireless coverage, and he'll do it. WEP will discourage 99% of those people. For me, that's a good enough reason to use it. Another example, I have a subscription to a company called Skynet Global, who supply wireless coverage for airport lounges in Australia. There's a company called MobileStar in the US who do the same thing. Authentication is massively flawed. You get an IP address with DHCP. Then you start a web browser and try to access some random site. The network intercepts your request and pops up a login screen instead. You enter name and password, send the form back and authenticate, assuming their authentication software isn't broken again. The whole thing works with http. They don't use WEP. There are two obvious things wrong with this scheme: 1. Authentication is with http. Anybody can sniff the air and get a username and password. Even if you're using encryption for everything else, you can still have other people running up bills on your account. 2. In Adelaide, the Qantas Club is directly above the arrivals hall. Coverage is good, and I still get a good signal in the arrivals hall. Anybody knowing (1) can go there and wait for somebody to log in, then steal his password and use the system, without even being in the lounge. WEP would stop this. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 22:42:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4E4D37B406; Thu, 9 Aug 2001 22:42:09 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A5g9V06137; Thu, 9 Aug 2001 22:42:09 -0700 (PDT) (envelope-from imp) Message-Id: <200108100542.f7A5g9V06137@freefall.freebsd.org> From: Warner Losh Date: Thu, 9 Aug 2001 22:42:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard 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/08/09 22:42:09 PDT Modified files: sys/pccard pcicvar.h Log: Rearrange the pcic_irq_type enum (and specifically tag the first one as being 1) in anticipation of documentation. Revision Changes Path 1.19 +2 -2 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 Thu Aug 9 23: 0: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 B231B37B401; Thu, 9 Aug 2001 23:00:44 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A60iV11793; Thu, 9 Aug 2001 23:00:44 -0700 (PDT) (envelope-from imp) Message-Id: <200108100600.f7A60iV11793@freefall.freebsd.org> From: Warner Losh Date: Thu, 9 Aug 2001 23:00:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard_nbk.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/08/09 23:00:44 PDT Modified files: sys/pccard pccard_nbk.c pcicvar.h Log: Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char Revision Changes Path 1.36 +2 -2 src/sys/pccard/pccard_nbk.c 1.20 +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 Thu Aug 9 23: 7: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 DEEF537B407; Thu, 9 Aug 2001 23:07:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A67Kh16606; Thu, 9 Aug 2001 23:07:20 -0700 (PDT) (envelope-from imp) Message-Id: <200108100607.f7A67Kh16606@freefall.freebsd.org> From: Warner Losh Date: Thu, 9 Aug 2001 23:07:20 -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/08/09 23:07:20 PDT Modified files: sys/pccard pcic.c pcic_isa.c pcicvar.h Log: Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so that we can use them in the pci code when we have to fall back to ISA interrupt routing. Revision Changes Path 1.158 +69 -1 src/sys/pccard/pcic.c 1.19 +3 -76 src/sys/pccard/pcic_isa.c 1.21 +4 -1 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 Thu Aug 9 23: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 F236737B401; Thu, 9 Aug 2001 23:37:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A6b5Y23986; Thu, 9 Aug 2001 23:37:05 -0700 (PDT) (envelope-from jhb) Message-Id: <200108100637.f7A6b5Y23986@freefall.freebsd.org> From: John Baldwin Date: Thu, 9 Aug 2001 23:37:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c src/sys/sys malloc.h systm.h src/sys/vm vm_page.c vm_pageout.h src/sys/dev/ata ata-all.c atapi-all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/09 23:37:05 PDT Modified files: sys/kern kern_synch.c sys/sys malloc.h systm.h sys/vm vm_page.c vm_pageout.h sys/dev/ata ata-all.c atapi-all.c Log: - Remove asleep(), await(), and M_ASLEEP. - Callers of asleep() and await() have been converted to calling tsleep(). The only caller outside of M_ASLEEP was the ata driver, which called both asleep() and await() with spl-raised, so there was no need for the asleep() and await() pair. M_ASLEEP was unused. Reviewed by: jasone, peter Revision Changes Path 1.152 +2 -182 src/sys/kern/kern_synch.c 1.54 +2 -3 src/sys/sys/malloc.h 1.148 +1 -3 src/sys/sys/systm.h 1.171 +1 -27 src/sys/vm/vm_page.c 1.27 +1 -3 src/sys/vm/vm_pageout.h 1.116 +2 -3 src/sys/dev/ata/ata-all.c 1.77 +2 -6 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 23:45:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44F1E37B403; Thu, 9 Aug 2001 23:45:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A6jiR26278; Thu, 9 Aug 2001 23:45:44 -0700 (PDT) (envelope-from jhb) Message-Id: <200108100645.f7A6jiR26278@freefall.freebsd.org> From: John Baldwin Date: Thu, 9 Aug 2001 23:45:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/09 23:45:44 PDT Modified files: sys/kern kern_malloc.c Log: - Remove asleep(), await(), and M_ASLEEP. - Callers of asleep() and await() have been converted to calling tsleep(). The only caller outside of M_ASLEEP was the ata driver, which called both asleep() and await() with spl-raised, so there was no need for the asleep() and await() pair. M_ASLEEP was unused. Reviewed by: jasone, peter Revision Changes Path 1.92 +1 -10 src/sys/kern/kern_malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 23: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 0D8FC37B406; Thu, 9 Aug 2001 23:46:20 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A6kKU26480; Thu, 9 Aug 2001 23:46:20 -0700 (PDT) (envelope-from nik) Message-Id: <200108100646.f7A6kKU26480@freefall.freebsd.org> From: Nik Clayton Date: Thu, 9 Aug 2001 23:46:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/09 23:46:19 PDT Modified files: en/news news.xml Log: Spell "Pandaemonium" properly. Submitted by: Jens Schweikhardt Revision Changes Path 1.10 +2 -2 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 9 23:55: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 1D4ED37B401; Thu, 9 Aug 2001 23:55:47 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A6tl028837; Thu, 9 Aug 2001 23:55:47 -0700 (PDT) (envelope-from jhb) Message-Id: <200108100655.f7A6tl028837@freefall.freebsd.org> From: John Baldwin Date: Thu, 9 Aug 2001 23:55:46 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/09 23:55:46 PDT Modified files: sys/sys proc.h Log: - Remove asleep(), await(), and M_ASLEEP. - Callers of asleep() and await() have been converted to calling tsleep(). The only caller outside of M_ASLEEP was the ata driver, which called both asleep() and await() with spl-raised, so there was no need for the asleep() and await() pair. M_ASLEEP was unused. Reviewed by: jasone, peter Revision Changes Path 1.173 +1 -11 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 Thu Aug 9 23: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 916CB37B406; Thu, 9 Aug 2001 23:56:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A6uCU29003; Thu, 9 Aug 2001 23:56:12 -0700 (PDT) (envelope-from jhb) Message-Id: <200108100656.f7A6uCU29003@freefall.freebsd.org> From: John Baldwin Date: Thu, 9 Aug 2001 23:56:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/09 23:56:12 PDT Modified files: sys/vm vm_kern.c Log: - Remove asleep(), await(), and M_ASLEEP. - Callers of asleep() and await() have been converted to calling tsleep(). The only caller outside of M_ASLEEP was the ata driver, which called both asleep() and await() with spl-raised, so there was no need for the asleep() and await() pair. M_ASLEEP was unused. Reviewed by: jasone, peter Revision Changes Path 1.73 +3 -6 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 0:19: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 4AC7C37B403; Fri, 10 Aug 2001 00:19:55 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A7JtR36796; Fri, 10 Aug 2001 00:19:55 -0700 (PDT) (envelope-from ru) Message-Id: <200108100719.f7A7JtR36796@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 00:19:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 pgfind.9 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/08/10 00:19:55 PDT Modified files: share/man/man9 Makefile Added files: share/man/man9 pgfind.9 Log: Add manpage for pgfind(9). PR: docs/29552 Submitted by: Evan Sarmiento Revision Changes Path 1.130 +3 -2 src/share/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 Fri Aug 10 0: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 B486E37B401; Fri, 10 Aug 2001 00:50:14 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A7oEX42824; Fri, 10 Aug 2001 00:50:14 -0700 (PDT) (envelope-from julian) Message-Id: <200108100750.f7A7oEX42824@freefall.freebsd.org> From: Julian Elischer Date: Fri, 10 Aug 2001 00:50:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/08/10 00:50:14 PDT Modified files: sys/isa isa_common.c Log: DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!! found by: Getting my u-area overwritten Revision Changes Path 1.23 +26 -13 src/sys/isa/isa_common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 2: 7: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 2BC3E37B406; Fri, 10 Aug 2001 02:07:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A97Ao57242; Fri, 10 Aug 2001 02:07:10 -0700 (PDT) (envelope-from ru) Message-Id: <200108100907.f7A97Ao57242@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 02:07:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat Makefile atalk.c if.c inet.c inet6.c ipsec.c ipx.c iso.c main.c mbuf.c mroute.c mroute6.c netgraph.c netstat.1 netstat.h ns.c route.c unix.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/10 02:07:09 PDT Modified files: (Branch: RELENG_4) usr.bin/netstat Makefile atalk.c if.c inet.c inet6.c ipsec.c ipx.c iso.c main.c mbuf.c mroute.c mroute6.c netgraph.c netstat.1 netstat.h ns.c route.c unix.c Log: MFC all recent bugfixes and features. This also includes Assar's "K&R support removal" and "fixage of almost all warnings". Approved by: re Following is the list of original changes in chronological order. > ru 2001/06/08 08:44:18 PDT > > Modified files: > usr.bin/netstat route.c > Log: > Always print at least 2 bytes for IN_CLASSB_NET networks. > Always print at least 3 bytes for IN_CLASSC_NET networks. > > The standard 193.0.0 class C network for example, will now > be displayed as "193.0.0" as opposed to the confusing 193. > > PR: bin/21546 > MFC after: 1 week > > Revision Changes Path > 1.49 +30 -11 src/usr.bin/netstat/route.c > ru 2001/06/12 07:00:40 PDT > > Modified files: > usr.bin/netstat atalk.c > Log: > Fixed printing of netatalk statistics WRT the -s flag. > > PR: bin/6994 > Submitted by: Zahemszky Gabor > MFC after: 1 week > > Revision Changes Path > 1.14 +3 -3 src/usr.bin/netstat/atalk.c > ru 2001/06/14 07:15:44 PDT > > Modified files: > usr.bin/netstat main.c > Log: > Really delete the -h option. > > CSRG revision 5.33 deleted -h option from getopt(), but not > from usage(). Revision 8.3 restored it in getopt(). > > Revision Changes Path > 1.41 +3 -3 src/usr.bin/netstat/main.c > ru 2001/06/14 07:21:12 PDT > > Modified files: > usr.bin/netstat netstat.1 > Log: > Removed -h option. > > Revision Changes Path > 1.30 +2 -6 src/usr.bin/netstat/netstat.1 > ru 2001/06/14 08:45:10 PDT > > Modified files: > usr.bin/netstat main.c mbuf.c netstat.1 netstat.h > Log: > Restore -M -N support for -m. > > PR: 20808 > > Revision Changes Path > 1.42 +20 -4 src/usr.bin/netstat/main.c > 1.21 +46 -29 src/usr.bin/netstat/mbuf.c > 1.31 +6 -2 src/usr.bin/netstat/netstat.1 > 1.22 +2 -2 src/usr.bin/netstat/netstat.h > ru 2001/06/15 11:25:42 PDT > > Modified files: > usr.bin/netstat if.c main.c netstat.1 netstat.h > Log: > First round of netstat(1) cleanup. > > Removed the ambiguity in -s, -f, -p and -i flags handling. > Basically, there are four displays (except others): > > 1. PCB display. > 2. Protocol statistics display. (-s) > 3. Interface statistics display. (-i) > 4. Per-interface protocol statistics display. (-i -s) > > All of the above except 3) can be limited to a particular > protocol family (-f) or a single protocol (-p). > > Some examples: > > 1. netstat -f inet -- show PCBs of all INET protocols > 2. netstat -p udp -- show PCB of UDP protocol only (NEW!) > 3. netstat -s -- show protocol statistics for all families > 4. netstat -s -f inet -- show INET protocols statistics > 5. netstat -s -p icmp -- show ICMP protocol statistics > > This is a work in progress. Manpage has been fixed slightly, > but is still incomplete. > > Revision Changes Path > 1.42 +2 -2 src/usr.bin/netstat/if.c > 1.45 +22 -27 src/usr.bin/netstat/main.c > 1.33 +31 -38 src/usr.bin/netstat/netstat.1 > 1.25 +1 -2 src/usr.bin/netstat/netstat.h > imp 2001/06/15 13:47:01 PDT > > Modified files: > usr.bin/netstat atalk.c > Log: > Print symbolic names for appletalk ports. Also some very minor style 9 issues. > > PR: bin/4157 > Submitted by: Denny Gentry > > Revision Changes Path > 1.16 +16 -3 src/usr.bin/netstat/atalk.c > ru 2001/06/23 02:18:57 PDT > > Modified files: > usr.bin/netstat netstat.1 route.c > Log: > Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further. > (usage() still is not synchronized with SYNOPSIS, intentionally.) > > Revision Changes Path > 1.34 +16 -3 src/usr.bin/netstat/netstat.1 > 1.59 +11 -11 src/usr.bin/netstat/route.c > ru 2001/06/29 01:37:13 PDT > > Modified files: > usr.bin/netstat route.c > Log: > Fixed bogon in revision 1.37. Don't bogusly print a radix node's > duped key marker (``=>'') for routes with non-positive rmx_expire > metric, such as ethernet interface routes. > > MFC after: 1 week > > Revision Changes Path > 1.60 +4 -9 src/usr.bin/netstat/route.c > ru 2001/06/29 02:08:25 PDT > > Modified files: > usr.bin/netstat main.c netstat.h route.c > Log: > Make `rttrash' variable (#routes not in table but not freed) visible > through ``netstat -rs''. > > Revision Changes Path > 1.52 +4 -2 src/usr.bin/netstat/main.c > 1.31 +2 -2 src/usr.bin/netstat/netstat.h > 1.61 +14 -4 src/usr.bin/netstat/route.c Revision Changes Path 1.14.2.3 +2 -2 src/usr.bin/netstat/Makefile 1.13.2.1 +22 -14 src/usr.bin/netstat/atalk.c 1.32.2.8 +12 -21 src/usr.bin/netstat/if.c 1.37.2.4 +16 -33 src/usr.bin/netstat/inet.c 1.3.2.9 +11 -26 src/usr.bin/netstat/inet6.c 1.1.2.3 +17 -24 src/usr.bin/netstat/ipsec.c 1.13.2.1 +8 -18 src/usr.bin/netstat/ipx.c 1.4.2.1 +19 -46 src/usr.bin/netstat/iso.c 1.34.2.7 +60 -52 src/usr.bin/netstat/main.c 1.17.2.3 +45 -29 src/usr.bin/netstat/mbuf.c 1.11.2.2 +3 -5 src/usr.bin/netstat/mroute.c 1.1.2.5 +3 -7 src/usr.bin/netstat/mroute6.c 1.3.2.2 +2 -2 src/usr.bin/netstat/netgraph.c 1.22.2.7 +46 -40 src/usr.bin/netstat/netstat.1 1.16.2.4 +71 -72 src/usr.bin/netstat/netstat.h 1.1.1.1.14.1 +12 -18 src/usr.bin/netstat/ns.c 1.41.2.8 +88 -94 src/usr.bin/netstat/route.c 1.12.2.2 +4 -6 src/usr.bin/netstat/unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 2:36: 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 A068337B401; Fri, 10 Aug 2001 02:35:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A9Zwa60203; Fri, 10 Aug 2001 02:35:58 -0700 (PDT) (envelope-from peter) Message-Id: <200108100935.f7A9Zwa60203@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 02:35:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin 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 peter 2001/08/10 02:35:58 PDT Modified files: gnu/usr.bin Makefile Log: Temporarily turn off cvs builds for the (short) duration of import/verification. Revision Changes Path 1.53 +2 -2 src/gnu/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 Aug 10 2:43: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 D103137B401; Fri, 10 Aug 2001 02:43:37 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A9hbk60925; Fri, 10 Aug 2001 02:43:37 -0700 (PDT) (envelope-from peter) Message-Id: <200108100943.f7A9hbk60925@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 02:43:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs - 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 peter 2001/08/10 02:43:37 PDT src/contrib/cvs - Imported sources Update of /home/ncvs/src/contrib/cvs In directory freefall.freebsd.org:/c/tmp/cvs-serv60867 Log Message: Import cvs-1.11.1p1 onto vendor branch Status: Vendor Tag: CVSHOME Release Tags: v1_11_1p1 U src/contrib/cvs/configure.in U src/contrib/cvs/configure U src/contrib/cvs/config.h.in N src/contrib/cvs/aclocal.m4 N src/contrib/cvs/acinclude.m4 U src/contrib/cvs/acconfig.h U src/contrib/cvs/TODO U src/contrib/cvs/TESTS U src/contrib/cvs/README U src/contrib/cvs/PROJECTS U src/contrib/cvs/NEWS U src/contrib/cvs/Makefile.in N src/contrib/cvs/Makefile.am U src/contrib/cvs/MINOR-BUGS U src/contrib/cvs/INSTALL U src/contrib/cvs/HACKING U src/contrib/cvs/FAQ U src/contrib/cvs/DEVEL-CVS U src/contrib/cvs/ChangeLog.zoo U src/contrib/cvs/ChangeLog U src/contrib/cvs/COPYING.LIB U src/contrib/cvs/COPYING U src/contrib/cvs/BUGS N src/contrib/cvs/AUTHORS N src/contrib/cvs/stamp-h1.in U src/contrib/cvs/mkinstalldirs N src/contrib/cvs/missing U src/contrib/cvs/install-sh N src/contrib/cvs/depcomp U src/contrib/cvs/cvs-format.el U src/contrib/cvs/tools/README U src/contrib/cvs/tools/ChangeLog N src/contrib/cvs/tools/Makefile.am U src/contrib/cvs/tools/Makefile.in N src/contrib/cvs/man/Makefile.am U src/contrib/cvs/man/Makefile.in U src/contrib/cvs/man/ChangeLog U src/contrib/cvs/man/cvs.1 U src/contrib/cvs/man/cvs.5 U src/contrib/cvs/man/cvsbug.8 N src/contrib/cvs/lib/xgssapi.h N src/contrib/cvs/lib/Makefile.am U src/contrib/cvs/lib/Makefile.in U src/contrib/cvs/lib/dup2.c U src/contrib/cvs/lib/fncase.c U src/contrib/cvs/lib/fnmatch.c U src/contrib/cvs/lib/hostname.c U src/contrib/cvs/lib/memmove.c U src/contrib/cvs/lib/mkdir.c U src/contrib/cvs/lib/rename.c U src/contrib/cvs/lib/strerror.c U src/contrib/cvs/lib/strstr.c U src/contrib/cvs/lib/strtoul.c U src/contrib/cvs/lib/valloc.c U src/contrib/cvs/lib/waitpid.c U src/contrib/cvs/lib/argmatch.c U src/contrib/cvs/lib/ftruncate.c U src/contrib/cvs/lib/getdate.y U src/contrib/cvs/lib/getline.c U src/contrib/cvs/lib/getopt.c U src/contrib/cvs/lib/getopt1.c U src/contrib/cvs/lib/md5.c U src/contrib/cvs/lib/regex.c U src/contrib/cvs/lib/savecwd.c U src/contrib/cvs/lib/sighandle.c U src/contrib/cvs/lib/stripslash.c U src/contrib/cvs/lib/xgetwd.c U src/contrib/cvs/lib/yesno.c U src/contrib/cvs/lib/getline.h U src/contrib/cvs/lib/getopt.h U src/contrib/cvs/lib/fnmatch.h U src/contrib/cvs/lib/md5.h U src/contrib/cvs/lib/regex.h U src/contrib/cvs/lib/savecwd.h U src/contrib/cvs/lib/system.h U src/contrib/cvs/lib/wait.h N src/contrib/cvs/lib/xselect.h N src/contrib/cvs/lib/xtime.h U src/contrib/cvs/lib/ChangeLog.fsf U src/contrib/cvs/lib/ChangeLog N src/contrib/cvs/src/version.c.in U src/contrib/cvs/src/ChangeLog N src/contrib/cvs/src/Makefile.am U src/contrib/cvs/src/Makefile.in N src/contrib/cvs/src/cvsbug.in U src/contrib/cvs/src/options.h.in U src/contrib/cvs/src/add.c U src/contrib/cvs/src/admin.c N src/contrib/cvs/src/annotate.c U src/contrib/cvs/src/buffer.c U src/contrib/cvs/src/checkin.c U src/contrib/cvs/src/checkout.c U src/contrib/cvs/src/classify.c C src/contrib/cvs/src/client.c C src/contrib/cvs/src/commit.c U src/contrib/cvs/src/create_adm.c U src/contrib/cvs/src/cvsrc.c C src/contrib/cvs/src/diff.c U src/contrib/cvs/src/edit.c U src/contrib/cvs/src/entries.c U src/contrib/cvs/src/error.c U src/contrib/cvs/src/expand_path.c U src/contrib/cvs/src/fileattr.c C src/contrib/cvs/src/filesubr.c U src/contrib/cvs/src/hash.c U src/contrib/cvs/src/hardlink.c U src/contrib/cvs/src/find_names.c U src/contrib/cvs/src/history.c U src/contrib/cvs/src/ignore.c C src/contrib/cvs/src/import.c C src/contrib/cvs/src/lock.c U src/contrib/cvs/src/log.c C src/contrib/cvs/src/login.c C src/contrib/cvs/src/logmsg.c C src/contrib/cvs/src/main.c C src/contrib/cvs/src/mkmodules.c U src/contrib/cvs/src/modules.c U src/contrib/cvs/src/myndbm.c U src/contrib/cvs/src/no_diff.c U src/contrib/cvs/src/parseinfo.c U src/contrib/cvs/src/patch.c C src/contrib/cvs/src/rcs.c C src/contrib/cvs/src/rcscmds.c C src/contrib/cvs/src/recurse.c U src/contrib/cvs/src/release.c U src/contrib/cvs/src/remove.c U src/contrib/cvs/src/repos.c U src/contrib/cvs/src/root.c U src/contrib/cvs/src/run.c U src/contrib/cvs/src/scramble.c C src/contrib/cvs/src/server.c U src/contrib/cvs/src/status.c U src/contrib/cvs/src/subr.c U src/contrib/cvs/src/tag.c C src/contrib/cvs/src/update.c U src/contrib/cvs/src/vers_ts.c U src/contrib/cvs/src/watch.c U src/contrib/cvs/src/wrapper.c U src/contrib/cvs/src/zlib.c U src/contrib/cvs/src/buffer.h U src/contrib/cvs/src/client.h C src/contrib/cvs/src/cvs.h U src/contrib/cvs/src/edit.h U src/contrib/cvs/src/error.h U src/contrib/cvs/src/fileattr.h U src/contrib/cvs/src/hardlink.h U src/contrib/cvs/src/hash.h U src/contrib/cvs/src/myndbm.h C src/contrib/cvs/src/rcs.h U src/contrib/cvs/src/server.h U src/contrib/cvs/src/update.h U src/contrib/cvs/src/watch.h U src/contrib/cvs/src/version.c U src/contrib/cvs/src/ChangeLog-9194 U src/contrib/cvs/src/ChangeLog-9395 U src/contrib/cvs/src/ChangeLog-96 U src/contrib/cvs/src/ChangeLog-97 U src/contrib/cvs/src/sanity.sh N src/contrib/cvs/src/stamp-h2.in U src/contrib/cvs/contrib/rcs2sccs.sh U src/contrib/cvs/contrib/ChangeLog N src/contrib/cvs/contrib/Makefile.am U src/contrib/cvs/contrib/Makefile.in N src/contrib/cvs/contrib/clmerge.in N src/contrib/cvs/contrib/cln_hist.in N src/contrib/cvs/contrib/commit_prep.in N src/contrib/cvs/contrib/cvs_acls.in N src/contrib/cvs/contrib/log.in N src/contrib/cvs/contrib/log_accum.in N src/contrib/cvs/contrib/mfpipe.in N src/contrib/cvs/contrib/rcslock.in N src/contrib/cvs/contrib/sccs2rcs.in U src/contrib/cvs/contrib/intro.doc U src/contrib/cvs/contrib/cvscheck.man U src/contrib/cvs/contrib/cvs2vendor.sh U src/contrib/cvs/contrib/cvscheck.sh U src/contrib/cvs/contrib/cvshelp.man N src/contrib/cvs/contrib/debug_check_log.sh U src/contrib/cvs/contrib/descend.sh U src/contrib/cvs/contrib/descend.man U src/contrib/cvs/contrib/dirfns.shar U src/contrib/cvs/contrib/README U src/contrib/cvs/contrib/rcs-to-cvs.sh U src/contrib/cvs/contrib/rcs2log.sh U src/contrib/cvs/doc/ChangeLog N src/contrib/cvs/doc/Makefile.am U src/contrib/cvs/doc/Makefile.in U src/contrib/cvs/doc/cvs.texinfo U src/contrib/cvs/doc/cvsclient.texi N src/contrib/cvs/doc/CVSvn.texi.in U src/contrib/cvs/doc/ChangeLog.fsf U src/contrib/cvs/doc/RCSFILES U src/contrib/cvs/doc/cvs-paper.ms N src/contrib/cvs/diff/Makefile.am U src/contrib/cvs/diff/Makefile.in U src/contrib/cvs/diff/diff.c C src/contrib/cvs/diff/diff3.c U src/contrib/cvs/diff/analyze.c U src/contrib/cvs/diff/cmpbuf.c U src/contrib/cvs/diff/cmpbuf.h U src/contrib/cvs/diff/io.c U src/contrib/cvs/diff/context.c U src/contrib/cvs/diff/ed.c U src/contrib/cvs/diff/normal.c U src/contrib/cvs/diff/ifdef.c U src/contrib/cvs/diff/util.c U src/contrib/cvs/diff/dir.c U src/contrib/cvs/diff/version.c U src/contrib/cvs/diff/diff.h U src/contrib/cvs/diff/side.c U src/contrib/cvs/diff/system.h U src/contrib/cvs/diff/diffrun.h U src/contrib/cvs/diff/diagmeet.note U src/contrib/cvs/diff/ChangeLog 18 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCVSHOME:yesterday -jCVSHOME src/contrib/cvs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 2:53: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 6AA7437B405; Fri, 10 Aug 2001 02:53:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A9r7S62095; Fri, 10 Aug 2001 02:53:07 -0700 (PDT) (envelope-from peter) Message-Id: <200108100953.f7A9r7S62095@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 02:53:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/diff diff3.c src/contrib/cvs/src client.c commit.c cvs.h diff.c filesubr.c import.c lock.c login.c logmsg.c main.c mkmodules.c rcs.c rcs.h rcscmds.c recurse.c server.c update.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 02:53:07 PDT Modified files: contrib/cvs/diff diff3.c contrib/cvs/src client.c commit.c cvs.h diff.c filesubr.c import.c lock.c login.c logmsg.c main.c mkmodules.c rcs.c rcs.h rcscmds.c recurse.c server.c update.c Log: Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There is still some suspicious and/or broken stuff to fix yet. Revision Changes Path 1.4 +45 -24 src/contrib/cvs/diff/diff3.c 1.5 +219 -126 src/contrib/cvs/src/client.c 1.10 +37 -49 src/contrib/cvs/src/commit.c 1.13 +37 -21 src/contrib/cvs/src/cvs.h 1.15 +58 -60 src/contrib/cvs/src/diff.c 1.8 +172 -71 src/contrib/cvs/src/filesubr.c 1.9 +15 -15 src/contrib/cvs/src/import.c 1.9 +13 -11 src/contrib/cvs/src/lock.c 1.5 +454 -304 src/contrib/cvs/src/login.c 1.8 +17 -20 src/contrib/cvs/src/logmsg.c 1.20 +111 -114 src/contrib/cvs/src/main.c 1.11 +5 -7 src/contrib/cvs/src/mkmodules.c 1.22 +51 -197 src/contrib/cvs/src/rcs.c 1.9 +9 -4 src/contrib/cvs/src/rcs.h 1.8 +8 -2 src/contrib/cvs/src/rcscmds.c 1.8 +14 -12 src/contrib/cvs/src/recurse.c 1.15 +287 -162 src/contrib/cvs/src/server.c 1.8 +90 -43 src/contrib/cvs/src/update.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 2:54: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8F9237B405; Fri, 10 Aug 2001 02:53:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A9rrU62214; Fri, 10 Aug 2001 02:53:53 -0700 (PDT) (envelope-from peter) Message-Id: <200108100953.f7A9rrU62214@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 02:53:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 02:53:53 PDT Modified files: contrib/cvs FREEBSD-upgrade Log: Tweak for 1.11.1p1 Revision Changes Path 1.9 +3 -3 src/contrib/cvs/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 2:54: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 B768E37B401; Fri, 10 Aug 2001 02:54:52 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A9sqM62331; Fri, 10 Aug 2001 02:54:52 -0700 (PDT) (envelope-from peter) Message-Id: <200108100954.f7A9sqM62331@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 02:54:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/cvs 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 peter 2001/08/10 02:54:52 PDT Modified files: gnu/usr.bin/cvs/cvs Makefile Log: Add annotate.c, remove rtag.c for 1.11.1p1 Revision Changes Path 1.34 +3 -3 src/gnu/usr.bin/cvs/cvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 2:55: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 DFE6E37B403; Fri, 10 Aug 2001 02:55:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A9tmD62427; Fri, 10 Aug 2001 02:55:48 -0700 (PDT) (envelope-from peter) Message-Id: <200108100955.f7A9tmD62427@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 02:55:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/lib config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 02:55:48 PDT Modified files: gnu/usr.bin/cvs/lib config.h Log: (null) Revision Changes Path 1.8 +39 -10 src/gnu/usr.bin/cvs/lib/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 2:57: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 1397837B407; Fri, 10 Aug 2001 02:57:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A9vOL62639; Fri, 10 Aug 2001 02:57:24 -0700 (PDT) (envelope-from peter) Message-Id: <200108100957.f7A9vOL62639@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 02:57:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/lib config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 02:57:24 PDT Modified files: gnu/usr.bin/cvs/lib config.h Log: Bah. Previous commit was: update for cvs-1.11 -> 1.11.1p1 (This was my fat-fingers, not a cvs glitch) Revision Changes Path 1.9 +1 -1 src/gnu/usr.bin/cvs/lib/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3: 2:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE8B037B401; Fri, 10 Aug 2001 03:02:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AA2ai63476; Fri, 10 Aug 2001 03:02:36 -0700 (PDT) (envelope-from peter) Message-Id: <200108101002.f7AA2ai63476@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:02:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src rtag.c X-FreeBSD-CVS-Branch: CYCLIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 03:02:36 PDT Removed files: (Branch: CYCLIC) contrib/cvs/src rtag.c Log: Remove file obsoleted in 1.11.1p1 import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3: 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 D8E6D37B406; Fri, 10 Aug 2001 03:05:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AA5hR66669; Fri, 10 Aug 2001 03:05:43 -0700 (PDT) (envelope-from peter) Message-Id: <200108101005.f7AA5hR66669@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:05:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/lib vasprintf.c X-FreeBSD-CVS-Branch: CYCLIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 03:05:43 PDT Removed files: (Branch: CYCLIC) contrib/cvs/lib vasprintf.c Log: Remove another obsolete file, last used in cvs-1.10 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3: 6:40 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-82.dsl.lsan03.pacbell.net [63.207.60.82]) by hub.freebsd.org (Postfix) with ESMTP id 340C637B401; Fri, 10 Aug 2001 03:06:34 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0F05766C4D; Fri, 10 Aug 2001 03:06:32 -0700 (PDT) Date: Fri, 10 Aug 2001 03:06:32 -0700 From: Kris Kennaway To: Greg Lehey Cc: Warner Losh , Brooks Davis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 Message-ID: <20010810030632.A26612@xor.obsecurity.org> References: <20010810131923.I38896@wantadilla.lemis.com> <200108092159.f79Lx8406626@freefall.freebsd.org> <20010809155123.A18472@Odin.AC.HMC.Edu> <20010810131923.I38896@wantadilla.lemis.com> <200108100355.f7A3t6133271@harmony.village.org> <20010810150758.E37968@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010810150758.E37968@wantadilla.lemis.com>; from grog@FreeBSD.org on Fri, Aug 10, 2001 at 03:07:58PM +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 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Aug 10, 2001 at 03:07:58PM +0930, Greg Lehey wrote: > 2. In Adelaide, the Qantas Club is directly above the arrivals hall. > Coverage is good, and I still get a good signal in the arrivals > hall. Anybody knowing (1) can go there and wait for somebody to > log in, then steal his password and use the system, without even > being in the lounge. WEP would stop this. Unless they sat there for an hour or two first. Kris --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7c7InWry0BWjoQKURAj75AKD58fn+h0mSZBD75NB0a82I9vItkwCdFzXI dW7AoPEPmpRPJNdP3FRWpBI= =DP79 -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3: 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 C1FD037B407; Fri, 10 Aug 2001 03:09:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AA90t67157; Fri, 10 Aug 2001 03:09:00 -0700 (PDT) (envelope-from ru) Message-Id: <200108101009.f7AA90t67157@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 03:09:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dmesg dmesg.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 ru 2001/08/10 03:09:00 PDT Modified files: sbin/dmesg dmesg.8 Log: mdoc(7) police: compute the exact tag width. Revision Changes Path 1.15 +2 -2 src/sbin/dmesg/dmesg.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3: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 D384337B403; Fri, 10 Aug 2001 03:11:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AABuM67478; Fri, 10 Aug 2001 03:11:56 -0700 (PDT) (envelope-from ru) Message-Id: <200108101011.f7AABuM67478@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 03:11:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys access.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 ru 2001/08/10 03:11:56 PDT Modified files: lib/libc/sys access.2 Log: mdoc(7) police: add xref to intro(2). Revision Changes Path 1.12 +2 -1 src/lib/libc/sys/access.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:15:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4D8737B405; Fri, 10 Aug 2001 03:15:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAFff67902; Fri, 10 Aug 2001 03:15:41 -0700 (PDT) (envelope-from ru) Message-Id: <200108101015.f7AAFff67902@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 03:15:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/growfs growfs.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 ru 2001/08/10 03:15:41 PDT Modified files: sbin/growfs growfs.8 Log: mdoc(7) police: spelling, punctuation and markup nits. Revision Changes Path 1.9 +13 -11 src/sbin/growfs/growfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:17: 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 76DB237B401; Fri, 10 Aug 2001 03:17:05 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAH5A68080; Fri, 10 Aug 2001 03:17:05 -0700 (PDT) (envelope-from joerg) Message-Id: <200108101017.f7AAH5A68080@freefall.freebsd.org> From: Joerg Wunsch Date: Fri, 10 Aug 2001 03:17:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdc.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2001/08/10 03:17:05 PDT Modified files: (Branch: RELENG_4) sys/isa fd.c fdc.h Log: MFC: rev 1.213 of fd.c, 1.24 of fdc.h: bandaid against infinitely retrying DMS overrun errors. Approved by: murray Revision Changes Path 1.176.2.3 +39 -10 src/sys/isa/fd.c 1.20.2.1 +2 -1 src/sys/isa/Attic/fdc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:22: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 AC1C737B401; Fri, 10 Aug 2001 03:22:50 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAMoC68940; Fri, 10 Aug 2001 03:22:50 -0700 (PDT) (envelope-from peter) Message-Id: <200108101022.f7AAMoC68940@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:22:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src cvsbug.sh src/gnu/usr.bin/cvs/cvsbug Makefile X-FreeBSD-CVS-Branch: CYCLIC,HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 03:22:48 PDT Modified files: gnu/usr.bin/cvs/cvsbug Makefile Removed files: (Branch: CYCLIC) contrib/cvs/src cvsbug.sh Log: Get the version source from the (more) correct place. Remove the obsolete cvsbug.sh script Revision Changes Path 1.14 +8 -9 src/gnu/usr.bin/cvs/cvsbug/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:29: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B9A037B403; Fri, 10 Aug 2001 03:29:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAT4H69849; Fri, 10 Aug 2001 03:29:04 -0700 (PDT) (envelope-from peter) Message-Id: <200108101029.f7AAT4H69849@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src version.c src/gnu/usr.bin/cvs/cvs Makefile X-FreeBSD-CVS-Branch: CVSHOME,HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 03:29:04 PDT Modified files: gnu/usr.bin/cvs/cvs Makefile Removed files: (Branch: CVSHOME) contrib/cvs/src version.c Log: Generate version.c on the fly rather than using a generated file. Revision Changes Path 1.35 +13 -1 src/gnu/usr.bin/cvs/cvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:29: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 F1BF837B405; Fri, 10 Aug 2001 03:29:37 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AATbD69908; Fri, 10 Aug 2001 03:29:37 -0700 (PDT) (envelope-from nik) Message-Id: <200108101029.f7AATbD69908@freefall.freebsd.org> From: Nik Clayton Date: Fri, 10 Aug 2001 03:29:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/10 03:29:37 PDT Added files: en/news press.xml Log: "FreeBSD in the Press" entries, as XML To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3: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 7845337B403; Fri, 10 Aug 2001 03:31:44 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAViH70145; Fri, 10 Aug 2001 03:31:44 -0700 (PDT) (envelope-from nik) Message-Id: <200108101031.f7AAViH70145@freefall.freebsd.org> From: Nik Clayton Date: Fri, 10 Aug 2001 03:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/10 03:31:44 PDT Added files: en/news press.xsl Log: XSL stylesheet to generate press.html, taking content from press.xml. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:32:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39B1C37B405; Fri, 10 Aug 2001 03:32:11 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAWB970217; Fri, 10 Aug 2001 03:32:11 -0700 (PDT) (envelope-from nik) Message-Id: <200108101032.f7AAWB970217@freefall.freebsd.org> From: Nik Clayton Date: Fri, 10 Aug 2001 03:32:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news 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 nik 2001/08/10 03:32:11 PDT Modified files: en/news Makefile Log: Generate press.html from press.xml using press.xsl. Revision Changes Path 1.28 +7 -3 www/en/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:33: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 15CBF37B401; Fri, 10 Aug 2001 03:33:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAXgn70369; Fri, 10 Aug 2001 03:33:42 -0700 (PDT) (envelope-from peter) Message-Id: <200108101033.f7AAXgn70369@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:33:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/tools/pcl-cvs ChangeLog ChangeLog.woods INSTALL Makefile.in NEWS README ToDo pcl-cvs-lucid.el pcl-cvs-startup.el pcl-cvs.el pcl-cvs.texinfo X-FreeBSD-CVS-Branch: CYCLIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 03:33:42 PDT Removed files: (Branch: CYCLIC) contrib/cvs/tools/pcl-cvs ChangeLog ChangeLog.woods INSTALL Makefile.in NEWS README ToDo pcl-cvs-lucid.el pcl-cvs-startup.el pcl-cvs.el pcl-cvs.texinfo Log: Remove some expired files no longer in current cvs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:36: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 0225C37B401; Fri, 10 Aug 2001 03:36:19 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAaIe70647; Fri, 10 Aug 2001 03:36:18 -0700 (PDT) (envelope-from nik) Message-Id: <200108101036.f7AAaIe70647@freefall.freebsd.org> From: Nik Clayton Date: Fri, 10 Aug 2001 03:36:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/10 03:36:18 PDT Modified files: en index.xsl Log: Show the 10 most recent news items, not the 20 most recent. Start showing the 10 most recent items from "FreeBSD in the Press" as well. Revision Changes Path 1.5 +38 -22 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:38:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B0CA37B403; Fri, 10 Aug 2001 03:38:12 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAcCg70917; Fri, 10 Aug 2001 03:38:12 -0700 (PDT) (envelope-from peter) Message-Id: <200108101038.f7AAcCg70917@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:38:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib ccvs-rsh.pl listen2.c listen2.mak X-FreeBSD-CVS-Branch: CYCLIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 03:38:11 PDT Removed files: (Branch: CYCLIC) contrib/cvs/contrib ccvs-rsh.pl listen2.c listen2.mak Log: Nuke some stray files that stopped getting imported ages ago. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:39:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84F1937B405; Fri, 10 Aug 2001 03:39:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAdTD72136; Fri, 10 Aug 2001 03:39:29 -0700 (PDT) (envelope-from peter) Message-Id: <200108101039.f7AAdTD72136@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:39:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib ccvs-rsh.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 peter 2001/08/10 03:39:29 PDT Removed files: contrib/cvs/contrib ccvs-rsh.pl Log: Re-kill this file. It got whiplash being killed and restored on the mainline, it is truely dead now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:41: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 31B8B37B405; Fri, 10 Aug 2001 03:41:31 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAfVO74186; Fri, 10 Aug 2001 03:41:31 -0700 (PDT) (envelope-from ru) Message-Id: <200108101041.f7AAfVO74186@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 03:41:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdconfig mdconfig.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 ru 2001/08/10 03:41:30 PDT Modified files: sbin/mdconfig mdconfig.8 Log: mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets. Revision Changes Path 1.13 +7 -19 src/sbin/mdconfig/mdconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:43:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6DF537B401; Fri, 10 Aug 2001 03:43:45 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAhjC74526; Fri, 10 Aug 2001 03:43:45 -0700 (PDT) (envelope-from ru) Message-Id: <200108101043.f7AAhjC74526@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 03:43:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sockstat sockstat.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 ru 2001/08/10 03:43:45 PDT Modified files: usr.bin/sockstat sockstat.1 Log: mdoc(7) police: fix markup. Revision Changes Path 1.15 +23 -10 src/usr.bin/sockstat/sockstat.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:46: 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 15CA237B403; Fri, 10 Aug 2001 03:46:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAk0G74700; Fri, 10 Aug 2001 03:46:00 -0700 (PDT) (envelope-from ru) Message-Id: <200108101046.f7AAk0G74700@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 03:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.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 ru 2001/08/10 03:45:59 PDT Modified files: usr.sbin/wicontrol wicontrol.8 Log: mdoc(7) police: fix markup and a SYNOPSIS bug from revision 1.24. Revision Changes Path 1.26 +151 -99 src/usr.sbin/wicontrol/wicontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3: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 EBF3D37B403; Fri, 10 Aug 2001 03:47:26 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAlQn74828; Fri, 10 Aug 2001 03:47:26 -0700 (PDT) (envelope-from nik) Message-Id: <200108101047.f7AAlQn74828@freefall.freebsd.org> From: Nik Clayton Date: Fri, 10 Aug 2001 03:47:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/10 03:47:26 PDT Removed files: en/news press.sgml Log: Superceded by press.xml. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:47: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 3007437B405; Fri, 10 Aug 2001 03:47:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAlTY74877; Fri, 10 Aug 2001 03:47:29 -0700 (PDT) (envelope-from peter) Message-Id: <200108101047.f7AAlTY74877@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:47:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs Makefile src/gnu/usr.bin/cvs/tools 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 peter 2001/08/10 03:47:29 PDT Modified files: gnu/usr.bin/cvs Makefile Removed files: gnu/usr.bin/cvs/tools Makefile Log: Tools dir is now empty and unused Revision Changes Path 1.15 +2 -2 src/gnu/usr.bin/cvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:53: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 967F437B405; Fri, 10 Aug 2001 03:53:12 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AArBu75769; Fri, 10 Aug 2001 03:53:11 -0700 (PDT) (envelope-from ru) Message-Id: <200108101053.f7AArBu75769@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 03:53:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 zone.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/10 03:53:11 PDT Modified files: share/man/man9 zone.9 Log: mdoc(7) police: add zdestroy() to NAME. Revision Changes Path 1.5 +3 -2 src/share/man/man9/zone.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 3:55: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 4FF6F37B403; Fri, 10 Aug 2001 03:55:46 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AAtkn76047; Fri, 10 Aug 2001 03:55:46 -0700 (PDT) (envelope-from peter) Message-Id: <200108101055.f7AAtkn76047@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 03:55:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib clmerge.pl cln_hist.pl commit_prep.pl cvs_acls.pl log.pl log_accum.pl mfpipe.pl rcslock.pl sccs2rcs.csh X-FreeBSD-CVS-Branch: CYCLIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 03:55:46 PDT Removed files: (Branch: CYCLIC) contrib/cvs/contrib clmerge.pl cln_hist.pl commit_prep.pl cvs_acls.pl log.pl log_accum.pl mfpipe.pl rcslock.pl sccs2rcs.csh Log: These files have been replaced by .in versions in cvs-1.11.1p1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4: 0: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 638C737B40A; Fri, 10 Aug 2001 04:00:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AB0F976380; Fri, 10 Aug 2001 04:00:15 -0700 (PDT) (envelope-from peter) Message-Id: <200108101100.f7AB0F976380@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 04:00:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib log.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 peter 2001/08/10 04:00:15 PDT Removed files: contrib/cvs/contrib log.pl Log: This file is gone in cvs-1.11.1p1 (replaced by log.in) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4: 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 562C837B405; Fri, 10 Aug 2001 04:02:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AB23H82339; Fri, 10 Aug 2001 04:02:03 -0700 (PDT) (envelope-from peter) Message-Id: <200108101102.f7AB23H82339@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 04:02:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib pvcs_to_rcs X-FreeBSD-CVS-Branch: CYCLIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 04:02:03 PDT Removed files: (Branch: CYCLIC) contrib/cvs/contrib pvcs_to_rcs Log: Another stray file that got imported a long time ago and never cleaned up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4: 2:28 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 0B0BB37B401; Fri, 10 Aug 2001 04:02:17 -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 f7AB0g056362; Fri, 10 Aug 2001 12:00:42 +0100 (BST) (envelope-from nik) Date: Fri, 10 Aug 2001 12:00:42 +0100 From: Nik Clayton To: Nik Clayton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.xml Message-ID: <20010810120042.E50182@canyon.nothing-going-on.org> References: <200108101029.f7AATbD69908@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ffoCPvUAPMgSXi6H" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108101029.f7AATbD69908@freefall.freebsd.org>; from nik@FreeBSD.org on Fri, Aug 10, 2001 at 03:29:37AM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ffoCPvUAPMgSXi6H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 10, 2001 at 03:29:37AM -0700, Nik Clayton wrote: > Added files: > en/news press.xml=20 > Log: > "FreeBSD in the Press" entries, as XML Of course, I'm only doing this so I can put "XML / XSL Expertise" on my CV. . . 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 --- --ffoCPvUAPMgSXi6H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtzvtkACgkQk6gHZCw343WTcgCffObt+gcKGwUlrqnn658H8Y9u LSYAn3yfsJ8JhwgLcuJS+JyCBs4sZ8ZH =iFoc -----END PGP SIGNATURE----- --ffoCPvUAPMgSXi6H-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4: 3: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 878AF37B403; Fri, 10 Aug 2001 04:03:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AB3TH82498; Fri, 10 Aug 2001 04:03:29 -0700 (PDT) (envelope-from peter) Message-Id: <200108101103.f7AB3TH82498@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 04:03:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/contrib 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 peter 2001/08/10 04:03:29 PDT Modified files: gnu/usr.bin/cvs/contrib Makefile Log: Update build rules for .in and tidy up. Revision Changes Path 1.16 +5 -7 src/gnu/usr.bin/cvs/contrib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 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 4EA9337B407; Fri, 10 Aug 2001 04:04:36 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AB4aD82614; Fri, 10 Aug 2001 04:04:36 -0700 (PDT) (envelope-from peter) Message-Id: <200108101104.f7AB4aD82614@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 04:04:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs stamp-h.in X-FreeBSD-CVS-Branch: CYCLIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 04:04:36 PDT Removed files: (Branch: CYCLIC) contrib/cvs stamp-h.in Log: Removed in cvs-1.11.1p1 import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4: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 3CB9037B405; Fri, 10 Aug 2001 04:14:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABEJP86621; Fri, 10 Aug 2001 04:14:19 -0700 (PDT) (envelope-from peter) Message-Id: <200108101114.f7ABEJP86621@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 04:14:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib sccs2rcs.in sccs2rcs.csh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 04:14:18 PDT Modified files: contrib/cvs/contrib sccs2rcs.in Removed files: contrib/cvs/contrib sccs2rcs.csh Log: Copy our changes from sccs2rcs.csh to sccs2rcs.in Revision Changes Path 1.2 +4 -4 src/contrib/cvs/contrib/sccs2rcs.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4:14: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 88C3637B403; Fri, 10 Aug 2001 04:14:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABEr986703; Fri, 10 Aug 2001 04:14:53 -0700 (PDT) (envelope-from peter) Message-Id: <200108101114.f7ABEr986703@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 04:14:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib sccs2rcs.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 peter 2001/08/10 04:14:53 PDT Modified files: contrib/cvs/contrib sccs2rcs.in Log: Argh, this could not possibly have worked as it existed in the tree. Revision Changes Path 1.3 +2 -2 src/contrib/cvs/contrib/sccs2rcs.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4:18: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 9BE0B37B401; Fri, 10 Aug 2001 04:18:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABIZH87316; Fri, 10 Aug 2001 04:18:35 -0700 (PDT) (envelope-from peter) Message-Id: <200108101118.f7ABIZH87316@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 04:18:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/doc 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 peter 2001/08/10 04:18:35 PDT Modified files: gnu/usr.bin/cvs/doc Makefile Log: One more version related tweak after cvs-1.11 -> 1.11.1p1 Revision Changes Path 1.13 +5 -5 src/gnu/usr.bin/cvs/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4:24:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BF0637B406; Fri, 10 Aug 2001 04:24:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABONe87951; Fri, 10 Aug 2001 04:24:23 -0700 (PDT) (envelope-from peter) Message-Id: <200108101124.f7ABONe87951@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 04:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/cvsbug 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 peter 2001/08/10 04:24:23 PDT Modified files: gnu/usr.bin/cvs/cvs Makefile gnu/usr.bin/cvs/cvsbug Makefile Log: Use some slightly less horrible make magic for doing the version stuff. Revision Changes Path 1.36 +6 -10 src/gnu/usr.bin/cvs/cvs/Makefile 1.15 +8 -9 src/gnu/usr.bin/cvs/cvsbug/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4:35: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 2CDBE37B406; Fri, 10 Aug 2001 04:35:17 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABZHZ89205; Fri, 10 Aug 2001 04:35:17 -0700 (PDT) (envelope-from brian) Message-Id: <200108101135.f7ABZHZ89205@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 04:35:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vlc 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/08/10 04:35:16 PDT Modified files: graphics/vlc Makefile Log: Correct a MASTER_SITE Remove a reduntant SDL_CONFIG setting Suggested by: Scott Lambert Revision Changes Path 1.5 +3 -4 ports/graphics/vlc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4:35:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D17237B418; Fri, 10 Aug 2001 04:35:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABZVN89239; Fri, 10 Aug 2001 04:35:31 -0700 (PDT) (envelope-from brian) Message-Id: <200108101135.f7ABZVN89239@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 04:35:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vlc 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 brian 2001/08/10 04:35:31 PDT Modified files: graphics/vlc pkg-descr Log: Add WWW: Revision Changes Path 1.3 +2 -0 ports/graphics/vlc/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4:41: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 A7BBB37B403; Fri, 10 Aug 2001 04:41:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABfuB90088; Fri, 10 Aug 2001 04:41:56 -0700 (PDT) (envelope-from ru) Message-Id: <200108101141.f7ABfuB90088@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 04:41:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/10 04:41:56 PDT Modified files: lib/libc/stdlib malloc.3 Log: Markup nits: use diagnostic type lists for error and warning messages. Backout previous revision. We should not expand plain text xrefs if they appear in the literal text, e.g. in the error or warning message of the library function. (Submitted by: bde) Moved "out of memory" from warning to errors section. Revision Changes Path 1.47 +18 -22 src/lib/libc/stdlib/malloc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4:46: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 9BF4537B401; Fri, 10 Aug 2001 04:46:38 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABkc490518; Fri, 10 Aug 2001 04:46:38 -0700 (PDT) (envelope-from ru) Message-Id: <200108101146.f7ABkc490518@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 04:46:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.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/08/10 04:46:38 PDT Modified files: lib/libc/stdlib malloc.c Log: Fixed style bugs (dot `.' at the end of error and warning messages). Noticed by: bde Revision Changes Path 1.58 +23 -23 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4: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 929D437B403; Fri, 10 Aug 2001 04:47:08 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABl8X90595; Fri, 10 Aug 2001 04:47:08 -0700 (PDT) (envelope-from phk) Message-Id: <200108101147.f7ABl8X90595@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 10 Aug 2001 04:47:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2001/08/10 04:47:08 PDT Modified files: sys/cam/scsi scsi_all.c Log: Eliminate the hot-spare 'r' in Arrray. Submitted by: Søren Schrøder Revision Changes Path 1.26 +2 -2 src/sys/cam/scsi/scsi_all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 4:58: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74D6237B403; Fri, 10 Aug 2001 04:58:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ABw4S91829; Fri, 10 Aug 2001 04:58:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108101158.f7ABw4S91829@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 10 Aug 2001 04:58:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-IO-stringy 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 ijliao 2001/08/10 04:58:03 PDT Modified files: devel/p5-IO-stringy Makefile distinfo pkg-plist Log: upgrade to 2.105 pass maintainership to shell@shellhung.org Submitted by: shell@shellhung.org (new maintainer) Revision Changes Path 1.18 +15 -3 ports/devel/p5-IO-stringy/Makefile 1.8 +1 -1 ports/devel/p5-IO-stringy/distinfo 1.8 +18 -1 ports/devel/p5-IO-stringy/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 Aug 10 5:12:16 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 1B48337B407; Fri, 10 Aug 2001 05:12:12 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.5/8.11.5) with ESMTP id f7ACAxB48841; Fri, 10 Aug 2001 08:11:01 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200108101211.f7ACAxB48841@aldan.algebra.com> Date: Fri, 10 Aug 2001 08:10:56 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile To: ache@nagual.pp.ru Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20010810065643.A95896@nagual.pp.ru> 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 10 Aug, Andrey A. Chernov wrote: >> > ache 2001/08/08 18:22:17 PDT >> > >> > Modified files: >> > graphics/ImageMagick Makefile >> > Log: >> > Back out part of my changes (with-modules by default) because >> > PerlMagick not really work (while 'make test' works), >> > pointed by "KATO Tsuguru" >> > Add comment describing situation. >> >> Would be nice, if someone actually figured out what's wrong with >> PerlMagick... > > I don't look deeper, but it just can't load (dynamically) any coder. Well, me neither... Any Perl and/or shlib guru wants to take a look? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 5:38:57 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 97E5237B405; Fri, 10 Aug 2001 05:38:50 -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 WAA01760; Fri, 10 Aug 2001 22:38:48 +1000 Date: Fri, 10 Aug 2001 22:36:17 +1000 (EST) From: Bruce Evans X-X-Sender: To: John Baldwin Cc: , Subject: Re: cvs commit: src/sys/sys param.h user.h In-Reply-To: <200108100534.f7A5Ynj03907@freefall.freebsd.org> Message-ID: <20010810223211.B22925-100000@besplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 9 Aug 2001, John Baldwin wrote: > jhb 2001/08/09 22:34:49 PDT > > Modified files: > sys/sys param.h user.h > Log: > Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment. > > Approved by: peter, jasone This breaks binary compatibility of struct user. Please back this out. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 6: 2:36 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 2277337B403; Fri, 10 Aug 2001 06:02:30 -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 XAA03130; Fri, 10 Aug 2001 23:02:28 +1000 Date: Fri, 10 Aug 2001 22:59:57 +1000 (EST) From: Bruce Evans X-X-Sender: To: John Baldwin Cc: , Subject: Re: cvs commit: src/sys/sys param.h user.h In-Reply-To: <20010810223211.B22925-100000@besplex.bde.org> Message-ID: <20010810225339.D23050-100000@besplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 10 Aug 2001, I wrote: > On Thu, 9 Aug 2001, John Baldwin wrote: > > > jhb 2001/08/09 22:34:49 PDT > > > > Modified files: > > sys/sys param.h user.h > > Log: > > Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment. > > > > Approved by: peter, jasone > > This breaks binary compatibility of struct user. Please back this out. Perhaps more importantly, it breaks binary compatibility of `struct prpsinfo', which gets put in elf core dumps. See . Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 6:39: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 5DB4637B40A; Fri, 10 Aug 2001 06:39:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ADd7R51830; Fri, 10 Aug 2001 06:39:07 -0700 (PDT) (envelope-from ache) Message-Id: <200108101339.f7ADd7R51830@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 10 Aug 2001 06:39:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/unzip Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/08/10 06:39:06 PDT Modified files: archivers/unzip Makefile distinfo pkg-descr Log: Replace dead master sites Add WITH_UNZIP_UNREDUCE option Revision Changes Path 1.36 +19 -4 ports/archivers/unzip/Makefile 1.10 +1 -0 ports/archivers/unzip/distinfo 1.7 +1 -1 ports/archivers/unzip/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 6:44:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A52B37B406; Fri, 10 Aug 2001 06:44:47 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ADilY85752; Fri, 10 Aug 2001 06:44:47 -0700 (PDT) (envelope-from ache) Message-Id: <200108101344.f7ADilY85752@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 10 Aug 2001 06:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/zip 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 ache 2001/08/10 06:44:45 PDT Modified files: archivers/zip pkg-descr Log: Replace dead WWW Revision Changes Path 1.7 +2 -1 ports/archivers/zip/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 6:45: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 8D30B37B401; Fri, 10 Aug 2001 06:45:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ADjaX90494; Fri, 10 Aug 2001 06:45:36 -0700 (PDT) (envelope-from ru) Message-Id: <200108101345.f7ADjaX90494@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 06:45:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getdiskbyname.3 getpwent.3 src/lib/libc/regex regex.3 src/lib/libc/sys clock_gettime.2 mlock.2 send.2 src/lib/libcam cam_cdbparse.3 src/lib/libdisk libdisk.3 src/lib/libedit editrc.5 src/lib/libm/common_source ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/10 06:45:36 PDT Modified files: lib/libc/gen getdiskbyname.3 getpwent.3 lib/libc/regex regex.3 lib/libc/sys clock_gettime.2 mlock.2 send.2 lib/libcam cam_cdbparse.3 lib/libdisk libdisk.3 lib/libedit editrc.5 lib/libm/common_source infnan.3 lib/libutil login_ok.3 libexec/bootpd bootptab.5 libexec/fingerd fingerd.8 sbin/i386/fdisk fdisk.8 sbin/init init.8 sbin/pc98/fdisk fdisk.8 share/man/man4 scsi.4 splash.4 usb.4 netgraph.4 share/man/man5 rc.conf.5 resolver.5 sysctl.conf.5 share/man/man7 security.7 tuning.7 share/man/man9 DRIVER_MODULE.9 bus_release_resource.9 devstat.9 style.9 vnode.9 usr.bin/file magic.5 usr.bin/ftp ftp.1 usr.bin/mail mail.1 usr.bin/make make.1 usr.bin/soelim soelim.1 usr.bin/tip/tip tip.1 usr.sbin/lpr/lprm lprm.1 usr.sbin/moused moused.8 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/setkey setkey.8 usr.sbin/sysinstall sysinstall.8 usr.sbin/vidcontrol vidcontrol.1 usr.sbin/nghook nghook.8 Log: mdoc(7) police: protect trailing full stops of abbreviations with a trailing zero-width space: `e.g.\&'. Revision Changes Path 1.7 +2 -2 src/lib/libc/gen/getdiskbyname.3 1.17 +2 -2 src/lib/libc/gen/getpwent.3 1.8 +2 -2 src/lib/libc/regex/regex.3 1.10 +2 -2 src/lib/libc/sys/clock_gettime.2 1.9 +2 -2 src/lib/libc/sys/mlock.2 1.17 +2 -2 src/lib/libc/sys/send.2 1.13 +2 -2 src/lib/libcam/cam_cdbparse.3 1.23 +2 -2 src/lib/libdisk/libdisk.3 1.12 +2 -2 src/lib/libedit/editrc.5 1.11 +2 -2 src/lib/libm/common_source/infnan.3 1.11 +2 -2 src/lib/libutil/login_ok.3 1.8 +2 -2 src/libexec/bootpd/bootptab.5 1.8 +2 -2 src/libexec/fingerd/fingerd.8 1.31 +2 -2 src/sbin/i386/fdisk/fdisk.8 1.33 +3 -3 src/sbin/init/init.8 1.11 +2 -2 src/sbin/pc98/fdisk/fdisk.8 1.26 +2 -2 src/share/man/man4/scsi.4 1.22 +2 -2 src/share/man/man4/splash.4 1.18 +3 -3 src/share/man/man4/usb.4 1.33 +2 -2 src/share/man/man4/netgraph.4 1.124 +2 -2 src/share/man/man5/rc.conf.5 1.9 +2 -2 src/share/man/man5/resolver.5 1.12 +2 -2 src/share/man/man5/sysctl.conf.5 1.24 +2 -2 src/share/man/man7/security.7 1.15 +3 -3 src/share/man/man7/tuning.7 1.7 +2 -2 src/share/man/man9/DRIVER_MODULE.9 1.7 +2 -2 src/share/man/man9/bus_release_resource.9 1.16 +2 -2 src/share/man/man9/devstat.9 1.61 +4 -4 src/share/man/man9/style.9 1.16 +2 -2 src/share/man/man9/vnode.9 1.18 +2 -2 src/usr.bin/file/magic.5 1.22 +3 -3 src/usr.bin/ftp/ftp.1 1.31 +2 -2 src/usr.bin/mail/mail.1 1.48 +2 -2 src/usr.bin/make/make.1 1.6 +2 -2 src/usr.bin/soelim/soelim.1 1.15 +2 -2 src/usr.bin/tip/tip/tip.1 1.10 +2 -2 src/usr.sbin/lpr/lprm/lprm.1 1.39 +2 -2 src/usr.sbin/moused/moused.8 1.49 +2 -2 src/usr.sbin/pkg_install/add/pkg_add.1 1.19 +2 -2 src/usr.sbin/setkey/setkey.8 1.47 +3 -3 src/usr.sbin/sysinstall/sysinstall.8 1.43 +3 -3 src/usr.sbin/vidcontrol/vidcontrol.1 1.11 +2 -2 src/usr.sbin/nghook/nghook.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 6: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 D53BB37B405; Fri, 10 Aug 2001 06:47:20 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ADlKa00811; Fri, 10 Aug 2001 06:47:20 -0700 (PDT) (envelope-from ache) Message-Id: <200108101347.f7ADlKa00811@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 10 Aug 2001 06:47:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/zip 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/08/10 06:47:20 PDT Modified files: archivers/zip Makefile Log: Add master site Revision Changes Path 1.24 +3 -2 ports/archivers/zip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 6:53:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 664E237B401; Fri, 10 Aug 2001 06:53:33 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ADrXI20471; Fri, 10 Aug 2001 06:53:33 -0700 (PDT) (envelope-from ache) Message-Id: <200108101353.f7ADrXI20471@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 10 Aug 2001 06:53:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/unzip 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/08/10 06:53:32 PDT Modified files: archivers/unzip Makefile Log: DISTDIR -> _DISTDIR Revision Changes Path 1.37 +2 -2 ports/archivers/unzip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7: 8:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BB7337B407; Fri, 10 Aug 2001 07:08:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AE8hG25107; Fri, 10 Aug 2001 07:08:43 -0700 (PDT) (envelope-from obrien) Message-Id: <200108101408.f7AE8hG25107@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 07:08:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h src/sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ing.c i4b_ispppsubr.c i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_isppp.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 obrien 2001/08/10 07:08:43 PDT Modified files: (Branch: RELENG_4) sys/i4b/driver i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_isppp.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/include i4b_global.h i4b_isdnq931.h i4b_l1l2.h i4b_l2l3.h i4b_l3l4.h i4b_mbuf.h sys/i4b/layer1 i4b_l1.h sys/i4b/layer2 i4b_iframe.c i4b_l2.c i4b_l2.h i4b_l2fsm.c i4b_l2fsm.h i4b_l2timer.c i4b_lme.c i4b_mbuf.c i4b_sframe.c i4b_tei.c i4b_uframe.c i4b_util.c sys/i4b/layer3 i4b_l2if.c i4b_l3.h i4b_l3fsm.c i4b_l3fsm.h i4b_l3timer.c i4b_l4if.c i4b_q931.c i4b_q931.h i4b_q932fac.c i4b_q932fac.h sys/i4b/layer4 i4b_i4bdrv.c i4b_l4.c i4b_l4.h i4b_l4mgmt.c i4b_l4timer.c Added files: (Branch: RELENG_4) sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c sys/i4b/driver i4b_ing.c i4b_ispppsubr.c sys/i4b/layer1 i4b_hdlc.h i4b_l1dmux.c i4b_l1lib.c sys/i4b/layer1/ifpi i4b_ifpi_ext.h i4b_ifpi_isac.c i4b_ifpi_l1.c i4b_ifpi_l1fsm.c i4b_ifpi_pci.c sys/i4b/layer1/ifpnp i4b_ifpnp_avm.c i4b_ifpnp_ext.h i4b_ifpnp_isac.c i4b_ifpnp_l1.c i4b_ifpnp_l1fsm.c sys/i4b/layer1/ihfc i4b_ihfc.h i4b_ihfc_drv.c i4b_ihfc_drv.h i4b_ihfc_ext.h i4b_ihfc_l1if.c i4b_ihfc_pnp.c sys/i4b/layer1/isic i4b_asuscom_ipac.c i4b_avm_a1.c i4b_bchan.c i4b_ctx_s0P.c i4b_diva.c i4b_drn_ngo.c i4b_dynalink.c i4b_elsa_pcc16.c i4b_elsa_qs1i.c i4b_elsa_qs1p.c i4b_hscx.c i4b_hscx.h i4b_ipac.h i4b_isac.c i4b_isac.h i4b_isic.c i4b_isic.h i4b_isic_ext.h i4b_isic_isa.c i4b_isic_pnp.c i4b_itk_ix1.c i4b_l1.c i4b_l1fsm.c i4b_siemens_isurf.c i4b_sws.c i4b_tel_s016.c i4b_tel_s0163.c i4b_tel_s08.c i4b_usr_sti.c sys/i4b/layer1/itjc i4b_hdlc.h i4b_itjc_ext.h i4b_itjc_isac.c i4b_itjc_l1.c i4b_itjc_l1fsm.c i4b_itjc_pci.c sys/i4b/layer1/iwic i4b_iwic.h i4b_iwic_bchan.c i4b_iwic_dchan.c i4b_iwic_ext.h i4b_iwic_fsm.c i4b_iwic_l1if.c i4b_iwic_pci.c i4b_w6692.h Log: MFC: version 1.01. Approved by: JKH Revision Changes Path 1.3.2.1 +16 -15 src/sys/i4b/driver/i4b_bsdi_ibc.c 1.10.2.2 +47 -66 src/sys/i4b/driver/i4b_ctl.c 1.8.2.1 +108 -59 src/sys/i4b/driver/i4b_ipr.c 1.7.2.1 +100 -24 src/sys/i4b/driver/i4b_isppp.c 1.10.2.2 +131 -118 src/sys/i4b/driver/i4b_rbch.c 1.10.2.2 +767 -74 src/sys/i4b/driver/i4b_tel.c 1.9.2.2 +54 -62 src/sys/i4b/driver/i4b_trace.c 1.6.2.1 +82 -23 src/sys/i4b/include/i4b_global.h 1.6.2.1 +3 -3 src/sys/i4b/include/i4b_isdnq931.h 1.6.2.1 +3 -8 src/sys/i4b/include/i4b_l1l2.h 1.6.2.1 +3 -3 src/sys/i4b/include/i4b_l2l3.h 1.6.2.1 +26 -7 src/sys/i4b/include/i4b_l3l4.h 1.6.2.1 +6 -2 src/sys/i4b/include/i4b_mbuf.h 1.7.2.2 +34 -297 src/sys/i4b/layer1/i4b_l1.h 1.6.2.1 +14 -24 src/sys/i4b/layer2/i4b_iframe.c 1.6.2.1 +40 -37 src/sys/i4b/layer2/i4b_l2.c 1.6.2.1 +9 -4 src/sys/i4b/layer2/i4b_l2.h 1.6.2.1 +86 -89 src/sys/i4b/layer2/i4b_l2fsm.c 1.6.2.1 +3 -3 src/sys/i4b/layer2/i4b_l2fsm.h 1.6.2.1 +29 -77 src/sys/i4b/layer2/i4b_l2timer.c 1.6.2.1 +12 -21 src/sys/i4b/layer2/i4b_lme.c 1.6.2.1 +13 -21 src/sys/i4b/layer2/i4b_mbuf.c 1.6.2.1 +16 -23 src/sys/i4b/layer2/i4b_sframe.c 1.6.2.2 +23 -25 src/sys/i4b/layer2/i4b_tei.c 1.6.2.1 +21 -27 src/sys/i4b/layer2/i4b_uframe.c 1.6.2.1 +20 -28 src/sys/i4b/layer2/i4b_util.c 1.6.2.1 +45 -45 src/sys/i4b/layer3/i4b_l2if.c 1.6.2.1 +3 -3 src/sys/i4b/layer3/i4b_l3.h 1.6.2.1 +101 -89 src/sys/i4b/layer3/i4b_l3fsm.c 1.6.2.1 +3 -3 src/sys/i4b/layer3/i4b_l3fsm.h 1.6.2.1 +37 -95 src/sys/i4b/layer3/i4b_l3timer.c 1.6.2.1 +37 -42 src/sys/i4b/layer3/i4b_l4if.c 1.6.2.1 +182 -111 src/sys/i4b/layer3/i4b_q931.c 1.6.2.1 +3 -3 src/sys/i4b/layer3/i4b_q931.h 1.6.2.1 +19 -31 src/sys/i4b/layer3/i4b_q932fac.c 1.6.2.1 +3 -3 src/sys/i4b/layer3/i4b_q932fac.h 1.11.2.2 +106 -45 src/sys/i4b/layer4/i4b_i4bdrv.c 1.6.2.1 +107 -109 src/sys/i4b/layer4/i4b_l4.c 1.6.2.1 +3 -3 src/sys/i4b/layer4/i4b_l4.h 1.6.2.2 +45 -40 src/sys/i4b/layer4/i4b_l4mgmt.c 1.6.2.1 +12 -27 src/sys/i4b/layer4/i4b_l4timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:13: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 5CE2C37B405; Fri, 10 Aug 2001 07:13:16 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AEDGG25646; Fri, 10 Aug 2001 07:13:16 -0700 (PDT) (envelope-from markm) Message-Id: <200108101413.f7AEDGG25646@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 07:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/libpam pam_debug_log.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 markm 2001/08/10 07:13:16 PDT Modified files: lib/libpam/libpam pam_debug_log.c Log: Add a routine for providing feedback via the conversation mechanism (usually to stderr) for user-reportable errors. Revision Changes Path 1.2 +59 -25 src/lib/libpam/libpam/pam_debug_log.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:15: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53E3337B406; Fri, 10 Aug 2001 07:15:00 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AEF0E25880; Fri, 10 Aug 2001 07:15:00 -0700 (PDT) (envelope-from markm) Message-Id: <200108101415.f7AEF0E25880@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 07:15:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/libpam pam_mod_misc.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 markm 2001/08/10 07:15:00 PDT Modified files: lib/libpam/libpam pam_mod_misc.h Log: Declare the new user-error reporting macro. This is a macro to allow use of the __FILE__ and __FUNCTION__ macros. Revision Changes Path 1.6 +10 -4 src/lib/libpam/libpam/pam_mod_misc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:16: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 AFBCB37B406; Fri, 10 Aug 2001 07:16:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AEG4c26043; Fri, 10 Aug 2001 07:16:04 -0700 (PDT) (envelope-from brian) Message-Id: <200108101416.f7AEG4c26043@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 07:16:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vlc 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 brian 2001/08/10 07:16:04 PDT Modified files: graphics/vlc pkg-plist Log: Fix pkg-plist Submitted by: Alexander Leidinger Revision Changes Path 1.3 +2 -1 ports/graphics/vlc/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 Aug 10 7:16: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 381F037B405; Fri, 10 Aug 2001 07:16:47 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AEGlK26108; Fri, 10 Aug 2001 07:16:47 -0700 (PDT) (envelope-from markm) Message-Id: <200108101416.f7AEGlK26108@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 07:16:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/libpam pam_std_option.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 markm 2001/08/10 07:16:47 PDT Modified files: lib/libpam/libpam pam_std_option.c Log: Rework this to prevent a nasty problem involving different modules' option interacting with each other. Revision Changes Path 1.6 +35 -43 src/lib/libpam/libpam/pam_std_option.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:21: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 11CC937B406; Fri, 10 Aug 2001 07:21:33 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AELXH26898; Fri, 10 Aug 2001 07:21:33 -0700 (PDT) (envelope-from roam) Message-Id: <200108101421.f7AELXH26898@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 10 Aug 2001 07:21:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stunnel Makefile distinfo ports/security/stunnel/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/08/10 07:21:32 PDT Modified files: security/stunnel Makefile distinfo Removed files: security/stunnel/files patch-ac Log: Update to 3.19. PR: 29603 Submitted by: maintainer Revision Changes Path 1.34 +2 -2 ports/security/stunnel/Makefile 1.18 +1 -1 ports/security/stunnel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:22: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11DA337B406; Fri, 10 Aug 2001 07:21:59 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AELxn27038; Fri, 10 Aug 2001 07:21:59 -0700 (PDT) (envelope-from markm) Message-Id: <200108101421.f7AELxn27038@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 07:21:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_wheel pam_wheel.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 markm 2001/08/10 07:21:59 PDT Modified files: lib/libpam/modules/pam_wheel pam_wheel.c Log: Fix broken logic so that this actually works for the superuser. Verbosely log (properly). Verbosely report errors to the user. Revision Changes Path 1.4 +22 -6 src/lib/libpam/modules/pam_wheel/pam_wheel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:23:44 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id DA17237B407; Fri, 10 Aug 2001 07:23:34 -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.4/8.11.4) with ESMTP id f7AENXv68860; Fri, 10 Aug 2001 15:23:33 +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.4/8.11.4) with ESMTP id f7AENWY56003; Fri, 10 Aug 2001 15:23:32 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200108101423.f7AENWY56003@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: ports/graphics/vlc pkg-plist In-Reply-To: Message from Brian Somers of "Fri, 10 Aug 2001 07:16:04 PDT." <200108101416.f7AEG4c26043@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 Aug 2001 15:23:32 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > brian 2001/08/10 07:16:04 PDT > > Modified files: > graphics/vlc pkg-plist > Log: > Fix pkg-plist > > Submitted by: Alexander Leidinger > > Revision Changes Path > 1.3 +2 -1 ports/graphics/vlc/pkg-plist Additionally, if XFree86 3.* is installed, lib/videolan/vlc/xvideo.so isn't built & installed. I don't know how to say this in the plist though :-/ -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:26: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 51AFA37B406; Fri, 10 Aug 2001 07:26:48 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AEQmB28046; Fri, 10 Aug 2001 07:26:48 -0700 (PDT) (envelope-from yokota) Message-Id: <200108101426.f7AEQmB28046@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Fri, 10 Aug 2001 07:26:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fb vga.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 yokota 2001/08/10 07:26:48 PDT Modified files: sys/dev/fb vga.c Log: Fix missing splx(). Revision Changes Path 1.13 +2 -1 src/sys/dev/fb/vga.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:40: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 A7E0237B403; Fri, 10 Aug 2001 07:39:59 -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.4/8.11.4) with SMTP id f7AEcRf19716; Fri, 10 Aug 2001 10:38:28 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 10 Aug 2001 10:38:27 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Warner Losh Cc: Greg Lehey , Brooks Davis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 In-Reply-To: <200108100355.f7A3t6133271@harmony.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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My understanding is, by the way, that further progress has been made in breaking WEP since that original paper. I haven't verified this, but I heard a comment in a security presentation earlier this week that, although in theory the average is several million packets, in practice it's two reboots. The reason is that the IV is reset each time the card powers up, so rather than getting random distribution over the IV space, you're repeating iteration across the same space all the time. So the chances of IV re-use are very high if the card is power-cycled, or the machine. I haven't followed this discsion closely, so can't confirm this is the case. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Thu, 9 Aug 2001, Warner Losh wrote: > In message <20010810131923.I38896@wantadilla.lemis.com> Greg Lehey writes: > : Agreed. WEP can discourage casual crackers. > > WEP is massively insecure. It does discourage the extremely lazy, but > the industrious will plow through it rather quickly... > > As a project, we don't enourage people to rely on things that are > insecure, hence the warning. If you know what you are doing, you can > ignore the warning, just like with plain old passwords in clear text > for telnet. > > Wanrer > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:41:33 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 2E3E437B407; Fri, 10 Aug 2001 07:41:22 -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.4/8.11.4) with SMTP id f7AEfGf19746; Fri, 10 Aug 2001 10:41:17 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 10 Aug 2001 10:41:16 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Greg Lehey Cc: Warner Losh , Brooks Davis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 In-Reply-To: <20010810150758.E37968@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 My understanding is that researchers in the area have automated tools that break WEP in short order. It probably won't take long for those tools to make it into the hands of 15-year-olds. And you shouldn't discount the effectiveness of 15-year-olds in using the tools either: Yahoo! can tell you all about 15-year-olds, as can anyone who runs a high-visibility site, IRC server, etc. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Fri, 10 Aug 2001, Greg Lehey wrote: > On Thursday, 9 August 2001 at 21:55:06 -0600, Warner Losh wrote: > > In message <20010810131923.I38896@wantadilla.lemis.com> Greg Lehey writes: > >> Agreed. WEP can discourage casual crackers. > > > > WEP is massively insecure. It does discourage the extremely lazy, > > but the industrious will plow through it rather quickly... > > > > As a project, we don't enourage people to rely on things that are > > insecure, hence the warning. If you know what you are doing, you > > can ignore the warning, just like with plain old passwords in clear > > text for telnet. > > OK, think of the way most people see this. Tell any kid with a > wireless card that he can drive up outside BigCo and get free wireless > coverage, and he'll do it. WEP will discourage 99% of those people. > For me, that's a good enough reason to use it. > > Another example, I have a subscription to a company called Skynet > Global, who supply wireless coverage for airport lounges in Australia. > There's a company called MobileStar in the US who do the same thing. > > Authentication is massively flawed. You get an IP address with DHCP. > Then you start a web browser and try to access some random site. The > network intercepts your request and pops up a login screen instead. > You enter name and password, send the form back and authenticate, > assuming their authentication software isn't broken again. The whole > thing works with http. They don't use WEP. > > There are two obvious things wrong with this scheme: > > 1. Authentication is with http. Anybody can sniff the air and get a > username and password. Even if you're using encryption for > everything else, you can still have other people running up bills > on your account. > > 2. In Adelaide, the Qantas Club is directly above the arrivals hall. > Coverage is good, and I still get a good signal in the arrivals > hall. Anybody knowing (1) can go there and wait for somebody to > log in, then steal his password and use the system, without even > being in the lounge. WEP would stop this. > > Greg > -- > See complete headers for address and phone numbers > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 7:59: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 2DC8537B401; Fri, 10 Aug 2001 07:59:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AExni31215; Fri, 10 Aug 2001 07:59:49 -0700 (PDT) (envelope-from obrien) Message-Id: <200108101459.f7AExni31215@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 07:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/isdn FAQ README ROADMAP Resources src/share/examples/isdn/contrib README anleitung.ppp answer.c answer.sh convert.sh hplay.c i4b-ppp-newbie.txt isdnctl isdnd_acct isdnd_acct.pl isdntelmux.c mrtg-isp0.sh ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/10 07:59:49 PDT Modified files: (Branch: RELENG_4) share/examples/isdn FAQ README ROADMAP Resources Added files: (Branch: RELENG_4) share/examples/isdn/contrib README anleitung.ppp answer.c answer.sh convert.sh hplay.c i4b-ppp-newbie.txt isdnctl isdnd_acct isdnd_acct.pl isdntelmux.c mrtg-isp0.sh share/examples/isdn/v21 Makefile README v21modem.c Log: MFC: version 1.01 Approved by: jkh Revision Changes Path 1.6.2.1 +161 -90 src/share/examples/isdn/FAQ 1.7.2.1 +43 -67 src/share/examples/isdn/README 1.2.2.1 +24 -13 src/share/examples/isdn/ROADMAP 1.5.2.1 +15 -47 src/share/examples/isdn/Resources To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 8: 1: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 D5EE737B406; Fri, 10 Aug 2001 08:01:22 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AF1Mo31431; Fri, 10 Aug 2001 08:01:22 -0700 (PDT) (envelope-from obrien) Message-Id: <200108101501.f7AF1Mo31431@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 08:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/isdn KERNEL ReleaseNotes SupportedCards ThankYou 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 obrien 2001/08/10 08:01:22 PDT Added files: (Branch: RELENG_4) share/examples/isdn KERNEL ReleaseNotes SupportedCards ThankYou Log: MFC: version 1.01. Approved by: jkh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 8: 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 DC4F237B401; Fri, 10 Aug 2001 08:03:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AF3AJ31849; Fri, 10 Aug 2001 08:03:10 -0700 (PDT) (envelope-from ru) Message-Id: <200108101503.f7AF3AJ31849@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 08:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen vis.3 src/lib/libipsec ipsec_set_policy.3 src/lib/libkvm kvm_getswapinfo.3 src/sbin/routed routed.8 src/share/man/man4 gif.4 ispfw.4 sf.4 src/share/man/man4/man4.i386 meteor.4 src/usr.sbin/cron/crontab ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/10 08:03:10 PDT Modified files: lib/libc/gen vis.3 lib/libipsec ipsec_set_policy.3 lib/libkvm kvm_getswapinfo.3 sbin/routed routed.8 share/man/man4 gif.4 ispfw.4 sf.4 share/man/man4/man4.i386 meteor.4 usr.sbin/cron/crontab crontab.5 usr.sbin/mrouted mrouted.8 Log: mdoc(7) police: fixed the "new sentence" bogons. Revision Changes Path 1.17 +2 -2 src/lib/libc/gen/vis.3 1.11 +2 -2 src/lib/libipsec/ipsec_set_policy.3 1.10 +2 -2 src/lib/libkvm/kvm_getswapinfo.3 1.24 +3 -3 src/sbin/routed/routed.8 1.11 +2 -2 src/share/man/man4/gif.4 1.4 +2 -2 src/share/man/man4/ispfw.4 1.16 +2 -1 src/share/man/man4/sf.4 1.20 +3 -3 src/share/man/man4/man4.i386/meteor.4 1.19 +2 -2 src/usr.sbin/cron/crontab/crontab.5 1.24 +6 -3 src/usr.sbin/mrouted/mrouted.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 8:15: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54C4337B401; Fri, 10 Aug 2001 08:15:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AFF5C36672; Fri, 10 Aug 2001 08:15:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200108101515.f7AFF5C36672@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 08:15:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nmap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/10 08:15:05 PDT Modified files: security/nmap Makefile distinfo Log: Update to version 2.54 Beta 29. + updated fingerprint database + multi-portlist -- specify different ranges for TCP & UDP Revision Changes Path 1.48 +2 -2 ports/security/nmap/Makefile 1.32 +1 -1 ports/security/nmap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 8:28:30 2001 Delivered-To: cvs-all@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id D220F37B40A; Fri, 10 Aug 2001 08:28:09 -0700 (PDT) (envelope-from vince@oahu.WURLDLINK.NET) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id f7AFRiJ01850; Fri, 10 Aug 2001 05:27:45 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Fri, 10 Aug 2001 05:27:39 -1000 (HST) From: Vincent Poy To: Bill Fumerola Cc: , Subject: Re: cvs commit: ports/net/net-snmp pkg-comment In-Reply-To: <200108100106.f7A16UC52968@freefall.freebsd.org> Message-ID: <20010810052710.C74525-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 9 Aug 2001, Bill Fumerola wrote: > billf 2001/08/09 18:06:30 PDT > > Modified files: > net/net-snmp pkg-comment > Log: > fix spelling error > > Submitted by: Bruce Dang via IRC > > Revision Changes Path > 1.4 +1 -1 ports/net/net-snmp/pkg-comment > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > This breeaks under 4.3-RELEASE as follows: cd mibgroup; make; cd .. /bin/sh ../../libtool --mode=compile cc -DINET6 -O -pipe -Dfreebsd4 -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c -o host/hr_storage.lo host/hr_storage.c rm -f host/.libs/hr_storage.lo cc -DINET6 -O -pipe -Dfreebsd4 -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c host/hr_storage.c -fPIC -DPIC -o host/.libs/hr_storage.lo host/hr_storage.c: In function `var_hrstore': host/hr_storage.c:376: storage size of `mbstat' isn't known *** Error code 1 Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.1/agent/mibgroup. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.1/agent. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.1. *** Error code 1 Stop in /usr/ports/net/net-snmp. *** Error code 1 Stop in /usr/ports/net/net-snmp. *** Error code 1 Stop in /usr/ports/net/net-snmp. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 8: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 7AEDA37B403; Fri, 10 Aug 2001 08:29:13 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AFTDh38940; Fri, 10 Aug 2001 08:29:13 -0700 (PDT) (envelope-from roger) Message-Id: <200108101529.f7AFTDh38940@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 10 Aug 2001 08:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openam 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 roger 2001/08/10 08:29:13 PDT Modified files: net/openam Makefile distinfo Log: Upgrade to 1.0.7. This can play and record .wav audio files Revision Changes Path 1.11 +3 -3 ports/net/openam/Makefile 1.8 +1 -1 ports/net/openam/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 8:31: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 0208137B407; Fri, 10 Aug 2001 08:31:12 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AFVBq39237; Fri, 10 Aug 2001 08:31:11 -0700 (PDT) (envelope-from roger) Message-Id: <200108101531.f7AFVBq39237@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 10 Aug 2001 08:31:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openh323 Makefile distinfo ports/net/openh323/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 roger 2001/08/10 08:31:11 PDT Modified files: net/openh323 Makefile distinfo net/openh323/files patch-aa Log: Upgrade to OpenH323 1.5.7 Revision Changes Path 1.22 +4 -4 ports/net/openh323/Makefile 1.10 +2 -2 ports/net/openh323/distinfo 1.5 +45 -24 ports/net/openh323/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 Aug 10 8:32:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7DA737B401; Fri, 10 Aug 2001 08:32:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AFWdW39451; Fri, 10 Aug 2001 08:32:39 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108101532.f7AFWdW39451@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 10 Aug 2001 08:32:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-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 ijliao 2001/08/10 08:32:39 PDT Modified files: mail/mutt-devel Makefile Log: for slave ports Revision Changes Path 1.118 +2 -2 ports/mail/mutt-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 8: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 D43EA37B407; Fri, 10 Aug 2001 08:33:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AFXdC39579; Fri, 10 Aug 2001 08:33:39 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108101533.f7AFXdC39579@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 10 Aug 2001 08:33:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx 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/08/10 08:33:39 PDT Modified files: irc/bitchx Makefile Log: for slave ports Revision Changes Path 1.36 +2 -2 ports/irc/bitchx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 8:55:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id ABFA637B403; Fri, 10 Aug 2001 08:55:17 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.11.3/8.11.3) id f7AFtVi22639; Fri, 10 Aug 2001 17:55:31 +0200 (CEST) (envelope-from sos) From: Søren Schmidt Message-Id: <200108101555.f7AFtVi22639@freebsd.dk> Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c In-Reply-To: <200107292101.f6TL1DM92117@freefall.freebsd.org> "from Thomas Moestl at Jul 29, 2001 02:01:13 pm" To: Thomas Moestl Date: Fri, 10 Aug 2001 17:55:30 +0200 (CEST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Thomas Moestl wrote: > tmm 2001/07/29 14:01:13 PDT > > Modified files: > sys/dev/ata atapi-cd.c > Log: > Disallow ATAPI CD transfers that are not a multiple of the device block > size (previously, the transfer size would be rounded up to a multiple of > the block size, which would overflow the buffer). > This fixes panics when doing things like trying to mount audio CD's. > > PR: kern/21946 > Review Timeout: sos Excuse me ???? I have not seen a single request for a review of this in my mailbox... Hmm.... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 9: 1: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 18E9E37B401; Fri, 10 Aug 2001 09:01:36 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AG1ax42346; Fri, 10 Aug 2001 09:01:36 -0700 (PDT) (envelope-from bmah) Message-Id: <200108101601.f7AG1ax42346@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 09:01:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/10 09:01:36 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Remove the copy of the Supported Hardware list (which is release- and architecture-specific) from the Installing FreeBSD chapter of the Handbook. Point readers to the hardware notes for the version of FreeBSD that they have. Approved by: nik Revision Changes Path 1.84 +22 -981 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 9: 3: 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 8261837B405; Fri, 10 Aug 2001 09:03:02 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AG32u42499; Fri, 10 Aug 2001 09:03:02 -0700 (PDT) (envelope-from roger) Message-Id: <200108101603.f7AG32u42499@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 10 Aug 2001 09:03:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gatekeeper 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 roger 2001/08/10 09:03:02 PDT Modified files: net/gatekeeper Makefile distinfo Log: Upgrade to 1.0 pre 8 Revision Changes Path 1.19 +3 -3 ports/net/gatekeeper/Makefile 1.8 +1 -1 ports/net/gatekeeper/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 9:19: 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 CBFF737B405; Fri, 10 Aug 2001 09:18:59 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGIxx46791; Fri, 10 Aug 2001 09:18:59 -0700 (PDT) (envelope-from bmah) Message-Id: <200108101618.f7AGIxx46791@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 09:18:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig 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 bmah 2001/08/10 09:18:59 PDT Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: Fix typo: s/bought/brought/ PR: docs/29605 Submitted by: John Murphy Revision Changes Path 1.59 +2 -2 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 9:29: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id AC9D237B406; Fri, 10 Aug 2001 09:28:58 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f7AGSoP23914; Fri, 10 Aug 2001 09:28:50 -0700 Date: Fri, 10 Aug 2001 09:28:50 -0700 From: Brooks Davis To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 Message-ID: <20010810092850.A22665@Odin.AC.HMC.Edu> References: <20010809155123.A18472@Odin.AC.HMC.Edu> <200108092159.f79Lx8406626@freefall.freebsd.org> <20010809155123.A18472@Odin.AC.HMC.Edu> <200108100432.f7A4Wf133646@harmony.village.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108100432.f7A4Wf133646@harmony.village.org>; from imp@harmony.village.org on Thu, Aug 09, 2001 at 10:32:41PM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 09, 2001 at 10:32:41PM -0600, Warner Losh wrote: > In message <20010809155123.A18472@Odin.AC.HMC.Edu> Brooks Davis writes: > : I disagree with this statement. A more accurate statement would be: > :=20 > : WEP IS INSECURE. DO NOT TRUST IT TO PROVIDE SIGNIFICANT SECURITY. >=20 > I've updated the man page with verbage that more closely matches > this. Please let me know what you think. That addresses my concerns. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7dAvAXY6L6fI4GtQRAqAoAKDfGEApYvmXgA8nDk0g3D96Vg1DrACghhl7 OgXuFWAP3qp99+YWUIYsRm4= =Hdbr -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 9:39:39 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 2B30C37B401; Fri, 10 Aug 2001 09:39:34 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15VFL1-000Blc-00; Fri, 10 Aug 2001 18:40:43 +0200 From: Sheldon Hearn To: sos@freebsd.dk Cc: Thomas Moestl , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c In-reply-to: Your message of "Fri, 10 Aug 2001 17:55:30 +0200." <200108101555.f7AFtVi22639@freebsd.dk> Date: Fri, 10 Aug 2001 18:40:43 +0200 Message-ID: <45235.997461643@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 10 Aug 2001 17:55:30 +0200, Søren Schmidt wrote: > > PR: kern/21946 > > Review Timeout: sos > > Excuse me ???? > > I have not seen a single request for a review of this in my mailbox... > > Hmm.... Perhaps Thomas is confused about the way the PR database works. The PR sat idle in the database for over 10 months. Perhaps Thomas doesn't realize that you may not have seen the PR? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 9:44: 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 A256137B405; Fri, 10 Aug 2001 09:43:58 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGhwD49235; Fri, 10 Aug 2001 09:43:58 -0700 (PDT) (envelope-from lioux) Message-Id: <200108101643.f7AGhwD49235@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 10 Aug 2001 09:43:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/colorize Makefile pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/10 09:43:58 PDT Modified files: sysutils/colorize Makefile pkg-message pkg-plist Log: o unecho Makefile commands o re-phrase PKGMESSAGE and typo fix: PREFIX -> /usr/local o gracefull install/deinstall of a default configuration file PR: 28917 Submitted by: MAINTAINER, Karaszi Istvan Revision Changes Path 1.2 +13 -7 ports/sysutils/colorize/Makefile 1.2 +1 -3 ports/sysutils/colorize/pkg-message 1.2 +3 -1 ports/sysutils/colorize/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 Aug 10 9:48: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 0D58F37B401; Fri, 10 Aug 2001 09:48:51 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGmpI50005; Fri, 10 Aug 2001 09:48:51 -0700 (PDT) (envelope-from nakai) Message-Id: <200108101648.f7AGmpI50005@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 10 Aug 2001 09:48:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/golem 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 nakai 2001/08/10 09:48:50 PDT Modified files: x11-wm Makefile Added files: x11-wm/golem Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Smal window manager with theme and plugin Revision Changes Path 1.63 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 9:48:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60FFA37B405; Fri, 10 Aug 2001 09:48:53 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGmrt50040; Fri, 10 Aug 2001 09:48:53 -0700 (PDT) (envelope-from nakai) Message-Id: <200108101648.f7AGmrt50040@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 10 Aug 2001 09:48: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nakai 2001/08/10 09:48:53 PDT Modified files: . modules Log: golem --> ports/x11-wm/golem Revision Changes Path 1.3629 +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 Aug 10 9: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 47C5337B409; Fri, 10 Aug 2001 09:55:10 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AGtAB50785; Fri, 10 Aug 2001 09:55:10 -0700 (PDT) (envelope-from jhb) Message-Id: <200108101655.f7AGtAB50785@freefall.freebsd.org> From: John Baldwin Date: Fri, 10 Aug 2001 09:55:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdevinfo devinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/10 09:55:10 PDT Modified files: lib/libdevinfo devinfo.c Log: Include string.h for the strlen() prototype to quiet a warning. Revision Changes Path 1.2 +2 -1 src/lib/libdevinfo/devinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:16: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 2C26337B407; Fri, 10 Aug 2001 10:16:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AHGba55447; Fri, 10 Aug 2001 10:16:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200108101716.f7AHGba55447@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 10:16:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 options.i386 options.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/10 10:16:36 PDT Modified files: (Branch: RELENG_4) sys/conf files files.i386 files.pc98 options.i386 options.pc98 Log: MFC: i4b version 1.01. Approved by: jkh Revision Changes Path 1.340.2.78 +60 -37 src/sys/conf/files 1.307.2.12 +79 -28 src/sys/conf/files.i386 1.140.2.17 +79 -28 src/sys/conf/files.pc98 1.132.2.6 +4 -4 src/sys/conf/options.i386 1.103.2.8 +4 -4 src/sys/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:17:42 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 C753937B403 for ; Fri, 10 Aug 2001 10:17:33 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 32706 invoked by uid 0); 10 Aug 2001 17:17:31 -0000 Received: from p3e9e03b7.dip.t-dialin.net (HELO forge.local) (62.158.3.183) by mail.gmx.net (mp001-rz3) with SMTP; 10 Aug 2001 17:17:31 -0000 Received: from tmm by forge.local with local (Exim 3.30 #1) id 15VFua-0000dV-00; Fri, 10 Aug 2001 19:17:28 +0200 Date: Fri, 10 Aug 2001 19:17:28 +0200 From: Thomas Moestl To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c Message-ID: <20010810191728.A2239@crow.dom2ip.de> Mail-Followup-To: =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200107292101.f6TL1DM92117@freefall.freebsd.org> <200108101555.f7AFtVi22639@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200108101555.f7AFtVi22639@freebsd.dk>; from sos@freebsd.dk on Fri, Aug 10, 2001 at 05:55:30PM +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 Fri, 2001/08/10 at 17:55:30 +0200, Søren Schmidt wrote: > It seems Thomas Moestl wrote: > > tmm 2001/07/29 14:01:13 PDT > > > > Modified files: > > sys/dev/ata atapi-cd.c > > Log: > > Disallow ATAPI CD transfers that are not a multiple of the device block > > size (previously, the transfer size would be rounded up to a multiple of > > the block size, which would overflow the buffer). > > This fixes panics when doing things like trying to mount audio CD's. > > > > PR: kern/21946 > > Review Timeout: sos > > Excuse me ???? > > I have not seen a single request for a review of this in my mailbox... > > Hmm.... Hmm. I have sent 3 mails to the address you sent this message from on this matter. Maybe they were lost somehow on the way? In any case, I apologize that I didn't wait for feedback, I just thought it might be good to have this patch in 4.4. - thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:17:53 2001 Delivered-To: cvs-all@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id 1666A37B412; Fri, 10 Aug 2001 10:17:46 -0700 (PDT) (envelope-from mike@coffee.q9media.com) Received: (from mike@localhost) by coffee.q9media.com (8.11.2/8.11.2) id f7AHcLb22376; Fri, 10 Aug 2001 13:38:21 -0400 (EDT) (envelope-from mike) Date: Fri, 10 Aug 2001 13:38:20 -0400 From: Mike Barcroft To: Ruslan Ermilov Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys access.2 Message-ID: <20010810133820.B22348@coffee.q9media.com> References: <200108101011.f7AABuM67478@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: <200108101011.f7AABuM67478@freefall.freebsd.org>; from ru@FreeBSD.org on Fri, Aug 10, 2001 at 03:11: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, Aug 10, 2001 at 03:11:56AM -0700, Ruslan Ermilov wrote: > ru 2001/08/10 03:11:56 PDT > > Modified files: > lib/libc/sys access.2 > Log: > mdoc(7) police: add xref to intro(2). > > Revision Changes Path > 1.12 +2 -1 src/lib/libc/sys/access.2 I was told it is in poor taste for a manual to xref it's own intro; is this not the case? Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:24: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 4083137B403; Fri, 10 Aug 2001 10:24:29 -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 f7AHORT87280; Fri, 10 Aug 2001 20:24:27 +0300 (EEST) (envelope-from ru) Date: Fri, 10 Aug 2001 20:24:26 +0300 From: Ruslan Ermilov To: Mike Barcroft Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys access.2 Message-ID: <20010810202426.B80439@sunbay.com> Mail-Followup-To: Mike Barcroft , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200108101011.f7AABuM67478@freefall.freebsd.org> <20010810133820.B22348@coffee.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010810133820.B22348@coffee.q9media.com>; from mike@FreeBSD.org on Fri, Aug 10, 2001 at 01:38:20PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 10, 2001 at 01:38:20PM -0400, Mike Barcroft wrote: > On Fri, Aug 10, 2001 at 03:11:56AM -0700, Ruslan Ermilov wrote: > > ru 2001/08/10 03:11:56 PDT > > > > Modified files: > > lib/libc/sys access.2 > > Log: > > mdoc(7) police: add xref to intro(2). > > > > Revision Changes Path > > 1.12 +2 -1 src/lib/libc/sys/access.2 > > I was told it is in poor taste for a manual to xref it's own intro; > is this not the case? > Yes, but since it is explicitly referenced from the main body of the manpage... 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 Aug 10 10:29:48 2001 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8D58E37B40A; Fri, 10 Aug 2001 10:29:22 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f79Ge6q03414; Thu, 9 Aug 2001 09:40:06 -0700 (PDT) (envelope-from obrien) Date: Thu, 9 Aug 2001 09:39:39 -0700 From: "David O'Brien" To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 tty.4 Message-ID: <20010809093939.D2783@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200108081823.f78INS439053@freefall.freebsd.org> <20010808182700.DD9483E31@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010808182700.DD9483E31@bazooka.unixfreak.org>; from dima@unixfreak.org on Wed, Aug 08, 2001 at 11:26:55AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 08, 2001 at 11:26:55AM -0700, Dima Dorfman wrote: > Sheldon Hearn writes: > > sheldonh 2001/08/08 11:23:28 PDT > > > > Modified files: (Branch: RELENG_4) > > share/man/man4 tty.4 > > Log: > > MFC rev 1.17: grammar++ > > I wonder, what happened to the code freeze/slush? Are these kinds > (e.g., spelling, grammar) of fixes excempt, or...? Typically spelling and grammar fixes (especially in non-executable code files) are excempt for the first part of the freeze/slush. Once RC's start comming out, things become more frozen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:32: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 25A5E37B405; Fri, 10 Aug 2001 10:32:12 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AHWCq57068; Fri, 10 Aug 2001 10:32:12 -0700 (PDT) (envelope-from julian) Message-Id: <200108101732.f7AHWCq57068@freefall.freebsd.org> From: Julian Elischer Date: Fri, 10 Aug 2001 10:32:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhub.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 julian 2001/08/10 10:32:12 PDT Modified files: sys/dev/usb uhub.c Log: Do NOT allocate a 1K buffer on the kernel stack. Found by: Smashed u-area and hardware watch points. MFC after: 1 week Revision Changes Path 1.29 +13 -3 src/sys/dev/usb/uhub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:32:27 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 9F82C37B418; Fri, 10 Aug 2001 10:32:18 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id A864F3E2F; Fri, 10 Aug 2001 10:32:11 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 9C3333C12B; Fri, 10 Aug 2001 10:32:11 -0700 (PDT) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h src/sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ing.c i4b_ispppsubr.c i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_isppp.c ... In-Reply-To: <200108101408.f7AE8hG25107@freefall.freebsd.org>; from obrien@FreeBSD.org on "Fri, 10 Aug 2001 07:08:43 -0700 (PDT)" Date: Fri, 10 Aug 2001 10:32:06 -0700 From: Dima Dorfman Message-Id: <20010810173211.A864F3E2F@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David E. O'Brien" writes: > obrien 2001/08/10 07:08:43 PDT > > Modified files: (Branch: RELENG_4) ... > Log: > MFC: version 1.01. Is this a complete sync to -current, or are some parts missing? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10: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 8C4E337B40D; Fri, 10 Aug 2001 10:35:27 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AHZR058294; Fri, 10 Aug 2001 10:35:27 -0700 (PDT) (envelope-from ru) Message-Id: <200108101735.f7AHZR058294@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 10 Aug 2001 10:35:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.1 src/bin/ed ed.1 src/bin/pax pax.1 src/bin/stty stty.1 src/lib/libc/gen tzset.3 src/lib/libc/i386/sys i386_get_ldt.2 src/lib/libc/net resolver.3 src/lib/libc/rpc rpc_secure.3 src/lib/libc/sys dup.2 rfork.2 select.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 ru 2001/08/10 10:35:22 PDT Modified files: bin/chio chio.1 bin/ed ed.1 bin/pax pax.1 bin/stty stty.1 lib/libc/gen tzset.3 lib/libc/i386/sys i386_get_ldt.2 lib/libc/net resolver.3 lib/libc/rpc rpc_secure.3 lib/libc/sys dup.2 rfork.2 select.2 lib/libcam cam_cdbparse.3 lib/libm/common_source asin.3 lib/libvgl vgl.3 lib/msun/man asin.3 sbin/mountd exports.5 secure/lib/libcipher cipher.3 share/man/man4 ch.4 divert.4 ip6.4 natm.4 netgraph.4 ng_lmi.4 syscons.4 udp.4 share/man/man5 nsswitch.conf.5 procfs.5 share/man/man8/man8.alpha MAKEDEV.8 share/man/man8/man8.i386 MAKEDEV.8 share/man/man9 VOP_ADVLOCK.9 cd.9 sys/boot/common loader.8 usr.bin/doscmd doscmd.1 usr.bin/du du.1 usr.bin/getopt getopt.1 usr.bin/mk_cmds mk_cmds.1 usr.bin/su su.1 usr.bin/tconv tconv.1 usr.bin/vgrind vgrind.1 usr.sbin/apm apm.8 usr.sbin/i4b/isdnd isdnd.8 isdnd.rc.5 usr.sbin/i4b/man i4bipr.4 usr.sbin/ntp/doc ntptrace.8 usr.sbin/pcvt/kcon kcon.1 usr.sbin/pcvt/scon scon.1 usr.sbin/prefix prefix.8 usr.sbin/rrenumd rrenumd.conf.5 usr.sbin/syslogd syslog.conf.5 usr.sbin/tcpdump/tcpslice tcpslice.1 usr.sbin/wlconfig wlconfig.8 usr.sbin/ypserv ypserv.8 Log: mdoc(7) police: join split punctuation to macro calls. Revision Changes Path 1.21 +2 -3 src/bin/chio/chio.1 1.29 +4 -4 src/bin/ed/ed.1 1.23 +7 -8 src/bin/pax/pax.1 1.23 +3 -3 src/bin/stty/stty.1 1.11 +2 -2 src/lib/libc/gen/tzset.3 1.13 +5 -5 src/lib/libc/i386/sys/i386_get_ldt.2 1.20 +2 -2 src/lib/libc/net/resolver.3 1.10 +3 -3 src/lib/libc/rpc/rpc_secure.3 1.15 +2 -2 src/lib/libc/sys/dup.2 1.21 +3 -3 src/lib/libc/sys/rfork.2 1.20 +3 -3 src/lib/libc/sys/select.2 1.14 +5 -5 src/lib/libcam/cam_cdbparse.3 1.8 +2 -2 src/lib/libm/common_source/asin.3 1.23 +3 -2 src/lib/libvgl/vgl.3 1.10 +2 -2 src/lib/msun/man/asin.3 1.19 +3 -3 src/sbin/mountd/exports.5 1.11 +2 -3 src/secure/lib/libcipher/cipher.3 1.27 +3 -3 src/share/man/man4/ch.4 1.24 +2 -3 src/share/man/man4/divert.4 1.12 +3 -3 src/share/man/man4/ip6.4 1.8 +2 -3 src/share/man/man4/natm.4 1.34 +6 -7 src/share/man/man4/netgraph.4 1.10 +3 -3 src/share/man/man4/ng_lmi.4 1.24 +4 -5 src/share/man/man4/syscons.4 1.13 +2 -3 src/share/man/man4/udp.4 1.6 +2 -3 src/share/man/man5/nsswitch.conf.5 1.22 +3 -3 src/share/man/man5/procfs.5 1.20 +3 -4 src/share/man/man8/man8.alpha/MAKEDEV.8 1.18 +4 -4 src/share/man/man8/man8.i386/MAKEDEV.8 1.8 +2 -3 src/share/man/man9/VOP_ADVLOCK.9 1.16 +5 -5 src/share/man/man9/cd.9 1.30 +3 -3 src/sys/boot/common/loader.8 1.26 +5 -5 src/usr.bin/doscmd/doscmd.1 1.22 +2 -3 src/usr.bin/du/du.1 1.14 +2 -3 src/usr.bin/getopt/getopt.1 1.6 +2 -3 src/usr.bin/mk_cmds/mk_cmds.1 1.24 +2 -3 src/usr.bin/su/su.1 1.16 +3 -3 src/usr.bin/tconv/tconv.1 1.10 +2 -2 src/usr.bin/vgrind/vgrind.1 1.20 +2 -3 src/usr.sbin/apm/apm.8 1.19 +9 -6 src/usr.sbin/i4b/isdnd/isdnd.8 1.27 +3 -5 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.12 +2 -3 src/usr.sbin/i4b/man/i4bipr.4 1.5 +2 -2 src/usr.sbin/ntp/doc/ntptrace.8 1.14 +6 -6 src/usr.sbin/pcvt/kcon/kcon.1 1.17 +2 -2 src/usr.sbin/pcvt/scon/scon.1 1.9 +3 -3 src/usr.sbin/prefix/prefix.8 1.14 +3 -3 src/usr.sbin/rrenumd/rrenumd.conf.5 1.24 +2 -3 src/usr.sbin/syslogd/syslog.conf.5 1.13 +3 -3 src/usr.sbin/tcpdump/tcpslice/tcpslice.1 1.16 +6 -6 src/usr.sbin/wlconfig/wlconfig.8 1.30 +3 -3 src/usr.sbin/ypserv/ypserv.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:41: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 2FF9E37B405; Fri, 10 Aug 2001 10:41:37 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AHfb558782; Fri, 10 Aug 2001 10:41:37 -0700 (PDT) (envelope-from dd) Message-Id: <200108101741.f7AHfb558782@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 10 Aug 2001 10:41:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/10 10:41:36 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: cvs updated to 1.11.1p1 Revision Changes Path 1.84 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:42: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp3.xs4all.nl (smtp3.xs4all.nl [194.109.127.132]) by hub.freebsd.org (Postfix) with ESMTP id 58B6437B406; Fri, 10 Aug 2001 10:41:52 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp3.xs4all.nl (8.9.3/8.9.3) with ESMTP id TAA25205; Fri, 10 Aug 2001 19:41:50 +0200 (CEST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.4/8.11.4) id f7AHfoN15290; Fri, 10 Aug 2001 19:41:50 +0200 (CEST) (envelope-from wkb) Date: Fri, 10 Aug 2001 19:41:50 +0200 From: Wilko Bulte To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml Message-ID: <20010810194150.A15261@freebie.xs4all.nl> References: <200108101601.f7AG1ax42346@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: <200108101601.f7AG1ax42346@freefall.freebsd.org>; from bmah@FreeBSD.ORG on Fri, Aug 10, 2001 at 09:01:36AM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 10, 2001 at 09:01:36AM -0700, Bruce A. Mah wrote: > bmah 2001/08/10 09:01:36 PDT > > Modified files: > en_US.ISO8859-1/books/handbook/install chapter.sgml > Log: > Remove the copy of the Supported Hardware list (which is release- and > architecture-specific) from the Installing FreeBSD chapter of the > Handbook. Point readers to the hardware notes for the version of > FreeBSD that they have. Excellent idea. One less place to contain stale info. -- | / o / / _ Arnhem, The Netherlands email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:43: 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 3CFE037B405; Fri, 10 Aug 2001 10:42:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AHgxx58919; Fri, 10 Aug 2001 10:42:59 -0700 (PDT) (envelope-from brian) Message-Id: <200108101742.f7AHgxx58919@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 10:42:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap_ms.c chap_ms.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/08/10 10:42:59 PDT Modified files: usr.sbin/ppp chap_ms.c chap_ms.h Log: Change copyright to BSD-style copyright. Ok'd by: Gabor Kincses Revision Changes Path 1.17 +26 -20 src/usr.sbin/ppp/chap_ms.c 1.7 +25 -18 src/usr.sbin/ppp/chap_ms.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:44: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C54B137B406; Fri, 10 Aug 2001 10:43:58 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AHhwN59042; Fri, 10 Aug 2001 10:43:58 -0700 (PDT) (envelope-from dd) Message-Id: <200108101743.f7AHhwN59042@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 10 Aug 2001 10:43:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/10 10:43:58 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC 1.79: fix pastos Revision Changes Path 1.22.2.45 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 10:45: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 E6B9737B405; Fri, 10 Aug 2001 10:45:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AHjNQ59209; Fri, 10 Aug 2001 10:45:23 -0700 (PDT) (envelope-from brian) Message-Id: <200108101745.f7AHjNQ59209@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 10:45:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap_ms.c chap_ms.h X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/08/10 10:45:23 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp chap_ms.c chap_ms.h Log: MFC: Copyright update Revision Changes Path 1.10.2.6 +26 -20 src/usr.sbin/ppp/chap_ms.c 1.5.4.2 +25 -18 src/usr.sbin/ppp/chap_ms.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 11:12:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 8C94837B406; Fri, 10 Aug 2001 11:12:26 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.11.3/8.11.3) id f7AICeL54991; Fri, 10 Aug 2001 20:12:40 +0200 (CEST) (envelope-from sos) From: Søren Schmidt Message-Id: <200108101812.f7AICeL54991@freebsd.dk> Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c In-Reply-To: <20010810191728.A2239@crow.dom2ip.de> "from Thomas Moestl at Aug 10, 2001 07:17:28 pm" To: Thomas Moestl Date: Fri, 10 Aug 2001 20:12:11 +0200 (CEST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Thomas Moestl wrote: > > > > > > PR: kern/21946 > > > Review Timeout: sos > > > > Excuse me ???? > > > > I have not seen a single request for a review of this in my mailbox... > > > > Hmm.... > > Hmm. I have sent 3 mails to the address you sent this message > from on this matter. Maybe they were lost somehow on the way? In any > case, I apologize that I didn't wait for feedback, I just thought it > might be good to have this patch in 4.4. Do you have the ID of those mails ? I can't find them, and I dont usually loose mail, unless you sent it from an account that is eaten by a filter somewhere.. Anyhow, I would have liked to test such a patch first, especially before it goes into a soon to be release, lets hope it doesn't have any side effects... Another thing is that just because it sits in the PR database is not the same as I see it unless it is assigned to me. I do a sweep from time to time on ATA related matters, but depending on how well its categorised it might slip through... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 11: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 9C53037B40A; Fri, 10 Aug 2001 11:21:45 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AILjs68246; Fri, 10 Aug 2001 11:21:45 -0700 (PDT) (envelope-from nik) Message-Id: <200108101821.f7AILjs68246@freefall.freebsd.org> From: Nik Clayton Date: Fri, 10 Aug 2001 11:21:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news includes.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/10 11:21:45 PDT Modified files: en/news includes.xsl Log: Generate anchors for the press stories. Should have committed this about eight hours ago. Oops. . . Revision Changes Path 1.3 +11 -5 www/en/news/includes.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 11: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 059A537B403; Fri, 10 Aug 2001 11:26:10 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AIQ9671346; Fri, 10 Aug 2001 11:26:10 -0700 (PDT) (envelope-from brian) Message-Id: <200108101826.f7AIQ9671346@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 11:26:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mwavem 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/08/10 11:26:09 PDT Modified files: comms/mwavem Makefile Log: Mark this port broken. The archive has not been obtainable for at least 3 months and there's no response from the maintainer. Revision Changes Path 1.3 +3 -1 ports/comms/mwavem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 11:30: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 995DA37B401; Fri, 10 Aug 2001 11:30:38 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AIUcw72874; Fri, 10 Aug 2001 11:30:38 -0700 (PDT) (envelope-from nik) Message-Id: <200108101830.f7AIUcw72874@freefall.freebsd.org> From: Nik Clayton Date: Fri, 10 Aug 2001 11:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/10 11:30:38 PDT Modified files: en/news press.xml Log: Fix the URL for a Byte story. Submitted by: Mario Sergio Fujikawa Ferreira Revision Changes Path 1.2 +2 -2 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 11:35: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 046EE37B403; Fri, 10 Aug 2001 11:35:09 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AIZ8874758; Fri, 10 Aug 2001 11:35:08 -0700 (PDT) (envelope-from dd) Message-Id: <200108101835.f7AIZ8874758@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 10 Aug 2001 11:35:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libmp Makefile src/gnu/lib/libgmp Makefile Makefile.inc src/gnu/lib/libgmp/doc 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 dd 2001/08/10 11:35:08 PDT Removed files: gnu/lib/libmp Makefile gnu/lib/libgmp Makefile Makefile.inc gnu/lib/libgmp/doc Makefile Log: Remove libgmp build infrastructure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 11:42:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED57D37B403; Fri, 10 Aug 2001 11:41:57 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AIfvD78011; Fri, 10 Aug 2001 11:41:57 -0700 (PDT) (envelope-from dd) Message-Id: <200108101841.f7AIfvD78011@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 10 Aug 2001 11:41:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libgmp COPYING.LIB ChangeLog FREEBSD-upgrade INSTALL Makefile.in NEWS PROJECTS README SPEED config.guess config.sub configure configure.in cre-mparam.c extract-double.c gmp-impl.h gmp.h gmp.info-1 gmp.info-2 gmp.info-3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/10 11:41:57 PDT Removed files: contrib/libgmp COPYING.LIB ChangeLog FREEBSD-upgrade INSTALL Makefile.in NEWS PROJECTS README SPEED config.guess config.sub configure configure.in cre-mparam.c extract-double.c gmp-impl.h gmp.h gmp.info-1 gmp.info-2 gmp.info-3 gmp.texi insert-double.c install.sh longlong.h make.bat memory.c mkinstalldirs move-if-change mp.h mp_bpl.c mp_clz_tab.c mp_set_fns.c stack-alloc.c stack-alloc.h texinfo.tex urandom.h version.c contrib/libgmp/config mt-linux mt-m88110 mt-sprc8-gcc mt-supspc-gcc contrib/libgmp/demos factorize.c contrib/libgmp/mpbsd Makefile.in configure.in itom.c mdiv.c mfree.c min.c mout.c move.c mtox.c realloc.c sdiv.c xtom.c contrib/libgmp/mpf Makefile.in abs.c add.c add_ui.c clear.c cmp.c cmp_si.c cmp_ui.c configure.in div.c div_2exp.c div_ui.c dump.c eq.c get_d.c get_prc.c get_str.c init.c init2.c inp_str.c iset.c iset_d.c iset_si.c iset_str.c iset_ui.c mul.c mul_2exp.c mul_ui.c neg.c out_str.c random2.c reldiff.c set.c set_d.c set_dfl_prec.c set_prc.c set_prc_raw.c set_q.c set_si.c set_str.c set_ui.c set_z.c size.c sqrt.c sqrt_ui.c sub.c sub_ui.c ui_div.c ui_sub.c contrib/libgmp/mpf/tests Makefile.in configure.in ref.c reuse.c t-add.c t-conv.c t-dm2exp.c t-muldiv.c t-sqrt.c t-sub.c contrib/libgmp/mpn Makefile.in README bsd.h configure.in mp_bases.c sysv.h contrib/libgmp/mpn/alpha add_n.s addmul_1.s gmp-mparam.h lshift.s mul_1.s rshift.s sub_n.s submul_1.s udiv_qrnnd.S contrib/libgmp/mpn/config t-oldgas t-ppc-aix t-pwr-aix contrib/libgmp/mpn/generic add_n.c addmul_1.c bdivmod.c cmp.c divmod_1.c divrem.c divrem_1.c dump.c gcd.c gcd_1.c gcdext.c get_str.c gmp-mparam.h hamdist.c inlines.c lshift.c mod_1.c mul.c mul_1.c mul_n.c perfsqr.c popcount.c pre_mod_1.c random2.c rshift.c scan0.c scan1.c set_str.c sqrtrem.c sub_n.c submul_1.c udiv_w_sdiv.c contrib/libgmp/mpn/mips2 add_n.s addmul_1.s lshift.s mul_1.s rshift.s sub_n.s submul_1.s contrib/libgmp/mpn/mips3 README add_n.s addmul_1.s gmp-mparam.h lshift.s mul_1.s rshift.s sub_n.s submul_1.s contrib/libgmp/mpn/sparc32 README add_n.S addmul_1.S lshift.S mul_1.S rshift.S sub_n.S submul_1.S udiv_fp.S udiv_nfp.S contrib/libgmp/mpn/sparc32/v8 addmul_1.S mul_1.S submul_1.S contrib/libgmp/mpn/sparc32/v8/supersparc udiv.S contrib/libgmp/mpn/sparc64 add_n.s addmul_1.s gmp-mparam.h lshift.s mul_1.s rshift.s sub_n.s submul_1.s contrib/libgmp/mpn/tests add_n.c addmul_1.c divmod_1.c divrem.c lshift.c mul_1.c rshift.c sub_n.c submul_1.c tst-addsub.c contrib/libgmp/mpn/x86 add_n.S addmul_1.S lshift.S mul_1.S rshift.S sub_n.S submul_1.S syntax.h contrib/libgmp/mpn/x86/pentium README add_n.S addmul_1.S lshift.S mul_1.S rshift.S sub_n.S submul_1.S contrib/libgmp/mpq Makefile.in add.c canonicalize.c clear.c cmp.c cmp_ui.c configure.in div.c equal.c get_d.c get_den.c get_num.c init.c inv.c mul.c neg.c set.c set_den.c set_num.c set_si.c set_ui.c set_z.c sub.c contrib/libgmp/mpq/tests Makefile.in configure.in t-cmp.c t-cmp_ui.c t-get_d.c contrib/libgmp/mpz Makefile.in abs.c add.c add_ui.c and.c array_init.c cdiv_q.c cdiv_q_ui.c cdiv_qr.c cdiv_qr_ui.c cdiv_r.c cdiv_r_ui.c cdiv_ui.c clear.c clrbit.c cmp.c cmp_si.c cmp_ui.c com.c configure.in divexact.c dmincl.c fac_ui.c fdiv_q.c fdiv_q_2exp.c fdiv_q_ui.c fdiv_qr.c fdiv_qr_ui.c fdiv_r.c fdiv_r_2exp.c fdiv_r_ui.c fdiv_ui.c gcd.c gcd_ui.c gcdext.c get_d.c get_si.c get_str.c get_ui.c getlimbn.c hamdist.c init.c inp_raw.c inp_str.c invert.c ior.c iset.c iset_d.c iset_si.c iset_str.c iset_ui.c jacobi.c legendre.c mod.c mul.c mul_2exp.c mul_ui.c neg.c out_raw.c out_str.c perfsqr.c popcount.c pow_ui.c powm.c powm_ui.c pprime_p.c random.c random2.c realloc.c scan0.c scan1.c set.c set_d.c set_f.c set_q.c set_si.c set_str.c set_ui.c setbit.c size.c sizeinbase.c sqrt.c sqrtrem.c sub.c sub_ui.c tdiv_q.c tdiv_q_2exp.c tdiv_q_ui.c tdiv_qr.c tdiv_qr_ui.c tdiv_r.c tdiv_r_2exp.c tdiv_r_ui.c ui_pow_ui.c contrib/libgmp/mpz/tests Makefile.in configure.in convert.c dive.c io-binary.c io.c logic.c reuse.c t-fdiv.c t-fdiv_ui.c t-gcd.c t-gcd2.c t-mul.c t-powm.c t-powm_ui.c t-sqrtrem.c t-tdiv.c t-tdiv_ui.c Log: libgmp has been superseded by libmp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12: 2:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C07C37B407; Fri, 10 Aug 2001 12:02:22 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJ2MB83552; Fri, 10 Aug 2001 12:02:22 -0700 (PDT) (envelope-from markm) Message-Id: <200108101902.f7AJ2MB83552@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:02:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_deny pam_deny.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 markm 2001/08/10 12:02:21 PDT Modified files: lib/libpam/modules/pam_deny pam_deny.c Log: Verbosely report errors to the user (overridable), and make sure that the correct failure mode is reported. Revision Changes Path 1.2 +16 -4 src/lib/libpam/modules/pam_deny/pam_deny.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12: 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 38A1837B405; Fri, 10 Aug 2001 12:05:58 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJ5wb85246; Fri, 10 Aug 2001 12:05:58 -0700 (PDT) (envelope-from markm) Message-Id: <200108101905.f7AJ5wb85246@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:05:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ftp pam_ftp.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 markm 2001/08/10 12:05:57 PDT Modified files: lib/libpam/modules/pam_ftp pam_ftp.c Log: Use the FreeBSD pam_prompt() interface to the conversation function instead of home-rolling it. Clean up debugging code and tidy the module. Revision Changes Path 1.3 +63 -80 src/lib/libpam/modules/pam_ftp/pam_ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12: 7: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 6915137B403; Fri, 10 Aug 2001 12:07:46 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJ7ke86861; Fri, 10 Aug 2001 12:07:46 -0700 (PDT) (envelope-from markm) Message-Id: <200108101907.f7AJ7ke86861@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:07:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_kerberosIV pam_kerberosIV.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 markm 2001/08/10 12:07:45 PDT Modified files: lib/libpam/modules/pam_kerberosIV pam_kerberosIV.c Log: Verbosely (overridable) report failure to the user. Revision Changes Path 1.7 +5 -1 src/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12:10: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 9280037B405; Fri, 10 Aug 2001 12:10:43 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJAhA87150; Fri, 10 Aug 2001 12:10:43 -0700 (PDT) (envelope-from markm) Message-Id: <200108101910.f7AJAhA87150@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:10:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_nologin pam_nologin.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 markm 2001/08/10 12:10:43 PDT Modified files: lib/libpam/modules/pam_nologin pam_nologin.c Log: Module clean-up. Verbose logging, Overridable verbose error reporting, FreeBSD pam_prompt() usage to simplify conversation function usage. Revision Changes Path 1.2 +22 -27 src/lib/libpam/modules/pam_nologin/pam_nologin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12:13: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4633D37B401; Fri, 10 Aug 2001 12:12:59 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJCxc87481; Fri, 10 Aug 2001 12:12:59 -0700 (PDT) (envelope-from markm) Message-Id: <200108101912.f7AJCxc87481@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_opie pam_opie.c src/lib/libpam/modules/pam_radius pam_radius.c src/lib/libpam/modules/pam_tacplus pam_tacplus.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 markm 2001/08/10 12:12:59 PDT Modified files: lib/libpam/modules/pam_opie pam_opie.c lib/libpam/modules/pam_radius pam_radius.c lib/libpam/modules/pam_tacplus pam_tacplus.c Log: Verbose logging, overridable verbose error reporting. Revision Changes Path 1.4 +8 -2 src/lib/libpam/modules/pam_opie/pam_opie.c 1.4 +11 -2 src/lib/libpam/modules/pam_radius/pam_radius.c 1.4 +2 -1 src/lib/libpam/modules/pam_tacplus/pam_tacplus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12:15: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 E20A937B401; Fri, 10 Aug 2001 12:15:48 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJFmt87763; Fri, 10 Aug 2001 12:15:48 -0700 (PDT) (envelope-from markm) Message-Id: <200108101915.f7AJFmt87763@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:15:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_rootok pam_rootok.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 markm 2001/08/10 12:15:48 PDT Modified files: lib/libpam/modules/pam_rootok pam_rootok.c Log: Simplify code. Also verbose logging, verbose overridable error reporting. Revision Changes Path 1.2 +11 -6 src/lib/libpam/modules/pam_rootok/pam_rootok.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12:18:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DDF837B406; Fri, 10 Aug 2001 12:18:52 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJIqL88129; Fri, 10 Aug 2001 12:18:52 -0700 (PDT) (envelope-from markm) Message-Id: <200108101918.f7AJIqL88129@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:18:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_securetty pam_securetty.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 markm 2001/08/10 12:18:52 PDT Modified files: lib/libpam/modules/pam_securetty pam_securetty.c Log: General code clean-up. Sort out warnings, and make the warning and logging work the same as other modules. Revision Changes Path 1.3 +15 -7 src/lib/libpam/modules/pam_securetty/pam_securetty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12: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 8A3DB37B406; Fri, 10 Aug 2001 12:21:45 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJLjf88392; Fri, 10 Aug 2001 12:21:45 -0700 (PDT) (envelope-from markm) Message-Id: <200108101921.f7AJLjf88392@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:21:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.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 markm 2001/08/10 12:21:45 PDT Modified files: lib/libpam/modules/pam_ssh pam_ssh.c Log: Code clean up; make logging same as other modules and fix warnings. Revision Changes Path 1.15 +10 -4 src/lib/libpam/modules/pam_ssh/pam_ssh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12:24:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF68D37B406; Fri, 10 Aug 2001 12:24:34 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJOYu88550; Fri, 10 Aug 2001 12:24:34 -0700 (PDT) (envelope-from markm) Message-Id: <200108101924.f7AJOYu88550@freefall.freebsd.org> From: Mark Murray Date: Fri, 10 Aug 2001 12:24:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c Makefile COPYRIGHT README TODO compat_heimdal.c 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/08/10 12:24:34 PDT Modified files: lib/libpam/modules/pam_krb5 Makefile Added files: lib/libpam/modules/pam_krb5 pam_krb5.c Removed files: lib/libpam/modules/pam_krb5 COPYRIGHT README TODO compat_heimdal.c pam_krb5.h pam_krb5_acct.c pam_krb5_auth.c pam_krb5_pass.c pam_krb5_sess.c support.c Log: Clean up this module very extensively. Fix the logging, the coding standards and the option handling. This module is now much more easy to maintain as a part of the FreeBSD tree. Revision Changes Path 1.3 +2 -3 src/lib/libpam/modules/pam_krb5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12:31:56 2001 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id B026B37B405; Fri, 10 Aug 2001 12:31:49 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id MAA50562; Fri, 10 Aug 2001 12:31:48 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id MAA50555; Fri, 10 Aug 2001 12:31:47 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Fri, 10 Aug 2001 12:31:47 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Brian Somers Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, simonw@lucent.com Subject: Re: cvs commit: ports/comms/mwavem Makefile In-Reply-To: <200108101826.f7AIQ9671346@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-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, 10 Aug 2001, Brian Somers wrote: # brian 2001/08/10 11:26:09 PDT # # Modified files: # comms/mwavem Makefile # Log: # Mark this port broken. The archive has not been obtainable for at least # 3 months and there's no response from the maintainer. I recall coming across something on IBM's Technology Center or some such thing about this thing ..... yep. The website for this thing appears to be: http://www-124.ibm.com/acpmodem/ The MASTER_SITES according to that page should be: http://www-124.ibm.com/pub/acpmodem/ The only thing is that the version they have there is 1.0, not 1.1. I don't have an IBM thinkpad, so I'm no help for actually testing this. I've CC'd Simon Walton (simonw@lucent.com) who did the port to FreeBSD so may he's got some ideas. Perhaps this port could be rolled back to 1.0 from 1.1. This isn't the first/best option, but it should at least still work then (if indeed it ever worked). -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12: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 88FC837B401; Fri, 10 Aug 2001 12:43:03 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJh3t89940; Fri, 10 Aug 2001 12:43:03 -0700 (PDT) (envelope-from lioux) Message-Id: <200108101943.f7AJh3t89940@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 10 Aug 2001 12:43:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpg321 Makefile distinfo pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/08/10 12:43:03 PDT Modified files: audio/mpg321 Makefile distinfo pkg-comment Log: o Update to 0.1.3 o New COMMENT PR: 29567 Submitted by: MAINTAINER Revision Changes Path 1.10 +3 -5 ports/audio/mpg321/Makefile 1.7 +1 -1 ports/audio/mpg321/distinfo 1.2 +1 -1 ports/audio/mpg321/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12:49: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 1A8CB37B406; Fri, 10 Aug 2001 12:49:01 -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.4/8.11.4) with ESMTP id f7AJmr522626; Fri, 10 Aug 2001 20:48:53 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.4/8.11.4) with ESMTP id f7AJmqr61946; Fri, 10 Aug 2001 20:48:52 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200108101948.f7AJmqr61946@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Joseph Scott Cc: Brian Somers , cvs-committers@freebsd.org, cvs-all@freebsd.org, simonw@lucent.com, brian@freebsd-services.com Subject: Re: cvs commit: ports/comms/mwavem Makefile In-Reply-To: Message from Joseph Scott of "Fri, 10 Aug 2001 12:31:47 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 Aug 2001 20:48:52 +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 Ok, I've at'd myself to do the roll-back in 1 week if nobody has any better suggestions. Cheers. > On Fri, 10 Aug 2001, Brian Somers wrote: > > # brian 2001/08/10 11:26:09 PDT > # > # Modified files: > # comms/mwavem Makefile > # Log: > # Mark this port broken. The archive has not been obtainable for at least > # 3 months and there's no response from the maintainer. > > I recall coming across something on IBM's Technology Center or > some such thing about this thing ..... yep. The website for this thing > appears to be: > > http://www-124.ibm.com/acpmodem/ > > The MASTER_SITES according to that page should be: > > http://www-124.ibm.com/pub/acpmodem/ > > The only thing is that the version they have there is 1.0, not > 1.1. I don't have an IBM thinkpad, so I'm no help for actually testing > this. I've CC'd Simon Walton (simonw@lucent.com) who did the port to > FreeBSD so may he's got some ideas. > > Perhaps this port could be rolled back to 1.0 from 1.1. This > isn't the first/best option, but it should at least still work then (if > indeed it ever worked). > > -Joseph -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12: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 C9CE837B405; Fri, 10 Aug 2001 12:58:12 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJwC591326; Fri, 10 Aug 2001 12:58:12 -0700 (PDT) (envelope-from nakai) Message-Id: <200108101958.f7AJwC591326@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 10 Aug 2001 12:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/phluid 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 nakai 2001/08/10 12:58:12 PDT Modified files: x11-wm Makefile Added files: x11-wm/phluid Makefile distinfo pkg-comment pkg-descr pkg-plist Log: a window manager that emphasizes efficiency, speed, and beauty Revision Changes Path 1.64 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 12: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 47D9537B40C; Fri, 10 Aug 2001 12:58:16 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AJwGR91363; Fri, 10 Aug 2001 12:58:16 -0700 (PDT) (envelope-from nakai) Message-Id: <200108101958.f7AJwGR91363@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 10 Aug 2001 12:58: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nakai 2001/08/10 12:58:16 PDT Modified files: . modules Log: phluid --> ports/x11-wm/phluid Revision Changes Path 1.3630 +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 Aug 10 13:49:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 080FA37B401; Fri, 10 Aug 2001 13:49:39 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AKncv97625; Fri, 10 Aug 2001 13:49:38 -0700 (PDT) (envelope-from dd) Message-Id: <200108102049.f7AKncv97625@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 10 Aug 2001 13:49:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio getc.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/10 13:49:38 PDT Modified files: lib/libc/stdio getc.3 Log: Use .Fn, .Fa, and .Dv where appropriate. Revision Changes Path 1.9 +7 -3 src/lib/libc/stdio/getc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 13:56: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 0514637B40B; Fri, 10 Aug 2001 13:56:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AKuP698108; Fri, 10 Aug 2001 13:56:25 -0700 (PDT) (envelope-from jhb) Message-Id: <200108102056.f7AKuP698108@freefall.freebsd.org> From: John Baldwin Date: Fri, 10 Aug 2001 13:56:25 -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 jhb 2001/08/10 13:56:25 PDT Modified files: sys/kern kern_synch.c Log: Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL). Revision Changes Path 1.153 +4 -4 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 14: 0: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 294AF37B401; Fri, 10 Aug 2001 14:00:36 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AL0aW98418; Fri, 10 Aug 2001 14:00:36 -0700 (PDT) (envelope-from brian) Message-Id: <200108102100.f7AL0aW98418@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 14:00:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.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 brian 2001/08/10 14:00:36 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_pppoe.c Log: MFC: Don't align struct uniqtag Approved by: murray Revision Changes Path 1.23.2.8 +3 -3 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 14: 7: 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 D3F2837B405; Fri, 10 Aug 2001 14:06:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AL6x301984; Fri, 10 Aug 2001 14:06:59 -0700 (PDT) (envelope-from jhb) Message-Id: <200108102106.f7AL6x301984@freefall.freebsd.org> From: John Baldwin Date: Fri, 10 Aug 2001 14:06:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/10 14:06:59 PDT Modified files: sys/kern kern_timeout.c sys/sys callout.h Log: Change callout_stop() to return an integer. If callout_stop() succeeds in removing the callout entry, return 1. If callout_stop() fails to remove the callout entry because it is currently executing or has already been executed, then the function returns 0. The idea was obtained from BSD/OS, however, BSD/OS changed untimeout(), and I've just changed callout_stop() to be more conservative. Obtained from: BSD/OS Revision Changes Path 1.69 +4 -3 src/sys/kern/kern_timeout.c 1.21 +2 -2 src/sys/sys/callout.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 14: 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 1D7E037B405; Fri, 10 Aug 2001 14:08:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AL8vg02190; Fri, 10 Aug 2001 14:08:57 -0700 (PDT) (envelope-from jhb) Message-Id: <200108102108.f7AL8vg02190@freefall.freebsd.org> From: John Baldwin Date: Fri, 10 Aug 2001 14:08:57 -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 jhb 2001/08/10 14:08:57 PDT Modified files: sys/kern kern_synch.c Log: Work around a race between msleep() and endtsleep() where it was possible for endtsleep() to be executing when msleep() resumed, for endtsleep() to spin on sched_lock long enough for the other process to loop on msleep() and sleep again resulting in endtsleep() waking up the "wrong" msleep. Obtained from: BSD/OS Revision Changes Path 1.154 +24 -4 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 14:16: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 2092637B401; Fri, 10 Aug 2001 14:16:39 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ALGd503072; Fri, 10 Aug 2001 14:16:39 -0700 (PDT) (envelope-from bmah) Message-Id: <200108102116.f7ALGd503072@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 14:16:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/10 14:16:38 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/readme article.sgml Log: MFC: Reorg of FreeBSD README document. Revision Changes Path 1.1.2.4 +138 -127 src/release/doc/en_US.ISO8859-1/readme/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 14: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 C18BF37B401; Fri, 10 Aug 2001 14:18:35 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ALIZD03396; Fri, 10 Aug 2001 14:18:35 -0700 (PDT) (envelope-from bmah) Message-Id: <200108102118.f7ALIZD03396@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 14:18:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/readme article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/10 14:18:35 PDT Modified files: release/doc/en_US.ISO8859-1/readme article.sgml Log: Close a and add a line of whitespace, discovered during MFC of 1.3->1.4 delta. Revision Changes Path 1.5 +3 -1 src/release/doc/en_US.ISO8859-1/readme/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 14:29: 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 2ADDB37B403; Fri, 10 Aug 2001 14:29:00 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ALT0O04151; Fri, 10 Aug 2001 14:29:00 -0700 (PDT) (envelope-from jim) Message-Id: <200108102129.f7ALT0O04151@freefall.freebsd.org> From: Jim Mock Date: Fri, 10 Aug 2001 14:29:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip 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 jim 2001/08/10 14:29:00 PDT Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Add NETGRAPH_ETHER to the list in the PPPoE section. Submitted by: caitlen Revision Changes Path 1.45 +4 -1 doc/en_US.ISO8859-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 Fri Aug 10 14:29:47 2001 Delivered-To: cvs-all@freebsd.org Received: from femail46.sdc1.sfba.home.com (femail46.sdc1.sfba.home.com [24.254.60.40]) by hub.freebsd.org (Postfix) with ESMTP id BB37737B405; Fri, 10 Aug 2001 14:29:40 -0700 (PDT) (envelope-from bmah@employees.org) Received: from intruder.bmah.org ([24.176.204.87]) by femail46.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010810212940.IXQU22605.femail46.sdc1.sfba.home.com@intruder.bmah.org>; Fri, 10 Aug 2001 14:29:40 -0700 Received: (from bmah@localhost) by intruder.bmah.org (8.11.5/8.11.3) id f7ALTeG82118; Fri, 10 Aug 2001 14:29:40 -0700 (PDT) (envelope-from bmah) Message-Id: <200108102129.f7ALTeG82118@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h src/sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ing.c i4b_ispppsubr.c i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_isppp.c ... In-Reply-To: <200108101408.f7AE8hG25107@freefall.freebsd.org> References: <200108101408.f7AE8hG25107@freefall.freebsd.org> Comments: In-reply-to "David E. O'Brien" message dated "Fri, 10 Aug 2001 07:08:43 -0700." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_482550824P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 10 Aug 2001 14:29:40 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_482550824P Content-Type: text/plain; charset=us-ascii If memory serves me right, "David E. O'Brien" wrote: > obrien 2001/08/10 07:08:43 PDT > > Modified files: (Branch: RELENG_4) > sys/i4b/driver i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c > i4b_isppp.c i4b_rbch.c i4b_tel.c > i4b_trace.c [snip] > MFC: version 1.01. > > Approved by: JKH Howdy David-- This is an MFC of *what* version? As far as I can tell from the cvs logs, i4b in -CURRENT is version 0.96.00. Otherwise, I am seriously confused (as are the release notes)...did I miss something? Cheers, Bruce. --==_Exmh_482550824P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7dFJD2MoxcVugUsMRAo/sAKC8SMor/E9wyARNjypWYzV1jIQrBQCfQeT0 lsd7QobJeSKPA7GkbxGtOEA= =DaQh -----END PGP SIGNATURE----- --==_Exmh_482550824P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 14:32: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 ED35437B403; Fri, 10 Aug 2001 14:32:53 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ALWrd04413; Fri, 10 Aug 2001 14:32:53 -0700 (PDT) (envelope-from imp) Message-Id: <200108102132.f7ALWrd04413@freefall.freebsd.org> From: Warner Losh Date: Fri, 10 Aug 2001 14:32:53 -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/08/10 14:32:53 PDT Modified files: . UPDATING Log: Typo Revision Changes Path 1.165 +6 -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 Fri Aug 10 14:49: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from drawbridge.ascend.com (drawbridge.ascend.com [198.4.92.1]) by hub.freebsd.org (Postfix) with ESMTP id BC06C37B403; Fri, 10 Aug 2001 14:48:59 -0700 (PDT) (envelope-from simonw@lucent.com) Received: from fw-ext.ascend.com (fw-ext [198.4.92.5]) by drawbridge.ascend.com (8.9.1a/8.9.1) with SMTP id OAA12371; Fri, 10 Aug 2001 14:47:42 -0700 (PDT) Received: from russet.ascend.com by fw-ext.ascend.com via smtpd (for drawbridge.ascend.com [198.4.92.1]) with SMTP; 10 Aug 2001 21:48:36 UT Received: from wopr.eng.ascend.com (wopr.eng.ascend.com [206.65.212.178]) by russet.ascend.com (8.9.1a/8.9.1) with ESMTP id OAA03735; Fri, 10 Aug 2001 14:48:35 -0700 (PDT) Received: from simonw-sun (simonw-sun.eng.ascend.com [135.140.26.74]) by wopr.eng.ascend.com (8.9.1/8.9.1) with ESMTP id OAA19806; Fri, 10 Aug 2001 14:48:36 -0700 (PDT) Received: from eng.ascend.com by eng.ascend.com Message-ID: <3B7456B2.793A8DAD@lucent.com> Date: Fri, 10 Aug 2001 14:48:34 -0700 From: Simon Walton X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.6 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Brian Somers Cc: Joseph Scott , Brian Somers , cvs-committers@freebsd.org, cvs-all@freebsd.org, brian@freebsd-services.com, Kevin Oberman Subject: Re: cvs commit: ports/comms/mwavem Makefile References: <200108101948.f7AJmqr61946@hak.lan.Awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kevin Oberman has been dealing with the ports stuff for this so I've cc'd him. As regards obtaining v. 1.1 of my work (which isn't an actual `port', it's just a source archive), you can get it from http://www.escape.com/~simonw/mwavem-fbsd-1.1.tgz or http://home.pacbell.net/simonw2/src/mwavem-fbsd-1.1.tgz If anyone wants to host it elsewhere also that's fine by me. Simon Brian Somers wrote: > > Ok, I've at'd myself to do the roll-back in 1 week if nobody has any > better suggestions. > > Cheers. > > > On Fri, 10 Aug 2001, Brian Somers wrote: > > > > # brian 2001/08/10 11:26:09 PDT > > # > > # Modified files: > > # comms/mwavem Makefile > > # Log: > > # Mark this port broken. The archive has not been obtainable for at least > > # 3 months and there's no response from the maintainer. > > > > I recall coming across something on IBM's Technology Center or > > some such thing about this thing ..... yep. The website for this thing > > appears to be: > > > > http://www-124.ibm.com/acpmodem/ > > > > The MASTER_SITES according to that page should be: > > > > http://www-124.ibm.com/pub/acpmodem/ > > > > The only thing is that the version they have there is 1.0, not > > 1.1. I don't have an IBM thinkpad, so I'm no help for actually testing > > this. I've CC'd Simon Walton (simonw@lucent.com) who did the port to > > FreeBSD so may he's got some ideas. > > > > Perhaps this port could be rolled back to 1.0 from 1.1. This > > isn't the first/best option, but it should at least still work then (if > > indeed it ever worked). > > > > -Joseph > > -- > Brian > http://www.freebsd-services.com/ > Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15: 6: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 43EEC37B403; Fri, 10 Aug 2001 15:06:19 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AM6Jt21444; Fri, 10 Aug 2001 15:06:19 -0700 (PDT) (envelope-from mp) Message-Id: <200108102206.f7AM6Jt21444@freefall.freebsd.org> From: Mark Peek Date: Fri, 10 Aug 2001 15:06:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/cdldr cdldr.s src/sys/boot/i386/pxeldr pxeldr.s X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/08/10 15:06:18 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/cdldr cdldr.s sys/boot/i386/pxeldr pxeldr.s Log: MFC: sync up with current - remove trailing whitespace - fix text symbol alignment bug Approved by: murray Revision Changes Path 1.1.2.3 +8 -7 src/sys/boot/i386/cdldr/cdldr.s 1.1.2.5 +8 -7 src/sys/boot/i386/pxeldr/pxeldr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15: 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 88A5F37B407; Fri, 10 Aug 2001 15:06:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AM6mu21745; Fri, 10 Aug 2001 15:06:48 -0700 (PDT) (envelope-from brian) Message-Id: <200108102206.f7AM6mu21745@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 15:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 brian 2001/08/10 15:06:48 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Quake 2 requires additional udp port redirects Revision Changes Path 1.254 +7 -1 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:14:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 018BF37B403; Fri, 10 Aug 2001 15:14:19 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AMEId27214; Fri, 10 Aug 2001 15:14:18 -0700 (PDT) (envelope-from iedowse) Message-Id: <200108102214.f7AMEId27214@freefall.freebsd.org> From: Ian Dowse Date: Fri, 10 Aug 2001 15:14:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.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/08/10 15:14:18 PDT Modified files: sys/kern vfs_syscalls.c Log: Arbitrarily limit to 64k the number of bytes that can be read at a time using the ogetdirentries() compatibility syscall. This is a hack to ensure that rediculous values don't get passed to MALLOC(). Reviewed by: kris Revision Changes Path 1.197 +4 -1 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:22:48 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 071A437B403; Fri, 10 Aug 2001 15:22:41 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 10 Aug 2001 23:22:40 +0100 (BST) To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-alpha@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c In-Reply-To: Your message of "Fri, 10 Aug 2001 15:14:18 PDT." <200108102214.f7AMEId27214@freefall.freebsd.org> Date: Fri, 10 Aug 2001 23:22:40 +0100 From: Ian Dowse Message-ID: <200108102322.aa13331@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200108102214.f7AMEId27214@freefall.freebsd.org>, Ian Dowse writes: > Modified files: > sys/kern vfs_syscalls.c > Log: > Arbitrarily limit to 64k the number of bytes that can be read at > a time using the ogetdirentries() compatibility syscall. This is a > hack to ensure that rediculous values don't get passed to MALLOC(). > > Reviewed by: kris This ancient compatibility syscall appears not to be used by anything vaguely recent on the i386, but on the alpha platform it is still used by the OSF/1 compat code. The 64k limit should be enough for any sane programs there (e.g. libc on FreeBSD never reads more than a hardware page size at a time); however it is still possible that there are programs out there that will break with this change. The correct solution to this problem is to make ogetdirentries internally perform the read in small chunks. Unfortunately that would require major changes to the function, so is unlikely to get done in time for a MFC into 4.4. This should be a low-risk workaround, but please let me know if any OSF/1 executables start returning "Invalid argument" when producing directory listings etc. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:28:54 2001 Delivered-To: cvs-all@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 4191E37B403; Fri, 10 Aug 2001 15:28:44 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f7AMSQR28073; Fri, 10 Aug 2001 15:28:26 -0700 (PDT) Message-Id: <200108102228.f7AMSQR28073@ptavv.es.net> To: Simon Walton Cc: Brian Somers , Joseph Scott , Brian Somers , cvs-committers@freebsd.org, cvs-all@freebsd.org, brian@freebsd-services.com Subject: Re: cvs commit: ports/comms/mwavem Makefile In-reply-to: Your message of "Fri, 10 Aug 2001 14:48:34 PDT." <3B7456B2.793A8DAD@lucent.com> Date: Fri, 10 Aug 2001 15:28:26 -0700 From: "Kevin Oberman" Sender: owner-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 have long since submitted a PR to fix this problem, but, as of today, it has not been committed (ports/29151). The PR originally was improperly submitted and placed in "feedback". I added the requested information, but it's just been sitting there ever since. Maybe I don't fully understand what to do when a PR is placed in "feedback". (This is my only port and I have never had to modify it before. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:31: 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 B84F337B403; Fri, 10 Aug 2001 15:31:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AMV5J33473; Fri, 10 Aug 2001 15:31:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102231.f7AMV5J33473@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 15:31:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/cdboot Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/10 15:31:05 PDT Modified files: sys/boot/alpha/cdboot Makefile Log: Style cleanup. Revision Changes Path 1.6 +2 -2 src/sys/boot/alpha/cdboot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:34: 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 6675E37B403; Fri, 10 Aug 2001 15:33:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AMXxx34833; Fri, 10 Aug 2001 15:33:59 -0700 (PDT) (envelope-from jhb) Message-Id: <200108102233.f7AMXxx34833@freefall.freebsd.org> From: John Baldwin Date: Fri, 10 Aug 2001 15:33:59 -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: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/10 15:33:59 PDT Modified files: sys/kern subr_witness.c Log: Make witness compile w/o DDB. Reported by: wpaul Revision Changes Path 1.82 +8 -2 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 Fri Aug 10 15:39:47 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 6F64937B406; Fri, 10 Aug 2001 15:39:41 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7AMdfG04456; Fri, 10 Aug 2001 15:39:41 -0700 (PDT) (envelope-from obrien) Date: Fri, 10 Aug 2001 15:39:41 -0700 From: "David O'Brien" To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h src/sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ing.c i4b_ispppsubr.c i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_isppp.c ... Message-ID: <20010810153940.A4435@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200108101408.f7AE8hG25107@freefall.freebsd.org> <200108102129.f7ALTeG82118@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108102129.f7ALTeG82118@intruder.bmah.org>; from bmah@FreeBSD.org on Fri, Aug 10, 2001 at 02:29:40PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 10, 2001 at 02:29:40PM -0700, Bruce A. Mah wrote: > > MFC: version 1.01. > > > > Approved by: JKH > > Howdy David-- > > This is an MFC of *what* version? As far as I can tell from the cvs > logs, i4b in -CURRENT is version 0.96.00. 1.01 I believe. I looked at the cvs log for one of the files I was MFC'ing and it said it was an update to 0.96.00. The file must have been the same in both versions. I was later told I was MFCing 1.01 (which I may still have wrong). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:43: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 6F95637B403; Fri, 10 Aug 2001 15:43:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AMhsg41821; Fri, 10 Aug 2001 15:43:54 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102243.f7AMhsg41821@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 15:43:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist 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 obrien 2001/08/10 15:43:54 PDT Modified files: (Branch: RELENG_4) etc/mtree BSD.usr.dist Log: MFC: revision 1.225 "List new directories created under share/examples/isdn/* in order to unbreak installworld." (and it is true her too) Approved by: jkh Revision Changes Path 1.188.2.18 +7 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15: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 53C8937B409; Fri, 10 Aug 2001 15:45:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AMjHt42837; Fri, 10 Aug 2001 15:45:17 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102245.f7AMjHt42837@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 15:45:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/tina-dd README i4b_tina_dd.c i4b_tina_ioctl.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/10 15:45:17 PDT Removed files: (Branch: RELENG_4) sys/i4b/tina-dd README i4b_tina_dd.c i4b_tina_ioctl.h Log: MFC: update to 1.01. Approved by: jkh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:50: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 EBAB137B405; Fri, 10 Aug 2001 15:50:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AMop646670; Fri, 10 Aug 2001 15:50:51 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102250.f7AMop646670@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 15:50:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_asuscom_ipac.c i4b_avm_a1.c i4b_avm_fritz_pci.c i4b_avm_fritz_pcmcia.c i4b_avm_fritz_pnp.c i4b_bchan.c i4b_ctx_s0P.c i4b_drn_ngo.c i4b_dynalink.c i4b_elsa_isdnmc.c i4b_elsa_mcall.c i4b_elsa_pcc16.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 obrien 2001/08/10 15:50:51 PDT Removed files: (Branch: RELENG_4) sys/i4b/layer1 i4b_asuscom_ipac.c i4b_avm_a1.c i4b_avm_fritz_pci.c i4b_avm_fritz_pcmcia.c i4b_avm_fritz_pnp.c i4b_bchan.c i4b_ctx_s0P.c i4b_drn_ngo.c i4b_dynalink.c i4b_elsa_isdnmc.c i4b_elsa_mcall.c i4b_elsa_pcc16.c i4b_elsa_qs1i.c i4b_elsa_qs1p.c i4b_hscx.c i4b_hscx.h i4b_ipac.h i4b_isac.c i4b_isac.h i4b_isic.c i4b_isic_isa.c i4b_isic_pcmcia.c i4b_isic_pnp.c i4b_itk_ix1.c i4b_l1.c i4b_l1fsm.c i4b_siemens_isurf.c i4b_sws.c i4b_tel_s016.c i4b_tel_s0163.c i4b_tel_s08.c i4b_usr_sti.c isa_isic.c isapnp_isic.c isic_supio.c pci_isic.c pci_isic.h pcmcia_isic.c pcmcia_isic.h Log: MFC: update to 1.01. Approved by: jkh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:54: 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 06AC237B414; Fri, 10 Aug 2001 15:53:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AMrWx48949; Fri, 10 Aug 2001 15:53:32 -0700 (PDT) (envelope-from jhb) Message-Id: <200108102253.f7AMrWx48949@freefall.freebsd.org> From: John Baldwin Date: Fri, 10 Aug 2001 15:53:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/alpha/include cpu.h src/sys/i386/i386 sys_machdep.c trap.c src/sys/i386/include cpu.h src/sys/i386/isa npx.c src/sys/ia64/ia64 trap.c src/sys/ia64/include cpu.h src/sys/kern kern_clock.c kern_intr.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/10 15:53:32 PDT Modified files: sys/alpha/alpha trap.c sys/alpha/include cpu.h sys/i386/i386 sys_machdep.c trap.c sys/i386/include cpu.h sys/i386/isa npx.c sys/ia64/ia64 trap.c sys/ia64/include cpu.h sys/kern kern_clock.c kern_intr.c kern_synch.c subr_prof.c subr_smp.c subr_trap.c sys/pc98/pc98 npx.c sys/posix4 ksched.c sys/powerpc/include cpu.h sys/powerpc/powerpc trap.c sys/sparc64/include cpu.h sys/sparc64/sparc64 trap.c sys/sys proc.h resourcevar.h Log: - Close races with signals and other AST's being triggered while we are in the process of exiting the kernel. The ast() function now loops as long as the PS_ASTPENDING or PS_NEEDRESCHED flags are set. It returns with preemption disabled so that any further AST's that arrive via an interrupt will be delayed until the low-level MD code returns to user mode. - Use u_int's to store the tick counts for profiling purposes so that we do not need sched_lock just to read p_sticks. This also closes a problem where the call to addupc_task() could screw up the arithmetic due to non-atomic reads of p_sticks. - Axe need_proftick(), aston(), astoff(), astpending(), need_resched(), clear_resched(), and resched_wanted() in favor of direct bit operations on p_sflag. - Fix up locking with sched_lock some. In addupc_intr(), use sched_lock to ensure pr_addr and pr_ticks are updated atomically with setting PS_OWEUPC. In ast() we clear pr_ticks atomically with clearing PS_OWEUPC. We also do not grab the lock just to test a flag. - Simplify the handling of Giant in ast() slightly. Reviewed by: bde (mostly) Revision Changes Path 1.73 +3 -7 src/sys/alpha/alpha/trap.c 1.30 +1 -15 src/sys/alpha/include/cpu.h 1.60 +2 -2 src/sys/i386/i386/sys_machdep.c 1.198 +3 -8 src/sys/i386/i386/trap.c 1.63 +1 -15 src/sys/i386/include/cpu.h 1.108 +2 -2 src/sys/i386/isa/npx.c 1.27 +3 -7 src/sys/ia64/ia64/trap.c 1.20 +1 -14 src/sys/ia64/include/cpu.h 1.128 +5 -9 src/sys/kern/kern_clock.c 1.61 +4 -4 src/sys/kern/kern_intr.c 1.155 +3 -3 src/sys/kern/kern_synch.c 1.47 +4 -2 src/sys/kern/subr_prof.c 1.157 +2 -2 src/sys/kern/subr_smp.c 1.197 +70 -66 src/sys/kern/subr_trap.c 1.84 +2 -2 src/sys/pc98/pc98/npx.c 1.14 +4 -4 src/sys/posix4/ksched.c 1.4 +1 -3 src/sys/powerpc/include/cpu.h 1.3 +2 -2 src/sys/powerpc/powerpc/trap.c 1.4 +1 -11 src/sys/sparc64/include/cpu.h 1.7 +3 -6 src/sys/sparc64/sparc64/trap.c 1.174 +5 -33 src/sys/sys/proc.h 1.23 +2 -2 src/sys/sys/resourcevar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 15:58: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 15D6437B401; Fri, 10 Aug 2001 15:58:19 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AMwIa52677; Fri, 10 Aug 2001 15:58:18 -0700 (PDT) (envelope-from chern) Message-Id: <200108102258.f7AMwIa52677@freefall.freebsd.org> From: Chern Lee Date: Fri, 10 Aug 2001 15:58:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/backups chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-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 chern 2001/08/10 15:58:18 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/backups chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/boot chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/contrib chapter.sgml en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/introduction chapter.sgml en_US.ISO8859-1/books/handbook/kernelopts chapter.sgml en_US.ISO8859-1/books/handbook/l10n chapter.sgml en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml en_US.ISO8859-1/books/handbook/mail chapter.sgml en_US.ISO8859-1/books/handbook/mirrors chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml en_US.ISO8859-1/books/handbook/users chapter.sgml en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Standardize capitalization of titles: * First and last word uppercase * Prepositions, articles, and short conjunctions lowercase * The word 'to' lowercase * Preserved capitalization for program/command names Reviewed by: murray Revision Changes Path 1.78 +43 -43 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.40 +9 -9 doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml 1.38 +6 -6 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.22 +4 -4 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml 1.14 +5 -5 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.467 +12 -12 doc/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml 1.81 +20 -20 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.47 +5 -5 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml 1.85 +16 -17 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.57 +2 -2 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml 1.21 +2 -2 doc/en_US.ISO8859-1/books/handbook/kernelopts/chapter.sgml 1.66 +5 -5 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1.49 +38 -38 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.28 +2 -2 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml 1.142 +24 -24 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.135 +9 -9 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.46 +17 -17 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.67 +32 -32 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.41 +24 -24 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml 1.25 +7 -7 doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml 1.40 +7 -7 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16: 0: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 BE75637B405; Fri, 10 Aug 2001 16:00:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AN07j53918; Fri, 10 Aug 2001 16:00:07 -0700 (PDT) (envelope-from jhb) Message-Id: <200108102300.f7AN07j53918@freefall.freebsd.org> From: John Baldwin Date: Fri, 10 Aug 2001 16:00:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ipl.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/10 16:00:07 PDT Modified files: sys/i386/isa ipl.s Log: Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHED flags with interrupts disabled to see if we should call ast() during doreti. This was mostly submitted by Bruce, but his original patch did the looping in ast() in assembly rather than in the ast() function itself. Once we've actually called into the ast() function, it's cheaper to just loop inside the function rather than returning from the function, performing the check, and then calling the function again. However, we can optimize the first check to avoid calling the function at all. Other architectures may choose to implement this optimization if they wish but it is not required for correct operation. Submitted by: bde Revision Changes Path 1.51 +11 -1 src/sys/i386/isa/ipl.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16: 6:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B7C337B401; Fri, 10 Aug 2001 16:06:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7AN6AK57053; Fri, 10 Aug 2001 16:06:10 -0700 (PDT) (envelope-from peter) Message-Id: <200108102306.f7AN6AK57053@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 16:06:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_vfsops.c X-FreeBSD-CVS-Branch: RELENG_4_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 16:06:10 PDT Modified files: (Branch: RELENG_4_3) sys/nfs nfs_vfsops.c Log: MFC: rev 1.101 into RELENG_4_3 branch. (filehandle checking) Approved by: kris Revision Changes Path 1.91.2.1.2.1 +2 -0 src/sys/nfs/nfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:11: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 DA26537B405; Fri, 10 Aug 2001 16:11:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANBEh57570; Fri, 10 Aug 2001 16:11:14 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102311.f7ANBEh57570@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 16:11:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd fsm.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 obrien 2001/08/10 16:11:14 PDT Modified files: (Branch: RELENG_4) usr.sbin/i4b/isdnd fsm.c Log: MFC: rev 1.8 -- fix hangup bug Approved by: jkh Revision Changes Path 1.6.2.2 +3 -5 src/usr.sbin/i4b/isdnd/fsm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:12: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 316A337B401; Fri, 10 Aug 2001 16:12:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANCBQ57667; Fri, 10 Aug 2001 16:12:11 -0700 (PDT) (envelope-from kris) Message-Id: <200108102312.f7ANCBQ57667@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 16:12:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump dump.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 kris 2001/08/10 16:12:11 PDT Modified files: sbin/dump dump.h Log: Mark some functions as __printflike() MFC After: 1 week Revision Changes Path 1.9 +4 -4 src/sbin/dump/dump.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:12: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 639E837B403; Fri, 10 Aug 2001 16:12:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANCbT57756; Fri, 10 Aug 2001 16:12:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102312.f7ANCbT57756@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 16:12:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd isdnd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/10 16:12:37 PDT Modified files: (Branch: RELENG_4) usr.sbin/i4b/isdnd isdnd.8 Log: MFC: mdoc police Approved by: jkh Revision Changes Path 1.9.2.5 +8 -5 src/usr.sbin/i4b/isdnd/isdnd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:15: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 92B1437B405; Fri, 10 Aug 2001 16:15:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANF9S57942; Fri, 10 Aug 2001 16:15:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102315.f7ANF9S57942@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 16:15:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd msghdl.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 obrien 2001/08/10 16:15:09 PDT Modified files: (Branch: RELENG_4) usr.sbin/i4b/isdnd msghdl.c Log: MFC: fix hang up bug Approved by: jkh Revision Changes Path 1.6.2.2 +5 -1 src/usr.sbin/i4b/isdnd/msghdl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16: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 81F6337B409; Fri, 10 Aug 2001 16:15:13 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANFD257971; Fri, 10 Aug 2001 16:15:13 -0700 (PDT) (envelope-from wpaul) Message-Id: <200108102315.f7ANFD257971@freefall.freebsd.org> From: Bill Paul Date: Fri, 10 Aug 2001 16:15:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.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 wpaul 2001/08/10 16:15:13 PDT Modified files: sys/kern link_elf.c Log: Fix some of the GDB linkage setup. The l_name member of the gdb linkage structure is always free()ed yet only sometimes malloc()ed. In particular, it was simply set to point to l_filename from the a linker_file_t in link_elf_link_preload_finish(). The l_filename had been malloc()ed inside the kern_linker.c module and was being free()ed twice: once by link_elf_unload_file() and again by linker_file_unload(), leading to a panic. How to duplicate the problem: - Pre-load a kernel module from the loader, i.e. if_sis.ko - Boot system - Attempt to unload module with kldunload if_sis - Bewm The problem here is that the case where the module was loaded with kldload after system boot would work correctly, so this bug went unnoticed until I stubbed my toe on it just now. (Also, you can only trip this bug if you compile a kernel with options DDB, but that's the default now.) Fix: remember to malloc() a separate copy of the module name for the l_name member of the gdb linkage structure in three places where the linkage structure can be initialized. Revision Changes Path 1.42 +15 -3 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:17: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 D4D8637B406; Fri, 10 Aug 2001 16:17:22 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANHM858132; Fri, 10 Aug 2001 16:17:22 -0700 (PDT) (envelope-from julian) Message-Id: <200108102317.f7ANHM858132@freefall.freebsd.org> From: Julian Elischer Date: Fri, 10 Aug 2001 16:17:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys protosw.h src/sys/netinet ipprotosw.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 julian 2001/08/10 16:17:22 PDT Modified files: sys/sys protosw.h sys/netinet ipprotosw.h Log: Make the protoswitch definitiosn checkable in the same way that cdevsw entries have been for a long time. Discover that we now have two version sof the same structure. I will shoot one of them shortly when I figure out why someone thinks they need it. (And I can prove they don't) (netinet/ipprotosw.h should GO AWAY) Revision Changes Path 1.34 +22 -16 src/sys/sys/protosw.h 1.3 +10 -16 src/sys/netinet/ipprotosw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16: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 24E5937B43F; Fri, 10 Aug 2001 16:17:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANHXX58174; Fri, 10 Aug 2001 16:17:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102317.f7ANHXX58174@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 16:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd isdnd.h isdnd.rc.5 rc_config.c rc_parse.y rc_scan.l timer.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 obrien 2001/08/10 16:17:33 PDT Modified files: (Branch: RELENG_4) usr.sbin/i4b/isdnd isdnd.h isdnd.rc.5 rc_config.c rc_parse.y rc_scan.l timer.c Log: MFC: After being port- and addressscanned continously from several sources where my line stayed open for more than eight hours i decided to implement a maximum connection time; see keyword maxconnecttime in the manual page. Revision Changes Path 1.6.2.2 +3 -1 src/usr.sbin/i4b/isdnd/isdnd.h 1.11.2.5 +16 -7 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.6.2.2 +6 -1 src/usr.sbin/i4b/isdnd/rc_config.c 1.6.2.2 +3 -1 src/usr.sbin/i4b/isdnd/rc_parse.y 1.6.2.2 +2 -1 src/usr.sbin/i4b/isdnd/rc_scan.l 1.6.2.2 +16 -4 src/usr.sbin/i4b/isdnd/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:19:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BDB537B403; Fri, 10 Aug 2001 16:19:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANJUE58293; Fri, 10 Aug 2001 16:19:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102319.f7ANJUE58293@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 16:19:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/10 16:19:30 PDT Modified files: (Branch: RELENG_4) usr.sbin/i4b/man Makefile Log: MFC: style cleanup Approved by: jkh Revision Changes Path 1.2.2.2 +5 -4 src/usr.sbin/i4b/man/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:25:15 2001 Delivered-To: cvs-all@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 18B5637B401; Fri, 10 Aug 2001 16:25:08 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f7ANP7029046; Fri, 10 Aug 2001 16:25:07 -0700 Date: Fri, 10 Aug 2001 16:25:07 -0700 From: Brooks Davis To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys protosw.h src/sys/netinet ipprotosw.h Message-ID: <20010810162507.A27506@Odin.AC.HMC.Edu> References: <200108102317.f7ANHM858132@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108102317.f7ANHM858132@freefall.freebsd.org>; from julian@FreeBSD.org on Fri, Aug 10, 2001 at 04:17:22PM -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 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 10, 2001 at 04:17:22PM -0700, Julian Elischer wrote: > Discover that we now have two version sof the same structure. > I will shoot one of them shortly when I figure out why someone thinks > they need it. (And I can prove they don't) > (netinet/ipprotosw.h should GO AWAY) Are you planning to follow NetBSD's lead and convert protosw to use varargs functions? That would reduce diffs for gif and other devices we share via KAME. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7dG1SXY6L6fI4GtQRArIoAJ9zLcE7JJfD1ZdNKAZxitsQPDN3egCfVGR1 LknLUVBLgMq09hcFKd/kz4w= =Hyfb -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:25: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 E8FFC37B432; Fri, 10 Aug 2001 16:25:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANPIa58728; Fri, 10 Aug 2001 16:25:18 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102325.f7ANPIa58728@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 16:25:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man i4bipr.4 i4bisppp.4 i4brbch.4 i4btel.4 i4btrc.4 isic.4 daic.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 obrien 2001/08/10 16:25:18 PDT Modified files: (Branch: RELENG_4) usr.sbin/i4b/man i4bipr.4 i4bisppp.4 i4brbch.4 i4btel.4 i4btrc.4 isic.4 Removed files: (Branch: RELENG_4) usr.sbin/i4b/man daic.4 Log: MFC: mdoc police. Approved by: jkh Revision Changes Path 1.7.2.4 +4 -5 src/usr.sbin/i4b/man/i4bipr.4 1.7.2.5 +36 -20 src/usr.sbin/i4b/man/i4bisppp.4 1.8.2.4 +2 -3 src/usr.sbin/i4b/man/i4brbch.4 1.8.2.4 +6 -8 src/usr.sbin/i4b/man/i4btel.4 1.7.2.5 +2 -2 src/usr.sbin/i4b/man/i4btrc.4 1.8.2.7 +64 -115 src/usr.sbin/i4b/man/isic.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:28:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08D9237B401; Fri, 10 Aug 2001 16:28:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANSiF58939; Fri, 10 Aug 2001 16:28:44 -0700 (PDT) (envelope-from obrien) Message-Id: <200108102328.f7ANSiF58939@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 16:28:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man i4bcapi.4 i4bing.4 iavc.4 ifpi.4 ifpnp.4 ihfc.4 itjc.4 iwic.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 obrien 2001/08/10 16:28:43 PDT Added files: (Branch: RELENG_4) usr.sbin/i4b/man i4bcapi.4 i4bing.4 iavc.4 ifpi.4 ifpnp.4 ihfc.4 itjc.4 iwic.4 Log: MFC: update to 1.01. Approved by: jkh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:29: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 7C9D537B409; Fri, 10 Aug 2001 16:29:15 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANTFB58984; Fri, 10 Aug 2001 16:29:15 -0700 (PDT) (envelope-from jhb) Message-Id: <200108102329.f7ANTFB58984@freefall.freebsd.org> From: John Baldwin Date: Fri, 10 Aug 2001 16:29:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/08/10 16:29:15 PDT Modified files: sys/kern kern_lock.c Log: If we've panic'd already, then just bail in lockmgr rather than blocking or possibly panic'ing again. Revision Changes Path 1.47 +6 -1 src/sys/kern/kern_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:34:19 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0C91837B405; Fri, 10 Aug 2001 16:34:15 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7ANXrW06695; Fri, 10 Aug 2001 16:33:53 -0700 (PDT) (envelope-from obrien) Date: Fri, 10 Aug 2001 16:33:52 -0700 From: "David O'Brien" To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h src/sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ing.c i4b_ispppsubr.c i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_isppp.c ... Message-ID: <20010810163352.A6637@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200108101408.f7AE8hG25107@freefall.freebsd.org> <20010810173211.A864F3E2F@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010810173211.A864F3E2F@bazooka.unixfreak.org>; from dima@unixfreak.org on Fri, Aug 10, 2001 at 10:32:06AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 10, 2001 at 10:32:06AM -0700, Dima Dorfman wrote: > "David E. O'Brien" writes: > > obrien 2001/08/10 07:08:43 PDT > > > > Modified files: (Branch: RELENG_4) > ... > > Log: > > MFC: version 1.01. > > Is this a complete sync to -current, or are some parts missing? It should be. I'll once again claim that releng4 is syned with -current. (David now waits for the statements he is full of it again....) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:36:44 2001 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC79637B401; Fri, 10 Aug 2001 16:36:34 -0700 (PDT) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.4/8.11.1) with ESMTP id f7ANaUQ85691; Fri, 10 Aug 2001 19:36:34 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200108102336.f7ANaUQ85691@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Bill Paul Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern link_elf.c In-Reply-To: Message from Bill Paul of "Fri, 10 Aug 2001 16:15:13 PDT." <200108102315.f7ANFD257971@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 Aug 2001 19:36:29 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill Paul wrote: > wpaul 2001/08/10 16:15:13 PDT > > Modified files: > sys/kern link_elf.c > Log: > Fix some of the GDB linkage setup. The l_name member of the gdb linkage > structure is always free()ed yet only sometimes malloc()ed. In particular, > it was simply set to point to l_filename from the a linker_file_t in > link_elf_link_preload_finish(). The l_filename had been malloc()ed inside > the kern_linker.c module and was being free()ed twice: once by > link_elf_unload_file() and again by linker_file_unload(), leading to > a panic. > > How to duplicate the problem: > > - Pre-load a kernel module from the loader, i.e. if_sis.ko > - Boot system > - Attempt to unload module with kldunload if_sis > - Bewm > > The problem here is that the case where the module was loaded with kldload > after system boot would work correctly, so this bug went unnoticed until > I stubbed my toe on it just now. (Also, you can only trip this bug if > you compile a kernel with options DDB, but that's the default now.) > > Fix: remember to malloc() a separate copy of the module name for the > l_name member of the gdb linkage structure in three places where the > linkage structure can be initialized. I must be misremembering that at one point you couldn't unload a preloaded module... -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:46:58 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 7A24237B401; Fri, 10 Aug 2001 16:46:55 -0700 (PDT) Subject: Re: cvs commit: src/sys/kern link_elf.c In-Reply-To: <200108102336.f7ANaUQ85691@green.bikeshed.org> from "Brian F. Feldman" at "Aug 10, 2001 07:36:29 pm" To: green@FreeBSD.org (Brian F. Feldman) Date: Fri, 10 Aug 2001 16:46:55 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20010810234655.7A24237B401@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-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 must be misremembering that at one point you couldn't unload a preloaded > module... It was probably due to this bug. :) A pre-loaded module looks exactly the same to the system as a module loaded after system boot. If you pre-load a driver module on which the system depends, i.e. the driver for the disk controller on which your root filesystem resides, then you can't unload it without catastrophic results. But that's a special case. In my case, I'm trying to unload a driver for a network card which is idle, and it works properly now with this fix. The only pre-loaded module you can't ever unload under any circumstances is "kernel." And if anybody out there says "Wait! I have patches to fix that!" I'll scream. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:57: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 4B94D37B407; Fri, 10 Aug 2001 16:57:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANvG761195; Fri, 10 Aug 2001 16:57:16 -0700 (PDT) (envelope-from brian) Message-Id: <200108102357.f7ANvG761195@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 16:57:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mwavem 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/08/10 16:57:16 PDT Modified files: comms/mwavem Makefile Log: Unmark broken Add a working MASTER_SITE Revision Changes Path 1.4 +3 -4 ports/comms/mwavem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16:58: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 6C47637B403; Fri, 10 Aug 2001 16:57:51 -0700 (PDT) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA88707; Fri, 10 Aug 2001 16:50:46 -0700 (PDT) Date: Fri, 10 Aug 2001 16:50:45 -0700 (PDT) From: Julian Elischer To: Brooks Davis Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys protosw.h src/sys/netinet ipprotosw.h In-Reply-To: <20010810162507.A27506@Odin.AC.HMC.Edu> 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 certainly not! I plan to rip out the varargs that are already there. (if I can) what a horrible idea.. "Hey let's allow different protocols going through the same switch table, to use differnt argument lists! That way we'll get strange unreporducable bugs whe people hook protocols together in unexpected ways, and all have jbs for life!" On Fri, 10 Aug 2001, Brooks Davis wrote: > On Fri, Aug 10, 2001 at 04:17:22PM -0700, Julian Elischer wrote: > > Discover that we now have two version sof the same structure. > > I will shoot one of them shortly when I figure out why someone thinks > > they need it. (And I can prove they don't) > > (netinet/ipprotosw.h should GO AWAY) > > Are you planning to follow NetBSD's lead and convert protosw to use > varargs functions? That would reduce diffs for gif and other devices we > share via KAME. > > -- Brooks > > -- > Any statement of the form "X is the one, true Y" is FALSE. > PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 16: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 7D46037B43C; Fri, 10 Aug 2001 16:57:43 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ANvht61295; Fri, 10 Aug 2001 16:57:43 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108102357.f7ANvht61295@freefall.freebsd.org> From: Robert Watson Date: Fri, 10 Aug 2001 16:57:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h src/usr.sbin/sysinstall/help security.hlp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/08/10 16:57:43 PDT Modified files: usr.sbin/sysinstall config.c menus.c sysinstall.h usr.sbin/sysinstall/help security.hlp Log: o Reduce the number of offered security profiles, as we now have a more conservative default, and actually prompt specifically for inetd rather than handling it as a side effect of the security profile. Update the help file to reflect this change. o Rename "Fascist" to "Extreme" in the source code, to match the names presented to the user. o Remove portmap and inetd from profile management. Portmap is now disabled by default, but automatically turned on if a feature requires it (such as NFS, etc). This is an MFC candidate for 4.4-RELEASE. Reviewed by: freebsd-arch@FreeBSD.org Approved by: re@FreeBSD.org MFC after: 2 days Revision Changes Path 1.189 +13 -74 src/usr.sbin/sysinstall/config.c 1.315 +2 -4 src/usr.sbin/sysinstall/menus.c 1.213 +2 -4 src/usr.sbin/sysinstall/sysinstall.h 1.3 +8 -13 src/usr.sbin/sysinstall/help/security.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 17: 7:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC98B37B405; Fri, 10 Aug 2001 17:07:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B07Es64944; Fri, 10 Aug 2001 17:07:14 -0700 (PDT) (envelope-from obrien) Message-Id: <200108110007.f7B07Es64944@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 10 Aug 2001 17:07:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgp5/files patch-filter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/10 17:07:14 PDT Added files: security/pgp5/files patch-filter.c Log: Fix a int vs. size_t bogon that matters for LP64. Submitted by: Brandon Poyner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 17: 7:46 2001 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B638737B403; Fri, 10 Aug 2001 17:07:38 -0700 (PDT) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.4/8.11.1) with ESMTP id f7B07bf85945; Fri, 10 Aug 2001 20:07:38 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200108110007.f7B07bf85945@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: wpaul@FreeBSD.ORG (Bill Paul) Cc: green@FreeBSD.ORG (Brian F. Feldman), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern link_elf.c In-Reply-To: Message from wpaul@FreeBSD.ORG (Bill Paul) of "Fri, 10 Aug 2001 16:46:55 PDT." <20010810234655.7A24237B401@hub.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 Aug 2001 20:07:37 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wpaul@FreeBSD.ORG (Bill Paul) wrote: > > > > I must be misremembering that at one point you couldn't unload a preloaded > > module... > > It was probably due to this bug. :) > > A pre-loaded module looks exactly the same to the system as a module > loaded after system boot. If you pre-load a driver module on which the > system depends, i.e. the driver for the disk controller on which your > root filesystem resides, then you can't unload it without catastrophic > results. But that's a special case. In my case, I'm trying to unload a > driver for a network card which is idle, and it works properly now with > this fix. The only pre-loaded module you can't ever unload under any > circumstances is "kernel." > > And if anybody out there says "Wait! I have patches to fix that!" I'll > scream. Certainly not! But if you're feeling in the mood to be able to unmount the root file system... -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 17: 8: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DF5F37B405; Fri, 10 Aug 2001 17:07:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B07rn65012; Fri, 10 Aug 2001 17:07:53 -0700 (PDT) (envelope-from brian) Message-Id: <200108110007.f7B07rn65012@freefall.freebsd.org> From: Brian Somers Date: Fri, 10 Aug 2001 17:07:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mwavem Makefile ports/comms/mwavem/files mwavem.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 brian 2001/08/10 17:07:53 PDT Modified files: comms/mwavem Makefile comms/mwavem/files mwavem.sh Log: Correct MASTER_SITES Don't killall mwavem from ``mwavem.sh stop'' Bump PORTREVISION PR: 29151 Submitted by: Kevin Oberman Revision Changes Path 1.5 +4 -3 ports/comms/mwavem/Makefile 1.2 +0 -1 ports/comms/mwavem/files/mwavem.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 17: 9:45 2001 Delivered-To: cvs-all@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 1529D37B409; Fri, 10 Aug 2001 17:09:38 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f7B09au18810; Fri, 10 Aug 2001 17:09:36 -0700 Date: Fri, 10 Aug 2001 17:09:36 -0700 From: Brooks Davis To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys protosw.h src/sys/netinet ipprotosw.h Message-ID: <20010810170936.A15887@Odin.AC.HMC.Edu> References: <20010810162507.A27506@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from julian@elischer.org on Fri, Aug 10, 2001 at 04:50:45PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 10, 2001 at 04:50:45PM -0700, Julian Elischer wrote: > certainly not! > I plan to rip out the varargs that are already there. > (if I can) > what a horrible idea.. Cool. The varargs stuff is ugly, I'm all for a solution that gets rid of both ipprotosw and the varargs stuff. Hopefully, NetBSD will like your approach and we can reconverge at some point. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7dHe/XY6L6fI4GtQRAmVZAKCsHdyMxcTG2t0fxtARyIgMPeGvqACgpqos 5j15OZn9Yd3SuPUjp1yaTb4= =n7SI -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 17:18: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 4945B37B403; Fri, 10 Aug 2001 17:18:17 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B0IHG65789; Fri, 10 Aug 2001 17:18:17 -0700 (PDT) (envelope-from mp) Message-Id: <200108110018.f7B0IHG65789@freefall.freebsd.org> From: Mark Peek Date: Fri, 10 Aug 2001 17:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nmdm nmdm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/08/10 17:18:17 PDT Modified files: sys/dev/nmdm nmdm.c Log: Remove unused nmdmpoll function. Approved by: julian Revision Changes Path 1.5 +1 -64 src/sys/dev/nmdm/nmdm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 17:49: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 A88A237B401; Fri, 10 Aug 2001 17:49:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B0nBq67742; Fri, 10 Aug 2001 17:49:11 -0700 (PDT) (envelope-from kris) Message-Id: <200108110049.f7B0nBq67742@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 17:49:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fmt fmt.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/08/10 17:49:11 PDT Modified files: usr.bin/fmt fmt.c Log: Don't call errx() with a variable format string MFC after: 1 week Revision Changes Path 1.15 +2 -2 src/usr.bin/fmt/fmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 17: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 642AF37B407; Fri, 10 Aug 2001 17:54:15 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B0sFQ68247; Fri, 10 Aug 2001 17:54:15 -0700 (PDT) (envelope-from mp) Message-Id: <200108110054.f7B0sFQ68247@freefall.freebsd.org> From: Mark Peek Date: Fri, 10 Aug 2001 17:54:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/share/man/man4 nmdm.4 Makefile src/sys/conf files majors src/sys/dev/nmdm nmdm.c src/sys/modules Makefile src/sys/modules/nmdm Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/08/10 17:54:15 PDT Modified files: (Branch: RELENG_4) etc MAKEDEV share/man/man4 Makefile sys/conf files majors sys/modules Makefile Added files: (Branch: RELENG_4) share/man/man4 nmdm.4 sys/dev/nmdm nmdm.c sys/modules/nmdm Makefile Log: MFC: Add nullmodem terminal driver. Submitted by: Doug Ambrisko (-stable diffs) Approved by: murray, julian Revision Changes Path 1.243.2.33 +14 -1 src/etc/MAKEDEV 1.83.2.26 +2 -2 src/share/man/man4/Makefile 1.340.2.79 +2 -1 src/sys/conf/files 1.98.2.11 +2 -2 src/sys/conf/majors 1.110.2.30 +2 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 17:59: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 147C337B403; Fri, 10 Aug 2001 17:59:41 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B0xfd68541; Fri, 10 Aug 2001 17:59:41 -0700 (PDT) (envelope-from mp) Message-Id: <200108110059.f7B0xfd68541@freefall.freebsd.org> From: Mark Peek Date: Fri, 10 Aug 2001 17:59:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 nmdm.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 mp 2001/08/10 17:59:41 PDT Modified files: share/man/man4 nmdm.4 Log: For consistency with other man pages, fix first appearance. Revision Changes Path 1.3 +3 -3 src/share/man/man4/nmdm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 18:17: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 0263F37B403; Fri, 10 Aug 2001 18:17:29 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B1HS672528; Fri, 10 Aug 2001 18:17:28 -0700 (PDT) (envelope-from nik) Message-Id: <200108110117.f7B1HS672528@freefall.freebsd.org> From: Nik Clayton Date: Fri, 10 Aug 2001 18:17:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/10 18:17:28 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Add probably 50% of a section introducing some key X concepts that the reader is unlikely to be familiar with from any exposure to window systems they may already have. This probably needs many index entries scattered through it. Revision Changes Path 1.41 +242 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 18:25:41 2001 Delivered-To: cvs-all@freebsd.org Received: from volatile.chemikals.org (ci391991-a.grnvle1.sc.home.com [24.37.154.83]) by hub.freebsd.org (Postfix) with ESMTP id 0A13037B406; Fri, 10 Aug 2001 18:25:36 -0700 (PDT) (envelope-from morganw@volatile.chemikals.org) Received: (from morganw@localhost) by volatile.chemikals.org (8.11.5/8.11.5) id f7B1PS857287; Fri, 10 Aug 2001 21:25:28 -0400 (EDT) (envelope-from morganw) Date: Fri, 10 Aug 2001 21:25:28 -0400 (EDT) From: Wesley Morgan To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: Thomas Moestl , , Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c In-Reply-To: <200108101812.f7AICeL54991@freebsd.dk> Message-ID: <20010810212303.R57268-100000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 10 Aug 2001, Søren Schmidt wrote: > Anyhow, I would have liked to test such a patch first, especially > before it goes into a soon to be release, lets hope it doesn't > have any side effects... It has the irritating side effect of changing dd behavior so that I can't create an ISO image from a data CD w/o specifying the block size... Took me a while to figure that out. There has to be a way to continue the "rounding" without overflowing buffers or something... I dunno... People who are used to the old behavior may trigger a rash of "unable to rip a cd" messages. -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemikals.org _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ 6bone: 3ffe:1ce3:7::b4ff:fe53:c297 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 18:52: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 D80BF37B407; Fri, 10 Aug 2001 18:52:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B1qVF75049; Fri, 10 Aug 2001 18:52:31 -0700 (PDT) (envelope-from peter) Message-Id: <200108110152.f7B1qVF75049@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Aug 2001 18:52:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_vfsops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/10 18:52:31 PDT Modified files: (Branch: RELENG_4) sys/nfs nfs_vfsops.c Log: MFC: rev 1.101: filehandle checks Approved by: re Revision Changes Path 1.91.2.3 +3 -1 src/sys/nfs/nfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 19: 1: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 8421D37B403; Fri, 10 Aug 2001 19:01:53 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B21rd75844; Fri, 10 Aug 2001 19:01:53 -0700 (PDT) (envelope-from bmah) Message-Id: <200108110201.f7B21rd75844@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 19:01:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/10 19:01:53 PDT Modified files: share/sgml man-refs.ent Log: Add entry for nmdm(4). Revision Changes Path 1.92 +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 Fri Aug 10 19: 3: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 0E08437B401; Fri, 10 Aug 2001 19:03:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B23qN75997; Fri, 10 Aug 2001 19:03:52 -0700 (PDT) (envelope-from imp) Message-Id: <200108110203.f7B23qN75997@freefall.freebsd.org> From: Warner Losh Date: Fri, 10 Aug 2001 19:03:52 -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/08/10 19:03:51 PDT Modified files: . UPDATING Log: Note: mergemaster stopped being optional a long time ago. Caution against doing it by hand (but provide pointers to those wanting to do it by hand). Revision Changes Path 1.166 +9 -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 Fri Aug 10 19: 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 4D35537B406; Fri, 10 Aug 2001 19:07:17 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B27Hk79183; Fri, 10 Aug 2001 19:07:17 -0700 (PDT) (envelope-from imp) Message-Id: <200108110207.f7B27Hk79183@freefall.freebsd.org> From: Warner Losh Date: Fri, 10 Aug 2001 19:07:17 -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/08/10 19:07:17 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Strongly recommend using mergemaster and give some indication of what problems can happen if you don't. Revision Changes Path 1.73.2.38 +10 -5 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 Aug 10 19:42:18 2001 Delivered-To: cvs-all@freebsd.org Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (Postfix) with ESMTP id AED5D37B409; Fri, 10 Aug 2001 19:42:12 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from nantai.utsunomiya-u.ac.jp by nasu.utsunomiya-u.ac.jp (8.11.2/1.1.29.3/26Jan01-1134AM) id f7B2gBc209778; Sat, 11 Aug 2001 11:42:11 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp by nantai.utsunomiya-u.ac.jp (8.11.2/1.1.29.3/30Jan01-0241PM) id f7B2gBK434280; Sat, 11 Aug 2001 11:42:11 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:k1JSUPQ20braOBeKcOL7at/xOaRyXH4/@zodiac.mech.utsunomiya-u.ac.jp [160.12.43.7]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id LAA20177; Sat, 11 Aug 2001 11:51:50 +0900 (JST) Message-Id: <200108110251.LAA20177@zodiac.mech.utsunomiya-u.ac.jp> To: wpaul@freebsd.org (Bill Paul) Cc: green@freebsd.org (Brian F. Feldman), cvs-committers@freebsd.org, cvs-all@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: cvs commit: src/sys/kern link_elf.c In-reply-to: Your message of "Fri, 10 Aug 2001 16:46:55 MST." <20010810234655.7A24237B401@hub.freebsd.org> References: <20010810234655.7A24237B401@hub.freebsd.org> Date: Sat, 11 Aug 2001 11:51:49 +0900 From: Kazutaka YOKOTA Sender: owner-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 must be misremembering that at one point you couldn't unload a preloaded >> module... > >It was probably due to this bug. :) > >A pre-loaded module looks exactly the same to the system as a module >loaded after system boot. If you pre-load a driver module on which the >system depends, i.e. the driver for the disk controller on which your >root filesystem resides, then you can't unload it without catastrophic >results. But that's a special case. In my case, I'm trying to unload a >driver for a network card which is idle, and it works properly now with >this fix. The only pre-loaded module you can't ever unload under any >circumstances is "kernel." Um, would tell me more about preloaded modules? Is the module text and data image of the preloaded module in the memory space free()ed? I seem to recall it wasn't the case before. So, the physical memory used by a preloaded module remained occupied after this module is unloaded, and never re-used... Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 19:50: 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 1078437B401; Fri, 10 Aug 2001 19:49:58 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B2nwn81986; Fri, 10 Aug 2001 19:49:58 -0700 (PDT) (envelope-from bmah) Message-Id: <200108110249.f7B2nwn81986@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 19:49:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/10 19:49:57 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note (only about six months late): nmdm(4). Revision Changes Path 1.85 +4 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 19:50:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D55F37B403; Fri, 10 Aug 2001 19:50:49 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B2onT82079; Fri, 10 Aug 2001 19:50:49 -0700 (PDT) (envelope-from bmah) Message-Id: <200108110250.f7B2onT82079@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 19:50:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/10 19:50:49 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: nmdm(4). Approved by: murray (implicitly) Revision Changes Path 1.22.2.46 +3 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 19:58: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 036F937B401; Fri, 10 Aug 2001 19:58:45 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B2wiH82451; Fri, 10 Aug 2001 19:58:44 -0700 (PDT) (envelope-from yokota) Message-Id: <200108110258.f7B2wiH82451@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Fri, 10 Aug 2001 19:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fb vga.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 yokota 2001/08/10 19:58:44 PDT Modified files: (Branch: RELENG_4) sys/dev/fb vga.c Log: MFC: fix missing splx(). Approved by: murray Revision Changes Path 1.9.2.1 +2 -1 src/sys/dev/fb/vga.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 20: 3:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4EC237B403; Fri, 10 Aug 2001 20:03:19 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B33J882699; Fri, 10 Aug 2001 20:03:19 -0700 (PDT) (envelope-from mike) Message-Id: <200108110303.f7B33J882699@freefall.freebsd.org> From: Mike Barcroft Date: Fri, 10 Aug 2001 20:03:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lam Makefile lam.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/08/10 20:03:19 PDT Modified files: (Branch: RELENG_4) usr.bin/lam Makefile lam.c Log: MFC: Constify, staticize, and set WARNS=2. Approved by: murray Revision Changes Path 1.1.1.1.14.1 +2 -0 src/usr.bin/lam/Makefile 1.3.2.3 +10 -10 src/usr.bin/lam/lam.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 20: 8: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 1507A37B406; Fri, 10 Aug 2001 20:08:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B38JG85796; Fri, 10 Aug 2001 20:08:19 -0700 (PDT) (envelope-from imp) Message-Id: <200108110308.f7B38JG85796@freefall.freebsd.org> From: Warner Losh Date: Fri, 10 Aug 2001 20:08:18 -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/08/10 20:08:18 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Note wd compat device removal as of May 31, 2001. Forgotten by: imp Pointed out by: Mike Silbersack Revision Changes Path 1.73.2.39 +7 -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 Aug 10 20:12: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 70B8037B405; Fri, 10 Aug 2001 20:12:38 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B3Ccs86116; Fri, 10 Aug 2001 20:12:38 -0700 (PDT) (envelope-from bmah) Message-Id: <200108110312.f7B3Ccs86116@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 20:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/10 20:12:38 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFCs noted: fsck_msdos(8), kldconfig(8), moused(8) -a. Revision Changes Path 1.86 +4 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 20: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 0F83D37B401; Fri, 10 Aug 2001 20:15:12 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B3FCP86344; Fri, 10 Aug 2001 20:15:12 -0700 (PDT) (envelope-from bmah) Message-Id: <200108110315.f7B3FCP86344@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 20:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/08/10 20:15:12 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: fsck_msdos(8), kldconfig(8), moused(8) -a, syslogd(8) -w is now -W. While I'm here, move a misplaced item regarding ppp(8) from the kernel section to userland, Approved by: murray (implicitly) Revision Changes Path 1.22.2.47 +15 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 20:26: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 C106437B409; Fri, 10 Aug 2001 20:26:53 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B3QrH87755; Fri, 10 Aug 2001 20:26:53 -0700 (PDT) (envelope-from rwatson) Message-Id: <200108110326.f7B3QrH87755@freefall.freebsd.org> From: Robert Watson Date: Fri, 10 Aug 2001 20:26:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.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 rwatson 2001/08/10 20:26:53 PDT Modified files: usr.sbin/sysinstall config.c Log: Somewhere along the way, configSecurityModerate() lost it's "int" return value. Spotted by: gratuitous use of diff during MFC process Revision Changes Path 1.190 +2 -1 src/usr.sbin/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 21:32:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7559537B401; Fri, 10 Aug 2001 21:32:29 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B4WTV96534; Fri, 10 Aug 2001 21:32:29 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108110432.f7B4WTV96534@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 10 Aug 2001 21:32:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/p5-Net-FTPServer 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/08/10 21:32:29 PDT Modified files: ftp/p5-Net-FTPServer Makefile distinfo pkg-descr pkg-plist Log: - update to version 1.026 - take over as maintainer from ports@ - use SITE_PERL for readability - install the ftpd, sample conf, docs - shorten pkg-descr to please portlint - add WWW: - sort pkg-plist PR: 29618 Submitted by: Pete Fritchman (new maintainer) Revision Changes Path 1.2 +24 -8 ports/ftp/p5-Net-FTPServer/Makefile 1.2 +1 -1 ports/ftp/p5-Net-FTPServer/distinfo 1.2 +9 -9 ports/ftp/p5-Net-FTPServer/pkg-descr 1.2 +36 -23 ports/ftp/p5-Net-FTPServer/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 Aug 10 21: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 8855B37B403; Fri, 10 Aug 2001 21:36:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B4aXa96850; Fri, 10 Aug 2001 21:36:33 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108110436.f7B4aXa96850@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 10 Aug 2001 21:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/10 21:36:33 PDT Modified files: share/sgml man-refs.ent Log: Add &man.X.1; entry to unbreak handbook/x11/chapter.sgml. Revision Changes Path 1.93 +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 Fri Aug 10 21: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 9176337B401; Fri, 10 Aug 2001 21:37:42 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B4bgO96929; Fri, 10 Aug 2001 21:37:42 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200108110437.f7B4bgO96929@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 10 Aug 2001 21:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/08/10 21:37:42 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Fix typo (s@@). Revision Changes Path 1.42 +2 -2 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 21:52: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 8AB5337B405; Fri, 10 Aug 2001 21:52:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B4qOq97796; Fri, 10 Aug 2001 21:52:24 -0700 (PDT) (envelope-from kris) Message-Id: <200108110452.f7B4qOq97796@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 21:52:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mp3check Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/08/10 21:52:24 PDT Modified files: audio/mp3check Makefile distinfo Log: Update to mp3check 1.3 Approved by: maintainer Revision Changes Path 1.5 +4 -5 ports/audio/mp3check/Makefile 1.3 +1 -1 ports/audio/mp3check/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 22:16: 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 60B5537B405; Fri, 10 Aug 2001 22:16:00 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B5G0j07057; Fri, 10 Aug 2001 22:16:00 -0700 (PDT) (envelope-from imp) Message-Id: <200108110516.f7B5G0j07057@freefall.freebsd.org> From: Warner Losh Date: Fri, 10 Aug 2001 22:16:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread_np.h src/lib/libc_r/uthread uthread_info.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/08/10 22:16:00 PDT Modified files: include pthread_np.h lib/libc_r/uthread uthread_info.c Log: Make the name parameter const char *. Revision Changes Path 1.9 +2 -2 src/include/pthread_np.h 1.20 +2 -2 src/lib/libc_r/uthread/uthread_info.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 22:29: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 8A9FD37B401; Fri, 10 Aug 2001 22:29:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B5Tu510821; Fri, 10 Aug 2001 22:29:56 -0700 (PDT) (envelope-from kris) Message-Id: <200108110529.f7B5Tu510821@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 22:29:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/afd 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/08/10 22:29:56 PDT Modified files: ftp/afd Makefile Log: This port installs 88 setuid root binaries. That cannot be correct; forbid it. Revision Changes Path 1.2 +3 -1 ports/ftp/afd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 23: 0: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 36E1137B409; Fri, 10 Aug 2001 23:00:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B60Pn12511; Fri, 10 Aug 2001 23:00:25 -0700 (PDT) (envelope-from kris) Message-Id: <200108110600.f7B60Pn12511@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 23:00:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/fsgs 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/08/10 23:00:25 PDT Modified files: games/fsgs Makefile Log: This port should be installing things setgid games, not setuid games. Make the change but mark the port FORBIDDEN because it probably needs to be able to write to some of the files/directories it installs, and so won't work with this change. I'll let the maintainer fix that. Revision Changes Path 1.3 +5 -3 ports/games/fsgs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 23:12: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 9A9B637B407; Fri, 10 Aug 2001 23:12:49 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B6Cnx16062; Fri, 10 Aug 2001 23:12:49 -0700 (PDT) (envelope-from ade) Message-Id: <200108110612.f7B6Cnx16062@freefall.freebsd.org> From: Ade Lovett Date: Fri, 10 Aug 2001 23:12:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells Makefile ports/shells/hmmah 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 ade 2001/08/10 23:12:49 PDT Modified files: shells Makefile Removed files: shells/hmmah Makefile distinfo pkg-comment pkg-descr pkg-plist Log: 1. This should never have been a port 2. It causes bash2 to core on my 4.3-STABLE box randomly 3. Since bash is a likely contender for any Linux converts, the last thing we need is for them to grep through the ports INDEX file, install this, destabilize their FreeBSD box, and generate bad PR 4. (portmgr hat on) it was not added in an appropriate manner. Should the original submitter wish to re-evaluate points 1-4 above, then we'll consider re-adding it. For now, it's toast. Revision Changes Path 1.35 +1 -2 ports/shells/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 23:13: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 32B0137B409; Fri, 10 Aug 2001 23:13:29 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B6DTG16114; Fri, 10 Aug 2001 23:13:29 -0700 (PDT) (envelope-from ade) Message-Id: <200108110613.f7B6DTG16114@freefall.freebsd.org> From: Ade Lovett Date: Fri, 10 Aug 2001 23:13: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 ade 2001/08/10 23:13:29 PDT Modified files: . modules Log: Remove ports/shells/hmmah Revision Changes Path 1.3631 +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 Fri Aug 10 23:28:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B6DB37B407; Fri, 10 Aug 2001 23:28:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B6SVI16786; Fri, 10 Aug 2001 23:28:31 -0700 (PDT) (envelope-from kris) Message-Id: <200108110628.f7B6SVI16786@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 23:28:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/fmio/files patch-Makefile patch-mixer.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/08/10 23:28:31 PDT Added files: audio/fmio/files patch-Makefile patch-mixer.c Log: Don't smash the stack in the '-x' option (local root exploit). The -x option doesn't seem to actually _work_, but that's not my problem. Don't install this binary setuid root: that's what UNIX file permissions on the device node were invented for. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 23:28:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1FA337B42C; Fri, 10 Aug 2001 23:28:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B6Se316803; Fri, 10 Aug 2001 23:28:40 -0700 (PDT) (envelope-from asami) Message-Id: <200108110628.f7B6Se316803@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 10 Aug 2001 23:28:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/08/10 23:28:40 PDT Modified files: . INDEX Log: New index with 5,615 ports.......... Revision Changes Path 1.343 +619 -594 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 23: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 04C8437B403; Fri, 10 Aug 2001 23:28:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B6Sr716839; Fri, 10 Aug 2001 23:28:53 -0700 (PDT) (envelope-from kris) Message-Id: <200108110628.f7B6Sr716839@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 23:28:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/fmio 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/08/10 23:28:53 PDT Modified files: audio/fmio Makefile Log: Bump portrevision to note security fix Revision Changes Path 1.3 +2 -1 ports/audio/fmio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 23: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 8986637B406; Fri, 10 Aug 2001 23:49:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B6nJo18086; Fri, 10 Aug 2001 23:49:19 -0700 (PDT) (envelope-from kris) Message-Id: <200108110649.f7B6nJo18086@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 23:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xjump 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/08/10 23:49:19 PDT Modified files: games/xjump Makefile Log: Install the binary mode 2755, not 2775. There is further evidence of crack-smoking by the committer in the pkg-message which needs to be fixed. Revision Changes Path 1.3 +2 -2 ports/games/xjump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 23:50: 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 DA13237B403; Fri, 10 Aug 2001 23:50:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B6o0H18146; Fri, 10 Aug 2001 23:50:00 -0700 (PDT) (envelope-from kris) Message-Id: <200108110650.f7B6o0H18146@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 23:50:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xjump 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/08/10 23:50:00 PDT Modified files: games/xjump Makefile Log: Bump portrevision so people update to the new file permissions. Revision Changes Path 1.4 +2 -1 ports/games/xjump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 10 23:59: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 57C8D37B403; Fri, 10 Aug 2001 23:59:04 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B6x4419014; Fri, 10 Aug 2001 23:59:04 -0700 (PDT) (envelope-from kris) Message-Id: <200108110659.f7B6x4419014@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 10 Aug 2001 23:59:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/xcept Makefile ports/comms/xcept/files 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 kris 2001/08/10 23:59:03 PDT Modified files: comms/xcept Makefile comms/xcept/files patch-ab Log: Don't install ceptd setuid root: it's a daemon you run as root from inetd.conf, so it doesn't need the additional privileges. This port still bogusly hardcodes /usr/local as the installation directory. Revision Changes Path 1.13 +2 -1 ports/comms/xcept/Makefile 1.2 +1 -1 ports/comms/xcept/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 Aug 11 0:11: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 EED8437B407; Sat, 11 Aug 2001 00:11:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B7BEx22653; Sat, 11 Aug 2001 00:11:14 -0700 (PDT) (envelope-from kris) Message-Id: <200108110711.f7B7BEx22653@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 11 Aug 2001 00:11:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping6 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/08/11 00:11:14 PDT Modified files: sbin/ping6 Makefile Log: Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', which is the wrong value on FreeBSD). MFC after: 1 week Revision Changes Path 1.6 +1 -3 src/sbin/ping6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 0:20: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 294AD37B403; Sat, 11 Aug 2001 00:20:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B7K0J23123; Sat, 11 Aug 2001 00:20:00 -0700 (PDT) (envelope-from kris) Message-Id: <200108110720.f7B7K0J23123@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 11 Aug 2001 00:19:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/ladder Makefile ports/games/ladder/files patch-ac patch-ad patch-ae patch-af patch-ag 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 kris 2001/08/11 00:19:59 PDT Modified files: games/ladder Makefile games/ladder/files patch-aa patch-ab Added files: games/ladder/files patch-ac patch-ad patch-ae patch-af patch-ag Log: Install this setgid games, not setuid games. Respect CC and CFLAGS. Split the patches into one file per patch, per the porters handbook. Bump PORTREVISION to not setuid->setgid change. Revision Changes Path 1.5 +2 -1 ports/games/ladder/Makefile 1.2 +0 -8 ports/games/ladder/files/patch-aa 1.2 +10 -97 ports/games/ladder/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 Aug 11 0: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 D56C337B406; Sat, 11 Aug 2001 00:27:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B7RiW23757; Sat, 11 Aug 2001 00:27:44 -0700 (PDT) (envelope-from kris) Message-Id: <200108110727.f7B7RiW23757@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 11 Aug 2001 00:27:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/ruboard Makefile ports/www/ruboard/files 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 kris 2001/08/11 00:27:44 PDT Modified files: www/ruboard Makefile Added files: www/ruboard/files patch-ab Log: rubstub shouldn't be installed setgid wheel. Bump PORTREVISION. Revision Changes Path 1.6 +2 -1 ports/www/ruboard/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 1: 3:56 2001 Delivered-To: cvs-all@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 1F6E837B405; Sat, 11 Aug 2001 01:03:49 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id 0F7C3BA03; Sat, 11 Aug 2001 10:03:48 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 55B82BA02; Sat, 11 Aug 2001 10:03:45 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id 01A53532; Sat, 11 Aug 2001 10:03:44 +0200 (METDST) Subject: Re: cvs commit: src/sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h src/sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ing.c i4b_ispppsubr.c i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_is In-Reply-To: <200108102129.f7ALTeG82118@intruder.bmah.org> "from Bruce A. Mah at Aug 10, 2001 02:29:40 pm" To: bmah@FreeBSD.org Date: Sat, 11 Aug 2001 10:03:44 +0200 (METDST) Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010811080344.01A53532@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) X-Virus-Scanned: by AMaViS perl-11 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From the keyboard of Bruce A. Mah: > This is an MFC of *what* version? As far as I can tell from the cvs > logs, i4b in -CURRENT is version 0.96.00. Otherwise, I am seriously > confused (as are the release notes)...did I miss something? I4b in current is 1.00.1. The reference for this is to be found in /usr/src/sys/i386/include/i4b_ioctl.h: #define VERSION 1 /* version number */ #define REL 0 /* release number */ #define STEP 1 /* release step */ With regards to the release notes, i took care to update them properly. Shortly after i upgraded current to 1.00.1 they were removed from the tree and i have to admit that i have no idea where they went to and what i have to update (same in -stable, no releasenotes anymore ..). hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 1:56:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F09BF37B40A; Sat, 11 Aug 2001 01:56:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B8uWu32385; Sat, 11 Aug 2001 01:56:32 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108110856.f7B8uWu32385@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 11 Aug 2001 01:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/m4 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/08/11 01:56:32 PDT Modified files: devel/m4 Makefile Log: Replace spaces with tabs where appropriate. Revision Changes Path 1.16 +3 -3 ports/devel/m4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 2:22: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0B4437B403; Sat, 11 Aug 2001 02:22:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B9M5t36912; Sat, 11 Aug 2001 02:22:05 -0700 (PDT) (envelope-from knu) Message-Id: <200108110922.f7B9M5t36912@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 02:22:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade 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/08/11 02:22:05 PDT Modified files: sysutils/portupgrade Makefile distinfo pkg-plist Log: Update to 20010811. portsclean: - Rewrite in Ruby and implement the distfiles cleaner. [new] portsdb: - Show a progress message while updating INDEX.*. - Record version information into INDEX.rdo. - Record category information into INDEX.rdo and enhance the API accordingly. - Introduce the automatic PORTS_DBDIR selector. Now it will use whichever writable directory in the following ones: $PORTS_DBDIR, $PORTS_DIR, /usr/ports, $PKG_DBDIR, /var/db/pkg, $TMPDIR, /var/tmp, /tmp (checked in the order named) portcvsweb: - New tool: a tool to open CVSweb to view a CVS log. [new] Revision Changes Path 1.40 +4 -2 ports/sysutils/portupgrade/Makefile 1.37 +1 -1 ports/sysutils/portupgrade/distinfo 1.13 +2 -0 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 Sat Aug 11 2:30: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.127.131]) by hub.freebsd.org (Postfix) with ESMTP id 155F737B401; Sat, 11 Aug 2001 02:29:58 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp1.xs4all.nl (8.9.3/8.9.3) with ESMTP id LAA23846; Sat, 11 Aug 2001 11:29:55 +0200 (CEST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.4/8.11.4) id f7B9Ts421512; Sat, 11 Aug 2001 11:29:54 +0200 (CEST) (envelope-from wkb) Date: Sat, 11 Aug 2001 11:29:54 +0200 From: Wilko Bulte To: Wesley Morgan Cc: =?iso-8859-1?Q?S=F8ren_Schmidt?= , Thomas Moestl , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c Message-ID: <20010811112954.A21498@freebie.xs4all.nl> References: <200108101812.f7AICeL54991@freebsd.dk> <20010810212303.R57268-100000@volatile.chemikals.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20010810212303.R57268-100000@volatile.chemikals.org>; from morganw@chemikals.org on Fri, Aug 10, 2001 at 09:25:28PM -0400 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 10, 2001 at 09:25:28PM -0400, Wesley Morgan wrote: > On Fri, 10 Aug 2001, Søren Schmidt wrote: > > > Anyhow, I would have liked to test such a patch first, especially > > before it goes into a soon to be release, lets hope it doesn't > > have any side effects... > > It has the irritating side effect of changing dd behavior so that I can't > create an ISO image from a data CD w/o specifying the block size... Took > me a while to figure that out. There has to be a way to continue the > "rounding" without overflowing buffers or something... I dunno... People > who are used to the old behavior may trigger a rash of "unable to rip a > cd" messages. I think 'readcd' does exactly what you want. -- | / o / / _ Arnhem, The Netherlands email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 2:32:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFCF437B403; Sat, 11 Aug 2001 02:32:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B9W9M37589; Sat, 11 Aug 2001 02:32:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200108110932.f7B9W9M37589@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 11 Aug 2001 02:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake Makefile ports/devel/automake/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/08/11 02:32:09 PDT Modified files: devel/automake Makefile devel/automake/files patch-ad Log: Turn famous `duplicated macro ...' into a warning rather than an error. Revision Changes Path 1.17 +2 -1 ports/devel/automake/Makefile 1.3 +17 -5 ports/devel/automake/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 2:35:15 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp9.xs4all.nl (smtp9.xs4all.nl [194.109.127.135]) by hub.freebsd.org (Postfix) with ESMTP id 8985B37B403; Sat, 11 Aug 2001 02:35:09 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp9.xs4all.nl (8.9.3/8.9.3) with ESMTP id LAA20683; Sat, 11 Aug 2001 11:35:08 +0200 (CEST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.4/8.11.4) id f7B9Z7H21561; Sat, 11 Aug 2001 11:35:07 +0200 (CEST) (envelope-from wkb) Date: Sat, 11 Aug 2001 11:35:07 +0200 From: Wilko Bulte To: Hellmuth Michaelis Cc: bmah@FreeBSD.ORG, "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h src/sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ing.c i4b_ispppsubr.c i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_is Message-ID: <20010811113507.B21498@freebie.xs4all.nl> References: <200108102129.f7ALTeG82118@intruder.bmah.org> <20010811080344.01A53532@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010811080344.01A53532@hcswork.hcs.de>; from hm@hcs.de on Sat, Aug 11, 2001 at 10:03:44AM +0200 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Aug 11, 2001 at 10:03:44AM +0200, Hellmuth Michaelis wrote: > >From the keyboard of Bruce A. Mah: > > > This is an MFC of *what* version? As far as I can tell from the cvs > > logs, i4b in -CURRENT is version 0.96.00. Otherwise, I am seriously > > confused (as are the release notes)...did I miss something? > > I4b in current is 1.00.1. The reference for this is to be found in > /usr/src/sys/i386/include/i4b_ioctl.h: > > #define VERSION 1 /* version number */ > #define REL 0 /* release number */ > #define STEP 1 /* release step */ > > With regards to the release notes, i took care to update them properly. > Shortly after i upgraded current to 1.00.1 they were removed from the > tree and i have to admit that i have no idea where they went to and > what i have to update (same in -stable, no releasenotes anymore ..). I think you might want to search the archives for relnotesNG. They are now hiding below /usr/src/release/doc/ in SGML format. -- | / o / / _ Arnhem, The Netherlands email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 2:43: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9997B37B401; Sat, 11 Aug 2001 02:43:04 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B9h4538446; Sat, 11 Aug 2001 02:43:04 -0700 (PDT) (envelope-from schweikh) Message-Id: <200108110943.f7B9h4538446@freefall.freebsd.org> From: Jens Schweikhardt Date: Sat, 11 Aug 2001 02:43:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/08/11 02:43:04 PDT Modified files: etc rpc Log: Add sgi_fam 391002, file alteration monitor. PR: 25925 Submitted by: Jeremy Norris MFC after: 5 weeks Revision Changes Path 1.10 +2 -1 src/etc/rpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 3: 7: 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 BF10B37B403; Sat, 11 Aug 2001 03:07:06 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BA76852910; Sat, 11 Aug 2001 03:07:06 -0700 (PDT) (envelope-from knu) Message-Id: <200108111007.f7BA76852910@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 03:07:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade 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/08/11 03:07:06 PDT Modified files: sysutils/portupgrade Makefile Log: Add a hotfix to support the "MD5 (file) = IGNORE" case. Revision Changes Path 1.41 +4 -1 ports/sysutils/portupgrade/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 4:13:32 2001 Delivered-To: cvs-all@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 117EE37B40A; Sat, 11 Aug 2001 04:13:21 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id 79CCBBA03; Sat, 11 Aug 2001 13:13:19 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 2EAE1BA02; Sat, 11 Aug 2001 13:13:18 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id F0A10532; Sat, 11 Aug 2001 13:13:17 +0200 (METDST) Subject: Re: cvs commit: src/sys/i4b/capi README capi.h capi_l4if.c capi_llif.c capi_msgs.c capi_msgs.h src/sys/i4b/capi/iavc iavc.h iavc_card.c iavc_isa.c iavc_lli.c iavc_pci.c src/sys/i4b/driver i4b_ing.c i4b_ispppsubr.c i4b_bsdi_ibc.c i4b_ctl.c i4b_ipr.c i4b_is In-Reply-To: <20010811113507.B21498@freebie.xs4all.nl> "from Wilko Bulte at Aug 11, 2001 11:35:07 am" To: Wilko Bulte Date: Sat, 11 Aug 2001 13:13:17 +0200 (METDST) Cc: Hellmuth Michaelis , bmah@FreeBSD.ORG, "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 Message-Id: <20010811111317.F0A10532@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) X-Virus-Scanned: by AMaViS perl-11 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From=20the keyboard of Wilko Bulte: > > With regards to the release notes, i took care to update them properly. > > Shortly after i upgraded current to 1.00.1 they were removed from the > > tree and i have to admit that i have no idea where they went to and > > what i have to update (same in -stable, no releasenotes anymore ..). >=20 > I think you might want to search the archives for relnotesNG. They > are now hiding below /usr/src/release/doc/ in SGML format. There are for shure good sides in the conversion to SGML. The bad side is that i=B4m no longer able to update the release notes and related informati= on myself [ 1/2 ;-) / 1/2 :-( ] without learning SGML first. Which i refuse to do at the moment. hellmuth --=20 Hellmuth Michaelis Tel +49 40 55 97 47= -70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47= -77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.= de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 4:55: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 7334637B40E; Sat, 11 Aug 2001 04:55:35 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BBtZm92349; Sat, 11 Aug 2001 04:55:35 -0700 (PDT) (envelope-from markm) Message-Id: <200108111155.f7BBtZm92349@freefall.freebsd.org> From: Mark Murray Date: Sat, 11 Aug 2001 04:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Text-CSV 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 markm 2001/08/11 04:55:34 PDT Modified files: textproc Makefile Added files: textproc/p5-Text-CSV Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add YA perl module for dealing with Comma-Separated-Values (CSV) files. Revision Changes Path 1.225 +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 Sat Aug 11 5: 0: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 6FFAE37B409; Sat, 11 Aug 2001 05:00:19 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BC0JY92861; Sat, 11 Aug 2001 05:00:19 -0700 (PDT) (envelope-from markm) Message-Id: <200108111200.f7BC0JY92861@freefall.freebsd.org> From: Mark Murray Date: Sat, 11 Aug 2001 05:00:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-Cryptix 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 markm 2001/08/11 05:00:19 PDT Modified files: security Makefile Added files: security/p5-Crypt-Cryptix Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add YA Perl crypto library. This one does Blowfish, IDEA and DES. Revision Changes Path 1.218 +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 Aug 11 5: 2: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E77437B405; Sat, 11 Aug 2001 05:02:02 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BC22392985; Sat, 11 Aug 2001 05:02:02 -0700 (PDT) (envelope-from markm) Message-Id: <200108111202.f7BC22392985@freefall.freebsd.org> From: Mark Murray Date: Sat, 11 Aug 2001 05:02:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Crypt-Cryptix/files patch-Crypt-Blowfish::Blowfish.xs patch-Crypt-DES::DES.xs patch-Crypt-IDEA::IDEA.xs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/08/11 05:02:02 PDT Added files: security/p5-Crypt-Cryptix/files patch-Crypt-Blowfish::Blowfish.xs patch-Crypt-DES::DES.xs patch-Crypt-IDEA::IDEA.xs Log: Damn. Didn't add these with the rest of the port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 5:26: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id BD4FA37B405; Sat, 11 Aug 2001 05:25:57 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id E6476BA03; Sat, 11 Aug 2001 14:25:56 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id A251CBA02; Sat, 11 Aug 2001 14:25:55 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id 81354529; Sat, 11 Aug 2001 14:25:55 +0200 (METDST) Subject: Re: cvs commit: src/usr.sbin/i4b/man i4bcapi.4 i4bing.4 iavc.4 ifpi.4 ifpnp.4 ihfc.4 itjc.4 iwic.4 In-Reply-To: <200108102328.f7ANSiF58939@freefall.freebsd.org> "from David E. O'Brien at Aug 10, 2001 04:28:43 pm" To: "David E. O'Brien" Date: Sat, 11 Aug 2001 14:25:55 +0200 (METDST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20010811122555.81354529@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) X-Virus-Scanned: by AMaViS perl-11 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From the keyboard of David E. O'Brien: > obrien 2001/08/10 16:28:43 PDT > > Added files: (Branch: RELENG_4) > usr.sbin/i4b/man i4bcapi.4 i4bing.4 iavc.4 ifpi.4 ifpnp.4 > ihfc.4 itjc.4 iwic.4 > Log: > MFC: update to 1.01. Thank you for your work on that, David! It compiles (also LINT) and runs fine here on a freshly cvsupped "FreeBSD 4.4-PRERELEASE" here now. Looks good! :-) hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 5:37:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2842F37B407; Sat, 11 Aug 2001 05:37:56 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BCbuq97824; Sat, 11 Aug 2001 05:37:56 -0700 (PDT) (envelope-from markm) Message-Id: <200108111237.f7BCbuq97824@freefall.freebsd.org> From: Mark Murray Date: Sat, 11 Aug 2001 05:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.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 markm 2001/08/11 05:37:55 PDT Modified files: lib/libpam/modules/pam_ssh pam_ssh.c Log: Fix: /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c has couple of bugs which cause: 1) xdm dumps core 2) ssh1 private key is not passed to ssh-agent 3) ssh2 RSA key seems not handled properly (just a guess from source) 4) ssh_get_authentication_connectionen() fails to get connection because of SSH_AUTH_SOCK not defined. PR: 29609 Submitted by: Takanori Saneto Revision Changes Path 1.16 +9 -8 src/lib/libpam/modules/pam_ssh/pam_ssh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 7: 8: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAD0937B403; Sat, 11 Aug 2001 07:08:00 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BE80Q16902; Sat, 11 Aug 2001 07:08:00 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200108111408.f7BE80Q16902@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sat, 11 Aug 2001 07:08:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/arirang Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/08/11 07:08:00 PDT Modified files: security/arirang Makefile distinfo pkg-plist Log: Update to 1.6beta PR: 29623 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/security/arirang/Makefile 1.2 +1 -1 ports/security/arirang/distinfo 1.2 +1 -0 ports/security/arirang/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 Aug 11 7: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 64C4F37B40B; Sat, 11 Aug 2001 07:22:33 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BEMXS18077; Sat, 11 Aug 2001 07:22:33 -0700 (PDT) (envelope-from markm) Message-Id: <200108111422.f7BEMXS18077@freefall.freebsd.org> From: Mark Murray Date: Sat, 11 Aug 2001 07:22:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su Makefile su.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 markm 2001/08/11 07:22:33 PDT Modified files: usr.bin/su Makefile su.c Log: WARNS=2 type cleanup. WARNS=2 cannot be enable because of an unresolvable conflict in arg 2 of execv(). Document this in the Makefile. Reviewed by: bde (su.c only) Revision Changes Path 1.33 +5 -1 src/usr.bin/su/Makefile 1.40 +6 -6 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 7:24: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 5D03837B40B; Sat, 11 Aug 2001 07:24:13 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BEODQ18193; Sat, 11 Aug 2001 07:24:13 -0700 (PDT) (envelope-from markm) Message-Id: <200108111424.f7BEODQ18193@freefall.freebsd.org> From: Mark Murray Date: Sat, 11 Aug 2001 07:24:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su su.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 markm 2001/08/11 07:24:13 PDT Modified files: usr.bin/su su.c Log: Set the RUSER for PAM so that (eg) kerberos can set up tickets properly. Revision Changes Path 1.41 +2 -0 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 8: 1: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 67BB237B408; Sat, 11 Aug 2001 08:01:12 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BF1CO20457; Sat, 11 Aug 2001 08:01:12 -0700 (PDT) (envelope-from ume) Message-Id: <200108111501.f7BF1CO20457@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 11 Aug 2001 08:01:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_init.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/08/11 08:01:12 PDT Modified files: lib/libc/net res_init.c Log: Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4 is stored in _res_ext.sort_list, and sortlist for IPv4 is stored in _res.sort_list for backward compatibility. However, both sort_list's are maintaind by just one index _res.nsort. So, when IPv6 address is specified to sortlist, empty entry was created in _res.sort_list. It broke sortlist facility of gethostbyname(). Discussed on users@jp.ipv6.org. Revision Changes Path 1.25 +4 -1 src/lib/libc/net/res_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 8:16:16 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (xwing.creative.net.au [203.56.168.36]) by hub.freebsd.org (Postfix) with ESMTP id 2163337B407; Sat, 11 Aug 2001 08:16:05 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id B7AE4579; Fri, 10 Aug 2001 13:31:32 +0100 (BST) Date: Fri, 10 Aug 2001 13:31:32 +0100 From: Josef Karthauser To: Eivind Eklund Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Remote CVS/Template Message-ID: <20010810133132.G624@tao.org.uk> References: <3B4F1FCD.7F2D4842@FreeBSD.org> <20010713120140Q.jkh@osd.bsdi.com> <20010713211017.A57434@heechee.tobez.org> <20010713123241X.jkh@osd.bsdi.com> <200107132214.f6DMET571067@earth.backplane.com> <20010715143503.A10888@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="HSQ3hISbU3Um6hch" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010715143503.A10888@FreeBSD.org>; from eivind@FreeBSD.org on Sun, Jul 15, 2001 at 02:35:03PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --HSQ3hISbU3Um6hch Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 15, 2001 at 02:35:03PM +0200, Eivind Eklund wrote: > On Fri, Jul 13, 2001 at 03:14:29PM -0700, Matt Dillon wrote: > > > I don't think so, and it really should be in the committer's guide. > > > That's a strong hint to the folks who implemented it. :) > >=20 > > It's in CVSROOT/rcstemplate, but for the life of me I can't figure = out > > how to get the cvs commit I do on my local machine to use the rcste= mplate > > sitting on freefall when it brings up the editor session. Anybody = know? >=20 > Short answer: You can't without changing CVS. >=20 > Long answer: When the CVS client is used locally, it does not create > CVS/Template, as the template is easy to get from the local repository. >=20 > When the CVS client does a remote checkout, it creates CVS/Template for u= se > when committing. This avoids the need to do a separate checkout of the > template from the server at the time of each commit, and allows the > implementation of remote commit based on just pushing all data and a sing= le > command to the server, followed by getting responses from the server. >=20 > In order to change this, we'd need to do several commands in order to fet= ch > the template and commit during a single remote operation (ie, without hav= ing > the user authenticate several times.) This does, according to the protocol > documentation, probably not work correctly in the present server > implementation. >=20 > There are a couple of ways to solve or work around the problem at hand: > (1) Fix the CVS server to support multiple commands correctly, update the > server, and change the client to use multiple commands. This will ma= ke our > CVS client not work against older servers. It could be controlled by= a > configuration option, of course, or a cache of broken servers could be > created by cvs (so the user only get one failure.) >=20 > (2) Make the client look in the OLD CVSROOT (as specified by CVS/Root) wh= en > doing a remote commit where there is no CVS/Template, and the old CVS= /Root > points at a local repository. >=20 > (3) Make the client look in the OLD CVSROOT (as specified by CVS/Root) wh= en > doing a remote commit, no matter if there is a CVS/Template, as long = as > the old CVS/Root points at a local repository. >=20 > (4) Make the CVS client create CVS/Template even when checking out locall= y. >=20 > (5) Make the CVS client create CVS/Template even when checking out locall= y, > and update it on 'cvs update' if it is out of date. >=20 > (6) Manually update CVS/Template locally by doing a > find [srcdir] -type -d -name CVS \=20 > -exec ln -fs ${CVSROOT}/CVSROOT/rcstemplate \{\}/Template \; > This will let you use the template in your local CVS repository, > kept up to date with cvsup. >=20 >=20 > My personal opinion is that the best workaround for this problem would > probably be (5), implemented using hardlinks between various CVS director= ies > to minimize the space/time impact. This also avoids the problem of CVS > slowdown for checking out the template during commit. [Whole message included for context.] It's a bit more complicated than that though isn't it? The Template file doesn't exist locally as such. There's a mechanism in that selects the correct template to use depending upon in which directory the change is being made. The CVSROOT/rcsinfo file contains regular expressions and the name of the file to be used as the Template. In our case we've got a single entry: ALL $CVSROOT/CVSROOT/rcstemplate This means that rcstemplate gets used universally as the Template within our repository, but in general this isn't the case. Can you think of a work around for this too? Joe --HSQ3hISbU3Um6hch Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtz1CMACgkQXVIcjOaxUBZgPQCgr/MCgA7UnDDkWV3+0DRYYaQl jqIAoN3ZrfB2rvgAC2TVCauEVuDZAwEc =mcGx -----END PGP SIGNATURE----- --HSQ3hISbU3Um6hch-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 8:19: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 BD57237B407; Sat, 11 Aug 2001 08:19:26 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BFJQ124852; Sat, 11 Aug 2001 08:19:26 -0700 (PDT) (envelope-from roger) Message-Id: <200108111519.f7BFJQ124852@freefall.freebsd.org> From: Roger Hardiman Date: Sat, 11 Aug 2001 08:19:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openh323 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 roger 2001/08/11 08:19:26 PDT Modified files: net/openh323 Makefile distinfo Log: Upgrade to version 1.6.0 with pwlib 1.1.36. This version adds support for the latest FreeBSD driver for the Quicknet ISA and PCI telephony cards. These card have hardware G.723.1 audio codecs onboard and also let you plug in a normal phone so you can do VoIP apps with a normal telephone handset. Revision Changes Path 1.23 +4 -4 ports/net/openh323/Makefile 1.11 +2 -2 ports/net/openh323/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 8:27: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 4AC0237B405; Sat, 11 Aug 2001 08:27:43 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BFRhP25439; Sat, 11 Aug 2001 08:27:43 -0700 (PDT) (envelope-from roger) Message-Id: <200108111527.f7BFRhP25439@freefall.freebsd.org> From: Roger Hardiman Date: Sat, 11 Aug 2001 08:27:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openmcu 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 roger 2001/08/11 08:27:43 PDT Modified files: net/openmcu Makefile distinfo Log: Upgrade to version 1.0.9 which adds two new audio codecs. Revision Changes Path 1.7 +3 -3 ports/net/openmcu/Makefile 1.6 +1 -1 ports/net/openmcu/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 8:54: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 1965637B401; Sat, 11 Aug 2001 08:54:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BFsk028053; Sat, 11 Aug 2001 08:54:46 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108111554.f7BFsk028053@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 11 Aug 2001 08:54:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/cxsc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/math/cxsc/files patch-Makefile patch-src::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/11 08:54:45 PDT Modified files: math Makefile Added files: math/cxsc Makefile distinfo pkg-comment pkg-descr pkg-plist math/cxsc/files patch-Makefile patch-src::Makefile Log: add cxsc C++ class library for eXtended Scientific Computing Revision Changes Path 1.136 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 8: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 7EA6437B405; Sat, 11 Aug 2001 08:54:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BFsmD28088; Sat, 11 Aug 2001 08:54:48 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108111554.f7BFsmD28088@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 11 Aug 2001 08:54: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/08/11 08:54:48 PDT Modified files: . modules Log: cxsc --> ports/math/cxsc Revision Changes Path 1.3632 +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 Aug 11 10:12:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE2EB37B403; Sat, 11 Aug 2001 10:12:38 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHCc239507; Sat, 11 Aug 2001 10:12:38 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108111712.f7BHCc239507@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 11 Aug 2001 10:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/ttf2pt1 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/ttf2pt1/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/08/11 10:12:38 PDT Modified files: print Makefile Added files: print/ttf2pt1 Makefile distinfo pkg-comment pkg-descr pkg-plist print/ttf2pt1/files patch-Makefile Log: add ttf2pt1 True Type Font to Postscript Type 1 Converter Revision Changes Path 1.165 +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 Aug 11 10:12: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 6467D37B40C; Sat, 11 Aug 2001 10:12:42 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHCgn39548; Sat, 11 Aug 2001 10:12:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200108111712.f7BHCgn39548@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 11 Aug 2001 10:12: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/08/11 10:12:42 PDT Modified files: . modules Log: ttf2pt1 --> ports/print/ttf2pt1 Revision Changes Path 1.3633 +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 Aug 11 10:17: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 2FE5B37B403; Sat, 11 Aug 2001 10:17:23 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHHNx39817; Sat, 11 Aug 2001 10:17:23 -0700 (PDT) (envelope-from ache) Message-Id: <200108111717.f7BHHNx39817@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 11 Aug 2001 10:17:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mnoGoSearch-current 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/08/11 10:17:23 PDT Modified files: www/mnoGoSearch-current Makefile Log: Remove NO_LATEST_LINK, this is stable version now Revision Changes Path 1.28 +1 -3 ports/www/mnoGoSearch-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 10:38: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 241E637B405; Sat, 11 Aug 2001 10:38:06 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHc6l41309; Sat, 11 Aug 2001 10:38:06 -0700 (PDT) (envelope-from yar) Message-Id: <200108111738.f7BHc6l41309@freefall.freebsd.org> From: Yar Tikhiy Date: Sat, 11 Aug 2001 10:38:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ehnt Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/ehnt/files ehnt.1 ehntserv.8 ehntserv.sh.sample patch-Makefile patch-config-h patch-ehnt-lookup X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/11 10:38:05 PDT Modified files: net Makefile Added files: net/ehnt Makefile distinfo pkg-comment pkg-descr pkg-plist net/ehnt/files ehnt.1 ehntserv.8 ehntserv.sh.sample patch-Makefile patch-config-h patch-ehnt-lookup Log: New port: net/ehnt - A simple Cisco NetFlow data collector This is a lightweight but well-featured tool for collecting NetFlow version 5 packets from Cisco routers. The implementation includes a simple UDP-to-TCP converting server, which may be used to replicate NetFlow data to multiple clients. WWW: http://ehnt.sourceforge.net/ PR: ports/29459 Submitted by: Dmitry Morozovsky Revision Changes Path 1.585 +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 Aug 11 10: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 026CC37B407; Sat, 11 Aug 2001 10:38:09 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHc8Q41347; Sat, 11 Aug 2001 10:38:08 -0700 (PDT) (envelope-from yar) Message-Id: <200108111738.f7BHc8Q41347@freefall.freebsd.org> From: Yar Tikhiy Date: Sat, 11 Aug 2001 10:38:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/11 10:38:08 PDT Modified files: . modules Log: ehnt --> ports/net/ehnt Revision Changes Path 1.3634 +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 Aug 11 10:51: 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 BE7B437B401; Sat, 11 Aug 2001 10:50:58 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHowv42424; Sat, 11 Aug 2001 10:50:58 -0700 (PDT) (envelope-from dd) Message-Id: <200108111750.f7BHowv42424@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 10:50:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/11 10:50:58 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: I4B is actually version 1.0.1. Revision Changes Path 1.87 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 10:54: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 939B937B409; Sat, 11 Aug 2001 10:54:45 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHsjc42765; Sat, 11 Aug 2001 10:54:45 -0700 (PDT) (envelope-from dd) Message-Id: <200108111754.f7BHsjc42765@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 10:54:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/11 10:54:45 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: I4B 1.0.1. Revision Changes Path 1.22.2.48 +29 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 10:55:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CB2C37B403; Sat, 11 Aug 2001 10:55:07 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BHt7p42837; Sat, 11 Aug 2001 10:55:07 -0700 (PDT) (envelope-from dd) Message-Id: <200108111755.f7BHt7p42837@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 10:55:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/11 10:55:07 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note MFC of all the I4B stuff. Revision Changes Path 1.88 +7 -7 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11: 2:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 255F837B40A; Sat, 11 Aug 2001 11:02:29 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BI2Tc43572; Sat, 11 Aug 2001 11:02:29 -0700 (PDT) (envelope-from yar) Message-Id: <200108111802.f7BI2Tc43572@freefall.freebsd.org> From: Yar Tikhiy Date: Sat, 11 Aug 2001 11:02:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/11 11:02:29 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Dmitry Morozovsky to the list of additional contributors for his first port - net/ehnt. Revision Changes Path 1.6 +5 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11: 3: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 2AA5E37B401; Sat, 11 Aug 2001 11:03:45 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BI3j043800; Sat, 11 Aug 2001 11:03:45 -0700 (PDT) (envelope-from yar) Message-Id: <200108111803.f7BI3j043800@freefall.freebsd.org> From: Yar Tikhiy Date: Sat, 11 Aug 2001 11:03:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/11 11:03:45 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add a missing space before email. Revision Changes Path 1.7 +2 -2 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11: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 8D6B237B405; Sat, 11 Aug 2001 11:19:11 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIJBW48483; Sat, 11 Aug 2001 11:19:11 -0700 (PDT) (envelope-from ache) Message-Id: <200108111819.f7BIJBW48483@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 11 Aug 2001 11:19:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/arc Makefile ports/archivers/arc/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/08/11 11:19:11 PDT Modified files: archivers/arc Makefile archivers/arc/files patch-aj Log: Protect against bad entry size in header Revision Changes Path 1.13 +2 -1 ports/archivers/arc/Makefile 1.2 +12 -2 ports/archivers/arc/files/patch-aj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11:20: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 31D7937B40A; Sat, 11 Aug 2001 11:20:25 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIKP348694; Sat, 11 Aug 2001 11:20:25 -0700 (PDT) (envelope-from dd) Message-Id: <200108111820.f7BIKP348694@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 11:20:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/figlet-fonts Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/figlet-fonts/files fontfiles X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/11 11:20:25 PDT Modified files: misc Makefile Added files: misc/figlet-fonts Makefile distinfo pkg-comment pkg-descr pkg-plist misc/figlet-fonts/files fontfiles Log: Add figlet-fonts, a port that installs about 150 contributed fonts for misc/figlet. I didn't try to integrate this into the main figlet port since most of these are rather useless, although some are nice. Revision Changes Path 1.366 +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 Aug 11 11: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 8AD3137B416; Sat, 11 Aug 2001 11:20:30 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIKUE48734; Sat, 11 Aug 2001 11:20:30 -0700 (PDT) (envelope-from dd) Message-Id: <200108111820.f7BIKUE48734@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 11: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 dd 2001/08/11 11:20:30 PDT Modified files: . modules Log: figlet-fonts --> ports/misc/figlet-fonts Revision Changes Path 1.3635 +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 Aug 11 11:27:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD83337B401; Sat, 11 Aug 2001 11:27:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIRE949323; Sat, 11 Aug 2001 11:27:14 -0700 (PDT) (envelope-from brian) Message-Id: <200108111827.f7BIRE949323@freefall.freebsd.org> From: Brian Somers Date: Sat, 11 Aug 2001 11:27:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp Makefile ppp.8.m4 ppp.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 brian 2001/08/11 11:27:14 PDT Modified files: usr.sbin/ppp Makefile ppp.8.m4 Removed files: usr.sbin/ppp ppp.8 Log: Preprocess ppp.8.m4 into ppp.8, taking into account any compile time options used to build ppp. Currently, this is a no-op and only handles LOCALNAT and LOCALRAD cases. This will be used for the upcoming ipv6 changes, and allows a shared man page between OpenBSD and FreeBSD. Revision Changes Path 1.90 +7 -1 src/usr.sbin/ppp/Makefile 1.277 +41 -26 src/usr.sbin/ppp/ppp.8.m4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11: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 BB53B37B405; Sat, 11 Aug 2001 11:30:34 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIUY249707; Sat, 11 Aug 2001 11:30:34 -0700 (PDT) (envelope-from ache) Message-Id: <200108111830.f7BIUY249707@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 11 Aug 2001 11:30:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mnoGoSearch-current Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist ports/www/mnoGoSearch-current/files patch-aa patch-ab patch-ac spelld.sh-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 ache 2001/08/11 11:30:34 PDT Removed files: www/mnoGoSearch-current Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist www/mnoGoSearch-current/files patch-aa patch-ab patch-ac spelld.sh-dist Log: Moved to www/mnogosearch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11:32: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 48C9C37B406; Sat, 11 Aug 2001 11:32:17 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIWHJ49884; Sat, 11 Aug 2001 11:32:17 -0700 (PDT) (envelope-from ache) Message-Id: <200108111832.f7BIWHJ49884@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 11 Aug 2001 11:32: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 ache 2001/08/11 11:32:17 PDT Modified files: . modules Log: mnoGoSearch-current -> mnogosearch Revision Changes Path 1.3636 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11: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 92E1537B403; Sat, 11 Aug 2001 11:32:54 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIWsF49969; Sat, 11 Aug 2001 11:32:54 -0700 (PDT) (envelope-from wjv) Message-Id: <200108111832.f7BIWsF49969@freefall.freebsd.org> From: Johann Visagie Date: Sat, 11 Aug 2001 11:32:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope-cmf Makefile ports/www/zope-ptk 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 wjv 2001/08/11 11:32:54 PDT Modified files: www/zope-cmf Makefile Removed files: www/zope-ptk Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: The port www/zope-ptk has been repo-copied to www/zope-cmf, so: - Rename the port in www/zope-cmf/Makefile - Remove all files from www/zope-ptk Approved by: MAINTAINER Revision Changes Path 1.4 +2 -2 ports/www/zope-cmf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11:33: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 354C637B405; Sat, 11 Aug 2001 11:33:25 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIXOF50078; Sat, 11 Aug 2001 11:33:24 -0700 (PDT) (envelope-from dd) Message-Id: <200108111833.f7BIXOF50078@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 11:33:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/xslint 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 dd 2001/08/11 11:33:24 PDT Modified files: textproc Makefile Added files: textproc/xslint Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add xslint 005, an xSL(T) stylesheet checker maintained by Norman Walsh. PR: 29470 Submitted by: Alex Kapranoff Revision Changes Path 1.226 +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 Sat Aug 11 11:33: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 A958C37B40A; Sat, 11 Aug 2001 11:33:28 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIXSm50117; Sat, 11 Aug 2001 11:33:28 -0700 (PDT) (envelope-from dd) Message-Id: <200108111833.f7BIXSm50117@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 11:33:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/11 11:33:28 PDT Modified files: . modules Log: xslint --> ports/textproc/xslint Revision Changes Path 1.3637 +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 Aug 11 11:34: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 D25F037B401; Sat, 11 Aug 2001 11:34:09 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIY9050228; Sat, 11 Aug 2001 11:34:09 -0700 (PDT) (envelope-from ache) Message-Id: <200108111834.f7BIY9050228@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 11 Aug 2001 11:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www 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/08/11 11:34:09 PDT Modified files: www Makefile Log: mnoGoSearch-current -> mnogosearch Revision Changes Path 1.390 +2 -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 Sat Aug 11 11:37: 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 22FFB37B406; Sat, 11 Aug 2001 11:37:03 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIb3I50497; Sat, 11 Aug 2001 11:37:03 -0700 (PDT) (envelope-from ache) Message-Id: <200108111837.f7BIb3I50497@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 11 Aug 2001 11:37:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mnogosearch 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/08/11 11:37:03 PDT Modified files: www/mnogosearch Makefile Log: Fix comment Revision Changes Path 1.29 +2 -2 ports/www/mnogosearch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11:44: 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 6C19437B406; Sat, 11 Aug 2001 11:43:57 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BIhvJ51095; Sat, 11 Aug 2001 11:43:57 -0700 (PDT) (envelope-from brian) Message-Id: <200108111843.f7BIhvJ51095@freefall.freebsd.org> From: Brian Somers Date: Sat, 11 Aug 2001 11:43:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8.m4 Makefile ppp.8 X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/08/11 11:43:57 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp Makefile Added files: (Branch: NETGRAPH) usr.sbin/ppp ppp.8.m4 Removed files: (Branch: NETGRAPH) usr.sbin/ppp ppp.8 Log: MFC: Preprocess ppp.8.m4 into ppp.8 and sync other cosmetic changes Revision Changes Path 1.76.2.8 +11 -11 src/usr.sbin/ppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 11:55: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 ED5DE37B408; Sat, 11 Aug 2001 11:55:26 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BItQo51917; Sat, 11 Aug 2001 11:55:26 -0700 (PDT) (envelope-from dd) Message-Id: <200108111855.f7BItQo51917@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 11:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/http_ping 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 dd 2001/08/11 11:55:26 PDT Modified files: net Makefile Added files: net/http_ping Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add http_ping 20010709, a program that sends HTTP requests every few seconds and times how long they take. Similar to ping(8). Revision Changes Path 1.586 +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 Aug 11 11:55: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 D645237B425; Sat, 11 Aug 2001 11:55:32 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BItW451954; Sat, 11 Aug 2001 11:55:32 -0700 (PDT) (envelope-from dd) Message-Id: <200108111855.f7BItW451954@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 11:55:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/11 11:55:32 PDT Modified files: . modules Log: http_ping --> ports/net/http_ping Revision Changes Path 1.3638 +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 Aug 11 12: 2: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 2534837B401; Sat, 11 Aug 2001 12:02:49 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BJ2n952792; Sat, 11 Aug 2001 12:02:49 -0700 (PDT) (envelope-from jdp) Message-Id: <200108111902.f7BJ2n952792@freefall.freebsd.org> From: John Polstra Date: Sat, 11 Aug 2001 12:02:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2001/08/11 12:02:49 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add RELENG_4_3 and RELENG_4_3_0_RELEASE to the list of valid CVSup tags. I intentionally did not add RELENG_4_4_0_RELEASE, since that tag doesn't actually exist yet. Revision Changes Path 1.143 +19 -1 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 12:41: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 CDFC037B40A; Sat, 11 Aug 2001 12:41:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BJfYX59254; Sat, 11 Aug 2001 12:41:34 -0700 (PDT) (envelope-from knu) Message-Id: <200108111941.f7BJfYX59254@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 12:41:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade pkg-comment 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 knu 2001/08/11 12:41:34 PDT Modified files: sysutils/portupgrade pkg-comment pkg-descr Log: Update pkg-comment and pkg-descr. Revision Changes Path 1.5 +1 -1 ports/sysutils/portupgrade/pkg-comment 1.11 +12 -15 ports/sysutils/portupgrade/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 Aug 11 12: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 1B82C37B408; Sat, 11 Aug 2001 12:41:57 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BJfvs59283; Sat, 11 Aug 2001 12:41:57 -0700 (PDT) (envelope-from ken) Message-Id: <200108111941.f7BJfvs59283@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Sat, 11 Aug 2001 12:41:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.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 ken 2001/08/11 12:41:57 PDT Modified files: usr.bin/vmstat vmstat.c Log: Change the compute_stats() call to the new devstat_compute_statistics() interface. Cast the return of the rest of the printfs in here to void. Submitted by: "Sergey A. Osokin" Revision Changes Path 1.50 +22 -22 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 12:45:37 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 3EC0837B407; Sat, 11 Aug 2001 12:45:22 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.4/8.11.2) id f7BJjIo19532; Sat, 11 Aug 2001 12:45:18 -0700 (PDT) (envelope-from dillon) Date: Sat, 11 Aug 2001 12:45:18 -0700 (PDT) From: Matt Dillon Message-Id: <200108111945.f7BJjIo19532@earth.backplane.com> To: Josef Karthauser Cc: Eivind Eklund , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: CVS patch implements update -T (was Re: Remote CVS/Template) References: <3B4F1FCD.7F2D4842@FreeBSD.org> <20010713120140Q.jkh@osd.bsdi.com> <20010713211017.A57434@heechee.tobez.org> <20010713123241X.jkh@osd.bsdi.com> <200107132214.f6DMET571067@earth.backplane.com> <20010715143503.A10888@FreeBSD.org> <20010810133132.G624@tao.org.uk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, here is a patch. I think this is fairly reasonable. It handles the case where the developer normally operates from a local CVS tree (e.g. for cvs update), and may or may not use an override when comitting. cvs update -T typical use: Add 'T' option to your ~/.cvsrc file for the update command. This option will create/update CVS/Template by copying (CVSROOT)/rcstemplate to CVS/Template if the mtimes do not match or CVS/Template is found not to exist. It will call setutimes() to force the mtimes to match after the copy succeeds for more optimal operation. (I haven't included the manual page update to this patch set yet). -Matt Index: cvs.h =================================================================== RCS file: /home/ncvs/src/contrib/cvs/src/cvs.h,v retrieving revision 1.11.2.1 diff -u -r1.11.2.1 cvs.h --- cvs.h 2000/10/31 09:37:52 1.11.2.1 +++ cvs.h 2001/08/11 19:20:46 @@ -530,6 +530,7 @@ void ParseTag PROTO((char **tagp, char **datep, int *nonbranchp)); void WriteTag PROTO ((char *dir, char *tag, char *date, int nonbranch, char *update_dir, char *repository)); +void WriteTemplate PROTO ((char *dir, char *repository)); void cat_module PROTO((int status)); void check_entries PROTO((char *dir)); void close_module PROTO((DBM * db)); Index: entries.c =================================================================== RCS file: /home/ncvs/src/contrib/cvs/src/entries.c,v retrieving revision 1.1.1.5.2.1 diff -u -r1.1.1.5.2.1 entries.c --- entries.c 2000/10/31 09:37:52 1.1.1.5.2.1 +++ entries.c 2001/08/11 19:37:56 @@ -632,6 +632,58 @@ } /* + * Write out/Clear the CVS/Template file. + */ +void +WriteTemplate (dir, update_dir) + char *dir; + char *update_dir; +{ + char *tmp = NULL; + char *root = NULL; + char *root_template = NULL; + struct stat st1; + struct stat st2; + + root = Name_Root(dir, update_dir); + asprintf(&tmp, "%s/%s", dir, CVSADM_TEMPLATE); + asprintf(&root_template, "%s/CVSROOT/rcstemplate", root); + + if (stat(root_template, &st1) == 0) { + if (stat(tmp, &st2) < 0 || st1.st_mtime != st2.st_mtime) { + FILE *fi; + FILE *fo; + + if ((fi = open_file(root_template, "r")) != NULL) { + if ((fo = open_file(tmp, "w")) != NULL) { + int n; + char buf[256]; + + while ((n = fread(buf, 1, sizeof(buf), fi)) > 0) + fwrite(buf, 1, n, fo); + fflush(fo); + if (ferror(fi) || ferror(fo)) { + fclose(fo); + remove(tmp); + } else { + struct timeval times[2]; + fclose(fo); + times[0].tv_sec = st1.st_mtime; + times[0].tv_usec = 0; + times[1] = times[0]; + utimes(tmp, times); + } + } + fclose(fi); + } + } + } + free(tmp); + free(root); + free(root_template); +} + +/* * Write out/Clear the CVS/Tag file. */ void Index: update.c =================================================================== RCS file: /home/ncvs/src/contrib/cvs/src/update.c,v retrieving revision 1.6.2.1 diff -u -r1.6.2.1 update.c --- update.c 2000/10/31 09:37:58 1.6.2.1 +++ update.c 2001/08/11 19:26:12 @@ -100,6 +100,7 @@ static int force_tag_match = 1; static int update_build_dirs = 0; static int update_prune_dirs = 0; +static int pull_template = 0; static int pipeout = 0; #ifdef SERVER_SUPPORT static int patches = 0; @@ -125,6 +126,7 @@ "\t-j rev\tMerge in changes made between current revision and rev.\n", "\t-I ign\tMore files to ignore (! to reset).\n", "\t-W spec\tWrappers specification line.\n", + "\t-T\tCreate CVS/Template.\n", "(Specify the --help global option for a list of other help options)\n", NULL }; @@ -149,7 +151,7 @@ /* parse the args */ optind = 0; - while ((c = getopt (argc, argv, "+ApCPflRQqduk:r:D:j:I:W:")) != -1) + while ((c = getopt (argc, argv, "+ApCPflRQTqduk:r:D:j:I:W:")) != -1) { switch (c) { @@ -187,6 +189,9 @@ "-q or -Q must be specified before \"%s\"", command_name); break; + case 'T': + pull_template = 1; + break; case 'd': update_build_dirs = 1; break; @@ -1029,6 +1034,12 @@ WriteTag (dir, tag, date, 0, update_dir, repository); rewrite_tag = 1; nonbranch = 0; + } + + /* keep the CVS/Template file current */ + if (pull_template) + { + WriteTemplate (dir, update_dir); } /* initialize the ignore list for this directory */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 12:46: 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 6C40037B406; Sat, 11 Aug 2001 12:45:57 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BJjvH59569; Sat, 11 Aug 2001 12:45:57 -0700 (PDT) (envelope-from jim) Message-Id: <200108111945.f7BJjvH59569@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 12:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks 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 jim 2001/08/11 12:45:57 PDT Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: acd0 -> acd0c Submitted by: Dominic Marks Revision Changes Path 1.48 +2 -2 doc/en_US.ISO8859-1/books/handbook/disks/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 Aug 11 12:51: 9 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 D471037B401; Sat, 11 Aug 2001 12:50:51 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.4/8.11.2) id f7BJonS19565; Sat, 11 Aug 2001 12:50:49 -0700 (PDT) (envelope-from dillon) Date: Sat, 11 Aug 2001 12:50:49 -0700 (PDT) From: Matt Dillon Message-Id: <200108111950.f7BJonS19565@earth.backplane.com> To: Josef Karthauser Cc: Eivind Eklund , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Second cvs patch: diff -j support References: <3B4F1FCD.7F2D4842@FreeBSD.org> <20010713120140Q.jkh@osd.bsdi.com> <20010713211017.A57434@heechee.tobez.org> <20010713123241X.jkh@osd.bsdi.com> <200107132214.f6DMET571067@earth.backplane.com> <20010715143503.A10888@FreeBSD.org> <20010810133132.G624@tao.org.uk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Oh, needless to say, I'm looking for feedback on that last patch. If people think it is reasonable, I'll commit it to -current and -stable. -- I also have another patch set for cvs that gives cvs diff the '-j' option. The big thing here is that -j can be told to use a tag AND a date spec, allowing you to diff between dates for a particular tag. And the server side can be made to support it. The existing diff -r option cannot do that and so you can only do date diffs against the head branch (and if I were to extend the existing -r option then it would not be backwards compatible with older cvs servers). I've included that patch set below. Feedback is welcome. It's the same one I posted a few months ago. I'd like to commit it. -Matt Index: diff.c =================================================================== RCS file: /home/ncvs/src/contrib/cvs/src/diff.c,v retrieving revision 1.14 diff -u -r1.14 diff.c --- diff.c 1999/12/11 12:50:08 1.14 +++ diff.c 2001/03/24 21:51:13 @@ -50,6 +50,7 @@ static char *diff_rev1, *diff_rev2; /* Command line dates, from -D option. Malloc'd. */ static char *diff_date1, *diff_date2; +static char *diff_join1, *diff_join2; static char *use_rev1, *use_rev2; static int have_rev1_label, have_rev2_label; @@ -245,10 +246,12 @@ diff_rev2 = NULL; diff_date1 = NULL; diff_date2 = NULL; + diff_join1 = NULL; /* used for client/server only */ + diff_join2 = NULL; /* used for client/server only */ optind = 0; while ((c = getopt_long (argc, argv, - "+abcdefhilnpstuw0123456789BHNRC:D:F:I:L:U:V:W:k:r:", + "+abcdefhilnpstuw0123456789BHNRC:D:F:I:L:U:V:W:k:r:j:", longopts, &option_index)) != -1) { switch (c) @@ -308,6 +311,27 @@ free (options); options = RCS_check_kflag (optarg); break; + case 'j': + { + char *ptr; + char *cpy = strdup(optarg); + + if ((ptr = strchr(optarg, ':')) != NULL) + *ptr++ = 0; + if (diff_rev2 != NULL || diff_date2 != NULL) + error (1, 0, + "no more than two revisions/dates can be specified"); + if (diff_rev1 != NULL || diff_date1 != NULL) { + diff_join2 = cpy; + diff_rev2 = optarg; + diff_date2 = ptr ? Make_Date(ptr) : NULL; + } else { + diff_join1 = cpy; + diff_rev1 = optarg; + diff_date1 = ptr ? Make_Date(ptr) : NULL; + } + } + break; case 'r': if (diff_rev2 != NULL || diff_date2 != NULL) error (1, 0, @@ -356,13 +380,18 @@ send_option_string (opts); if (options[0] != '\0') send_arg (options); - if (diff_rev1) + if (diff_join1) + option_with_arg ("-j", diff_join1); + else if (diff_rev1) option_with_arg ("-r", diff_rev1); - if (diff_date1) + else if (diff_date1) client_senddate (diff_date1); - if (diff_rev2) + + if (diff_join2) + option_with_arg ("-j", diff_join2); + else if (diff_rev2) option_with_arg ("-r", diff_rev2); - if (diff_date2) + else if (diff_date2) client_senddate (diff_date2); /* Send the current files unless diffing two revs from the archive */ @@ -375,28 +404,26 @@ send_to_server ("diff\012", 0); err = get_responses_and_close (); - free (options); - options = NULL; - return (err); - } + } else #endif - - if (diff_rev1 != NULL) - tag_check_valid (diff_rev1, argc, argv, local, 0, ""); - if (diff_rev2 != NULL) - tag_check_valid (diff_rev2, argc, argv, local, 0, ""); - - which = W_LOCAL; - if (diff_rev1 != NULL || diff_date1 != NULL) - which |= W_REPOS | W_ATTIC; - - wrap_setup (); - - /* start the recursion processor */ - err = start_recursion (diff_fileproc, diff_filesdoneproc, diff_dirproc, - diff_dirleaveproc, NULL, argc, argv, local, - which, 0, 1, (char *) NULL, 1); + { + if (diff_rev1 != NULL) + tag_check_valid (diff_rev1, argc, argv, local, 0, ""); + if (diff_rev2 != NULL) + tag_check_valid (diff_rev2, argc, argv, local, 0, ""); + + which = W_LOCAL; + if (diff_rev1 != NULL || diff_date1 != NULL) + which |= W_REPOS | W_ATTIC; + + wrap_setup (); + + /* start the recursion processor */ + err = start_recursion (diff_fileproc, diff_filesdoneproc, diff_dirproc, + diff_dirleaveproc, NULL, argc, argv, local, + which, 0, 1, (char *) NULL, 1); + } /* clean up */ free (options); options = NULL; @@ -405,6 +432,10 @@ free (diff_date1); if (diff_date2 != NULL) free (diff_date2); + if (diff_join1 != NULL) + free (diff_join1); + if (diff_join2 != NULL) + free (diff_join2); return (err); } @@ -452,7 +483,7 @@ int exists; exists = 0; - /* special handling for TAG_HEAD */ + /* special handling for TAG_HEAD XXX */ if (diff_rev1 && strcmp (diff_rev1, TAG_HEAD) == 0) { char *head = @@ -842,7 +873,7 @@ if (diff_rev1 || diff_date1) { - /* special handling for TAG_HEAD */ + /* special handling for TAG_HEAD XXX */ if (diff_rev1 && strcmp (diff_rev1, TAG_HEAD) == 0) use_rev1 = ((vers->vn_rcs == NULL || vers->srcfile == NULL) ? NULL @@ -857,7 +888,7 @@ } if (diff_rev2 || diff_date2) { - /* special handling for TAG_HEAD */ + /* special handling for TAG_HEAD XXX */ if (diff_rev2 && strcmp (diff_rev2, TAG_HEAD) == 0) use_rev2 = ((vers->vn_rcs == NULL || vers->srcfile == NULL) ? NULL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 12: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 3DF3837B401; Sat, 11 Aug 2001 12:58:31 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BJwVc60805; Sat, 11 Aug 2001 12:58:31 -0700 (PDT) (envelope-from knu) Message-Id: <200108111958.f7BJwVc60805@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 12:58:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/11 12:58:31 PDT Modified files: sysutils/portupgrade Makefile distinfo pkg-descr Log: Update to 20010812, just a minor update. - Reword and fix documents. - Make portsdb -U not imply -u. Revision Changes Path 1.42 +2 -5 ports/sysutils/portupgrade/Makefile 1.38 +1 -1 ports/sysutils/portupgrade/distinfo 1.12 +1 -1 ports/sysutils/portupgrade/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 Aug 11 13: 2:51 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id A392E37B40B; Sat, 11 Aug 2001 13:02:44 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15Veyo-000GIo-00; Sat, 11 Aug 2001 22:03:30 +0200 From: Sheldon Hearn To: Matt Dillon Cc: Josef Karthauser , Eivind Eklund , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: CVS patch implements update -T (was Re: Remote CVS/Template) In-reply-to: Your message of "Sat, 11 Aug 2001 12:45:18 MST." <200108111945.f7BJjIo19532@earth.backplane.com> Date: Sat, 11 Aug 2001 22:03:30 +0200 Message-ID: <62669.997560210@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 11 Aug 2001 12:45:18 MST, Matt Dillon wrote: > This option will create/update CVS/Template by copying > (CVSROOT)/rcstemplate to CVS/Template if the mtimes do not match or > CVS/Template is found not to exist. It will call setutimes() to > force the mtimes to match after the copy succeeds for more optimal > operation. Woohooo! I haven't looked at the patch itself, but the marketing sounds fantastic! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:16: 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 9A6E737B403; Sat, 11 Aug 2001 13:15:56 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKFuL65721; Sat, 11 Aug 2001 13:15:56 -0700 (PDT) (envelope-from dd) Message-Id: <200108112015.f7BKFuL65721@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 13:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 dd 2001/08/11 13:15:56 PDT Modified files: en_US.ISO8859-1/books/handbook/contrib chapter.sgml Log: Mention that [PATCH] in the synopsis of a PR could indicate that the PR includes a patch suitable for committing. I don't think this is the best place to put something like this, but it's better than nothing. Submitted by: pavalos@theshell.com Revision Changes Path 1.468 +6 -3 doc/en_US.ISO8859-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 Sat Aug 11 13:18: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 2439B37B405; Sat, 11 Aug 2001 13:18:20 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKIKn65985; Sat, 11 Aug 2001 13:18:20 -0700 (PDT) (envelope-from dan) Message-Id: <200108112018.f7BKIKn65985@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 11 Aug 2001 13:18:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/epplets/files patch-am patch-an patch-ad patch-ae patch-al X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dan 2001/08/11 13:18:20 PDT Modified files: x11-wm/epplets/files patch-ad patch-ae patch-al Added files: x11-wm/epplets/files patch-am patch-an Log: Make some of the linux-centric epplets work. Submitted by: Chris McDermott Unresponsive: nakai Revision Changes Path 1.2 +67 -3 ports/x11-wm/epplets/files/patch-ad 1.2 +84 -3 ports/x11-wm/epplets/files/patch-ae 1.2 +45 -3 ports/x11-wm/epplets/files/patch-al To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:19: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 E7C0037B409; Sat, 11 Aug 2001 13:19:46 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKJk066118; Sat, 11 Aug 2001 13:19:46 -0700 (PDT) (envelope-from dan) Message-Id: <200108112019.f7BKJk066118@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 11 Aug 2001 13:19:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/epplets 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 dan 2001/08/11 13:19:46 PDT Modified files: x11-wm/epplets Makefile Log: Change MAINTAINER from nakai to cmc@groupofnine.net. Nakai, once you return from void, feel free to mark this back to you. :-) Revision Changes Path 1.11 +2 -2 ports/x11-wm/epplets/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:22:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05D7737B40A; Sat, 11 Aug 2001 13:22:33 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKMWc66336; Sat, 11 Aug 2001 13:22:32 -0700 (PDT) (envelope-from dougb) Message-Id: <200108112022.f7BKMWc66336@freefall.freebsd.org> From: Doug Barton Date: Sat, 11 Aug 2001 13:22:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mergemaster Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2001/08/11 13:22:32 PDT Modified files: (Branch: RELENG_4) usr.sbin/mergemaster Makefile Log: WS only, eliminating a diff from HEAD Revision Changes Path 1.3.4.4 +2 -1 src/usr.sbin/mergemaster/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:25:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3CA237B40B; Sat, 11 Aug 2001 13:25:47 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKPlt66658; Sat, 11 Aug 2001 13:25:47 -0700 (PDT) (envelope-from dd) Message-Id: <200108112025.f7BKPlt66658@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 13:25:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config 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 dd 2001/08/11 13:25:47 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Use , , , and other tags where appropriate. There are no content changes. PR: 29570 Submitted by: Martin Heinen Revision Changes Path 1.15 +39 -28 doc/en_US.ISO8859-1/books/handbook/config/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 Aug 11 13: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 D866F37B408; Sat, 11 Aug 2001 13:27:42 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKRgU66880; Sat, 11 Aug 2001 13:27:42 -0700 (PDT) (envelope-from jim) Message-Id: <200108112027.f7BKRgU66880@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 13:27:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2001/08/11 13:27:42 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Attack of the spelling and grammar police. Things like nameserver and mailserver are two words, folks. Revision Changes Path 1.79 +39 -39 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:27: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 67FAD37B61E; Sat, 11 Aug 2001 13:27:52 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKRqZ66911; Sat, 11 Aug 2001 13:27:52 -0700 (PDT) (envelope-from dougb) Message-Id: <200108112027.f7BKRqZ66911@freefall.freebsd.org> From: Doug Barton Date: Sat, 11 Aug 2001 13:27:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mergemaster mergemaster.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2001/08/11 13:27:52 PDT Modified files: (Branch: RELENG_4) usr.sbin/mergemaster mergemaster.sh Log: Hopefully put the problem of dealing with read-only source trees to bed for good by building everything (which amounts to sendmail.cf atm) in TEMPROOT. Tested in RELENG_4 by: George Cox Approved by: Murray Revision Changes Path 1.6.2.9 +3 -1 src/usr.sbin/mergemaster/mergemaster.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:35:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F0C437B405; Sat, 11 Aug 2001 13:35:41 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKZf467493; Sat, 11 Aug 2001 13:35:41 -0700 (PDT) (envelope-from jim) Message-Id: <200108112035.f7BKZf467493@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 13:35:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-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 jim 2001/08/11 13:35:41 PDT Modified files: en_US.ISO8859-1/books/handbook/backups chapter.sgml Log: Spelling, grammar, and other misc fixes. Revision Changes Path 1.41 +11 -11 doc/en_US.ISO8859-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 Aug 11 13:39: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 AA1F337B408; Sat, 11 Aug 2001 13:39:17 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKdHd67832; Sat, 11 Aug 2001 13:39:17 -0700 (PDT) (envelope-from jim) Message-Id: <200108112039.f7BKdHd67832@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 13:39:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics 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 jim 2001/08/11 13:39:17 PDT Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: ##MB -> ## MB webserver -> web server Revision Changes Path 1.39 +3 -3 doc/en_US.ISO8859-1/books/handbook/basics/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 Aug 11 13:42:32 2001 Delivered-To: cvs-all@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id 7B6E137B406; Sat, 11 Aug 2001 13:42:24 -0700 (PDT) (envelope-from mike@coffee.q9media.com) Received: (from mike@localhost) by coffee.q9media.com (8.11.2/8.11.2) id f7BL2we27394; Sat, 11 Aug 2001 17:02:58 -0400 (EDT) (envelope-from mike) Date: Sat, 11 Aug 2001 17:02:57 -0400 From: Mike Barcroft To: Matt Dillon Cc: Josef Karthauser , Eivind Eklund , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: CVS patch implements update -T (was Re: Remote CVS/Template) Message-ID: <20010811170257.B23231@coffee.q9media.com> References: <3B4F1FCD.7F2D4842@FreeBSD.org> <20010713120140Q.jkh@osd.bsdi.com> <20010713211017.A57434@heechee.tobez.org> <20010713123241X.jkh@osd.bsdi.com> <200107132214.f6DMET571067@earth.backplane.com> <20010715143503.A10888@FreeBSD.org> <20010810133132.G624@tao.org.uk> <200108111945.f7BJjIo19532@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108111945.f7BJjIo19532@earth.backplane.com>; from dillon@earth.backplane.com on Sat, Aug 11, 2001 at 12:45:18PM -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 Sat, Aug 11, 2001 at 12:45:18PM -0700, Matt Dillon wrote: > Ok, here is a patch. I think this is fairly reasonable. It handles > the case where the developer normally operates from a local CVS tree > (e.g. for cvs update), and may or may not use an override when comitting. > Index: entries.c > =================================================================== > RCS file: /home/ncvs/src/contrib/cvs/src/entries.c,v > retrieving revision 1.1.1.5.2.1 > diff -u -r1.1.1.5.2.1 entries.c > --- entries.c 2000/10/31 09:37:52 1.1.1.5.2.1 > +++ entries.c 2001/08/11 19:37:56 [...] > + asprintf(&tmp, "%s/%s", dir, CVSADM_TEMPLATE); > + asprintf(&root_template, "%s/CVSROOT/rcstemplate", root); [...] Is there a reason why you aren't checking the result of asprintf(3) for memory allocation errors? I believe your other patch suffers from a similar problem with strdup(3). Other than that, the changes look good. BTW, great article on DaemonNews this month. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:45:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AFA137B403; Sat, 11 Aug 2001 13:45:10 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKjAK68479; Sat, 11 Aug 2001 13:45:10 -0700 (PDT) (envelope-from jim) Message-Id: <200108112045.f7BKjAK68479@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 13:45:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2001/08/11 13:45:10 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Argh, forgot this in my last commit. freebsd.org -> FreeBSD.org Revision Changes Path 1.80 +6 -6 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:47:37 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 0967D37B40C; Sat, 11 Aug 2001 13:47:30 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.4/8.11.2) id f7BKlT419906; Sat, 11 Aug 2001 13:47:29 -0700 (PDT) (envelope-from dillon) Date: Sat, 11 Aug 2001 13:47:29 -0700 (PDT) From: Matt Dillon Message-Id: <200108112047.f7BKlT419906@earth.backplane.com> To: Mike Barcroft Cc: Josef Karthauser , Eivind Eklund , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: CVS patch implements update -T (was Re: Remote CVS/Template) References: <3B4F1FCD.7F2D4842@FreeBSD.org> <20010713120140Q.jkh@osd.bsdi.com> <20010713211017.A57434@heechee.tobez.org> <20010713123241X.jkh@osd.bsdi.com> <200107132214.f6DMET571067@earth.backplane.com> <20010715143503.A10888@FreeBSD.org> <20010810133132.G624@tao.org.uk> <200108111945.f7BJjIo19532@earth.backplane.com> <20010811170257.B23231@coffee.q9media.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 :Is there a reason why you aren't checking the result of asprintf(3) :for memory allocation errors? I believe your other patch suffers :from a similar problem with strdup(3). Other than that, the changes :look good. : :BTW, great article on DaemonNews this month. : :Best regards, :Mike Barcroft I suppose I could add a check. I usually have a 'safe_asprintf' routine that I use for my own work. I NULL-out the pointers before-hand so the worse that will happen is that the program will seg fault. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 13:51: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 DF56837B405; Sat, 11 Aug 2001 13:51:49 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BKpnd69032; Sat, 11 Aug 2001 13:51:49 -0700 (PDT) (envelope-from dougb) Message-Id: <200108112051.f7BKpnd69032@freefall.freebsd.org> From: Doug Barton Date: Sat, 11 Aug 2001 13:51:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/moused moused.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 dougb 2001/08/11 13:51:49 PDT Modified files: (Branch: RELENG_4) usr.sbin/moused moused.c Log: MFC 1.53 which fixes the usage() info. Approved by: Murray Revision Changes Path 1.37.2.9 +3 -3 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 14: 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 9958537B405; Sat, 11 Aug 2001 14:06:48 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BL6mY73087; Sat, 11 Aug 2001 14:06:48 -0700 (PDT) (envelope-from jim) Message-Id: <200108112106.f7BL6mY73087@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 14:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot 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 jim 2001/08/11 14:06:48 PDT Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: timespan -> time span manpage -> man page Revision Changes Path 1.23 +3 -3 doc/en_US.ISO8859-1/books/handbook/boot/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 Aug 11 14:11:46 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 58AA337B40B; Sat, 11 Aug 2001 14:11:42 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15Vg43-000Gbe-00; Sat, 11 Aug 2001 23:12:59 +0200 From: Sheldon Hearn To: Jim Mock Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml In-reply-to: Your message of "Sat, 11 Aug 2001 14:06:48 MST." <200108112106.f7BL6mY73087@freefall.freebsd.org> Date: Sat, 11 Aug 2001 23:12:59 +0200 Message-ID: <63837.997564379@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 11 Aug 2001 14:06:48 MST, Jim Mock wrote: > Modified files: > en_US.ISO8859-1/books/handbook/boot chapter.sgml > Log: > timespan -> time span > manpage -> man page Actually, the latter should really be "manual page". Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 14:13: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 D2CED37B405; Sat, 11 Aug 2001 14:13:37 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BLDbe73721; Sat, 11 Aug 2001 14:13:37 -0700 (PDT) (envelope-from jim) Message-Id: <200108112113.f7BLDbe73721@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 14:13:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config 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 jim 2001/08/11 14:13:37 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: mailserver -> mail server nameserver -> name server manpage -> man page (now that I think about it, these should probably be changed to "manual page") config -> configuration file Revision Changes Path 1.16 +9 -9 doc/en_US.ISO8859-1/books/handbook/config/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 Aug 11 14:16:48 2001 Delivered-To: cvs-all@freebsd.org Received: from helios.soupnazi.org (helios.soupnazi.org [64.81.252.113]) by hub.freebsd.org (Postfix) with ESMTP id E0A2037B40B; Sat, 11 Aug 2001 14:16:32 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: by helios.soupnazi.org (Postfix, from userid 1000) id 91D8A3131; Sat, 11 Aug 2001 14:16:32 -0700 (PDT) Date: Sat, 11 Aug 2001 14:16:32 -0700 From: Jim Mock To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml Message-ID: <20010811141632.A6956@helios.soupnazi.org> Reply-To: jim@FreeBSD.org References: <200108112106.f7BL6mY73087@freefall.freebsd.org> <63837.997564379@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <63837.997564379@axl.seasidesoftware.co.za> User-Agent: Mutt/1.3.20i Sender: owner-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, 11 Aug 2001 at 23:12:59 +0200, Sheldon Hearn wrote: > > > On Sat, 11 Aug 2001 14:06:48 MST, Jim Mock wrote: > > > Modified files: > > en_US.ISO8859-1/books/handbook/boot chapter.sgml > > Log: > > timespan -> time span > > manpage -> man page > > Actually, the latter should really be "manual page". Yeah, I mentioned that in my last commit. I'm going back and changing them all now :-) - jim -- jim mock tech writer | iXsystems, Inc. http://soupnazi.org/ work: jim@ixsystems.net | 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 Sat Aug 11 14:19: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 50B7037B407; Sat, 11 Aug 2001 14:19:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BLJY874268; Sat, 11 Aug 2001 14:19:34 -0700 (PDT) (envelope-from knu) Message-Id: <200108112119.f7BLJY874268@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 14:19:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade 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 knu 2001/08/11 14:19:34 PDT Modified files: sysutils/portupgrade pkg-descr Log: Reword more. Revision Changes Path 1.13 +6 -6 ports/sysutils/portupgrade/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 Aug 11 14:25:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E785937B406; Sat, 11 Aug 2001 14:25:52 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BLPqT74859; Sat, 11 Aug 2001 14:25:52 -0700 (PDT) (envelope-from dd) Message-Id: <200108112125.f7BLPqT74859@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 11 Aug 2001 14:25:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks 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 dd 2001/08/11 14:25:52 PDT Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Fix markup. PR: 29610 Submitted by: Martin Heinen Revision Changes Path 1.49 +3 -3 doc/en_US.ISO8859-1/books/handbook/disks/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 Aug 11 14:34: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 0440B37B409; Sat, 11 Aug 2001 14:34:54 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BLYrO76063; Sat, 11 Aug 2001 14:34:53 -0700 (PDT) (envelope-from jim) Message-Id: <200108112134.f7BLYrO76063@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 14:34:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2001/08/11 14:34:53 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml en_US.ISO8859-1/books/handbook/mirrors chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml en_US.ISO8859-1/books/handbook/sound chapter.sgml Log: Change "manpage" and "man page" to "manual pages". Revision Changes Path 1.81 +9 -9 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.40 +5 -5 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.50 +4 -4 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml 1.60 +2 -2 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.144 +4 -4 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.136 +2 -2 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.47 +3 -3 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.68 +5 -5 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.42 +2 -2 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml 1.14 +3 -3 doc/en_US.ISO8859-1/books/handbook/sound/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 Aug 11 14:38: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from helios.soupnazi.org (helios.soupnazi.org [64.81.252.113]) by hub.freebsd.org (Postfix) with ESMTP id E1ED837B408; Sat, 11 Aug 2001 14:37:59 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: by helios.soupnazi.org (Postfix, from userid 1000) id ADD693130; Sat, 11 Aug 2001 14:37:59 -0700 (PDT) Date: Sat, 11 Aug 2001 14:37:59 -0700 From: Jim Mock To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml ... Message-ID: <20010811143759.B6956@helios.soupnazi.org> Reply-To: jim@FreeBSD.org References: <200108112134.f7BLYrO76063@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108112134.f7BLYrO76063@freefall.freebsd.org> User-Agent: Mutt/1.3.20i Sender: owner-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, 11 Aug 2001 at 14:34:53 -0700, Jim Mock wrote: > jim 2001/08/11 14:34:53 PDT > > Modified files: > en_US.ISO8859-1/books/handbook/advanced-networking > chapter.sgml > en_US.ISO8859-1/books/handbook/basics chapter.sgml > en_US.ISO8859-1/books/handbook/disks chapter.sgml > en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml > en_US.ISO8859-1/books/handbook/mirrors chapter.sgml > en_US.ISO8859-1/books/handbook/ports chapter.sgml > en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml > en_US.ISO8859-1/books/handbook/security chapter.sgml > en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml > en_US.ISO8859-1/books/handbook/sound chapter.sgml > Log: > Change "manpage" and "man page" to "manual pages". Erm, that's "manual page". - jim -- jim mock tech writer | iXsystems, Inc. http://soupnazi.org/ work: jim@ixsystems.net | 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 Sat Aug 11 14:39:40 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 1CA9E37B407; Sat, 11 Aug 2001 14:39:35 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15VgV2-000Gfn-00; Sat, 11 Aug 2001 23:40:52 +0200 From: Sheldon Hearn To: jim@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml In-reply-to: Your message of "Sat, 11 Aug 2001 14:16:32 MST." <20010811141632.A6956@helios.soupnazi.org> Date: Sat, 11 Aug 2001 23:40:52 +0200 Message-ID: <64094.997566052@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 11 Aug 2001 14:16:32 MST, Jim Mock wrote: > Yeah, I mentioned that in my last commit. I'm going back and changing > them all now :-) Good stuff! Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 14:42:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DB7C37B408; Sat, 11 Aug 2001 14:42:07 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BLg7R76997; Sat, 11 Aug 2001 14:42:07 -0700 (PDT) (envelope-from jim) Message-Id: <200108112142.f7BLg7R76997@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 14:42:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style 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 jim 2001/08/11 14:42:06 PDT Modified files: en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Add "manual page(s)" to the word list. Revision Changes Path 1.19 +5 -1 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/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 Aug 11 14:45:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1740C37B409; Sat, 11 Aug 2001 14:45:33 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BLjXp77406; Sat, 11 Aug 2001 14:45:33 -0700 (PDT) (envelope-from jim) Message-Id: <200108112145.f7BLjXp77406@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 14:45:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style 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 jim 2001/08/11 14:45:33 PDT Modified files: en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Add "name server", "web server", and "mail server" to the word list. Revision Changes Path 1.20 +13 -1 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/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 Aug 11 14:49: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 C6F7937B403; Sat, 11 Aug 2001 14:49:11 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BLnBJ78019; Sat, 11 Aug 2001 14:49:11 -0700 (PDT) (envelope-from jim) Message-Id: <200108112149.f7BLnBJ78019@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 14:49:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot 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 jim 2001/08/11 14:49:11 PDT Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: For some reason my last patch didn't apply cleanly to this file. Change manpage -> manual page. Revision Changes Path 1.24 +2 -2 doc/en_US.ISO8859-1/books/handbook/boot/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 Aug 11 14:50: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 4645E37B408; Sat, 11 Aug 2001 14:50:37 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BLobf79000; Sat, 11 Aug 2001 14:50:37 -0700 (PDT) (envelope-from jim) Message-Id: <200108112150.f7BLobf79000@freefall.freebsd.org> From: Jim Mock Date: Sat, 11 Aug 2001 14:50:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config 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 jim 2001/08/11 14:50:37 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Hrm, last one didn't apply cleanly here either. Change manpage/man page -> manual page. Revision Changes Path 1.17 +4 -4 doc/en_US.ISO8859-1/books/handbook/config/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 Aug 11 15:22:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F65037B40B; Sat, 11 Aug 2001 15:22:37 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BMMbE05384; Sat, 11 Aug 2001 15:22:37 -0700 (PDT) (envelope-from asami) Message-Id: <200108112222.f7BMMbE05384@freefall.freebsd.org> From: Satoshi Asami Date: Sat, 11 Aug 2001 15:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/08/11 15:22:36 PDT Modified files: x11/kdebase2 pkg-plist Log: Remove three files: bin/kmorph3d.kss bin/kpipes.kss bin/kspace.kss to at least make this package. We need this package for the release candidate. Submitted by: bento via steve Revision Changes Path 1.33 +0 -3 ports/x11/kdebase2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 16:10: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 C6FCA37B405; Sat, 11 Aug 2001 16:10:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7BNAp235746; Sat, 11 Aug 2001 16:10:51 -0700 (PDT) (envelope-from kris) Message-Id: <200108112310.f7BNAp235746@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 11 Aug 2001 16:10:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmcd distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/08/11 16:10:51 PDT Modified files: audio/xmcd distinfo Log: The author rerolled the tarball with a VMS-specific change. Chase the checksum. Noticed by: deischen Revision Changes Path 1.15 +1 -1 ports/audio/xmcd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 18:57: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 277D737B409; Sat, 11 Aug 2001 18:57:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C1vAn92433; Sat, 11 Aug 2001 18:57:10 -0700 (PDT) (envelope-from obrien) Message-Id: <200108120157.f7C1vAn92433@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 11 Aug 2001 18:57:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/isdn ReleaseNotes isdnd_acct src/share/examples/isdn/i4brunppp Makefile README i4brunppp-isdnd.rc i4brunppp.8 i4brunppp.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 obrien 2001/08/11 18:57:09 PDT Modified files: (Branch: RELENG_4) share/examples/isdn ReleaseNotes Added files: (Branch: RELENG_4) share/examples/isdn/i4brunppp Makefile README i4brunppp-isdnd.rc i4brunppp.8 i4brunppp.c Removed files: (Branch: RELENG_4) share/examples/isdn isdnd_acct Log: MFC: update to 1.01. Approved by: jkh Revision Changes Path 1.3.2.2 +5 -1 src/share/examples/isdn/ReleaseNotes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 20:24: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 E8CD637B408; Sat, 11 Aug 2001 20:24:48 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3OmV14108; Sat, 11 Aug 2001 20:24:48 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200108120324.f7C3OmV14108@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sat, 11 Aug 2001 20:24:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/eboard 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 dwcjr 2001/08/11 20:24:48 PDT Modified files: games/eboard Makefile distinfo pkg-descr pkg-plist Log: New themes Fix one space in pkg-descr PR: 29617 Submitted by: maintainer Revision Changes Path 1.4 +10 -1 ports/games/eboard/Makefile 1.4 +1 -0 ports/games/eboard/distinfo 1.3 +1 -1 ports/games/eboard/pkg-descr 1.3 +25 -0 ports/games/eboard/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 Aug 11 20:26: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 7D54337B407; Sat, 11 Aug 2001 20:26:13 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3QDC14400; Sat, 11 Aug 2001 20:26:13 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200108120326.f7C3QDC14400@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sat, 11 Aug 2001 20:26:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/balance Makefile distinfo ports/net/balance/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 dwcjr 2001/08/11 20:26:13 PDT Modified files: net/balance Makefile distinfo net/balance/files patch-aa Log: Update to 2.28 PR: 29319 Submitted by: Dmitry A. Yanko Reviewed by: maintainer Revision Changes Path 1.3 +2 -2 ports/net/balance/Makefile 1.3 +1 -1 ports/net/balance/distinfo 1.2 +11 -11 ports/net/balance/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 Aug 11 20:43: 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 B2EEA37B408; Sat, 11 Aug 2001 20:43:03 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3h3U15757; Sat, 11 Aug 2001 20:43:03 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200108120343.f7C3h3U15757@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sat, 11 Aug 2001 20:43:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/smb2www Makefile ports/www/smb2www/files patch-smb2www.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/08/11 20:43:03 PDT Modified files: www/smb2www Makefile www/smb2www/files patch-smb2www.pm Log: system() calls eliminated. new samba behavior fixes. Modified patch-smb2www.pm to patch against correct location. PR: 29217 Submitted by: maintainer Revision Changes Path 1.2 +2 -1 ports/www/smb2www/Makefile 1.2 +65 -8 ports/www/smb2www/files/patch-smb2www.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 20: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 1A51B37B408; Sat, 11 Aug 2001 20:48:47 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3mlM16238; Sat, 11 Aug 2001 20:48:47 -0700 (PDT) (envelope-from ache) Message-Id: <200108120348.f7C3mlM16238@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 11 Aug 2001 20:48:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/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 ache 2001/08/11 20:48:47 PDT Modified files: www/WebMagick Makefile Added files: www/WebMagick/files patch-aa Log: Fix escapeurl() not expanded and png linking Revision Changes Path 1.22 +2 -1 ports/www/WebMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 20: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 9C76037B406; Sat, 11 Aug 2001 20:58:57 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C3wv716933; Sat, 11 Aug 2001 20:58:57 -0700 (PDT) (envelope-from dougb) Message-Id: <200108120358.f7C3wv716933@freefall.freebsd.org> From: Doug Barton Date: Sat, 11 Aug 2001 20:58:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autoconf 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 dougb 2001/08/11 20:58:57 PDT Modified files: devel/autoconf Makefile Log: Add a note that indicates why this port can't be updated yet Revision Changes Path 1.23 +5 -1 ports/devel/autoconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 21: 8: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 688AB37B406; Sat, 11 Aug 2001 21:07:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C47xt20505; Sat, 11 Aug 2001 21:07:59 -0700 (PDT) (envelope-from kris) Message-Id: <200108120407.f7C47xt20505@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 11 Aug 2001 21:07:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/0verkill 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/08/11 21:07:59 PDT Modified files: games/0verkill Makefile Log: When I committed this port originally I forgot to reset the maintainer of the NetBSD package to ports@FreeBSD.org Revision Changes Path 1.2 +2 -2 ports/games/0verkill/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 22: 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 DFA3037B407; Sat, 11 Aug 2001 22:02:44 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C52iH24797; Sat, 11 Aug 2001 22:02:44 -0700 (PDT) (envelope-from yar) Message-Id: <200108120502.f7C52iH24797@freefall.freebsd.org> From: Yar Tikhiy Date: Sat, 11 Aug 2001 22:02:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/08/11 22:02:44 PDT Modified files: (Branch: RELENG_4) sbin/sysctl sysctl.8 Log: MFC: Don't drop a deprecated option (-w in this case) from the manual until it's removed from the code completely. Approved by: murray Revision Changes Path 1.23.2.12 +5 -1 src/sbin/sysctl/sysctl.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 22:32: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 355C937B407; Sat, 11 Aug 2001 22:32:33 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C5WXf37185; Sat, 11 Aug 2001 22:32:33 -0700 (PDT) (envelope-from knu) Message-Id: <200108120532.f7C5WXf37185@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 22:32:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.ruby.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 knu 2001/08/11 22:32:33 PDT Modified files: Mk bsd.ruby.mk Log: USE_RUBY_SETUP shouldn't imply USE_RUBY_AMSTD any more. Revision Changes Path 1.53 +2 -4 ports/Mk/bsd.ruby.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 22:32: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 0997B37B403; Sat, 11 Aug 2001 22:32:55 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C5Wtw37225; Sat, 11 Aug 2001 22:32:55 -0700 (PDT) (envelope-from knu) Message-Id: <200108120532.f7C5Wtw37225@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 22:32:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-amstd 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/08/11 22:32:54 PDT Modified files: devel/ruby-amstd Makefile distinfo pkg-plist Log: Update to 0.10.0. Revision Changes Path 1.10 +8 -36 ports/devel/ruby-amstd/Makefile 1.5 +1 -1 ports/devel/ruby-amstd/distinfo 1.5 +4 -2 ports/devel/ruby-amstd/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 Aug 11 22:36:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D84937B407; Sat, 11 Aug 2001 22:36:13 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C5aDJ37444; Sat, 11 Aug 2001 22:36:13 -0700 (PDT) (envelope-from knu) Message-Id: <200108120536.f7C5aDJ37444@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 22:36:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-textbuf Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/11 22:36:13 PDT Modified files: devel/ruby-textbuf Makefile distinfo Log: Chase an installer-only update. Keep PORTREVISION unbumped. Revision Changes Path 1.5 +2 -2 ports/devel/ruby-textbuf/Makefile 1.4 +1 -1 ports/devel/ruby-textbuf/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 22:37: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 3CC9637B403; Sat, 11 Aug 2001 22:37:42 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C5bgA37550; Sat, 11 Aug 2001 22:37:42 -0700 (PDT) (envelope-from knu) Message-Id: <200108120537.f7C5bgA37550@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 22:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-textbuf 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/08/11 22:37:42 PDT Modified files: devel/ruby-textbuf Makefile Log: Utilize the PORTNAME variable. Revision Changes Path 1.6 +7 -7 ports/devel/ruby-textbuf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 22: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 F364237B40B; Sat, 11 Aug 2001 22:41:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C5fQY37731; Sat, 11 Aug 2001 22:41:26 -0700 (PDT) (envelope-from knu) Message-Id: <200108120541.f7C5fQY37731@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 22:41:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-strscan 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/08/11 22:41:26 PDT Modified files: devel/ruby-strscan Makefile Log: Update MASTER_SITES. Remove a no longer needed hack. Revision Changes Path 1.19 +6 -12 ports/devel/ruby-strscan/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 22:45: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 1DCD337B409; Sat, 11 Aug 2001 22:45:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C5jNI37877; Sat, 11 Aug 2001 22:45:23 -0700 (PDT) (envelope-from knu) Message-Id: <200108120545.f7C5jNI37877@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 22:45:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/11 22:45:23 PDT Modified files: devel/ruby-racc Makefile distinfo Log: Update to 1.3.10. Revision Changes Path 1.26 +3 -5 ports/devel/ruby-racc/Makefile 1.17 +1 -1 ports/devel/ruby-racc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 22:48:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 280DB37B403; Sat, 11 Aug 2001 22:48:43 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C5mhM38063; Sat, 11 Aug 2001 22:48:43 -0700 (PDT) (envelope-from knu) Message-Id: <200108120548.f7C5mhM38063@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 22:48:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-mmap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/11 22:48:43 PDT Modified files: devel/ruby-mmap Makefile distinfo Log: Update to 0.1.4. Revision Changes Path 1.5 +2 -2 ports/devel/ruby-mmap/Makefile 1.5 +1 -1 ports/devel/ruby-mmap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 23:12: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 5A9E137B403; Sat, 11 Aug 2001 23:12:08 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6C8s42403; Sat, 11 Aug 2001 23:12:08 -0700 (PDT) (envelope-from trevor) Message-Id: <200108120612.f7C6C8s42403@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 11 Aug 2001 23:12:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/fspd 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 trevor 2001/08/11 23:12:08 PDT Modified files: net/fspd Makefile Log: Chase master site. Revision Changes Path 1.2 +2 -2 ports/net/fspd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 23:25:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2806837B401; Sat, 11 Aug 2001 23:25:37 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6PbC43151; Sat, 11 Aug 2001 23:25:37 -0700 (PDT) (envelope-from knu) Message-Id: <200108120625.f7C6PbC43151@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 23:25:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ruby-gserver Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/11 23:25:37 PDT Modified files: net Makefile Added files: net/ruby-gserver Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-gserver, a Ruby module which provides generic-server facilities. Revision Changes Path 1.587 +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 Aug 11 23:25: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 EFD4737B417; Sat, 11 Aug 2001 23:25:44 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6PiI43202; Sat, 11 Aug 2001 23:25:44 -0700 (PDT) (envelope-from knu) Message-Id: <200108120625.f7C6PiI43202@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 23:25:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/11 23:25:44 PDT Modified files: . modules Log: ruby-gserver --> ports/net/ruby-gserver Revision Changes Path 1.3639 +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 Aug 11 23: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 24F3B37B401; Sat, 11 Aug 2001 23:29:55 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6TtG43662; Sat, 11 Aug 2001 23:29:55 -0700 (PDT) (envelope-from knu) Message-Id: <200108120629.f7C6TtG43662@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 23:29:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-xmlrpc 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 knu 2001/08/11 23:29:55 PDT Modified files: net/ruby-xmlrpc Makefile pkg-plist Log: Install GServer.rb via the ruby-gserver port instead of installing the bundled one. Revision Changes Path 1.14 +5 -3 ports/net/ruby-xmlrpc/Makefile 1.12 +0 -1 ports/net/ruby-xmlrpc/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 Aug 11 23: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 B0F0937B40A; Sat, 11 Aug 2001 23:39:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6dOw44165; Sat, 11 Aug 2001 23:39:24 -0700 (PDT) (envelope-from knu) Message-Id: <200108120639.f7C6dOw44165@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 23:39:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ruby-urb Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/ruby-uri 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/08/11 23:39:24 PDT Modified files: net Makefile net/ruby-uri Makefile distinfo pkg-plist Removed files: net/ruby-urb Makefile distinfo pkg-comment pkg-descr pkg-plist Log: The URb module has been renamed to URI and replaced the formerly existed URI module, to be adopted officially in the near future. Revision Changes Path 1.588 +1 -2 ports/net/Makefile 1.8 +12 -18 ports/net/ruby-uri/Makefile 1.4 +1 -1 ports/net/ruby-uri/distinfo 1.5 +14 -4 ports/net/ruby-uri/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 Aug 11 23: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 15B9E37B401; Sat, 11 Aug 2001 23:40:02 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6e2444253; Sat, 11 Aug 2001 23:40:02 -0700 (PDT) (envelope-from knu) Message-Id: <200108120640.f7C6e2444253@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 23:40: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 knu 2001/08/11 23:40:02 PDT Modified files: . modules Log: Unlink ruby-urb. Revision Changes Path 1.3640 +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 Sat Aug 11 23:41:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C46B037B401; Sat, 11 Aug 2001 23:41:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6fA544373; Sat, 11 Aug 2001 23:41:10 -0700 (PDT) (envelope-from knu) Message-Id: <200108120641.f7C6fA544373@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 23:41:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/ruby-http-access Makefile distinfo pkg-descr pkg-plist ports/www/ruby-http-access/files patch-http-access.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/11 23:41:10 PDT Modified files: www/ruby-http-access Makefile distinfo pkg-descr pkg-plist Removed files: www/ruby-http-access/files patch-http-access.rb Log: Update to 2.B, and use the new ruby-uri module. Revision Changes Path 1.2 +9 -12 ports/www/ruby-http-access/Makefile 1.2 +1 -1 ports/www/ruby-http-access/distinfo 1.2 +1 -1 ports/www/ruby-http-access/pkg-descr 1.2 +5 -5 ports/www/ruby-http-access/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 Aug 11 23:42: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 384A337B409; Sat, 11 Aug 2001 23:42:27 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6gRP44449; Sat, 11 Aug 2001 23:42:27 -0700 (PDT) (envelope-from knu) Message-Id: <200108120642.f7C6gRP44449@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 23:42:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-soap 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/08/11 23:42:27 PDT Modified files: net/ruby-soap Makefile distinfo pkg-plist Log: Update to 1.3.6 and use the new ruby-uri module and the new ruby-http-access module. Revision Changes Path 1.9 +8 -5 ports/net/ruby-soap/Makefile 1.8 +1 -1 ports/net/ruby-soap/distinfo 1.9 +7 -0 ports/net/ruby-soap/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 Aug 11 23:45:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88D0D37B405; Sat, 11 Aug 2001 23:45:11 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6jBJ44607; Sat, 11 Aug 2001 23:45:11 -0700 (PDT) (envelope-from knu) Message-Id: <200108120645.f7C6jBJ44607@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 11 Aug 2001 23:45:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-optparse Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/11 23:45:11 PDT Modified files: devel/ruby-optparse Makefile distinfo Log: Update to 0.8.4. Revision Changes Path 1.16 +2 -2 ports/devel/ruby-optparse/Makefile 1.12 +1 -1 ports/devel/ruby-optparse/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 23: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 73C4037B403; Sat, 11 Aug 2001 23:51:18 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6pIL45243; Sat, 11 Aug 2001 23:51:18 -0700 (PDT) (envelope-from dougb) Message-Id: <200108120651.f7C6pIL45243@freefall.freebsd.org> From: Doug Barton Date: Sat, 11 Aug 2001 23:51:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm Makefile ports/x11-fm/gentoo Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-fm/gentoo/files patch-src-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2001/08/11 23:51:18 PDT Modified files: x11-fm Makefile Added files: x11-fm/gentoo Makefile distinfo pkg-comment pkg-descr pkg-plist x11-fm/gentoo/files patch-src-Makefile Log: Adding gentoo, a nice, two-pane, gtk based file manager based loosely on Amiga's DirectoryOpus. I made some changes to the originator's submission. PR: ports/29635 Submitted by: Anders Nordby Revision Changes Path 1.25 +2 -1 ports/x11-fm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 11 23: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 D9A8D37B40C; Sat, 11 Aug 2001 23:51:21 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C6pLs45278; Sat, 11 Aug 2001 23:51:21 -0700 (PDT) (envelope-from dougb) Message-Id: <200108120651.f7C6pLs45278@freefall.freebsd.org> From: Doug Barton Date: Sat, 11 Aug 2001 23:51: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 dougb 2001/08/11 23:51:21 PDT Modified files: . modules Log: gentoo --> ports/x11-fm/gentoo Revision Changes Path 1.3641 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message