From owner-cvs-all Sun Apr 1 0:33: 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 9C21A37B71A; Sun, 1 Apr 2001 00:33:02 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f318X2c37928; Sun, 1 Apr 2001 00:33:02 -0800 (PST) (envelope-from scottl) Message-Id: <200104010833.f318X2c37928@freefall.freebsd.org> From: Scott Long Date: Sun, 1 Apr 2001 00:33:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c src/sys/modules/asr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2001/04/01 00:33:01 PST Modified files: sys/dev/asr asr.c sys/modules/asr Makefile Log: Make an attempt to get the asr driver to compile on Alpha by fixing some i386 specific bogons. Compile with -O0, as anything higher gives the compiler a fit. No idea if this driver will actually work on Alpha, though. Revision Changes Path 1.11 +12 -2 src/sys/dev/asr/asr.c 1.3 +5 -1 src/sys/modules/asr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 1: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 565A937B71C; Sun, 1 Apr 2001 01:19:24 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f319JOG43474; Sun, 1 Apr 2001 01:19:24 -0800 (PST) (envelope-from obrien) Message-Id: <200104010919.f319JOG43474@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Apr 2001 01:19:24 -0800 (PST) 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 X-Loop: FreeBSD.ORG obrien 2001/04/01 01:19:24 PST Modified files: usr.sbin/sysinstall config.c Log: Give a little more variety in the /etc/exports example. Revision Changes Path 1.179 +3 -3 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 Sun Apr 1 3:45: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4763837B71A; Sun, 1 Apr 2001 03:44:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31AirR51761; Sun, 1 Apr 2001 03:44:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200104011044.f31AirR51761@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Apr 2001 03:44:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk chunk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/01 03:44:53 PDT Modified files: lib/libdisk chunk.c Log: Add back for warn(). (of course it's pretty stupid to call it, as printf doesn't work w/in sysinstall, and sysinstall is the only consumer of libdisk) Revision Changes Path 1.25 +2 -1 src/lib/libdisk/chunk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 4:22: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 2186837B71B; Sun, 1 Apr 2001 04:22:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31BMfq61822; Sun, 1 Apr 2001 04:22:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200104011122.f31BMfq61822@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Apr 2001 04:22:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c write_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/01 04:22:40 PDT Modified files: lib/libdisk create_chunk.c write_disk.c Log: Quiet warnings on the Alpha. Revision Changes Path 1.56 +8 -3 src/lib/libdisk/create_chunk.c 1.38 +5 -2 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 4:28:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B93037B71E; Sun, 1 Apr 2001 04:28:29 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31BST662289; Sun, 1 Apr 2001 04:28:29 -0700 (PDT) (envelope-from nakai) Message-Id: <200104011128.f31BST662289@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 1 Apr 2001 04:28:29 -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-ac patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/04/01 04:28:29 PDT Modified files: x11-wm/spager Makefile distinfo x11-wm/spager/files patch-aa patch-ab Added files: x11-wm/spager/files patch-ac Log: Update to 0.14 Revision Changes Path 1.5 +4 -2 ports/x11-wm/spager/Makefile 1.3 +1 -1 ports/x11-wm/spager/distinfo 1.3 +20 -10 ports/x11-wm/spager/files/patch-aa 1.3 +5 -5 ports/x11-wm/spager/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 4: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 8DA2C37B71A; Sun, 1 Apr 2001 04:32:57 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31BWvU62573; Sun, 1 Apr 2001 04:32:57 -0700 (PDT) (envelope-from obrien) Message-Id: <200104011132.f31BWvU62573@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Apr 2001 04:32:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/01 04:32:57 PDT Modified files: lib/libdisk disk.c Log: Add back for warn(). (of course it's pretty stupid to call it, as printf doesn't work w/in sysinstall, and sysinstall is the only consumer of libdisk) Revision Changes Path 1.68 +2 -1 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 4:37:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2992537B71B; Sun, 1 Apr 2001 04:37:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31BbW162870; Sun, 1 Apr 2001 04:37:32 -0700 (PDT) (envelope-from obrien) Message-Id: <200104011137.f31BbW162870@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Apr 2001 04:37:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c write_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/01 04:37:31 PDT Modified files: lib/libdisk create_chunk.c write_disk.c Log: Try to untangle some of the #ifdef spaghetti. Also, looking to the future, don't assume all the world is an i386 and all its disk layout brain damage will be repeated by other platforms. So all the diking out if we are an Alpha, becomes adding in if we are an i386. Revision Changes Path 1.57 +4 -4 src/lib/libdisk/create_chunk.c 1.39 +10 -10 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 4:44: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 DFF0D37B724; Sun, 1 Apr 2001 04:44:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31BiCd63441; Sun, 1 Apr 2001 04:44:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200104011144.f31BiCd63441@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Apr 2001 04:44:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk libdisk.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/01 04:44:12 PDT Modified files: lib/libdisk libdisk.h Log: Correct a comment. Revision Changes Path 1.38 +2 -2 src/lib/libdisk/libdisk.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 4:49:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 586D237B71C; Sun, 1 Apr 2001 04:49:25 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31BnPq63962; Sun, 1 Apr 2001 04:49:25 -0700 (PDT) (envelope-from nakai) Message-Id: <200104011149.f31BnPq63962@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 1 Apr 2001 04:49:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/spager Makefile ports/x11-wm/spager/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/04/01 04:49:25 PDT Modified files: x11-wm/spager Makefile x11-wm/spager/files patch-aa Log: Remove the unnessesary link. Revision Changes Path 1.6 +2 -3 ports/x11-wm/spager/Makefile 1.4 +2 -2 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 Apr 1 5: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 8643C37B71C; Sun, 1 Apr 2001 05:18:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31CIL568915; Sun, 1 Apr 2001 05:18:21 -0700 (PDT) (envelope-from obrien) Message-Id: <200104011218.f31CIL568915@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Apr 2001 05:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk blocks.c change.c chunk.c create_chunk.c disk.c disklabel.c rules.c write_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/01 05:18:21 PDT Modified files: lib/libdisk blocks.c change.c chunk.c create_chunk.c disk.c disklabel.c rules.c write_disk.c Log: Add spaces around operators. It's OK, the Project and afford them now -- they aren't as expensive as they used to be. Revision Changes Path 1.9 +5 -5 src/lib/libdisk/blocks.c 1.18 +17 -15 src/lib/libdisk/change.c 1.26 +52 -50 src/lib/libdisk/chunk.c 1.58 +36 -36 src/lib/libdisk/create_chunk.c 1.69 +75 -74 src/lib/libdisk/disk.c 1.7 +2 -2 src/lib/libdisk/disklabel.c 1.20 +30 -30 src/lib/libdisk/rules.c 1.40 +39 -40 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 6:24: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B96137B718; Sun, 1 Apr 2001 06:24:00 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31DO0b76256; Sun, 1 Apr 2001 06:24:00 -0700 (PDT) (envelope-from andreas) Message-Id: <200104011324.f31DO0b76256@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 1 Apr 2001 06:24:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter pkg-message Makefile distinfo ports/print/apsfilter/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/04/01 06:24:00 PDT Modified files: print/apsfilter Makefile distinfo print/apsfilter/scripts configure Added files: print/apsfilter pkg-message Log: update from apsfilter 6.1.0 to 6.1.1 - a duplex printing password fix turned out incompatibility of BSD od(1) to other flavours of od(1). - apsfilter 6.1.1 contains the duplex password fix + a substitution of od(1) with hexdump which also seems to be available on Linux and Solaris. - no PORTREVISION dump since we have a new release - added pkg-message file for easier handling and addition of notification to apsfilter *package* had to change configure script and Makefile to follow that new infrastructure. - troff notification in dependency to FreeBSD version Revision Changes Path 1.84 +17 -3 ports/print/apsfilter/Makefile 1.47 +1 -1 ports/print/apsfilter/distinfo 1.22 +1 -22 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 Apr 1 6:59:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9EA837B719; Sun, 1 Apr 2001 06:59:09 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31Dx9p71088; Sun, 1 Apr 2001 06:59:09 -0700 (PDT) (envelope-from alex) Message-Id: <200104011359.f31Dx9p71088@freefall.freebsd.org> From: Alexander Langer Date: Sun, 1 Apr 2001 06:59:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO_8859-1/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/01 06:59:09 PDT Modified files: de_DE.ISO_8859-1/share/sgml freebsd.dsl Log: Fix build of German FAQ after the latest stylesheet changes: Add create-refentry-xref-link function. Submitted by: Udo Erdelhoff Revision Changes Path 1.5 +12 -1 doc/de_DE.ISO_8859-1/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 Sun Apr 1 7: 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 0B07A37B71C; Sun, 1 Apr 2001 07:07:36 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31E7Zg74161; Sun, 1 Apr 2001 07:07:35 -0700 (PDT) (envelope-from alex) Message-Id: <200104011407.f31E7Zg74161@freefall.freebsd.org> From: Alexander Langer Date: Sun, 1 Apr 2001 07:07:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO_8859-1/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/01 07:07:35 PDT Modified files: de_DE.ISO_8859-1/share/sgml freebsd.dsl Log: - a whitespace fix - Merge the following from en-freebsd.dsl: - rev. 1.2: output.html and output.print parameter entities. - rev. 1.3: Convert "..." to ``...'' in the HTML output. Revision Changes Path 1.6 +12 -2 doc/de_DE.ISO_8859-1/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 Sun Apr 1 7: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 921B637B71A; Sun, 1 Apr 2001 07:41:54 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31Efs277752; Sun, 1 Apr 2001 07:41:54 -0700 (PDT) (envelope-from jhay) Message-Id: <200104011441.f31Efs277752@freefall.freebsd.org> From: John Hay Date: Sun, 1 Apr 2001 07:41:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhay 2001/04/01 07:41:54 PDT Modified files: release/i386 fixit_crunch.conf release/pc98 fixit_crunch.conf Log: Remove grep from the fixit floppy. This should free enough space to get the snaps going again. Revision Changes Path 1.3 +2 -2 src/release/i386/fixit_crunch.conf 1.3 +2 -2 src/release/pc98/fixit_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 8: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 4791D37B71A; Sun, 1 Apr 2001 08:55:34 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31FtYQ88617; Sun, 1 Apr 2001 08:55:34 -0700 (PDT) (envelope-from andreas) Message-Id: <200104011555.f31FtYQ88617@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 1 Apr 2001 08:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript6 Makefile ports/print/ghostscript6/files cdj850.contrib.mak ports/print/ghostscript6/scripts configure configure.batch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/04/01 08:55:34 PDT Modified files: print/ghostscript6 Makefile print/ghostscript6/scripts configure configure.batch Added files: print/ghostscript6/files cdj850.contrib.mak Log: - "Gelhaus driver" (cdj850) wasn't active in gs, fix that - therefore bump port revision - add a makefile template, so that it will be compiled in - patch configure.batch and the interactive one interactive configuration is still not enabled, because every driver entry needs to be checked thoroughly if its still present, if more printer models are supported, if there are new printers/drivers, etc ... This needs time that I currently don't have. Any taker ??? Revision Changes Path 1.67 +9 -3 ports/print/ghostscript6/Makefile 1.16 +2 -1 ports/print/ghostscript6/scripts/configure 1.15 +2 -2 ports/print/ghostscript6/scripts/configure.batch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 9: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 6533C37B71B; Sun, 1 Apr 2001 09:41:31 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31GfVc96018; Sun, 1 Apr 2001 09:41:31 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104011641.f31GfVc96018@freefall.freebsd.org> From: Nick Sayer Date: Sun, 1 Apr 2001 09:41:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/glide3 pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/01 09:41:31 PDT Modified files: graphics/glide3 pkg-descr Log: Add WWW Revision Changes Path 1.2 +2 -0 ports/graphics/glide3/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 Apr 1 10:16: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B48F437B719; Sun, 1 Apr 2001 10:15:56 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31HFuX01607; Sun, 1 Apr 2001 10:15:56 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104011715.f31HFuX01607@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 1 Apr 2001 10:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame Makefile distinfo pkg-plist ports/emulators/xmame/files patch-ac ports/emulators/xmess Makefile ports/emulators/xmess/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/01 10:15:56 PDT Modified files: emulators/xmame Makefile distinfo pkg-plist emulators/xmame/files patch-ac emulators/xmess Makefile Added files: emulators/xmess/files patch-ac Log: Update xmame to 0.37b13.1 - Assign maintainership to Stijn Hoop, due to current maintainers timeouts. - Don't symlink /usr/X11R6/etc/xmamerc to avoid bento warning - Update CPS2 patch version to latest release - Rename wpcmame glue in xmame makefile to pinmame Submitted by: Stijn Hoop PR: 26217 Revision Changes Path 1.21 +26 -20 ports/emulators/xmame/Makefile 1.10 +3 -2 ports/emulators/xmame/distinfo 1.10 +8 -4 ports/emulators/xmame/pkg-plist 1.2 +3 -3 ports/emulators/xmame/files/patch-ac 1.5 +3 -2 ports/emulators/xmess/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 10:22: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 C80AB37B71C; Sun, 1 Apr 2001 10:22:26 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31HMQ502079; Sun, 1 Apr 2001 10:22:26 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104011722.f31HMQ502079@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 1 Apr 2001 10:22:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/xpinmame Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/01 10:22:26 PDT Modified files: emulators Makefile Added files: emulators/xpinmame Makefile pkg-comment pkg-descr Log: Add xpinmame, the Pinball Console emulator for X11 (xmame slave port) Submitted by: Stijn Hoop PR: 26217 Revision Changes Path 1.66 +2 -1 ports/emulators/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 10:22: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 F07F537B743; Sun, 1 Apr 2001 10:22:30 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31HMUc02123; Sun, 1 Apr 2001 10:22:30 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104011722.f31HMUc02123@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 1 Apr 2001 10:22:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/01 10:22:30 PDT Modified files: . modules Log: xpinmame --> ports/emulators/xpinmame Revision Changes Path 1.2803 +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 Apr 1 10: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 5EF9037B71B; Sun, 1 Apr 2001 10:28:25 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31HSPA02658; Sun, 1 Apr 2001 10:28:25 -0700 (PDT) (envelope-from knu) Message-Id: <200104011728.f31HSPA02658@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 10:28:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-date2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/01 10:28:25 PDT Modified files: devel/ruby-date2 Makefile distinfo Log: Update to 2.4.2. Revision Changes Path 1.12 +2 -2 ports/devel/ruby-date2/Makefile 1.8 +1 -1 ports/devel/ruby-date2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 10:52: 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 DFB7F37B71A; Sun, 1 Apr 2001 10:52:01 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31Hq1V04425; Sun, 1 Apr 2001 10:52:01 -0700 (PDT) (envelope-from knu) Message-Id: <200104011752.f31Hq1V04425@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 10:52:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/01 10:52:01 PDT Modified files: Mk bsd.ruby.mk lang/ruby Makefile distinfo Log: Update to the latest snapshot of the stable branch, plus a workaround for the longstanding libc vs. libc_r issue. This should hopefully fix all the ruby extensions such as Ruby/Qt2GL, Ruby/Python and Ruby/SDL for both 4-STABLE and 5-CURRENT. :) Revision Changes Path 1.24 +2 -2 ports/Mk/bsd.ruby.mk 1.46 +3 -2 ports/lang/ruby/Makefile 1.32 +2 -1 ports/lang/ruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 10:59:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2B8137B719; Sun, 1 Apr 2001 10:59:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31HxdZ04873; Sun, 1 Apr 2001 10:59:39 -0700 (PDT) (envelope-from knu) Message-Id: <200104011759.f31HxdZ04873@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 10:59:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-sdl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/01 10:59:39 PDT Modified files: devel/ruby-sdl Makefile Log: Now this is available on 4-STABLE too. :) Revision Changes Path 1.4 +4 -11 ports/devel/ruby-sdl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 11: 2: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 06E3837B71A; Sun, 1 Apr 2001 11:02:39 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31I2dC05232; Sun, 1 Apr 2001 11:02:39 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104011802.f31I2dC05232@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 1 Apr 2001 11:02:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/citrix_ica pkg-plist ports/german/citrix_ica pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/01 11:02:38 PDT Modified files: net/citrix_ica pkg-plist german/citrix_ica pkg-plist Log: At deinstall time, remove the "application/x-ica" mime type from netscape's mailcap and mime.types files. Do this only if the netscape files actually exist. Revision Changes Path 1.4 +2 -0 ports/net/citrix_ica/pkg-plist 1.2 +2 -0 ports/german/citrix_ica/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 Apr 1 11: 7:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9765B37B719; Sun, 1 Apr 2001 11:07:11 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31I7BD08019; Sun, 1 Apr 2001 11:07:11 -0700 (PDT) (envelope-from knu) Message-Id: <200104011807.f31I7BD08019@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 11:07:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-qt2 Makefile.common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/01 11:07:11 PDT Modified files: x11-toolkits/ruby-qt2 Makefile.common Log: Now all the ruby-qt2* ports are unbroken for both 4-STABLE and 5-CURRENT. Bump the version to 0.12a.1. Revision Changes Path 1.5 +4 -15 ports/x11-toolkits/ruby-qt2/Makefile.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 11:14:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A526237B719; Sun, 1 Apr 2001 11:14:50 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31IEoD08663; Sun, 1 Apr 2001 11:14:50 -0700 (PDT) (envelope-from knu) Message-Id: <200104011814.f31IEoD08663@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 11:14:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby_static Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/01 11:14:50 PDT Modified files: lang/ruby_static Makefile Log: Do not link libc_r when it is unnecessary. Revision Changes Path 1.2 +2 -1 ports/lang/ruby_static/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 11:17: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 EFF8437B71C; Sun, 1 Apr 2001 11:17:08 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31IH8j08798; Sun, 1 Apr 2001 11:17:08 -0700 (PDT) (envelope-from will) Message-Id: <200104011817.f31IH8j08798@freefall.freebsd.org> From: Will Andrews Date: Sun, 1 Apr 2001 11:17:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/koffice Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/01 11:17:08 PDT Modified files: editors/koffice Makefile Log: Bump PORTREVISION per kpresenter fix. I did have this in here, I just only committed files. :( Submitted by: demon Revision Changes Path 1.19 +2 -2 ports/editors/koffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 14:15: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 4FC0837B719; Sun, 1 Apr 2001 14:15:51 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31LFpl32481; Sun, 1 Apr 2001 14:15:51 -0700 (PDT) (envelope-from knu) Message-Id: <200104012115.f31LFpl32481@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 14:15:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-sdl Makefile distinfo pkg-plist ports/devel/ruby-sdl/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/01 14:15:51 PDT Modified files: devel/ruby-sdl Makefile distinfo pkg-plist Removed files: devel/ruby-sdl/files patch-extconf.rb Log: Update to 0.3-repacked. Revision Changes Path 1.5 +23 -3 ports/devel/ruby-sdl/Makefile 1.2 +1 -1 ports/devel/ruby-sdl/distinfo 1.2 +3 -0 ports/devel/ruby-sdl/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 Apr 1 14:21:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54BC437B718; Sun, 1 Apr 2001 14:21:28 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31LLSv32856; Sun, 1 Apr 2001 14:21:28 -0700 (PDT) (envelope-from knu) Message-Id: <200104012121.f31LLSv32856@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 14:21:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/01 14:21:28 PDT Modified files: lang/ruby Makefile Log: Do a ${MV} with -f so that the installation process won't stop and ask a question when some version of ruby is already installed. This is useful when you want to automatically upgrade the port using portupgrade. :) Submitted by: Jimmy Olgeni Revision Changes Path 1.47 +2 -2 ports/lang/ruby/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 14:43: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 32C1337B719; Sun, 1 Apr 2001 14:43:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31LhQZ34343; Sun, 1 Apr 2001 14:43:26 -0700 (PDT) (envelope-from knu) Message-Id: <200104012143.f31LhQZ34343@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 14:43:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/ruby-panda Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/ruby-panda/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/01 14:43:26 PDT Modified files: print Makefile Added files: print/ruby-panda Makefile distinfo pkg-comment pkg-descr pkg-plist print/ruby-panda/files patch-extconf.rb Log: Add ruby-panda, a Ruby extension library to access Panda, a GPL'ed library for dynamically generating PDF files. Revision Changes Path 1.150 +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 Sun Apr 1 14:43:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDA8037B74F; Sun, 1 Apr 2001 14:43:32 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31LhWM34381; Sun, 1 Apr 2001 14:43:32 -0700 (PDT) (envelope-from knu) Message-Id: <200104012143.f31LhWM34381@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 14:43: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 X-Loop: FreeBSD.ORG knu 2001/04/01 14:43:32 PDT Modified files: . modules Log: ruby-panda --> ports/print/ruby-panda Revision Changes Path 1.2804 +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 Apr 1 15: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 E6D8F37B722; Sun, 1 Apr 2001 15:39:17 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31MdHx40232; Sun, 1 Apr 2001 15:39:17 -0700 (PDT) (envelope-from brian) Message-Id: <200104012239.f31MdHx40232@freefall.freebsd.org> From: Brian Somers Date: Sun, 1 Apr 2001 15:39:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap.c pap.c radius.c radius.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/01 15:39:17 PDT Modified files: usr.sbin/ppp chap.c pap.c radius.c radius.h Log: Don't assume challenges and responses don't contain embedded '\0's. Mschapv2 response generation may produce embedded NULs... causing us to send a bogus response to the radius server and end up failing the client's valid response. Problem pointed out by: Eugene Vigovskiy Revision Changes Path 1.69 +6 -10 src/usr.sbin/ppp/chap.c 1.44 +2 -2 src/usr.sbin/ppp/pap.c 1.22 +5 -5 src/usr.sbin/ppp/radius.c 1.7 +3 -2 src/usr.sbin/ppp/radius.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 15:39:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC13A37B718; Sun, 1 Apr 2001 15:39:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31MdtY40277; Sun, 1 Apr 2001 15:39:55 -0700 (PDT) (envelope-from brian) Message-Id: <200104012239.f31MdtY40277@freefall.freebsd.org> From: Brian Somers Date: Sun, 1 Apr 2001 15:39:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap.c pap.c radius.c radius.h X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/01 15:39:55 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp chap.c pap.c radius.c radius.h Log: MFC: Don't assume challenges and responses don't contain embedded '\0's. Revision Changes Path 1.65.2.3 +6 -10 src/usr.sbin/ppp/chap.c 1.43.2.1 +2 -2 src/usr.sbin/ppp/pap.c 1.16.2.6 +5 -5 src/usr.sbin/ppp/radius.c 1.5.2.2 +3 -2 src/usr.sbin/ppp/radius.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 15:48:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4197A37B71E; Sun, 1 Apr 2001 15:48:08 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31Mm8g40825; Sun, 1 Apr 2001 15:48:08 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200104012248.f31Mm8g40825@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 1 Apr 2001 15:48:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/04/01 15:48:08 PDT Modified files: etc/mail Makefile Log: The userdb database is different from the rest of the databases. It *must* be a btree. PR: bin/26149 Revision Changes Path 1.14 +7 -3 src/etc/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 15:54:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6164B37B718; Sun, 1 Apr 2001 15:54:16 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31MsGi41501; Sun, 1 Apr 2001 15:54:16 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200104012254.f31MsGi41501@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 1 Apr 2001 15:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/04/01 15:54:16 PDT Modified files: etc/mail Makefile Log: Allow users to override the default map type used for building maps. Revision Changes Path 1.15 +5 -3 src/etc/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 16: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 6D10637B718; Sun, 1 Apr 2001 16:45:12 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31NjCe46707; Sun, 1 Apr 2001 16:45:12 -0700 (PDT) (envelope-from dd) Message-Id: <200104012345.f31NjCe46707@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 1 Apr 2001 16:45:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys extattr_get_file.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/01 16:45:12 PDT Added files: lib/libc/sys extattr_get_file.2 Log: A manual page for the extattr_get_file, extattr_set_file, and extattr_delete_file system calls. Reviewed by: rwatson, ru Approved by: nik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 16: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 9DD5437B718; Sun, 1 Apr 2001 16:46:56 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31NkuK46821; Sun, 1 Apr 2001 16:46:56 -0700 (PDT) (envelope-from dd) Message-Id: <200104012346.f31NkuK46821@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 1 Apr 2001 16:46:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/01 16:46:56 PDT Modified files: lib/libc/sys Makefile.inc Log: Hook the extattr_get_file.2 manual page into the build. Add MLINKS for extattr_set_file.2 and extattr_delete_file.2. Revision Changes Path 1.84 +4 -2 src/lib/libc/sys/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 18: 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 132A937B71D; Sun, 1 Apr 2001 18:02:33 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3212X353796; Sun, 1 Apr 2001 18:02:33 -0700 (PDT) (envelope-from rwatson) Message-Id: <200104020102.f3212X353796@freefall.freebsd.org> From: Robert Watson Date: Sun, 1 Apr 2001 18:02:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_acl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/04/01 18:02:32 PDT Modified files: sys/ufs/ufs ufs_acl.c Log: o Correct an ACL implementation bug that could result in a system panic under heavy use when default ACLs were bgin inherited by new files or directories. This is done by removing a bug in default ACL reading, and improving error handling for this failure case: - Move the setting of the buffer length (len) variable to above the ACL type (ap->a_type) switch rather than having it only for ACL_TYPE_ACCESS. Otherwise, the len variable is unitialized in the ACL_TYPE_DEFAULT case, which generally worked right, but could result in failure. - Add a check for a short/long read of the ACL_TYPE_DEFAULT type from the underlying EA, resulting in EPERM rather than passing a potentially corrupted ACL back to the caller (resulting "cleaner" failures if the EA is damaged: right now, the caller will almost always panic in the presence of a corrupted EA). This code is similar to code in the ACL_TYPE_ACCESS handling in the previous switch case. - While I'm fixing this code, remove a redundant bzero() of the ACL reader buffer; it need only be initialized above the acl_type switch. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +13 -3 src/sys/ufs/ufs/ufs_acl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 18: 4: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 DA51337B71A; Sun, 1 Apr 2001 18:04:38 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3214cp53886; Sun, 1 Apr 2001 18:04:38 -0700 (PDT) (envelope-from okazaki) Message-Id: <200104020104.f3214cp53886@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 1 Apr 2001 18:04:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/emacs-w3m-emacs20/files _pkg.el patch-Makefile.in patch-mime-w3m.el X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/04/01 18:04:38 PDT Added files: www/emacs-w3m-emacs20/files _pkg.el patch-Makefile.in patch-mime-w3m.el Log: Add emacs-w3m-emacs20, a simple interface program of w3m for Emacs20. PR: 26130 Submitted by: MANTANI Nobutaka To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 18: 4: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 27F2D37B75A; Sun, 1 Apr 2001 18:04:45 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3214jZ53927; Sun, 1 Apr 2001 18:04:45 -0700 (PDT) (envelope-from okazaki) Message-Id: <200104020104.f3214jZ53927@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 1 Apr 2001 18:04:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/emacs-w3m-emacs20 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/04/01 18:04:45 PDT Added files: www/emacs-w3m-emacs20 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add emacs-w3m-emacs20, a simple interface program of w3m for Emacs20. PR: 26130 Submitted by: MANTANI Nobutaka To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 18: 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 907CD37B71D; Sun, 1 Apr 2001 18:04:50 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3214oh53975; Sun, 1 Apr 2001 18:04:50 -0700 (PDT) (envelope-from okazaki) Message-Id: <200104020104.f3214oh53975@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 1 Apr 2001 18:04:50 -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 X-Loop: FreeBSD.ORG okazaki 2001/04/01 18:04:50 PDT Modified files: www Makefile Log: Add emacs-w3m-emacs20, a simple interface program of w3m for Emacs20. PR: 26130 Submitted by: MANTANI Nobutaka Revision Changes Path 1.333 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 18:15: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 F401737B71A; Sun, 1 Apr 2001 18:15:36 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f321Fa557660; Sun, 1 Apr 2001 18:15:36 -0700 (PDT) (envelope-from okazaki) Message-Id: <200104020115.f321Fa557660@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 1 Apr 2001 18:15:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/04/01 18:15:36 PDT Modified files: . modules Log: emacs-w3m-emacs20 --> ports/www/emacs-w3m-emacs20 Revision Changes Path 1.2805 +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 Apr 1 18:25:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 000E537B71A; Sun, 1 Apr 2001 18:25:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f321Ptu58404; Sun, 1 Apr 2001 18:25:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200104020125.f321Ptu58404@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 1 Apr 2001 18:25:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c newfs.8 newfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/01 18:25:55 PDT Modified files: sbin/newfs mkfs.c newfs.8 newfs.c Log: Allow enabling soft updates (with -U) on a new filesystem. [I first added this functionality, and thought to check prior art. Seeing OpenBSD had already done this, I changed my addition to reduce the diffs between the two and went with their option letter.] Obtained from: OpenBSD Revision Changes Path 1.34 +8 -3 src/sbin/newfs/mkfs.c 1.34 +5 -3 src/sbin/newfs/newfs.8 1.34 +8 -3 src/sbin/newfs/newfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 18: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 1D93137B718; Sun, 1 Apr 2001 18:54:48 -0700 (PDT) (envelope-from benno@FreeBSD.org) Received: (from benno@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f321smh60966; Sun, 1 Apr 2001 18:54:48 -0700 (PDT) (envelope-from benno) Message-Id: <200104020154.f321smh60966@freefall.freebsd.org> From: Benno Rice Date: Sun, 1 Apr 2001 18:54:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG benno 2001/04/01 18:54:44 PDT Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Place myself in the right place alphabetically. Revision Changes Path 1.205 +5 -5 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 19:18: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 34B2B37B71A; Sun, 1 Apr 2001 19:18:39 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f322IdO65166; Sun, 1 Apr 2001 19:18:39 -0700 (PDT) (envelope-from lioux) Message-Id: <200104020218.f322IdO65166@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Apr 2001 19:18:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/furi/files furi.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/04/01 19:18:39 PDT Modified files: net/furi/files furi.sh Log: Do not pollute the ambient with internal variables Revision Changes Path 1.2 +1 -3 ports/net/furi/files/furi.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 20: 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 E61C637B718; Sun, 1 Apr 2001 20:02:24 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3232Ot68049; Sun, 1 Apr 2001 20:02:24 -0700 (PDT) (envelope-from lioux) Message-Id: <200104020302.f3232Ot68049@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 1 Apr 2001 20:02:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/furi/files furi.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/04/01 20:02:24 PDT Modified files: net/furi/files furi.sh Log: Properly add variable to the environment after last partially bogus commit Revision Changes Path 1.3 +2 -2 ports/net/furi/files/furi.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 21:36: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 DBD7037B719; Sun, 1 Apr 2001 21:36:09 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f324a9h80088; Sun, 1 Apr 2001 21:36:09 -0700 (PDT) (envelope-from knu) Message-Id: <200104020436.f324a9h80088@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 1 Apr 2001 21:36:09 -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 X-Loop: FreeBSD.ORG knu 2001/04/01 21:36:09 PDT Modified files: Mk bsd.ruby.mk Log: Invoke ruby with -d when the variable DEBUG is defined. (make -DDEBUG) Revision Changes Path 1.25 +12 -7 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 Sun Apr 1 22: 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 C956837B71B; Sun, 1 Apr 2001 22:00:33 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3250Xc82653; Sun, 1 Apr 2001 22:00:33 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020500.f3250Xc82653@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 22:00:33 -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 X-Loop: FreeBSD.ORG mharo 2001/04/01 22:00:33 PDT Modified files: net/gnut Makefile distinfo Log: update -> 0.4.21 PR: 26246 Submitted by: Michael Lyngbøl Revision Changes Path 1.9 +2 -2 ports/net/gnut/Makefile 1.9 +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 Apr 1 22: 4:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2682D37B71A; Sun, 1 Apr 2001 22:04:19 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3254Jt82967; Sun, 1 Apr 2001 22:04:19 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020504.f3254Jt82967@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 22:04:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/qvwm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 22:04:19 PDT Modified files: x11-wm/qvwm Makefile distinfo Log: x11-wm/qvwm to 1.10 PR: 26236 Submitted by: KATO Tsuguru Revision Changes Path 1.40 +2 -2 ports/x11-wm/qvwm/Makefile 1.26 +1 -1 ports/x11-wm/qvwm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 22:10: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 2E7FB37B719; Sun, 1 Apr 2001 22:10:16 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f325AG987180; Sun, 1 Apr 2001 22:10:16 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020510.f325AG987180@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 22:10:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/phylip Makefile distinfo pkg-descr pkg-plist ports/biology/phylip/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 22:10:15 PDT Modified files: biology/phylip Makefile distinfo pkg-descr pkg-plist Added files: biology/phylip/files patch-aa Log: updated port biology/phylip from vers 3.5 to 3.6 PR: 26146 Submitted by: "David A. Bader" Revision Changes Path 1.2 +18 -14 ports/biology/phylip/Makefile 1.2 +1 -1 ports/biology/phylip/distinfo 1.2 +39 -44 ports/biology/phylip/pkg-descr 1.2 +45 -39 ports/biology/phylip/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 Apr 1 22:16: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 4095837B719; Sun, 1 Apr 2001 22:16:27 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f325GRx90558; Sun, 1 Apr 2001 22:16:27 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020516.f325GRx90558@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 22:16:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/paml Makefile distinfo ports/biology/paml/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 22:16:27 PDT Modified files: biology/paml Makefile distinfo Removed files: biology/paml/files patch-aa patch-ab Log: update to 3.03 PR: 26094 Submitted by: maintainer Revision Changes Path 1.2 +5 -5 ports/biology/paml/Makefile 1.2 +1 -1 ports/biology/paml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 22:19:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52FC037B72E; Sun, 1 Apr 2001 22:19:14 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f325JEh92422; Sun, 1 Apr 2001 22:19:14 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020519.f325JEh92422@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 22:19:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbpager Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 22:19:14 PDT Modified files: x11-wm/bbpager Makefile distinfo Log: update to 0.3 PR: 26079 Submitted by: Stijn Hoop Revision Changes Path 1.2 +2 -2 ports/x11-wm/bbpager/Makefile 1.2 +1 -1 ports/x11-wm/bbpager/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 22: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 99BAB37B718; Sun, 1 Apr 2001 22:22:06 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f325M6f92761; Sun, 1 Apr 2001 22:22:06 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020522.f325M6f92761@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 22:22:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/pimp3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 22:22:06 PDT Modified files: audio/pimp3 Makefile Log: remove maintainer PR: 26111 Revision Changes Path 1.4 +3 -3 ports/audio/pimp3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 22:29: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5D7637B718; Sun, 1 Apr 2001 22:29:06 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f325T6L95009; Sun, 1 Apr 2001 22:29:06 -0700 (PDT) (envelope-from sf) Message-Id: <200104020529.f325T6L95009@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 1 Apr 2001 22:29:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/jwhois Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/04/01 22:29:06 PDT Modified files: net/jwhois Makefile pkg-plist Log: unbreak if jwhois.conf existed. found by: # portupgrade jwhois Revision Changes Path 1.4 +2 -2 ports/net/jwhois/Makefile 1.3 +1 -1 ports/net/jwhois/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 Apr 1 22:33: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 31DD337B71F; Sun, 1 Apr 2001 22:33:21 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f325XLh95459; Sun, 1 Apr 2001 22:33:21 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200104020533.f325XLh95459@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Sun, 1 Apr 2001 22:33:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 Makefile ports/www/apache13+ipv6/files patch-util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/04/01 22:33:21 PDT Modified files: www/apache13+ipv6 Makefile Added files: www/apache13+ipv6/files patch-util.c Log: Add official patch to not coredump on missing ServerName PR: 26237 Submitted by: Scot W. Hetzel Revision Changes Path 1.16 +2 -2 ports/www/apache13+ipv6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 22: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 D921F37B71C; Sun, 1 Apr 2001 22:33:40 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f325Xet95506; Sun, 1 Apr 2001 22:33:40 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020533.f325Xet95506@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 22:33:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nmapfe/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 22:33:40 PDT Modified files: security/nmapfe/files patch-ac Log: Correct incorrect format of command if "Fast scan" option is enabled PR: 26158 Submitted by: Victor Bondarenko Revision Changes Path 1.4 +13 -4 ports/security/nmapfe/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 23: 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 29B5437B719; Sun, 1 Apr 2001 23:01:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3261OP99002; Sun, 1 Apr 2001 23:01:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104020601.f3261OP99002@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 1 Apr 2001 23:01:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/mdk Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/01 23:01:24 PDT Modified files: lang Makefile Added files: lang/mdk Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add mdk MIX Development Kit offers an emulation of MIX and MIXAL Revision Changes Path 1.219 +2 -1 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 23: 1:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09D7737B71E; Sun, 1 Apr 2001 23:01:27 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3261RC99037; Sun, 1 Apr 2001 23:01:27 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104020601.f3261RC99037@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 1 Apr 2001 23:01:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/01 23:01:26 PDT Modified files: . modules Log: mdk --> ports/lang/mdk Revision Changes Path 1.2806 +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 Apr 1 23:13:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A807D37B71A; Sun, 1 Apr 2001 23:13:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326DIv02716; Sun, 1 Apr 2001 23:13:18 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020613.f326DIv02716@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 23:13:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/pimp3 Makefile distinfo ports/audio/pimp3/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 23:13:18 PDT Modified files: audio/pimp3 Makefile distinfo Added files: audio/pimp3/files patch-aa Log: update to 0.5.8 PR: 25391 Submitted by: Rod Taylor Revision Changes Path 1.5 +2 -2 ports/audio/pimp3/Makefile 1.2 +1 -1 ports/audio/pimp3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 23:20:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F78C37B719; Sun, 1 Apr 2001 23:20:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326K8603665; Sun, 1 Apr 2001 23:20:08 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020620.f326K8603665@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 23:20:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dhisd Makefile distinfo ports/net/dhisd/files patch-nsupdate.c patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 23:20:08 PDT Modified files: net/dhisd Makefile distinfo net/dhisd/files patch-Makefile Added files: net/dhisd/files patch-nsupdate.c Log: Port update to version 4.0.3 PR: 26257 Submitted by: Revision Changes Path 1.3 +2 -3 ports/net/dhisd/Makefile 1.2 +1 -1 ports/net/dhisd/distinfo 1.2 +17 -8 ports/net/dhisd/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 Sun Apr 1 23:21: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 0BF3337B71B; Sun, 1 Apr 2001 23:21:14 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326LEV03836; Sun, 1 Apr 2001 23:21:14 -0700 (PDT) (envelope-from dd) Message-Id: <200104020621.f326LEV03836@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 1 Apr 2001 23:21:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/01 23:21:13 PDT Modified files: usr.sbin/newsyslog newsyslog.8 Log: Fix a grammar bogon. Revision Changes Path 1.28 +2 -2 src/usr.sbin/newsyslog/newsyslog.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 23:23:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C6CA37B719; Sun, 1 Apr 2001 23:23:51 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326NpG04302; Sun, 1 Apr 2001 23:23:51 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104020623.f326NpG04302@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 1 Apr 2001 23:23:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks Makefile ports/benchmarks/postal Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/01 23:23:51 PDT Modified files: benchmarks Makefile Added files: benchmarks/postal Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add postal, a SMTP/POP benchmark tester Revision Changes Path 1.19 +2 -1 ports/benchmarks/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 23:24: 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 1161237B71F; Sun, 1 Apr 2001 23:23:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326NtN04338; Sun, 1 Apr 2001 23:23:55 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104020623.f326NtN04338@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 1 Apr 2001 23:23:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/01 23:23:54 PDT Modified files: . modules Log: postal --> ports/benchmarks/postal Revision Changes Path 1.2807 +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 Apr 1 23:32: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DACDF37B718; Sun, 1 Apr 2001 23:31:58 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326VwQ05174; Sun, 1 Apr 2001 23:31:58 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020631.f326VwQ05174@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 23:31:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/isearch Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 23:31:58 PDT Modified files: textproc/isearch Makefile Log: Update MASTER_SITES PR: 25972 Submitted by: maintainer Revision Changes Path 1.11 +2 -2 ports/textproc/isearch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 23: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 6BF0F37B71C; Sun, 1 Apr 2001 23:32:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326WtA05387; Sun, 1 Apr 2001 23:32:55 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020632.f326WtA05387@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 23:32:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/lpe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 23:32:55 PDT Modified files: editors/lpe Makefile Log: Update maintainer email PR: 26109 Submitted by: maintainer Revision Changes Path 1.14 +2 -2 ports/editors/lpe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 23:43: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 F292F37B71B; Sun, 1 Apr 2001 23:43:31 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326hVl06683; Sun, 1 Apr 2001 23:43:31 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020643.f326hVl06683@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 23:43:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm2-beta Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 23:43:31 PDT Modified files: x11-wm/fvwm2-beta Makefile distinfo Log: Update to 2.3.30 PR: 26267 Submitted by: Martti Kuparinen Revision Changes Path 1.35 +2 -2 ports/x11-wm/fvwm2-beta/Makefile 1.17 +1 -1 ports/x11-wm/fvwm2-beta/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Apr 1 23:50:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D44737B719; Sun, 1 Apr 2001 23:50:27 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f326oRG08178; Sun, 1 Apr 2001 23:50:27 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020650.f326oRG08178@freefall.freebsd.org> From: Michael Haro Date: Sun, 1 Apr 2001 23:50:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/01 23:50:27 PDT Modified files: mail/postfix Makefile distinfo Log: update postfix to 20010228-pl01 PR: 26211 Submitted by: maintainer Revision Changes Path 1.36 +3 -3 ports/mail/postfix/Makefile 1.15 +1 -2 ports/mail/postfix/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 0: 5:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDD0F37B71B; Mon, 2 Apr 2001 00:05:36 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3275aD11923; Mon, 2 Apr 2001 00:05:36 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020705.f3275aD11923@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 00:05:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat Makefile distinfo pkg-comment ports/mbone/rat/files patch-aa patch-ac patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 00:05:36 PDT Modified files: mbone/rat Makefile distinfo pkg-comment mbone/rat/files patch-aa patch-ac patch-ae Log: Update to 4.2.13 PR: 25520 Submitted by: Orion Hodson From: Michael Haro Date: Mon, 2 Apr 2001 00:27:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kmp3 Makefile ports/audio/mp3rename Makefile ports/audio/wmmixer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 00:27:05 PDT Modified files: audio/kmp3 Makefile audio/mp3rename Makefile audio/wmmixer Makefile Log: remove deprecated fetch options Revision Changes Path 1.7 +1 -2 ports/audio/kmp3/Makefile 1.5 +1 -3 ports/audio/mp3rename/Makefile 1.12 +1 -2 ports/audio/wmmixer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 0:27: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 CD75C37B71B; Mon, 2 Apr 2001 00:27:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f327Rkl14644; Mon, 2 Apr 2001 00:27:46 -0700 (PDT) (envelope-from ru) Message-Id: <200104020727.f327Rkl14644@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 2 Apr 2001 00:27:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/02 00:27:46 PDT Modified files: usr.sbin/pccard Makefile.inc Log: Removed the NOSHARED bit. Revision Changes Path 1.6 +1 -2 src/usr.sbin/pccard/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 0:51: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7045637B718; Mon, 2 Apr 2001 00:51:01 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f327p0q10989; Mon, 2 Apr 2001 01:51:01 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200104020751.f327p0q10989@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 02 Apr 2001 00:27:46 PDT." <200104020727.f327Rkl14644@freefall.freebsd.org> References: <200104020727.f327Rkl14644@freefall.freebsd.org> Date: Mon, 02 Apr 2001 01:49:45 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200104020727.f327Rkl14644@freefall.freebsd.org> Ruslan Ermilov writes: : ru 2001/04/02 00:27:46 PDT : : Modified files: : usr.sbin/pccard Makefile.inc : Log: : Removed the NOSHARED bit. Please back this out. It wasn't approved by me and the NOSHARED bit is there because pccardd needs to be non-shared. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 1:30:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD65237B71D; Mon, 2 Apr 2001 01:30:54 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f328UsC24145; Mon, 2 Apr 2001 01:30:54 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020830.f328UsC24145@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 01:30:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqsh Makefile ports/devel/boehm-gc Makefile ports/devel/pccts Makefile ports/devel/qtarch Makefile ports/games/heretic Makefile ports/games/qkmj Makefile ports/games/xhime Makefile ports/graphics/pstoedit Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 01:30:54 PDT Modified files: databases/sqsh Makefile devel/boehm-gc Makefile devel/pccts Makefile devel/qtarch Makefile games/heretic Makefile games/qkmj Makefile games/xhime Makefile graphics/pstoedit Makefile irc/bnc Makefile japanese/chimera Makefile Log: remove deprecated fetch options from FETCH_BEFORE_ARGS Revision Changes Path 1.5 +1 -3 ports/databases/sqsh/Makefile 1.14 +1 -3 ports/devel/boehm-gc/Makefile 1.14 +1 -3 ports/devel/pccts/Makefile 1.10 +1 -2 ports/devel/qtarch/Makefile 1.9 +1 -2 ports/games/heretic/Makefile 1.2 +1 -3 ports/games/qkmj/Makefile 1.6 +1 -3 ports/games/xhime/Makefile 1.13 +1 -2 ports/graphics/pstoedit/Makefile 1.10 +1 -2 ports/irc/bnc/Makefile 1.15 +1 -2 ports/japanese/chimera/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 1:31:13 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 9467137B71E; Mon, 2 Apr 2001 01:30:55 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f328Uqn28035; Mon, 2 Apr 2001 11:30:52 +0300 (EEST) (envelope-from ru) Date: Mon, 2 Apr 2001 11:30:52 +0300 From: Ruslan Ermilov To: John Hay Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf Message-ID: <20010402113052.A27563@sunbay.com> Mail-Followup-To: John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104011441.f31Efs277752@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: <200104011441.f31Efs277752@freefall.freebsd.org>; from jhay@FreeBSD.org on Sun, Apr 01, 2001 at 07:41:54AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Apr 01, 2001 at 07:41:54AM -0700, John Hay wrote: > jhay 2001/04/01 07:41:54 PDT > > Modified files: > release/i386 fixit_crunch.conf > release/pc98 fixit_crunch.conf > Log: > Remove grep from the fixit floppy. This should free enough space to get > the snaps going again. > > Revision Changes Path > 1.3 +2 -2 src/release/i386/fixit_crunch.conf > 1.3 +2 -2 src/release/pc98/fixit_crunch.conf > Does the -lz still needed then? -- 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 Apr 2 1:31:37 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 791D837B71E; Mon, 2 Apr 2001 01:31:24 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.1/8.11.1) id f328FND02787; Mon, 2 Apr 2001 09:15:23 +0100 (BST) (envelope-from nik) Date: Mon, 2 Apr 2001 09:15:23 +0100 From: Nik Clayton To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/de_DE.ISO_8859-1/share/sgml freebsd.dsl Message-ID: <20010402091523.A2771@canyon.nothing-going-on.org> Reply-To: doc@freebsd.org References: <200104011359.f31Dx9p71088@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104011359.f31Dx9p71088@freefall.freebsd.org>; from alex@FreeBSD.org on Sun, Apr 01, 2001 at 06:59:09AM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Alex, [ reply-to points to -doc ] On Sun, Apr 01, 2001 at 06:59:09AM -0700, Alexander Langer wrote: > alex 2001/04/01 06:59:09 PDT >=20 > Modified files: > de_DE.ISO_8859-1/share/sgml freebsd.dsl=20 > Log: > Fix build of German FAQ after the latest stylesheet changes: How did the stylesheet changes break the build? I thought everything had tested out OK? 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 --- --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrINRoACgkQk6gHZCw343UZ4gCeN0qBpVAOLMk6xg81FAxv7POL x+AAoI7HZzwFXle9AWyacZcQa1D6LxhL =qTg/ -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 1:34: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 D95BD37B719; Mon, 2 Apr 2001 01:34:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f328YEd24509; Mon, 2 Apr 2001 01:34:14 -0700 (PDT) (envelope-from brian) Message-Id: <200104020834.f328YEd24509@freefall.freebsd.org> From: Brian Somers Date: Mon, 2 Apr 2001 01:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sane-backends pkg-plist ports/graphics/sane-backends/files patch-backend_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/02 01:34:14 PDT Modified files: graphics/sane-backends pkg-plist graphics/sane-backends/files patch-backend_Makefile.in Log: Install $PREFIX/sane/*.so.1 so that xsane works. xsane will use graphics/sane-backends (instead of graphics/sane) when I get an ok from the MAINTAINER. Revision Changes Path 1.20 +32 -0 ports/graphics/sane-backends/pkg-plist 1.3 +16 -3 ports/graphics/sane-backends/files/patch-backend_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 Apr 2 1:47: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 0898B37B724; Mon, 2 Apr 2001 01:47:26 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f328lPi25772; Mon, 2 Apr 2001 01:47:26 -0700 (PDT) (envelope-from ru) Message-Id: <200104020847.f328lPi25772@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 2 Apr 2001 01:47:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/02 01:47:25 PDT Modified files: usr.sbin/pccard Makefile.inc Log: Backout revision 1.6 (removed the NOSHARED bit.) These must be compiled static so that it is possible to use them early in the boot process. Requested by: imp Revision Changes Path 1.7 +2 -1 src/usr.sbin/pccard/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 1:52: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F350737B719; Mon, 2 Apr 2001 01:52:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f328q5W26320; Mon, 2 Apr 2001 01:52:05 -0700 (PDT) (envelope-from imp) Message-Id: <200104020852.f328q5W26320@freefall.freebsd.org> From: Warner Losh Date: Mon, 2 Apr 2001 01:52:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/02 01:52:05 PDT Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 sys/modules Makefile Log: Add support for MODULES_OVERRIDE. This is a list of modules to build instead of all of them. You can put this in /etc/make.conf or in makeoptions. Reviewed by: arch@ # docs to follow. Revision Changes Path 1.96 +4 -1 src/sys/conf/Makefile.alpha 1.229 +4 -1 src/sys/conf/Makefile.i386 1.18 +4 -1 src/sys/conf/Makefile.ia64 1.128 +4 -1 src/sys/conf/Makefile.pc98 1.172 +5 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 1:55: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 C443237B71A; Mon, 2 Apr 2001 01:55:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f328tsR26677; Mon, 2 Apr 2001 01:55:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104020855.f328tsR26677@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 2 Apr 2001 01:55:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel Makefile distinfo pkg-plist ports/devel/sdl-devel/files man3 patch-ac patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/02 01:55:54 PDT Modified files: devel/sdl-devel Makefile distinfo pkg-plist devel/sdl-devel/files man3 patch-ac patch-ak Log: Update to 1.2.0. Revision Changes Path 1.39 +1 -2 ports/devel/sdl-devel/Makefile 1.15 +1 -1 ports/devel/sdl-devel/distinfo 1.17 +16 -10 ports/devel/sdl-devel/pkg-plist 1.3 +4 -0 ports/devel/sdl-devel/files/man3 1.17 +26 -10 ports/devel/sdl-devel/files/patch-ac 1.3 +15 -12 ports/devel/sdl-devel/files/patch-ak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 2: 5: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 BBE2C37B71D; Mon, 2 Apr 2001 02:05:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3295WV29955; Mon, 2 Apr 2001 02:05:32 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104020905.f3295WV29955@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 2 Apr 2001 02:05:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/libiconv Makefile distinfo pkg-plist ports/converters/libiconv/files patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/02 02:05:32 PDT Modified files: converters/libiconv Makefile distinfo pkg-plist converters/libiconv/files patch-ad patch-ae Log: Update to 1.6.1. Submitted by: Dave Duchscher Udo Schweigert Revision Changes Path 1.7 +4 -2 ports/converters/libiconv/Makefile 1.4 +1 -1 ports/converters/libiconv/distinfo 1.4 +1 -1 ports/converters/libiconv/pkg-plist 1.2 +33 -10 ports/converters/libiconv/files/patch-ad 1.2 +8 -8 ports/converters/libiconv/files/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 2:12: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 B332437B71E; Mon, 2 Apr 2001 02:12:43 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f329ChU30844; Mon, 2 Apr 2001 02:12:43 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104020912.f329ChU30844@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 2 Apr 2001 02:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmps Makefile ports/graphics/xmps/files patch-libxmps::Makefile.in patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/02 02:12:43 PDT Modified files: graphics/xmps Makefile graphics/xmps/files patch-libxmps::Makefile.in patch-src::Makefile.in Log: Fix the build on -current (PTHREAD_LIBS conversion victim). Prompted by: Michael McGoldrick Revision Changes Path 1.12 +2 -2 ports/graphics/xmps/Makefile 1.2 +1 -1 ports/graphics/xmps/files/patch-libxmps::Makefile.in 1.2 +1 -1 ports/graphics/xmps/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 Mon Apr 2 2:24:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C83537B71E; Mon, 2 Apr 2001 02:24:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f329OUg32379; Mon, 2 Apr 2001 02:24:30 -0700 (PDT) (envelope-from mharo) Message-Id: <200104020924.f329OUg32379@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 02:24:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/xspread Makefile ports/misc/ytree Makefile ports/print/pdflib Makefile ports/security/xinetd Makefile ports/sysutils/xosview Makefile ports/www/boa Makefile ports/x11-toolkits/buffy Makefile ports/x11-toolkits/tkstep80 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 02:24:30 PDT Modified files: math/xspread Makefile misc/ytree Makefile print/pdflib Makefile security/xinetd Makefile sysutils/xosview Makefile www/boa Makefile x11-toolkits/buffy Makefile x11-toolkits/tkstep80 Makefile x11-wm/icepref Makefile Log: remove deprecated fetch options from FETCH_BEFORE_ARGS Revision Changes Path 1.11 +1 -3 ports/math/xspread/Makefile 1.13 +1 -3 ports/misc/ytree/Makefile 1.12 +1 -2 ports/print/pdflib/Makefile 1.32 +1 -2 ports/security/xinetd/Makefile 1.25 +1 -2 ports/sysutils/xosview/Makefile 1.10 +1 -3 ports/www/boa/Makefile 1.5 +1 -3 ports/x11-toolkits/buffy/Makefile 1.34 +1 -2 ports/x11-toolkits/tkstep80/Makefile 1.7 +1 -2 ports/x11-wm/icepref/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 2: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 6494F37B71F; Mon, 2 Apr 2001 02:35:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f329Z6c33610; Mon, 2 Apr 2001 02:35:06 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104020935.f329Z6c33610@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 2 Apr 2001 02:35:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/xxkb Makefile distinfo pkg-descr ports/russian/xxkb/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/02 02:35:06 PDT Modified files: russian/xxkb Makefile distinfo pkg-descr russian/xxkb/files patch-aa Log: Update to 1.6. Submitted by: maintainer Revision Changes Path 1.2 +3 -4 ports/russian/xxkb/Makefile 1.2 +1 -1 ports/russian/xxkb/distinfo 1.2 +6 -6 ports/russian/xxkb/pkg-descr 1.2 +4 -5 ports/russian/xxkb/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 Apr 2 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 E823337B722; Mon, 2 Apr 2001 02:55:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f329tpJ36030; Mon, 2 Apr 2001 02:55:51 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104020955.f329tpJ36030@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 2 Apr 2001 02:55:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile distinfo pkg-plist ports/textproc/libxml2/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/02 02:55:51 PDT Modified files: textproc/libxml2 Makefile distinfo pkg-plist textproc/libxml2/files patch-ad Log: Update to 2.2.5. Submitted by: Dave Duchscher Revision Changes Path 1.44 +4 -3 ports/textproc/libxml2/Makefile 1.31 +1 -1 ports/textproc/libxml2/distinfo 1.21 +30 -30 ports/textproc/libxml2/pkg-plist 1.3 +2 -14 ports/textproc/libxml2/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 Mon Apr 2 3: 2: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 4982A37B71B; Mon, 2 Apr 2001 03:02:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32A2gs36891; Mon, 2 Apr 2001 03:02:42 -0700 (PDT) (envelope-from mharo) Message-Id: <200104021002.f32A2gs36891@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 03:02:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nano pkg-plist.nonls Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 03:02:42 PDT Modified files: editors/nano Makefile distinfo pkg-plist Added files: editors/nano pkg-plist.nonls Log: Update to 1.0 PR: 26175 Submitted by: perky@python.or.kr Revision Changes Path 1.6 +8 -2 ports/editors/nano/Makefile 1.6 +1 -1 ports/editors/nano/distinfo 1.3 +1 -0 ports/editors/nano/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 Apr 2 3:10:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCFDA37B71D; Mon, 2 Apr 2001 03:10:46 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32AAki40362; Mon, 2 Apr 2001 03:10:46 -0700 (PDT) (envelope-from mharo) Message-Id: <200104021010.f32AAki40362@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 03:10:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmradio Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 03:10:46 PDT Modified files: audio/xmradio Makefile distinfo pkg-descr Log: - Update to 1.1 - Change maintainer PR: 25970 Submitted by: Gerhard Gonter (new maintainer) Revision Changes Path 1.13 +3 -3 ports/audio/xmradio/Makefile 1.5 +1 -1 ports/audio/xmradio/distinfo 1.5 +1 -1 ports/audio/xmradio/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 Apr 2 3:16:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1EC137B719; Mon, 2 Apr 2001 03:16:40 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32AGe740928; Mon, 2 Apr 2001 03:16:40 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200104021016.f32AGe740928@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 2 Apr 2001 03:16:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Traceroute Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/04/02 03:16:40 PDT Modified files: net Makefile Added files: net/p5-Net-Traceroute Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Perl module to parse traceroute(8) output. Revision Changes Path 1.506 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 3:16:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68A2337B733; Mon, 2 Apr 2001 03:16:48 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32AGmp40974; Mon, 2 Apr 2001 03:16:48 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200104021016.f32AGmp40974@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 2 Apr 2001 03:16:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/04/02 03:16:48 PDT Modified files: . modules Log: p5-Net-Traceroute --> ports/net/p5-Net-Traceroute Revision Changes Path 1.2808 +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 Apr 2 3:21: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 2BEB937B720; Mon, 2 Apr 2001 03:21:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32ALLi41556; Mon, 2 Apr 2001 03:21:21 -0700 (PDT) (envelope-from mharo) Message-Id: <200104021021.f32ALLi41556@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 03:21:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cfengine Makefile pkg-plist ports/sysutils/cfengine/files patch-ae patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 03:21:21 PDT Modified files: sysutils/cfengine Makefile pkg-plist sysutils/cfengine/files patch-ad Added files: sysutils/cfengine/files patch-ae Log: Per the instructions of the software, cfengine is now dependent on BerkleyDB 3. In fact, the only thing (that I can tell anyway) that uses the DB functions is cfd. I'm guessing most people don't use it, especially since I haven't heard any complaints about it. Also, it was putting some of the docs in / (for some really strange reason). That should be fixed too. They are now put in {PREFIX}/share/doc/cfengine, depending on NOPORTSDOC (somewhat reverse logic than normal, but it made the amount of changes less). Finally, strip the binaries. PR: 26189 Submitted by: maintainer Revision Changes Path 1.17 +9 -7 ports/sysutils/cfengine/Makefile 1.5 +1 -1 ports/sysutils/cfengine/pkg-plist 1.2 +5 -2 ports/sysutils/cfengine/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 Mon Apr 2 3:29: 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 F181237B719; Mon, 2 Apr 2001 03:29:01 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32AT1V42399; Mon, 2 Apr 2001 03:29:01 -0700 (PDT) (envelope-from mharo) Message-Id: <200104021029.f32AT1V42399@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 03:29:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 03:29:01 PDT Modified files: security/openssh Makefile pkg-plist Log: make openssh comply with section 4.4.9 (MAN vars in Makefile, not plist) PR: 18711 Submitted by: Trevor Johnson Revision Changes Path 1.62 +5 -1 ports/security/openssh/Makefile 1.10 +0 -7 ports/security/openssh/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 Apr 2 3:30:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6EB237B71E; Mon, 2 Apr 2001 03:30:33 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32AUXq42731; Mon, 2 Apr 2001 03:30:33 -0700 (PDT) (envelope-from demon) Message-Id: <200104021030.f32AUXq42731@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 2 Apr 2001 03:30:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nano pkg-plist pkg-plist.nonls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/02 03:30:33 PDT Modified files: editors/nano pkg-plist pkg-plist.nonls Log: Fix pkg-plist. Revision Changes Path 1.4 +6 -1 ports/editors/nano/pkg-plist 1.2 +2 -0 ports/editors/nano/pkg-plist.nonls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 3:34:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61D1F37B71A; Mon, 2 Apr 2001 03:34:49 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32AYnC43397; Mon, 2 Apr 2001 03:34:49 -0700 (PDT) (envelope-from mharo) Message-Id: <200104021034.f32AYnC43397@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 03:34:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/socks5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 03:34:48 PDT Modified files: net/socks5 Makefile Log: Update where to go to download the socks5 distfile PR: 26156 Submitted by: Steve Coltrin Revision Changes Path 1.37 +2 -2 ports/net/socks5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 3:35: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 0A1C737B719; Mon, 2 Apr 2001 03:35:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32AZU643614; Mon, 2 Apr 2001 03:35:30 -0700 (PDT) (envelope-from nbm) Message-Id: <200104021035.f32AZU643614@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 2 Apr 2001 03:35:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts/mkptools mkpbuild X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2001/04/02 03:35:29 PDT Modified files: Tools/scripts/mkptools mkpbuild Log: Steal the 'hmake' variable building from mkpinstall. This wasn't properly fixing the username in the *OWN variables passed to make(1). Revision Changes Path 1.4 +6 -4 ports/Tools/scripts/mkptools/mkpbuild To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 3:36:21 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 F172F37B71C; Mon, 2 Apr 2001 03:36:14 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA06560; Mon, 2 Apr 2001 20:36:10 +1000 Date: Mon, 2 Apr 2001 20:34:57 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc In-Reply-To: <200104020847.f328lPi25772@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 2 Apr 2001, Ruslan Ermilov wrote: > ru 2001/04/02 01:47:25 PDT > > Modified files: > usr.sbin/pccard Makefile.inc > Log: > Backout revision 1.6 (removed the NOSHARED bit.) > > These must be compiled static so that it is possible > to use them early in the boot process. But this can't be used early in the boot process, since it is not in the root partition. It is normally in the same partition as shared libraries. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 3:37: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 28AB837B728; Mon, 2 Apr 2001 03:37:34 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32AbYt43886; Mon, 2 Apr 2001 03:37:34 -0700 (PDT) (envelope-from nbm) Message-Id: <200104021037.f32AbYt43886@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 2 Apr 2001 03:37:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts/mkptools mkpinstall X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2001/04/02 03:37:33 PDT Modified files: Tools/scripts/mkptools mkpinstall Log: Be more specific in trying to exclude man pages - look for 'man/man', not just 'man'. This makes the 'manage_*' from Zope work. Revision Changes Path 1.4 +1 -1 ports/Tools/scripts/mkptools/mkpinstall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 4: 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 D471637B71C; Mon, 2 Apr 2001 04:01:10 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32B1Ac51280; Mon, 2 Apr 2001 04:01:10 -0700 (PDT) (envelope-from demon) Message-Id: <200104021101.f32B1Ac51280@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 2 Apr 2001 04:01:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql-navigator Makefile distinfo ports/databases/mysql-navigator/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/02 04:01:10 PDT Modified files: databases/mysql-navigator Makefile distinfo databases/mysql-navigator/files patch-ac Log: Update to version 0.7.5 Revision Changes Path 1.9 +3 -3 ports/databases/mysql-navigator/Makefile 1.5 +1 -1 ports/databases/mysql-navigator/distinfo 1.2 +2 -2 ports/databases/mysql-navigator/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 4:22: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 54C1137B719; Mon, 2 Apr 2001 04:22:47 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id NAA51629; Mon, 2 Apr 2001 13:22:45 +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: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys vnode.h src/share/man/man9 vnode.9 References: <200103282221.f2SML8D78791@freefall.freebsd.org> <3AC2E1C8.7142A9C@FreeBSD.org> From: Dag-Erling Smorgrav Date: 02 Apr 2001 13:22:44 +0200 In-Reply-To: Maxim Sobolev's message of "Thu, 29 Mar 2001 10:18:32 +0300" Message-ID: Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maxim Sobolev writes: > Dag-Erling Smorgrav wrote: > > Log: > > Prepare for pseudofs. > What ``pseudofs'' is? Support code for the new procfs and linprocfs I'm working on. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 4:44:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E833937B718; Mon, 2 Apr 2001 04:44:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32BiLS57999; Mon, 2 Apr 2001 04:44:21 -0700 (PDT) (envelope-from ru) Message-Id: <200104021144.f32BiLS57999@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 2 Apr 2001 04:44:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.README bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/02 04:44:20 PDT Modified files: share/mk bsd.README bsd.prog.mk Log: Introduce ${PROGNAME}, the name that the program will be installed as, if different from ${PROG}. (The name PROGNAME was stolen from NetBSD.) Reviewed by: bde Revision Changes Path 1.18 +4 -1 src/share/mk/bsd.README 1.93 +6 -1 src/share/mk/bsd.prog.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 4:55: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA8F937B719; Mon, 2 Apr 2001 04:54:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32BsxO59011; Mon, 2 Apr 2001 04:54:59 -0700 (PDT) (envelope-from ru) Message-Id: <200104021154.f32BsxO59011@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 2 Apr 2001 04:54:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xinstall Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/02 04:54:59 PDT Modified files: usr.bin/xinstall Makefile Log: Do not override `realinstall' target, use ${PROGNAME}. Revision Changes Path 1.15 +4 -7 src/usr.bin/xinstall/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 5: 6: 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 8773C37B722; Mon, 2 Apr 2001 05:06:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32C60X62641; Mon, 2 Apr 2001 05:06:00 -0700 (PDT) (envelope-from ru) Message-Id: <200104021206.f32C60X62641@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 2 Apr 2001 05:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xlint/xlint Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/02 05:06:00 PDT Modified files: usr.bin/xlint/xlint Makefile Log: Do not override `realinstall' target, use ${PROGNAME}. Revision Changes Path 1.5 +2 -6 src/usr.bin/xlint/xlint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 5:24: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 1605637B71F; Mon, 2 Apr 2001 05:24:16 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32COFc64646; Mon, 2 Apr 2001 05:24:15 -0700 (PDT) (envelope-from clive) Message-Id: <200104021224.f32COFc64646@freefall.freebsd.org> From: Clive Lin Date: Mon, 2 Apr 2001 05:24:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Template-Toolkit Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/04/02 05:24:15 PDT Modified files: www/p5-Template-Toolkit Makefile distinfo pkg-plist Log: o Upgrade to 2.01 As the old one, this only gurantees packaging on bento. Remined by: vanilla Revision Changes Path 1.3 +39 -17 ports/www/p5-Template-Toolkit/Makefile 1.2 +1 -1 ports/www/p5-Template-Toolkit/distinfo 1.2 +481 -16 ports/www/p5-Template-Toolkit/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 Apr 2 5:32: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 96C3237B71C; Mon, 2 Apr 2001 05:32:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32CW5Y65472; Mon, 2 Apr 2001 05:32:05 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104021232.f32CW5Y65472@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 2 Apr 2001 05:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/uds Makefile distinfo pkg-plist ports/devel/uds/files patch-Makefile.am patch-configure.in patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/02 05:32:05 PDT Modified files: devel/uds Makefile distinfo pkg-plist Added files: devel/uds/files patch-Makefile.am patch-configure.in Removed files: devel/uds/files patch-Makefile.in Log: upgrade to 0.9.4 sort plist Revision Changes Path 1.2 +7 -2 ports/devel/uds/Makefile 1.2 +1 -1 ports/devel/uds/distinfo 1.2 +8 -7 ports/devel/uds/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 Apr 2 5:52:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F9EC37B71B; Mon, 2 Apr 2001 05:52:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32CqFa67487; Mon, 2 Apr 2001 05:52:15 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104021252.f32CqFa67487@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 2 Apr 2001 05:52:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-trex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/02 05:52:15 PDT Modified files: textproc/py-trex Makefile distinfo Log: upgrade to 0.7.1 Revision Changes Path 1.2 +2 -2 ports/textproc/py-trex/Makefile 1.2 +1 -1 ports/textproc/py-trex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 6: 2:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A8CF37B719; Mon, 2 Apr 2001 06:02:18 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32D2IX68493; Mon, 2 Apr 2001 06:02:18 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200104021302.f32D2IX68493@freefall.freebsd.org> From: Nick Hibma Date: Mon, 2 Apr 2001 06:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/04/02 06:02:18 PDT Modified files: sys/dev/usb usbdevs Log: Sync with NetBSD usbdevs Revision Changes Path 1.51 +57 -17 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 6: 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 2C68837B71D; Mon, 2 Apr 2001 06:02:37 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32D2bK68557; Mon, 2 Apr 2001 06:02:37 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200104021302.f32D2bK68557@freefall.freebsd.org> From: Nick Hibma Date: Mon, 2 Apr 2001 06:02:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/04/02 06:02:37 PDT Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.68 +47 -7 src/sys/dev/usb/usbdevs.h 1.68 +157 -1 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 6:12: 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 1C42937B719; Mon, 2 Apr 2001 06:12:00 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32DC0571835; Mon, 2 Apr 2001 06:12:00 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200104021312.f32DC0571835@freefall.freebsd.org> From: Nick Hibma Date: Mon, 2 Apr 2001 06:11:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/04/02 06:11:59 PDT Modified files: sys/dev/usb usbdevs Log: Add Agate Q-Drive. Submitted by: Ian Cartwright Revision Changes Path 1.52 +5 -1 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 6:12: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 6D47D37B71D; Mon, 2 Apr 2001 06:12:15 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32DCF671886; Mon, 2 Apr 2001 06:12:15 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200104021312.f32DCF671886@freefall.freebsd.org> From: Nick Hibma Date: Mon, 2 Apr 2001 06:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/04/02 06:12:15 PDT Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.69 +5 -1 src/sys/dev/usb/usbdevs.h 1.69 +13 -1 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 6:20:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0BBF37B719; Mon, 2 Apr 2001 06:20:20 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32DKKP72852; Mon, 2 Apr 2001 06:20:20 -0700 (PDT) (envelope-from kevlo) Message-Id: <200104021320.f32DKKP72852@freefall.freebsd.org> From: Kevin Lo Date: Mon, 2 Apr 2001 06:20:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xhippo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/04/02 06:20:20 PDT Modified files: audio/xhippo Makefile distinfo Log: Upgrade to version 3.0 No response from maintainer. Revision Changes Path 1.17 +2 -2 ports/audio/xhippo/Makefile 1.12 +1 -1 ports/audio/xhippo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 6:29: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70E7A37B719; Mon, 2 Apr 2001 06:29:03 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32DT3L73844; Mon, 2 Apr 2001 06:29:03 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104021329.f32DT3L73844@freefall.freebsd.org> From: Jimmy Olgeni Date: Mon, 2 Apr 2001 06:29:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/wedit Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/02 06:29:03 PDT Modified files: devel Makefile Added files: devel/wedit Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add wedit, a native LCC-Win32 port to Unix-like operating systems. It features an user friendly IDE, project wizard, generation of GNU makefiles and automake/autoconf skeletons, fast run-time source parsing with syntax coloring and autoformating of C, Fortran, and Eiffel sources. Revision Changes Path 1.485 +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 Apr 2 6: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 9D44E37B725; Mon, 2 Apr 2001 06:29:07 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32DT7m73880; Mon, 2 Apr 2001 06:29:07 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104021329.f32DT7m73880@freefall.freebsd.org> From: Jimmy Olgeni Date: Mon, 2 Apr 2001 06:29:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/02 06:29:07 PDT Modified files: . modules Log: wedit --> ports/devel/wedit Revision Changes Path 1.2809 +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 Apr 2 6:30: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 4366137B724; Mon, 2 Apr 2001 06:30:07 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32DU7g74114; Mon, 2 Apr 2001 06:30:07 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104021330.f32DU7g74114@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 2 Apr 2001 06:30:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libdsp Makefile distinfo ports/devel/libdsp/files patch-Makefile_FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/02 06:30:07 PDT Modified files: devel/libdsp Makefile distinfo devel/libdsp/files patch-Makefile_FreeBSD Log: upgrade to 3.3.7 add missing ISNTALLS_SHLIB=yes Revision Changes Path 1.4 +5 -4 ports/devel/libdsp/Makefile 1.4 +1 -1 ports/devel/libdsp/distinfo 1.4 +7 -7 ports/devel/libdsp/files/patch-Makefile_FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 6:36: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 C9D3237B71A; Mon, 2 Apr 2001 06:36:29 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32DaTg74880; Mon, 2 Apr 2001 06:36:29 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104021336.f32DaTg74880@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 2 Apr 2001 06:36:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/lukemftp Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/02 06:36:29 PDT Modified files: ftp Makefile Added files: ftp/lukemftp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: lukemftp, the enhanced ftp client from NetBSD Revision Changes Path 1.19 +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 Mon Apr 2 6:36:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74D1B37B71A; Mon, 2 Apr 2001 06:36:46 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32Dak974948; Mon, 2 Apr 2001 06:36:46 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104021336.f32Dak974948@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 2 Apr 2001 06:36: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 X-Loop: FreeBSD.ORG jedgar 2001/04/02 06:36:46 PDT Modified files: . modules Log: lukemftp -> ports/ftp/lukemftp Revision Changes Path 1.2810 +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 Apr 2 6: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 2FBE737B719; Mon, 2 Apr 2001 06:37:06 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32Db6G75063; Mon, 2 Apr 2001 06:37:06 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104021337.f32Db6G75063@freefall.freebsd.org> From: Jimmy Olgeni Date: Mon, 2 Apr 2001 06:37:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/worker Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/02 06:37:06 PDT Modified files: x11-fm/worker Makefile distinfo Log: Update port to version 2.2.0 PR: 26291 Submitted by: simond@irrelevant.org Revision Changes Path 1.2 +2 -2 ports/x11-fm/worker/Makefile 1.2 +1 -1 ports/x11-fm/worker/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 6:57: 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 5031F37B718; Mon, 2 Apr 2001 06:57:06 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32Dv6Y56747; Mon, 2 Apr 2001 06:57:06 -0700 (PDT) (envelope-from cjh) Message-Id: <200104021357.f32Dv6Y56747@freefall.freebsd.org> From: CHOI Junho Date: Mon, 2 Apr 2001 06:57:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/splay Makefile distinfo pkg-descr ports/audio/splay/files patch-apps_Makefile_in patch-configure patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2001/04/02 06:57:06 PDT Modified files: audio/splay Makefile distinfo pkg-descr Added files: audio/splay/files patch-apps_Makefile_in patch-configure Removed files: audio/splay/files patch-aa patch-ab patch-ac Log: Update to 0.9.5.1. pthread and xsplay are still disabled. Revision Changes Path 1.11 +5 -6 ports/audio/splay/Makefile 1.5 +1 -1 ports/audio/splay/distinfo 1.4 +2 -1 ports/audio/splay/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 Apr 2 7:11: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A074D37B719; Mon, 2 Apr 2001 07:11:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32EB3A72894; Mon, 2 Apr 2001 07:11:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104021411.f32EB3A72894@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 2 Apr 2001 07:11:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/sunclock Makefile distinfo pkg-plist ports/astro/sunclock/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/02 07:11:03 PDT Modified files: astro/sunclock Makefile distinfo pkg-plist astro/sunclock/files patch-aa Log: upgrade to 3.27 change master site ps. no response from maintainer (torstenb) PR: 23953 Submitted by: ijliao (me) Revision Changes Path 1.12 +8 -5 ports/astro/sunclock/Makefile 1.6 +1 -1 ports/astro/sunclock/distinfo 1.4 +8 -0 ports/astro/sunclock/pkg-plist 1.3 +27 -15 ports/astro/sunclock/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 Apr 2 7:26:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75E9237B724; Mon, 2 Apr 2001 07:26:26 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32EQQY74292; Mon, 2 Apr 2001 07:26:26 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104021426.f32EQQY74292@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 07:26:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBI Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 07:26:26 PDT Modified files: databases/p5-DBI Makefile distinfo Log: Upgrade to 1.15 Revision Changes Path 1.31 +2 -2 ports/databases/p5-DBI/Makefile 1.14 +1 -1 ports/databases/p5-DBI/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 7: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 5567E37B719; Mon, 2 Apr 2001 07:27:03 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32ER3K74367; Mon, 2 Apr 2001 07:27:03 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104021427.f32ER3K74367@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 07:27:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-PlRPC Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 07:27:03 PDT Modified files: net/p5-PlRPC Makefile distinfo Log: Upgrade to 0.2015 Revision Changes Path 1.6 +2 -2 ports/net/p5-PlRPC/Makefile 1.3 +1 -1 ports/net/p5-PlRPC/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 7: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 F30E337B71B; Mon, 2 Apr 2001 07:27:35 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32ERZ174470; Mon, 2 Apr 2001 07:27:35 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104021427.f32ERZ174470@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 07:27:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Storable Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 07:27:35 PDT Modified files: devel/p5-Storable Makefile distinfo Log: Upgrade to 1.0.11. Revision Changes Path 1.29 +2 -2 ports/devel/p5-Storable/Makefile 1.19 +1 -1 ports/devel/p5-Storable/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 7:28:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 143FC37B71D; Mon, 2 Apr 2001 07:28:16 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32ESG574535; Mon, 2 Apr 2001 07:28:16 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104021428.f32ESG574535@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 07:28:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 07:28:15 PDT Modified files: www/p5-libwww Makefile distinfo Log: Upgrade to 5.52. Revision Changes Path 1.46 +2 -3 ports/www/p5-libwww/Makefile 1.18 +1 -1 ports/www/p5-libwww/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 7:43: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 CA9CF37B71F; Mon, 2 Apr 2001 07:43:30 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32EhUh75890; Mon, 2 Apr 2001 07:43:30 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104021443.f32EhUh75890@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 07:43:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 07:43:30 PDT Modified files: www/p5-libwww Makefile Log: Change depends to p5-MD5 now. p5-Digest-MD5 split to a lot of module, and have no function that p5-libwww use. Revision Changes Path 1.47 +3 -2 ports/www/p5-libwww/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 8: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 2105A37B71B; Mon, 2 Apr 2001 08:27:17 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32FRHt81713; Mon, 2 Apr 2001 08:27:17 -0700 (PDT) (envelope-from knu) Message-Id: <200104021527.f32FRHt81713@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 2 Apr 2001 08:27:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-byaccr Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/02 08:27:16 PDT Modified files: devel/ruby-byaccr Makefile distinfo pkg-plist Log: Update to 0.1. Revision Changes Path 1.4 +8 -7 ports/devel/ruby-byaccr/Makefile 1.2 +1 -1 ports/devel/ruby-byaccr/distinfo 1.4 +7 -2 ports/devel/ruby-byaccr/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 Apr 2 8: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 751F737B71F; Mon, 2 Apr 2001 08:45:31 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32FjVx83416; Mon, 2 Apr 2001 08:45:31 -0700 (PDT) (envelope-from ade) Message-Id: <200104021545.f32FjVx83416@freefall.freebsd.org> From: Ade Lovett Date: Mon, 2 Apr 2001 08:45:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk12 Makefile distinfo pkg-plist ports/x11-toolkits/gtk12/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/04/02 08:45:31 PDT Modified files: x11-toolkits/gtk12 Makefile distinfo pkg-plist x11-toolkits/gtk12/files patch-ad Log: Update to 1.2.10 - note that there were some critical bugs in 1.2.9 for i18n users - everyone is strongly urged to upgrade, particularly GNOME users. Revision Changes Path 1.74 +2 -3 ports/x11-toolkits/gtk12/Makefile 1.38 +1 -1 ports/x11-toolkits/gtk12/distinfo 1.52 +1 -0 ports/x11-toolkits/gtk12/pkg-plist 1.9 +7 -18 ports/x11-toolkits/gtk12/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 Mon Apr 2 9:25:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8DB537B71C; Mon, 2 Apr 2001 09:25:09 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32GP9r89161; Mon, 2 Apr 2001 09:25:09 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200104021625.f32GP9r89161@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 2 Apr 2001 09:25:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/04/02 09:25:09 PDT Modified files: security/racoon Makefile distinfo pkg-plist Log: Upgrade to 20010322. Revision Changes Path 1.9 +2 -2 ports/security/racoon/Makefile 1.8 +1 -1 ports/security/racoon/distinfo 1.3 +1 -1 ports/security/racoon/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 Apr 2 10:14: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 8616C37B718; Mon, 2 Apr 2001 10:14:43 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32HEhZ96324; Mon, 2 Apr 2001 10:14:43 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200104021714.f32HEhZ96324@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 2 Apr 2001 10:14:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/04/02 10:14:43 PDT Modified files: (Branch: RELENG_4) etc/mail Makefile Log: MFC: The userdb database is different from the rest of the databases. It *must* be a btree. Revision Changes Path 1.14 +7 -3 src/etc/mail/Makefile Revision Changes Path 1.9.2.5 +7 -3 src/etc/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 10:15:26 2001 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 4B0B737B71D; Mon, 2 Apr 2001 10:15:21 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta6/8.12.0.Beta6) id f32HFKK7064113; Mon, 2 Apr 2001 10:15:20 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15048.45992.694726.393663@horsey.gshapiro.net> Date: Mon, 2 Apr 2001 10:15:20 -0700 From: Gregory Neil Shapiro To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mail Makefile In-Reply-To: <200104021714.f32HEhZ96324@freefall.freebsd.org> References: <200104021714.f32HEhZ96324@freefall.freebsd.org> X-Mailer: VM 6.91 under 21.2 (beta42) "Poseidon" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro> gshapiro 2001/04/02 10:14:43 PDT gshapiro> Modified files: (Branch: RELENG_4) gshapiro> etc/mail Makefile gshapiro> Log: gshapiro> MFC: The userdb database is different from the rest of the databases. It gshapiro> *must* be a btree. Sorry... 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 Mon Apr 2 10:26:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 126D437B71F; Mon, 2 Apr 2001 10:26:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32HQqE97399; Mon, 2 Apr 2001 10:26:52 -0700 (PDT) (envelope-from jhb) Message-Id: <200104021726.f32HQqE97399@freefall.freebsd.org> From: John Baldwin Date: Mon, 2 Apr 2001 10:26:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/02 10:26:51 PDT Modified files: sys/kern kern_sig.c Log: - Move the second stop() of process 'p' in issignal() to be after we send SIGCHLD to our parent process. Otherwise, we could block while obtaining the process lock for our parent process and switch out while we were in SSTOP. Even worse, when we try to resume from the mutex being blocked on our p_stat will be SRUN, not SSTOP. - Fix a comment above stop() to indicate that it requires that the proc lock be held, not a proctree lock. Reported by: markm Sleuthing by: jake Revision Changes Path 1.113 +3 -4 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 11: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 21B1937B71B; Mon, 2 Apr 2001 11:15:23 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32IFN604972; Mon, 2 Apr 2001 11:15:23 -0700 (PDT) (envelope-from ade) Message-Id: <200104021815.f32IFN604972@freefall.freebsd.org> From: Ade Lovett Date: Mon, 2 Apr 2001 11:15:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxslt Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/04/02 11:15:22 PDT Modified files: textproc/libxslt Makefile distinfo pkg-plist Log: Update to 0.5.0 Revision Changes Path 1.3 +2 -2 ports/textproc/libxslt/Makefile 1.3 +1 -1 ports/textproc/libxslt/distinfo 1.3 +1 -0 ports/textproc/libxslt/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 11:15:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D0D237B71A; Mon, 2 Apr 2001 11:15:32 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32IFWc05013; Mon, 2 Apr 2001 11:15:32 -0700 (PDT) (envelope-from ade) Message-Id: <200104021815.f32IFWc05013@freefall.freebsd.org> From: Ade Lovett Date: Mon, 2 Apr 2001 11:15:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/bakery Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/04/02 11:15:32 PDT Modified files: x11-toolkits/bakery Makefile distinfo pkg-plist Log: Update to 0.6.0 Revision Changes Path 1.7 +3 -3 ports/x11-toolkits/bakery/Makefile 1.3 +1 -1 ports/x11-toolkits/bakery/distinfo 1.3 +3 -1 ports/x11-toolkits/bakery/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 Apr 2 11:34:41 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 3A7AE37B719; Mon, 2 Apr 2001 11:34:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f32IYVG70893; Mon, 2 Apr 2001 11:34:31 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200104011137.f31BbW162870@freefall.freebsd.org> Date: Mon, 02 Apr 2001 11:34:03 -0800 (PDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/lib/libdisk create_chunk.c write_disk.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 01-Apr-01 David E. O'Brien wrote: > obrien 2001/04/01 04:37:31 PDT > > Modified files: > lib/libdisk create_chunk.c write_disk.c > Log: > Try to untangle some of the #ifdef spaghetti. > Also, looking to the future, don't assume all the world is an i386 and all > its disk layout brain damage will be repeated by other platforms. So all > the diking out if we are an Alpha, becomes adding in if we are an i386. Actually, IA64 uses a MBR and slices, too. I'd almost rather you use #ifdef USE_SLICES or something like that and have each arch set appropriate defines to describe its disk layout. -- 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 Apr 2 11:35:10 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id F2CE237B763; Mon, 2 Apr 2001 11:34:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f32IYWG70897; Mon, 2 Apr 2001 11:34:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 02 Apr 2001 11:34:04 -0800 (PDT) From: John Baldwin To: Bruce Evans Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Ruslan Ermilov Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 02-Apr-01 Bruce Evans wrote: > On Mon, 2 Apr 2001, Ruslan Ermilov wrote: > >> ru 2001/04/02 01:47:25 PDT >> >> Modified files: >> usr.sbin/pccard Makefile.inc >> Log: >> Backout revision 1.6 (removed the NOSHARED bit.) >> >> These must be compiled static so that it is possible >> to use them early in the boot process. > > But this can't be used early in the boot process, since it is not > in the root partition. It is normally in the same partition as > shared libraries. The install floppy doesn't have shared libraries. Although I think the install floppy works around this differently, so nevermind. > Bruce -- 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 Apr 2 12: 4: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 97DD337B722; Mon, 2 Apr 2001 12:04:14 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32J4Eh10090; Mon, 2 Apr 2001 12:04:14 -0700 (PDT) (envelope-from ade) Message-Id: <200104021904.f32J4Eh10090@freefall.freebsd.org> From: Ade Lovett Date: Mon, 2 Apr 2001 12:04:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/SWIG Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/04/02 12:04:14 PDT Modified files: devel/SWIG Makefile Log: Make this port use tcl8.3 and python2.0 by default now (instead of the previous 8.2 and 1.5). I've found no problems with this updated configuration. Approved by: knu (who hasn't tested this himself) Revision Changes Path 1.35 +7 -7 ports/devel/SWIG/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 12: 6: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 23C3837B728; Mon, 2 Apr 2001 12:06:53 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32J6rg12753; Mon, 2 Apr 2001 12:06:53 -0700 (PDT) (envelope-from bmah) Message-Id: <200104021906.f32J6rg12753@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 2 Apr 2001 12:06:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts ABOUT.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/02 12:06:53 PDT Modified files: release/texts ABOUT.TXT Log: MFC candidate: Fix ABOUT.TXT to be consistent with LAYOUT.TXT with respect to the size of an unpacked ports collection (the stated 100MB is a bit of an overestimate, but better to be conservative). PR: 22778 Submitted by: David Revision Changes Path 1.12 +1 -1 src/release/texts/ABOUT.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 12:34: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 4DBFC37B720; Mon, 2 Apr 2001 12:34:09 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32JY9K15728; Mon, 2 Apr 2001 12:34:09 -0700 (PDT) (envelope-from asmodai) Message-Id: <200104021934.f32JY9K15728@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 2 Apr 2001 12:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/epic4 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/04/02 12:34:08 PDT Modified files: irc/epic4 Makefile distinfo pkg-plist Log: Update to the latest version, as of today, which is 1.0. Submitted by: MAINTAINER Revision Changes Path 1.35 +3 -3 ports/irc/epic4/Makefile 1.24 +1 -1 ports/irc/epic4/distinfo 1.24 +3 -1 ports/irc/epic4/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 Apr 2 12:40:44 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 9F9C837B719; Mon, 2 Apr 2001 12:40:40 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f32Jeem78798; Mon, 2 Apr 2001 12:40:40 -0700 (PDT) (envelope-from obrien) Date: Mon, 2 Apr 2001 12:40:34 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libdisk create_chunk.c write_disk.c Message-ID: <20010402124034.A78781@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200104011137.f31BbW162870@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 jhb@FreeBSD.org on Mon, Apr 02, 2001 at 11:34:03AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 02, 2001 at 11:34:03AM -0800, John Baldwin wrote: > On 01-Apr-01 David E. O'Brien wrote: > > obrien 2001/04/01 04:37:31 PDT > > > > Modified files: > > lib/libdisk create_chunk.c write_disk.c > > Log: > > Try to untangle some of the #ifdef spaghetti. > > Also, looking to the future, don't assume all the world is an i386 and all > > its disk layout brain damage will be repeated by other platforms. So all > > the diking out if we are an Alpha, becomes adding in if we are an i386. > > Actually, IA64 uses a MBR and slices, too. I'd almost rather you use > #ifdef USE_SLICES or something like that and have each arch set > appropriate defines to describe its disk layout. Yes I know. But it is unclear if the current slice code is 64-bit clean and meets the needs of IA64. I just wanted to untangle the All the World's a i386 mess a little. The code was grouping PC98 and Alpha together in some cases. The porter of this to IA64 will hopefully look at that platform's needs and rewrite parts of libdisk to cleanly integrate those needs in. -- -- 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 Mon Apr 2 12:55:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E585237B725; Mon, 2 Apr 2001 12:55:33 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32JtXV18034; Mon, 2 Apr 2001 12:55:33 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104021955.f32JtXV18034@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 12:55:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-chart Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 12:55:33 PDT Modified files: graphics/p5-chart Makefile distinfo pkg-plist Log: Upgrade to 0.99c-pre3, because gd doesn't support gif long time ago, but 0.99b still use gif method. Submitted by: Adrian Steinmann No respose by: maintainer Revision Changes Path 1.14 +2 -3 ports/graphics/p5-chart/Makefile 1.3 +1 -1 ports/graphics/p5-chart/distinfo 1.6 +1 -0 ports/graphics/p5-chart/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 Apr 2 13: 2: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 54C1D37B71C; Mon, 2 Apr 2001 13:02:39 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32K2d918839; Mon, 2 Apr 2001 13:02:39 -0700 (PDT) (envelope-from asmodai) Message-Id: <200104022002.f32K2d918839@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 2 Apr 2001 13:02:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Tie-NetAddr-IP Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/04/02 13:02:38 PDT Modified files: net Makefile Added files: net/p5-Tie-NetAddr-IP Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Tie-NetAddr-IP: This module overloads hashes so that the key can be a subnet as in NetAddr::IP. When looking values up, an interpretation will be made to find the given key within the subnets specified in the hash. Care must be taken, as only strings that can be parsed as an IP address by NetAddr::IP can be used as keys for this hash. Revision Changes Path 1.507 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 13: 6: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 30C1B37B71E; Mon, 2 Apr 2001 13:06:23 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32K6NC21740; Mon, 2 Apr 2001 13:06:23 -0700 (PDT) (envelope-from asmodai) Message-Id: <200104022006.f32K6NC21740@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 2 Apr 2001 13:06:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-NetAddr-IP-Count Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/04/02 13:06:19 PDT Modified files: net Makefile Added files: net/p5-NetAddr-IP-Count Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-NetAddr-IP-Count: This module implements a symplistic way to match individual IP Addresses to subnets. It can be used to, among other things, help analyze HTTPD logs. Submitted by: Anton Berezin Revision Changes Path 1.508 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 13: 8: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 6232A37B71C; Mon, 2 Apr 2001 13:08:40 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32K8eU22065; Mon, 2 Apr 2001 13:08:40 -0700 (PDT) (envelope-from asmodai) Message-Id: <200104022008.f32K8eU22065@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 2 Apr 2001 13:08:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Tie-NetAddr-IP Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/04/02 13:08:40 PDT Modified files: net Makefile net/p5-Tie-NetAddr-IP Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Forgot to add, p5-Tie-NetAddr-IP was: Submitted by: Anton Berezin Revision Changes Path 1.509 +1 -1 ports/net/Makefile 1.2 +1 -1 ports/net/p5-Tie-NetAddr-IP/Makefile 1.2 +0 -0 ports/net/p5-Tie-NetAddr-IP/distinfo 1.2 +0 -0 ports/net/p5-Tie-NetAddr-IP/pkg-comment 1.2 +0 -0 ports/net/p5-Tie-NetAddr-IP/pkg-descr 1.2 +0 -0 ports/net/p5-Tie-NetAddr-IP/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 Apr 2 13: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 BC2BC37B720; Mon, 2 Apr 2001 13:13:41 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32KDfK22646; Mon, 2 Apr 2001 13:13:41 -0700 (PDT) (envelope-from demon) Message-Id: <200104022013.f32KDfK22646@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 2 Apr 2001 13:13:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/kdesdk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/02 13:13:40 PDT Modified files: devel/kdesdk Makefile distinfo Log: Update -> 2.1.1. Revision Changes Path 1.2 +2 -2 ports/devel/kdesdk/Makefile 1.2 +1 -1 ports/devel/kdesdk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 13: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 2DAE737B718; Mon, 2 Apr 2001 13:14:17 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32KEHO22837; Mon, 2 Apr 2001 13:14:17 -0700 (PDT) (envelope-from demon) Message-Id: <200104022014.f32KEHO22837@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 2 Apr 2001 13:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/kdepim Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/02 13:14:17 PDT Modified files: deskutils/kdepim Makefile distinfo Log: Update -> 2.1.1. Revision Changes Path 1.2 +2 -2 ports/deskutils/kdepim/Makefile 1.2 +1 -1 ports/deskutils/kdepim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 13:15: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 84E5937B71D; Mon, 2 Apr 2001 13:15:41 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32KFff23068; Mon, 2 Apr 2001 13:15:41 -0700 (PDT) (envelope-from mharo) Message-Id: <200104022015.f32KFff23068@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 13:15:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/bigyear Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 13:15:41 PDT Modified files: deskutils Makefile Added files: deskutils/bigyear Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add bigyear 20012602, a program to print a large (one month per page) calendar. PR: 25381 Submitted by: George Reid Revision Changes Path 1.44 +2 -1 ports/deskutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 13:15:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED5C737B71A; Mon, 2 Apr 2001 13:15:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32KFoj23117; Mon, 2 Apr 2001 13:15:50 -0700 (PDT) (envelope-from mharo) Message-Id: <200104022015.f32KFoj23117@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 13:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 13:15:50 PDT Modified files: . modules Log: bigyear --> ports/deskutils/bigyear Revision Changes Path 1.2811 +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 Apr 2 13:38: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 5CBFF37B71E; Mon, 2 Apr 2001 13:38:16 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32KcGE25092; Mon, 2 Apr 2001 13:38:16 -0700 (PDT) (envelope-from demon) Message-Id: <200104022038.f32KcGE25092@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 2 Apr 2001 13:38:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/koncd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/koncd/files patch-Makefile.in patch-koncd-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/02 13:38:16 PDT Modified files: sysutils Makefile Added files: sysutils/koncd Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/koncd/files patch-Makefile.in patch-koncd-Makefile.in Log: New port: koncd. KOnCD is a program that allows you to master CDs with mkisofs and cdrecord programs. It can create multisession CD, bootable CD, supports blanking on CD-RW. It also copy CDs on-the-fly. Revision Changes Path 1.172 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 13:38: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 15F7437B76B; Mon, 2 Apr 2001 13:38:26 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32KcQF25147; Mon, 2 Apr 2001 13:38:26 -0700 (PDT) (envelope-from demon) Message-Id: <200104022038.f32KcQF25147@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 2 Apr 2001 13:38:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/02 13:38:26 PDT Modified files: . modules Log: koncd --> ports/sysutils/koncd Revision Changes Path 1.2812 +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 Apr 2 13:58: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 B9AD137B71A; Mon, 2 Apr 2001 13:58:22 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32KwMm26627; Mon, 2 Apr 2001 13:58:22 -0700 (PDT) (envelope-from dan) Message-Id: <200104022058.f32KwMm26627@freefall.freebsd.org> From: Dan Moschuk Date: Mon, 2 Apr 2001 13:58:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-chart Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dan 2001/04/02 13:58:22 PDT Modified files: graphics/p5-chart Makefile Log: Remove myself as the maintainer of this port. Revision Changes Path 1.15 +2 -2 ports/graphics/p5-chart/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 14:13:21 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 6FF2237B71A; Mon, 2 Apr 2001 14:13:16 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from mobile.wemm.org (mobile.wemm.org [10.0.0.5]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f32LDGM57887; Mon, 2 Apr 2001 14:13:16 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f32LDFh14581; Mon, 2 Apr 2001 14:13:15 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200104022113.f32LDFh14581@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: John Baldwin Cc: "David E. O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libdisk create_chunk.c write_disk.c In-Reply-To: Date: Mon, 02 Apr 2001 14:13:15 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 01-Apr-01 David E. O'Brien wrote: > > obrien 2001/04/01 04:37:31 PDT > > > > Modified files: > > lib/libdisk create_chunk.c write_disk.c > > Log: > > Try to untangle some of the #ifdef spaghetti. > > Also, looking to the future, don't assume all the world is an i386 and al l > > its disk layout brain damage will be repeated by other platforms. So all > > the diking out if we are an Alpha, becomes adding in if we are an i386. > > Actually, IA64 uses a MBR and slices, too. I'd almost rather you use #ifdef > USE_SLICES or something like that and have each arch set appropriate defines to > describe its disk layout. Umm, that's not what I remember.. it is EFI based, and uses pure LBA partitioning. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 14: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 C408037B71F; Mon, 2 Apr 2001 14:26:49 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32LQni30719; Mon, 2 Apr 2001 14:26:49 -0700 (PDT) (envelope-from bmah) Message-Id: <200104022126.f32LQni30719@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 2 Apr 2001 14:26:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/02 14:26:49 PDT Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: fsck(8) and /etc/fstab passes, newfs(8) -U, libcrypt Blowfish support. Fix a typo: newfs is section 8, not section 1. Revision Changes Path 1.162 +9 -2 src/release/texts/alpha/RELNOTES.TXT 1.236 +9 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 14:32:50 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A16EF37B71C; Mon, 2 Apr 2001 14:32:42 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f32LWYq15642; Mon, 2 Apr 2001 15:32:36 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200104022132.f32LWYq15642@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 02 Apr 2001 20:34:57 +1000." References: Date: Mon, 02 Apr 2001 15:31:19 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Bruce Evans writes: : But this can't be used early in the boot process, since it is not : in the root partition. It is normally in the same partition as : shared libraries. If you copy pccardd to /sbin you can then mount /usr on a pccard device. I've had a number of people with just this setup and there's no reason to break them. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 14:38:54 2001 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 6E9B337B718; Mon, 2 Apr 2001 14:38:47 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from localhost (6xxauf@localhost [127.0.0.1]) by green.dyndns.org (8.11.2/8.11.1) with ESMTP id f32LbVa04729; Mon, 2 Apr 2001 17:37:31 -0400 (EDT) (envelope-from green@FreeBSD.org) Message-Id: <200104022137.f32LbVa04729@green.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Michael Haro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/deskutils Makefile ports/deskutils/bigyear Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: Message from Michael Haro of "Mon, 02 Apr 2001 13:15:41 PDT." <200104022015.f32KFff23068@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 02 Apr 2001 17:37:30 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael Haro wrote: > mharo 2001/04/02 13:15:41 PDT > > Modified files: > deskutils Makefile > Added files: > deskutils/bigyear Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Add bigyear 20012602, > a program to print a large (one month per page) calendar. > > PR: 25381 > Submitted by: George Reid This isn't the regularly-used format for storing yyyymmdd as an integer. If it's yyyyddmm like this, the version number won't necessarily consistently increase as the date increases. -- 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 Mon Apr 2 14:41:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB9D037B71F; Mon, 2 Apr 2001 14:41:46 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32Lfk831591; Mon, 2 Apr 2001 14:41:46 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104022141.f32Lfk831591@freefall.freebsd.org> From: Ian Dowse Date: Mon, 2 Apr 2001 14:41:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_generic.c clnt_raw.c clnt_simple.c clnt_vc.c getnetconfig.c key_call.c mt_misc.c rpc_generic.c rpc_soc.c rpcb_clnt.c svc.c svc_auth.c svc_auth_des.c svc_dg.c svc_generic.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/02 14:41:46 PDT Modified files: lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_generic.c clnt_raw.c clnt_simple.c clnt_vc.c getnetconfig.c key_call.c mt_misc.c rpc_generic.c rpc_soc.c rpcb_clnt.c svc.c svc_auth.c svc_auth_des.c svc_dg.c svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c Log: Move the #includes of reentrant.h to after the `#include "namespace.h"', so that the underscored versions of the pthread functions get declared. This removes around 300 lines of 'implicit declaration of XXX' warnings from the output of a libc build with -Wall. Reviewed by: Martin Blapp , alfred Revision Changes Path 1.5 +2 -2 src/lib/libc/rpc/auth_des.c 1.11 +2 -2 src/lib/libc/rpc/auth_none.c 1.14 +2 -2 src/lib/libc/rpc/auth_unix.c 1.3 +2 -2 src/lib/libc/rpc/clnt_dg.c 1.12 +2 -2 src/lib/libc/rpc/clnt_generic.c 1.12 +2 -2 src/lib/libc/rpc/clnt_raw.c 1.15 +2 -2 src/lib/libc/rpc/clnt_simple.c 1.4 +2 -2 src/lib/libc/rpc/clnt_vc.c 1.3 +2 -2 src/lib/libc/rpc/getnetconfig.c 1.8 +2 -2 src/lib/libc/rpc/key_call.c 1.2 +2 -2 src/lib/libc/rpc/mt_misc.c 1.2 +2 -2 src/lib/libc/rpc/rpc_generic.c 1.3 +2 -2 src/lib/libc/rpc/rpc_soc.c 1.2 +2 -2 src/lib/libc/rpc/rpcb_clnt.c 1.17 +2 -2 src/lib/libc/rpc/svc.c 1.9 +2 -2 src/lib/libc/rpc/svc_auth.c 1.6 +2 -2 src/lib/libc/rpc/svc_auth_des.c 1.2 +2 -2 src/lib/libc/rpc/svc_dg.c 1.2 +2 -2 src/lib/libc/rpc/svc_generic.c 1.9 +2 -2 src/lib/libc/rpc/svc_raw.c 1.13 +2 -2 src/lib/libc/rpc/svc_run.c 1.11 +2 -2 src/lib/libc/rpc/svc_simple.c 1.5 +2 -2 src/lib/libc/rpc/svc_vc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 14:42:41 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 0E5B237B725; Mon, 2 Apr 2001 14:42:33 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id B68CA1BD6F; Mon, 2 Apr 2001 16:42:24 -0500 (EST) Date: Mon, 2 Apr 2001 16:42:24 -0500 From: Will Andrews To: "Brian F. Feldman" Cc: Michael Haro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/deskutils Makefile ports/deskutils/bigyear Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010402164224.I15392@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , "Brian F. Feldman" , Michael Haro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104022137.f32LbVa04729@green.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="deZhiXv0fuPFhReH" Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200104022137.f32LbVa04729@green.dyndns.org>; from green@FreeBSD.org on Mon, Apr 02, 2001 at 05:37:30PM -0400 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --deZhiXv0fuPFhReH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 02, 2001 at 05:37:30PM -0400, Brian F. Feldman wrote: > This isn't the regularly-used format for storing yyyymmdd as an integer. = =20 > If it's yyyyddmm like this, the version number won't necessarily=20 > consistently increase as the date increases. And it should have been committed as version 0.0.020010226, to eliminate the possibility of needing a PORTEPOCH almost surely. --=20 wca --deZhiXv0fuPFhReH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6yPJAF47idPgWcsURAh96AJ45liqq3OdJdTu8uffAwFtPDtz+LwCfYqbh 5dIO2cY5YptbAMdqw29VHr0= =WAFx -----END PGP SIGNATURE----- --deZhiXv0fuPFhReH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 14: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 D5EAC37B720; Mon, 2 Apr 2001 14:49:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32LnIP32157; Mon, 2 Apr 2001 14:49:18 -0700 (PDT) (envelope-from brian) Message-Id: <200104022149.f32LnIP32157@freefall.freebsd.org> From: Brian Somers Date: Mon, 2 Apr 2001 14:49:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/02 14:49:18 PDT Modified files: sys/net if_tun.c Log: Return 0 and do nothing when we get a SIOCSIFFLAGS. Without this, ifpromisc() always fails (after setting the IFF_PROMISC bit in ifp->if_flags) and bpf never bothers to turn promiscuous mode off. PR: 20188 Revision Changes Path 1.90 +2 -1 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 Mon Apr 2 14:49: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 614A637B718; Mon, 2 Apr 2001 14:49:41 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32LnfY32199; Mon, 2 Apr 2001 14:49:41 -0700 (PDT) (envelope-from brian) Message-Id: <200104022149.f32LnfY32199@freefall.freebsd.org> From: Brian Somers Date: Mon, 2 Apr 2001 14:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/02 14:49:41 PDT Modified files: sys/net if.c Log: If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flags back the way we found them. Revision Changes Path 1.106 +5 -1 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 15:10: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E70B537B725; Mon, 2 Apr 2001 15:10:05 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32MA5n36314; Mon, 2 Apr 2001 15:10:05 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104022210.f32MA5n36314@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 15:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-IPC-ShareLite Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/p5-IPC-ShareLite/files patch-Configure patch-Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 15:10:05 PDT Modified files: devel Makefile Added files: devel/p5-IPC-ShareLite Makefile distinfo pkg-comment pkg-descr pkg-plist devel/p5-IPC-ShareLite/files patch-Configure patch-Makefile.PL Log: p5-IPC-ShareLite is a simple interface to acess shared mem. Revision Changes Path 1.486 +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 Apr 2 15: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 880D037B726; Mon, 2 Apr 2001 15:10:09 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32MA9836349; Mon, 2 Apr 2001 15:10:09 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104022210.f32MA9836349@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 15:10:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 15:10:09 PDT Modified files: . modules Log: p5-IPC-ShareLite --> ports/devel/p5-IPC-ShareLite Revision Changes Path 1.2813 +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 Apr 2 15:11:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5955837B71E; Mon, 2 Apr 2001 15:11:14 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32MBEB36725; Mon, 2 Apr 2001 15:11:14 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104022211.f32MBEB36725@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 15:11:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-IPC-Cache Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 15:11:14 PDT Modified files: devel Makefile Added files: devel/p5-IPC-Cache Makefile distinfo pkg-comment pkg-descr pkg-plist Log: P5-IPC-Cache persist data across processes via shared memory. Revision Changes Path 1.487 +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 Apr 2 15:11: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 B0BF537B729; Mon, 2 Apr 2001 15:11:17 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32MBHE36759; Mon, 2 Apr 2001 15:11:17 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104022211.f32MBHE36759@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 15:11: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 X-Loop: FreeBSD.ORG vanilla 2001/04/02 15:11:17 PDT Modified files: . modules Log: p5-IPC-Cache --> ports/devel/p5-IPC-Cache Revision Changes Path 1.2814 +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 Apr 2 15:12: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 3497437B71B; Mon, 2 Apr 2001 15:12:23 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32MCNx37106; Mon, 2 Apr 2001 15:12:23 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104022212.f32MCNx37106@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 15:12:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-Apache-Session-SharedMem Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 15:12:23 PDT Modified files: www Makefile Added files: www/p5-Apache-Session-SharedMem Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Apache-Session-SharedMem is Apache::Session extension module that store session in shared mem. Revision Changes Path 1.334 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 15: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 ACFC637B726; Mon, 2 Apr 2001 15:12:33 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32MCXx37162; Mon, 2 Apr 2001 15:12:33 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104022212.f32MCXx37162@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 15:12:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 15:12:33 PDT Modified files: . modules Log: p5-Apache-Session-SharedMem --> ports/www/p5-Apache-Session-SharedMem Revision Changes Path 1.2815 +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 Apr 2 15:14:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D545437B719; Mon, 2 Apr 2001 15:14:13 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32MEDj37278; Mon, 2 Apr 2001 15:14:13 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104022214.f32MEDj37278@freefall.freebsd.org> From: Ian Dowse Date: Mon, 2 Apr 2001 15:14:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_dg.c clnt_vc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/02 15:14:13 PDT Modified files: lib/libc/rpc clnt_dg.c clnt_vc.c Log: There were a few error cases where the RPC code would return with all signals masked (whoops). Add the missing cleanup code. Reviewed by: Martin Blapp , alfred Revision Changes Path 1.4 +4 -2 src/lib/libc/rpc/clnt_dg.c 1.5 +3 -1 src/lib/libc/rpc/clnt_vc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 15:17:31 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id DBA0437B722; Mon, 2 Apr 2001 15:17:23 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f32MHGG77494; Mon, 2 Apr 2001 15:17:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010402124034.A78781@dragon.nuxi.com> Date: Mon, 02 Apr 2001 15:16:51 -0800 (PDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/lib/libdisk create_chunk.c write_disk.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 02-Apr-01 David O'Brien wrote: > On Mon, Apr 02, 2001 at 11:34:03AM -0800, John Baldwin wrote: >> On 01-Apr-01 David E. O'Brien wrote: >> > obrien 2001/04/01 04:37:31 PDT >> > >> > Modified files: >> > lib/libdisk create_chunk.c write_disk.c >> > Log: >> > Try to untangle some of the #ifdef spaghetti. >> > Also, looking to the future, don't assume all the world is an i386 and >> > all >> > its disk layout brain damage will be repeated by other platforms. So >> > all >> > the diking out if we are an Alpha, becomes adding in if we are an i386. >> >> Actually, IA64 uses a MBR and slices, too. I'd almost rather you use >> #ifdef USE_SLICES or something like that and have each arch set >> appropriate defines to describe its disk layout. > > Yes I know. But it is unclear if the current slice code is 64-bit clean > and meets the needs of IA64. I just wanted to untangle the All the > World's a i386 mess a little. The code was grouping PC98 and Alpha > together in some cases. > > The porter of this to IA64 will hopefully look at that platform's needs > and rewrite parts of libdisk to cleanly integrate those needs in. Actually, we will hopefully have a libdisk replacement here in a bit. -- 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 Apr 2 15:17:39 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id C76FA37B718; Mon, 2 Apr 2001 15:17:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f32MHHG77506; Mon, 2 Apr 2001 15:17:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200104022113.f32LDFh14581@mobile.wemm.org> Date: Mon, 02 Apr 2001 15:16:52 -0800 (PDT) From: John Baldwin To: Peter Wemm Subject: Re: cvs commit: src/lib/libdisk create_chunk.c write_disk.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 02-Apr-01 Peter Wemm wrote: > John Baldwin wrote: >> >> On 01-Apr-01 David E. O'Brien wrote: >> > obrien 2001/04/01 04:37:31 PDT >> > >> > Modified files: >> > lib/libdisk create_chunk.c write_disk.c >> > Log: >> > Try to untangle some of the #ifdef spaghetti. >> > Also, looking to the future, don't assume all the world is an i386 and >> > al > l >> > its disk layout brain damage will be repeated by other platforms. So >> > all >> > the diking out if we are an Alpha, becomes adding in if we are an i386. >> >> Actually, IA64 uses a MBR and slices, too. I'd almost rather you use #ifdef >> USE_SLICES or something like that and have each arch set appropriate defines > to >> describe its disk layout. > > Umm, that's not what I remember.. it is EFI based, and uses pure LBA > partitioning. EFI still uses a MBR though I think the format may be slightly tweaked. The EFI loader is stored in a FAT32 slice in fact, which is why there was a discussion on -ia64 recently of whether or not /boot should be a FAT filesystem. I think to maintain compatiblity with multibooting other OS's we shouldn't really claim the FAT fs, but simply let the base EFI loader load up a EFI-capable loader from FFS and boot from there, but that is another can of worms. :) -- 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 Apr 2 15:38: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 7C54B37B71C; Mon, 2 Apr 2001 15:38:40 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32Mcej38731; Mon, 2 Apr 2001 15:38:40 -0700 (PDT) (envelope-from jim) Message-Id: <200104022238.f32Mcej38731@freefall.freebsd.org> From: Jim Mock Date: Mon, 2 Apr 2001 15:38:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/04/02 15:38:40 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Update IRC info. Revision Changes Path 1.164 +5 -4 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 15:46: 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 C1DF637B724; Mon, 2 Apr 2001 15:46:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32Mk2e39092; Mon, 2 Apr 2001 15:46:02 -0700 (PDT) (envelope-from obrien) Message-Id: <200104022246.f32Mk2e39092@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 2 Apr 2001 15:46:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/02 15:46:02 PDT Modified files: sbin/newfs newfs.8 Log: Fix patch merge braino. Revision Changes Path 1.35 +3 -3 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 15:49: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 272F137B71C; Mon, 2 Apr 2001 15:48:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32Mmts39220; Mon, 2 Apr 2001 15:48:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200104022248.f32Mmts39220@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 2 Apr 2001 15:48:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/02 15:48:54 PDT Modified files: sbin/newfs newfs.8 Log: Document the newfs.c rev 1.33 changing the default c/g from 16 to 22. Revision Changes Path 1.36 +2 -2 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 16:24:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9BF537B71F; Mon, 2 Apr 2001 16:24:27 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32NORk43194; Mon, 2 Apr 2001 16:24:27 -0700 (PDT) (envelope-from trevor) Message-Id: <200104022324.f32NORk43194@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 2 Apr 2001 16:24:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/festival Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/04/02 16:24:27 PDT Modified files: audio/festival Makefile Log: Allow speech tools to compile on FreeBSD 4.3 through 4.9. Submitted by: Eike Bernhardt Revision Changes Path 1.8 +9 -9 ports/audio/festival/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 16:36:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DDDB37B720; Mon, 2 Apr 2001 16:36:37 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f32NaaP43927; Mon, 2 Apr 2001 16:36:36 -0700 (PDT) (envelope-from jhb) Message-Id: <200104022336.f32NaaP43927@freefall.freebsd.org> From: John Baldwin Date: Mon, 2 Apr 2001 16:36:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/02 16:36:36 PDT Modified files: sys/dev/acpica acpi.c Log: Remove bogus block device major now that bdev majors are gone. Revision Changes Path 1.15 +2 -3 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 17:24: 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 6951837B71D; Mon, 2 Apr 2001 17:24:02 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f330O2g49542; Mon, 2 Apr 2001 17:24:02 -0700 (PDT) (envelope-from bsd) Message-Id: <200104030024.f330O2g49542@freefall.freebsd.org> From: "Brian S. Dean" Date: Mon, 2 Apr 2001 17:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.diskless1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2001/04/02 17:24:02 PDT Modified files: etc rc.diskless1 Log: Change the order in which /etc files are copied into place; copy default first, then network-specific files, then host-specific files. I think this was the original intent, as Matt indicated the previous code appeared to be a bug. Revision Changes Path 1.7 +13 -6 src/etc/rc.diskless1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 17:26: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 89D2037B728; Mon, 2 Apr 2001 17:26:35 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f330QZh49751; Mon, 2 Apr 2001 17:26:35 -0700 (PDT) (envelope-from ps) Message-Id: <200104030026.f330QZh49751@freefall.freebsd.org> From: Paul Saab Date: Mon, 2 Apr 2001 17:26:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2001/04/02 17:26:34 PDT Modified files: sys/dev/asr asr.c Log: Fix probing on the alpha. It still causes the alpha to panic during attach. Revision Changes Path 1.12 +2 -2 src/sys/dev/asr/asr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 17:29:39 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 A31E137B724; Mon, 2 Apr 2001 17:29:32 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 789FE6ACB7; Tue, 3 Apr 2001 09:59:30 +0930 (CST) Date: Tue, 3 Apr 2001 09:59:30 +0930 From: Greg Lehey To: Bruce Evans Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Message-ID: <20010403095930.A39626@wantadilla.lemis.com> References: <200104020847.f328lPi25772@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 bde@zeta.org.au on Mon, Apr 02, 2001 at 08:34:57PM +1000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 2 April 2001 at 20:34:57 +1000, Bruce Evans wrote: > On Mon, 2 Apr 2001, Ruslan Ermilov wrote: > >> ru 2001/04/02 01:47:25 PDT >> >> Modified files: >> usr.sbin/pccard Makefile.inc >> Log: >> Backout revision 1.6 (removed the NOSHARED bit.) >> >> These must be compiled static so that it is possible >> to use them early in the boot process. > > But this can't be used early in the boot process, since it is not in > the root partition. It is normally in the same partition as shared > libraries. That depends on your partition layout. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 17:55: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A61937B718; Mon, 2 Apr 2001 17:55:05 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f330t5651552; Mon, 2 Apr 2001 17:55:05 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104030055.f330t5651552@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 2 Apr 2001 17:55:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-Session-SharedMem Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/02 17:55:05 PDT Modified files: www/p5-Apache-Session-SharedMem Makefile pkg-plist Log: Install SharedMem.pm into right place now, origin Makefile seems buggy. Revision Changes Path 1.2 +6 -1 ports/www/p5-Apache-Session-SharedMem/Makefile 1.2 +1 -0 ports/www/p5-Apache-Session-SharedMem/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 Apr 2 18: 7:27 2001 Delivered-To: cvs-all@freebsd.org Received: from burka.rdy.com (burka.rdy.com [205.149.189.91]) by hub.freebsd.org (Postfix) with ESMTP id 76F9637B718; Mon, 2 Apr 2001 18:07:08 -0700 (PDT) (envelope-from dima@sivka.rdy.com) Received: from sivka.rdy.com (mg130-105.ricochet.net [204.179.130.105]) by burka.rdy.com (8.9.3/8.9.3) with ESMTP id SAA14576; Mon, 2 Apr 2001 18:06:57 -0700 (PDT) (envelope-from dima@sivka.rdy.com) Received: (from dima@localhost) by sivka.rdy.com (8.11.3/8.11.3) id f3316p806451; Mon, 2 Apr 2001 18:06:51 -0700 (PDT) (envelope-from dima) Date: Mon, 2 Apr 2001 18:06:21 -0700 From: Dima Ruban To: Greg Lehey Cc: Bruce Evans , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Message-ID: <20010402180621.A6429@sivka.rdy.com> References: <200104020847.f328lPi25772@freefall.freebsd.org> <20010403095930.A39626@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: <20010403095930.A39626@wantadilla.lemis.com>; from grog@lemis.com on Tue, Apr 03, 2001 at 09:59:30AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 09:59:30AM +0930, Greg Lehey wrote: > On Monday, 2 April 2001 at 20:34:57 +1000, Bruce Evans wrote: > > On Mon, 2 Apr 2001, Ruslan Ermilov wrote: > > > >> ru 2001/04/02 01:47:25 PDT > >> > >> Modified files: > >> usr.sbin/pccard Makefile.inc > >> Log: > >> Backout revision 1.6 (removed the NOSHARED bit.) > >> > >> These must be compiled static so that it is possible > >> to use them early in the boot process. > > > > But this can't be used early in the boot process, since it is not in > > the root partition. It is normally in the same partition as shared > > libraries. > > That depends on your partition layout. How is that? Both pccardd and pccardc are in /usr/sbin/ directory, shared libraries are in /usr/lib directory. I can see a brain damaged filesystem layout where /usr/sbin is actually part of / filesystem and /usr/lib is a different filesystem, but following this logic we'll have to compile everything static just to support configurations like that. I don't think it's very smart. > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 18: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 964D937B71C; Mon, 2 Apr 2001 18:22:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f331MGM55634; Mon, 2 Apr 2001 18:22:16 -0700 (PDT) (envelope-from brian) Message-Id: <200104030122.f331MGM55634@freefall.freebsd.org> From: Brian Somers Date: Mon, 2 Apr 2001 18:22:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c if_tunvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/02 18:22:16 PDT Modified files: sys/net if_tun.c if_tunvar.h Log: Allow MOD_UNLOADs of if_tun, and handle event handler registration failures in MOD_LOAD. Dodge duplicate make_dev() calls by (ab)using dev->si_drv2 to remember if we created the device node via a dev_clone callback before the d_open call. Revision Changes Path 1.91 +43 -11 src/sys/net/if_tun.c 1.8 +3 -1 src/sys/net/if_tunvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 18:32:52 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 298AC37B720; Mon, 2 Apr 2001 18:32:46 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id EE2D46ACB7; Tue, 3 Apr 2001 11:02:40 +0930 (CST) Date: Tue, 3 Apr 2001 11:02:40 +0930 From: Greg Lehey To: Dima Ruban Cc: Bruce Evans , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Message-ID: <20010403110240.C71213@wantadilla.lemis.com> References: <200104020847.f328lPi25772@freefall.freebsd.org> <20010403095930.A39626@wantadilla.lemis.com> <20010402180621.A6429@sivka.rdy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010402180621.A6429@sivka.rdy.com>; from dima@rdy.com on Mon, Apr 02, 2001 at 06:06:21PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 2 April 2001 at 18:06:21 -0700, Dima Ruban wrote: > On Tue, Apr 03, 2001 at 09:59:30AM +0930, Greg Lehey wrote: >> On Monday, 2 April 2001 at 20:34:57 +1000, Bruce Evans wrote: >>> On Mon, 2 Apr 2001, Ruslan Ermilov wrote: >>> >>>> ru 2001/04/02 01:47:25 PDT >>>> >>>> Modified files: >>>> usr.sbin/pccard Makefile.inc >>>> Log: >>>> Backout revision 1.6 (removed the NOSHARED bit.) >>>> >>>> These must be compiled static so that it is possible >>>> to use them early in the boot process. >>> >>> But this can't be used early in the boot process, since it is not in >>> the root partition. It is normally in the same partition as shared >>> libraries. >> >> That depends on your partition layout. > > How is that? Both pccardd and pccardc are in /usr/sbin/ directory, > shared libraries are in /usr/lib directory. I can see a brain damaged > filesystem layout where /usr/sbin is actually part of / filesystem and > /usr/lib is a different filesystem, but following this logic we'll have to > compile everything static just to support configurations like that. > I don't think it's very smart. There's nothing brain-damaged about having /usr on the root file system. If it weren't for bikeshed issues, I'd recommend it. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 18:34:47 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 B1EDF37B71B; Mon, 2 Apr 2001 18:34:40 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 600526ACB7; Tue, 3 Apr 2001 11:04:39 +0930 (CST) Date: Tue, 3 Apr 2001 11:04:39 +0930 From: Greg Lehey To: Dima Ruban Cc: Bruce Evans , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Message-ID: <20010403110439.D71213@wantadilla.lemis.com> References: <200104020847.f328lPi25772@freefall.freebsd.org> <20010403095930.A39626@wantadilla.lemis.com> <20010402180621.A6429@sivka.rdy.com> <20010403110240.C71213@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: <20010403110240.C71213@wantadilla.lemis.com>; from grog@lemis.com on Tue, Apr 03, 2001 at 11:02:40AM +0930 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 3 April 2001 at 11:02:40 +0930, Greg Lehey wrote: > On Monday, 2 April 2001 at 18:06:21 -0700, Dima Ruban wrote: >> On Tue, Apr 03, 2001 at 09:59:30AM +0930, Greg Lehey wrote: >>> On Monday, 2 April 2001 at 20:34:57 +1000, Bruce Evans wrote: >>>> On Mon, 2 Apr 2001, Ruslan Ermilov wrote: >>>> >>>>> ru 2001/04/02 01:47:25 PDT >>>>> >>>>> Modified files: >>>>> usr.sbin/pccard Makefile.inc >>>>> Log: >>>>> Backout revision 1.6 (removed the NOSHARED bit.) >>>>> >>>>> These must be compiled static so that it is possible >>>>> to use them early in the boot process. >>>> >>>> But this can't be used early in the boot process, since it is not in >>>> the root partition. It is normally in the same partition as shared >>>> libraries. >>> >>> That depends on your partition layout. >> >> How is that? Both pccardd and pccardc are in /usr/sbin/ directory, >> shared libraries are in /usr/lib directory. I can see a brain damaged >> filesystem layout where /usr/sbin is actually part of / filesystem and >> /usr/lib is a different filesystem, but following this logic we'll have to >> compile everything static just to support configurations like that. >> I don't think it's very smart. > > There's nothing brain-damaged about having /usr on the root file > system. If it weren't for bikeshed issues, I'd recommend it. Oops, I misinterpreted your point (/usr/lib and /usr/sbin on different file systems). But that's not relevant: bde was just saying that it wasn't on the root file system. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 18:39:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8420F37B725; Mon, 2 Apr 2001 18:39:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f331dOo56616; Mon, 2 Apr 2001 18:39:24 -0700 (PDT) (envelope-from jhb) Message-Id: <200104030139.f331dOo56616@freefall.freebsd.org> From: John Baldwin Date: Mon, 2 Apr 2001 18:39:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/02 18:39:24 PDT Modified files: sys/kern kern_sig.c Log: Change stop() to require the sched_lock as well as p's process lock to avoid silly lock contention on sched_lock since in 2 out of the 3 places that we call stop(), we get sched_lock right after calling it and we were locking sched_lock inside of stop() anyways. Revision Changes Path 1.114 +9 -7 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 18:40: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 28DA037B71B; Mon, 2 Apr 2001 18:40:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f331eXc56715; Mon, 2 Apr 2001 18:40:33 -0700 (PDT) (envelope-from brian) Message-Id: <200104030140.f331eXc56715@freefall.freebsd.org> From: Brian Somers Date: Mon, 2 Apr 2001 18:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/02 18:40:32 PDT Modified files: graphics/xsane Makefile Log: sane.1 is now in graphics/sane-backends, not graphics/sane This is such a trivial fix that I don't think it needs MAINTAINER approval. Revision Changes Path 1.22 +2 -2 ports/graphics/xsane/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 19: 7: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 89CF437B71D; Mon, 2 Apr 2001 19:07:14 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3327EJ61583; Mon, 2 Apr 2001 19:07:14 -0700 (PDT) (envelope-from dd) Message-Id: <200104030207.f3327EJ61583@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 2 Apr 2001 19:07:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/02 19:07:14 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: DocBook police: replace tabs with spaces in the spirit of rev. 1.150. Revision Changes Path 1.165 +5 -5 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 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 5701E37B722; Mon, 2 Apr 2001 20:15:12 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f333FCX69312; Mon, 2 Apr 2001 20:15:12 -0700 (PDT) (envelope-from alfred) Message-Id: <200104030315.f333FCX69312@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 2 Apr 2001 20:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/02 20:15:12 PDT Modified files: sys/sys mbuf.h sys/kern uipc_mbuf.c Log: Use only one mutex for the entire mbuf subsystem. Don't use atomic operations for the stats updating, instead protect the counts with the mbuf mutex. Most twiddling of the stats was done right before or after releasing a mutex. By doing this we reduce the number of locked ops needed as well as allow a sysctl to gain a consitant view of the entire stats structure. In the future... This will allow us to chain common mbuf operations that would normally need to aquire/release 2 or 3 of the locks to build an mbuf with a cluster or external data attached into a single op requiring only one lock. Simplify the per-cpu locks that are planned. There's also some if (1) code that should check if the "how" operation specifies blocking/non-blocking behavior, we _could_ make it so that we hold onto the mutex through calls into kmem_alloc when non-blocking requests are made, but for safety reasons we currently drop and reaquire the mutex around the calls. Also, note that calling kmem_alloc is rare and only happens during a shortage so drop/re-getting the mutex will not be a common occurance. Remove some #define's that seemed to obfuscate the code to me. Remove an extranious comment. Remove an XXX, including mutex.h isn't a crime. Reviewed by: bmilekic Revision Changes Path 1.74 +29 -27 src/sys/sys/mbuf.h 1.72 +48 -45 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 20:18:51 2001 Delivered-To: cvs-all@freebsd.org Received: from burka.rdy.com (burka.rdy.com [205.149.189.91]) by hub.freebsd.org (Postfix) with ESMTP id 44B5337B71E; Mon, 2 Apr 2001 20:18:44 -0700 (PDT) (envelope-from dima@sivka.rdy.com) Received: from sivka.rdy.com (mg130-105.ricochet.net [204.179.130.105]) by burka.rdy.com (8.9.3/8.9.3) with ESMTP id UAA15708; Mon, 2 Apr 2001 20:18:38 -0700 (PDT) (envelope-from dima@sivka.rdy.com) Received: (from dima@localhost) by sivka.rdy.com (8.11.3/8.11.3) id f333IW506724; Mon, 2 Apr 2001 20:18:32 -0700 (PDT) (envelope-from dima) Date: Mon, 2 Apr 2001 20:17:55 -0700 From: Dima Ruban To: Greg Lehey Cc: Bruce Evans , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Message-ID: <20010402201755.A6698@sivka.rdy.com> References: <200104020847.f328lPi25772@freefall.freebsd.org> <20010403095930.A39626@wantadilla.lemis.com> <20010402180621.A6429@sivka.rdy.com> <20010403110240.C71213@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: <20010403110240.C71213@wantadilla.lemis.com>; from grog@lemis.com on Tue, Apr 03, 2001 at 11:02:40AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 11:02:40AM +0930, Greg Lehey wrote: > >> > >> That depends on your partition layout. > > > > How is that? Both pccardd and pccardc are in /usr/sbin/ directory, > > shared libraries are in /usr/lib directory. I can see a brain damaged > > filesystem layout where /usr/sbin is actually part of / filesystem and > > /usr/lib is a different filesystem, but following this logic we'll have to > > compile everything static just to support configurations like that. > > I don't think it's very smart. > > There's nothing brain-damaged about having /usr on the root file > system. If it weren't for bikeshed issues, I'd recommend it. No, there's nothing wrong with having /usr on the root filesystem. But having /usr on a root filesystem _and_ /usr/lib as a separate filesystem is definitely brain-damaged. > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 20:19: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 C89F337B71D; Mon, 2 Apr 2001 20:19:50 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f333JoG69698; Mon, 2 Apr 2001 20:19:50 -0700 (PDT) (envelope-from okazaki) Message-Id: <200104030319.f333JoG69698@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Mon, 2 Apr 2001 20:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jakarta-ant Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/04/02 20:19:50 PDT Added files: devel/jakarta-ant Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add Ant-1.3, a Java based build tool, from Jakarta Project. Among four submissions, this commit based on the port sent by Ernst de Haan at ports/24291. PR: 21435, 23368, 24291 Submitted by: Leo Kim , Dave Glowacki , Sean Blakey , Ernst de Haan Also thanks to: Palle Girgensohn , Richard Stockley , Kees Jan Koster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 20:20: 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 551C937B753; Mon, 2 Apr 2001 20:19:59 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f333JwR69736; Mon, 2 Apr 2001 20:19:58 -0700 (PDT) (envelope-from okazaki) Message-Id: <200104030319.f333JwR69736@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Mon, 2 Apr 2001 20:19:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/04/02 20:19:58 PDT Modified files: devel Makefile Log: Add Ant-1.3, a Java based build tool, from Jakarta Project. Among four submissions, this commit based on the port sent by Ernst de Haan at ports/24291. PR: 21435, 23368, 24291 Submitted by: Leo Kim , Dave Glowacki , Sean Blakey , Ernst de Haan Also thanks to: Palle Girgensohn , Richard Stockley , Kees Jan Koster Revision Changes Path 1.488 +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 Apr 2 20:21:36 2001 Delivered-To: cvs-all@freebsd.org Received: from burka.rdy.com (burka.rdy.com [205.149.189.91]) by hub.freebsd.org (Postfix) with ESMTP id 262C137B722; Mon, 2 Apr 2001 20:21:28 -0700 (PDT) (envelope-from dima@sivka.rdy.com) Received: from sivka.rdy.com (mg130-105.ricochet.net [204.179.130.105]) by burka.rdy.com (8.9.3/8.9.3) with ESMTP id UAA15780; Mon, 2 Apr 2001 20:21:19 -0700 (PDT) (envelope-from dima@sivka.rdy.com) Received: (from dima@localhost) by sivka.rdy.com (8.11.3/8.11.3) id f333LB506764; Mon, 2 Apr 2001 20:21:11 -0700 (PDT) (envelope-from dima) Date: Mon, 2 Apr 2001 20:21:03 -0700 From: Dima Ruban To: Greg Lehey Cc: Bruce Evans , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Message-ID: <20010402202103.B6698@sivka.rdy.com> References: <200104020847.f328lPi25772@freefall.freebsd.org> <20010403095930.A39626@wantadilla.lemis.com> <20010402180621.A6429@sivka.rdy.com> <20010403110240.C71213@wantadilla.lemis.com> <20010403110439.D71213@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: <20010403110439.D71213@wantadilla.lemis.com>; from grog@lemis.com on Tue, Apr 03, 2001 at 11:04:39AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 11:04:39AM +0930, Greg Lehey wrote: > > There's nothing brain-damaged about having /usr on the root file > > system. If it weren't for bikeshed issues, I'd recommend it. > > Oops, I misinterpreted your point (/usr/lib and /usr/sbin on different > file systems). But that's not relevant: bde was just saying that it > wasn't on the root file system. No, what bde was saying is that /usr/lib and /usr/sbin are usually (99.(9)%, I'd say) on the same partition, in which case there's nothing wrong with having pccardd compiled dynamic. And if they aren't on the same partition, then read my initial post ;-) > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 20:25: 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 D0CB637B720; Mon, 2 Apr 2001 20:25:01 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f333P1q70151; Mon, 2 Apr 2001 20:25:01 -0700 (PDT) (envelope-from okazaki) Message-Id: <200104030325.f333P1q70151@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Mon, 2 Apr 2001 20:25:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/04/02 20:25:01 PDT Modified files: . modules Log: jakarta-ant --> ports/devel/jakarta-ant Revision Changes Path 1.2816 +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 Apr 2 20:25:23 2001 Delivered-To: cvs-all@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id E447837B71B; Mon, 2 Apr 2001 20:25:15 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from guinness.osdn.com (root@localhost [127.0.0.1]) by snarf.osdn.com (8.11.3/8.11.3) with ESMTP id f333PFt53086; Mon, 2 Apr 2001 23:25:15 -0400 (EDT) (envelope-from jim@FreeBSD.org) Received: by guinness.osdn.com (Postfix, from userid 1000) id D9D70100; Mon, 2 Apr 2001 23:25:13 -0400 (EDT) Date: Mon, 2 Apr 2001 23:25:13 -0400 From: Jim Mock To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010402232513.A1662@guinness.osdn.com> Reply-To: jim@FreeBSD.org References: <200104030207.f3327EJ61583@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <200104030207.f3327EJ61583@freefall.freebsd.org>; from dd@FreeBSD.org on Mon, Apr 02, 2001 at 07:07:14PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 02 Apr 2001 at 19:07:14 -0700, Dima Dorfman wrote: > dd 2001/04/02 19:07:14 PDT > > Modified files: > en_US.ISO_8859-1/books/faq book.sgml > Log: > DocBook police: replace tabs with spaces in the spirit of rev. > 1.150. Erm, maybe I missed something, but since when do we use spaces for 8 spaces instead of a tab? - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21: 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 EF8CE37B725; Mon, 2 Apr 2001 21:01:36 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3341aX72914; Mon, 2 Apr 2001 21:01:36 -0700 (PDT) (envelope-from lioux) Message-Id: <200104030401.f3341aX72914@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Apr 2001 21:01:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/pimp3 Makefile ports/audio/pimp3/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/04/02 21:01:36 PDT Modified files: audio/pimp3 Makefile Log: (null) Revision Changes Path 1.6 +4 -1 ports/audio/pimp3/Makefile Removed files: audio/pimp3/files patch-aa Log: Remove this patch in favor of a in-Makefile post-patch target. Also, the other is LOCALBASE safe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21:10: 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 B9A7E37B71B; Mon, 2 Apr 2001 21:09:54 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3349sw76029; Mon, 2 Apr 2001 21:09:54 -0700 (PDT) (envelope-from rwatson) Message-Id: <200104030409.f3349sw76029@freefall.freebsd.org> From: Robert Watson Date: Mon, 2 Apr 2001 21:09:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/04/02 21:09:54 PDT Modified files: sys/ufs/ufs ufs_extattr.c Log: o Change the default from using IO_SYNC on EA set and delete operations to not using IO_SYNC. Expose a sysctl (debug.ufs_extattr_sync) for enabling the use of IO_SYNC. - Use of IO_SYNC substantially degrades ACL performance when a default ACL is set on a directory, as there are four synchronous writes initiated to define both supporting EAs for new sub-directories, and to set the data; two for new files. Later, this may be optimized to two writes for sub-directories, one for new files. - IO_SYNC does not substantially improve consistency properties due to the poor consistency properties of existing permissions (which ACLs are a superset of), due to interaction with soft updates, and due to differences in handling consistency for data and file system meta-data. - In macro-benchmarks, this reduces the overhead of setting default ACLs down to the same overhead as enabling ACLs on a file system and not using them. Enabling ACLs still introduces a small overhead (I measure 7% on a -j 2 buildworld with pre-allocated EA backing store, but this is not rigorous testing, nor in any way optimized). - The sysctl will probably change to another administration method (or at least, a better name) in the near future, but consistency properties of EAs are still being worked out. The toggle is defined right now to allow easier performance analysis and exploration of possible guarantees. Obtained from: TrustedBSD Project Revision Changes Path 1.29 +24 -10 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21:10:50 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id D935937B726; Mon, 2 Apr 2001 21:10:43 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f334AhO84718; Mon, 2 Apr 2001 21:10:43 -0700 (PDT) (envelope-from obrien) Date: Mon, 2 Apr 2001 21:10:43 -0700 From: "David O'Brien" To: Jim Mock Cc: Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010402211043.A84692@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200104030207.f3327EJ61583@freefall.freebsd.org> <20010402232513.A1662@guinness.osdn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010402232513.A1662@guinness.osdn.com>; from jim@FreeBSD.org on Mon, Apr 02, 2001 at 11:25:13PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 02, 2001 at 11:25:13PM -0400, Jim Mock wrote: > > Log: > > DocBook police: replace tabs with spaces in the spirit of rev. > > 1.150. > > Erm, maybe I missed something, but since when do we use spaces for 8 > spaces instead of a tab? Agreed. Would someone please pick and convention and publish it?? I never know what to do when I add to our docs. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21: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 B74CC37B719; Mon, 2 Apr 2001 21:18:11 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f334IBG76577; Mon, 2 Apr 2001 21:18:11 -0700 (PDT) (envelope-from fenner) Message-Id: <200104030418.f334IBG76577@freefall.freebsd.org> From: Bill Fenner Date: Mon, 2 Apr 2001 21:18:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/04/02 21:18:11 PDT src/contrib/libpcap - Imported sources Update of /home/ncvs/src/contrib/libpcap In directory freefall.freebsd.org:/c/tmp/cvs-serv76534 Log Message: Virgin import of tcpdump.org libpcap v0.6.2 Status: Vendor Tag: TCPDUMP_ORG Release Tags: v0_6_2 N src/contrib/libpcap/.cvsignore U src/contrib/libpcap/CHANGES U src/contrib/libpcap/CREDITS U src/contrib/libpcap/FILES U src/contrib/libpcap/INSTALL N src/contrib/libpcap/LICENSE U src/contrib/libpcap/Makefile.in U src/contrib/libpcap/README N src/contrib/libpcap/README.aix N src/contrib/libpcap/README.linux N src/contrib/libpcap/TODO U src/contrib/libpcap/VERSION C src/contrib/libpcap/aclocal.m4 N src/contrib/libpcap/bpf_dump.c U src/contrib/libpcap/bpf_image.c U src/contrib/libpcap/config.guess N src/contrib/libpcap/config.h.in U src/contrib/libpcap/config.sub U src/contrib/libpcap/configure U src/contrib/libpcap/configure.in U src/contrib/libpcap/etherent.c U src/contrib/libpcap/ethertype.h C src/contrib/libpcap/gencode.c C src/contrib/libpcap/gencode.h U src/contrib/libpcap/inet.c C src/contrib/libpcap/grammar.y U src/contrib/libpcap/install-sh N src/contrib/libpcap/llc.h U src/contrib/libpcap/mkdep C src/contrib/libpcap/nametoaddr.c C src/contrib/libpcap/nlpid.h U src/contrib/libpcap/optimize.c U src/contrib/libpcap/pcap-bpf.c U src/contrib/libpcap/pcap-dlpi.c U src/contrib/libpcap/pcap-enet.c C src/contrib/libpcap/pcap-int.h U src/contrib/libpcap/pcap-linux.c C src/contrib/libpcap/pcap-namedb.h U src/contrib/libpcap/pcap-nit.c U src/contrib/libpcap/pcap-nit.h U src/contrib/libpcap/pcap-null.c U src/contrib/libpcap/pcap-pf.c U src/contrib/libpcap/pcap-pf.h U src/contrib/libpcap/pcap-snit.c U src/contrib/libpcap/pcap-snoop.c C src/contrib/libpcap/pcap.3 U src/contrib/libpcap/pcap.c C src/contrib/libpcap/pcap.h U src/contrib/libpcap/ppp.h U src/contrib/libpcap/savefile.c C src/contrib/libpcap/scanner.l N src/contrib/libpcap/sll.h C src/contrib/libpcap/bpf/net/bpf.h U src/contrib/libpcap/bpf/net/bpf_filter.c N src/contrib/libpcap/lbl/os-osf4.h U src/contrib/libpcap/lbl/os-solaris2.h U src/contrib/libpcap/lbl/os-sunos4.h U src/contrib/libpcap/lbl/os-ultrix4.h 12 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTCPDUMP_ORG:yesterday -jTCPDUMP_ORG src/contrib/libpcap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21:22: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 0A28237B722; Mon, 2 Apr 2001 21:22:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f334MKR77028; Mon, 2 Apr 2001 21:22:20 -0700 (PDT) (envelope-from lioux) Message-Id: <200104030422.f334MKR77028@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Apr 2001 21:22:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipcheck Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/04/02 21:22:20 PDT Modified files: net/ipcheck Makefile Log: USE_PYTHON instead of RUN_DEPENDS :) Revision Changes Path 1.6 +2 -3 ports/net/ipcheck/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 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 2CB2E37B71E; Mon, 2 Apr 2001 21:32:15 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f334WF377888; Mon, 2 Apr 2001 21:32:15 -0700 (PDT) (envelope-from lioux) Message-Id: <200104030432.f334WF377888@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Apr 2001 21:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/pimp3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/04/02 21:32:14 PDT Modified files: audio/pimp3 Makefile Log: o Force commit: fix empty log message on rev 1.6 o Remove files/patch-aa in favor of a in-Makefile post-patch target. Also, this one is LOCALBASE safe. Related to files/patch-aa rev 1.2 and Makefile rev 1.6 Revision Changes Path 1.7 +1 -1 ports/audio/pimp3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21:32:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A29737B729; Mon, 2 Apr 2001 21:32:49 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f334Wng78062; Mon, 2 Apr 2001 21:32:49 -0700 (PDT) (envelope-from fenner) Message-Id: <200104030432.f334Wng78062@freefall.freebsd.org> From: Bill Fenner Date: Mon, 2 Apr 2001 21:32:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c nlpid.h pcap-int.h pcap-namedb.h pcap.3 pcap.h scanner.l src/contrib/libpcap/bpf/net bpf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/04/02 21:32:49 PDT Modified files: contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c nlpid.h pcap-int.h pcap-namedb.h pcap.3 pcap.h scanner.l contrib/libpcap/bpf/net bpf.h Log: Merge libpcap 0.6.2 Revision Changes Path 1.9 +516 -143 src/contrib/libpcap/gencode.c 1.4 +16 -11 src/contrib/libpcap/gencode.h 1.6 +15 -14 src/contrib/libpcap/grammar.y 1.8 +22 -11 src/contrib/libpcap/nametoaddr.c 1.2 +2 -1 src/contrib/libpcap/nlpid.h 1.4 +71 -8 src/contrib/libpcap/pcap-int.h 1.4 +4 -7 src/contrib/libpcap/pcap-namedb.h 1.8 +152 -51 src/contrib/libpcap/pcap.3 1.5 +35 -7 src/contrib/libpcap/pcap.h 1.7 +36 -23 src/contrib/libpcap/scanner.l 1.3 +123 -11 src/contrib/libpcap/bpf/net/bpf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21:34:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACE9D37B71A; Mon, 2 Apr 2001 21:34:51 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f334Ypf78269; Mon, 2 Apr 2001 21:34:51 -0700 (PDT) (envelope-from fenner) Message-Id: <200104030434.f334Ypf78269@freefall.freebsd.org> From: Bill Fenner Date: Mon, 2 Apr 2001 21:34:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpcap config.h Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/04/02 21:34:51 PDT Modified files: lib/libpcap Makefile Added files: lib/libpcap config.h Log: Update for libpcap 0.6.2 Revision Changes Path 1.27 +7 -9 src/lib/libpcap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21:50: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 D2D9B37B71C; Mon, 2 Apr 2001 21:50:16 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f334oGE79321; Mon, 2 Apr 2001 21:50:16 -0700 (PDT) (envelope-from bmilekic) Message-Id: <200104030450.f334oGE79321@freefall.freebsd.org> From: Bosko Milekic Date: Mon, 2 Apr 2001 21:50:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/04/02 21:50:16 PDT Modified files: sys/kern uipc_mbuf.c sys/sys mbuf.h Log: - Change the msleep()s to condition variables. The mbuf and mcluster free lists now each "own" a condition variable, m_starved. - Clean up minor indentention issues in sys/mbuf.h caused by previous commit. Revision Changes Path 1.73 +22 -22 src/sys/kern/uipc_mbuf.c 1.75 +38 -34 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21:55: 5 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 7514A37B71E; Mon, 2 Apr 2001 21:55:00 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 0A3A93E09; Mon, 2 Apr 2001 21:54:55 -0700 (PDT) To: obrien@FreeBSD.org Cc: Jim Mock , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml In-Reply-To: <20010402211043.A84692@dragon.nuxi.com>; from obrien@FreeBSD.org on "Mon, 2 Apr 2001 21:10:43 -0700" Date: Mon, 02 Apr 2001 21:54:54 -0700 From: Dima Dorfman Message-Id: <20010403045455.0A3A93E09@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" writes: > On Mon, Apr 02, 2001 at 11:25:13PM -0400, Jim Mock wrote: > > > Log: > > > DocBook police: replace tabs with spaces in the spirit of rev. > > > 1.150. > > > > Erm, maybe I missed something, but since when do we use spaces for 8 > > spaces instead of a tab? > > Agreed. Would someone please pick and convention and publish it?? > I never know what to do when I add to our docs. AFAIK, the convention is that you use what the rest (or majority) of the file you're editing uses. This is the policy I've seen advocated for src/, and it seems to make sense for doc/, too. At the moment, I don't think there's anything to document; different documents use different conventions. E.g., the Handbook is tab-indented, but the FAQ is space-indented. I don't know which one's ``right'' and which one's ``wrong''. BTW, David. You're responsible for rev. 1.150 that I mentioned in the commit log: ---------------------------- revision 1.150 date: 2001/03/08 11:01:25; author: obrien; state: Exp; lines: +332 -331 Fix formatting -- people this thing is not indented. ---------------------------- Regards, Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21:58:29 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id CB5D437B728 for ; Mon, 2 Apr 2001 21:58:24 -0700 (PDT) (envelope-from ue@nathan.ruhr.de) Received: (qmail 22606 invoked by uid 10); 3 Apr 2001 04:58:22 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.3/8.11.2) id f334pn453937 for cvs-all@FreeBSD.org; Tue, 3 Apr 2001 06:51:49 +0200 (CEST) (envelope-from ue) Date: Tue, 3 Apr 2001 06:51:49 +0200 From: Udo Erdelhoff To: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010403065149.D46362@nathan.ruhr.de> Mail-Followup-To: cvs-all@FreeBSD.org References: <200104030207.f3327EJ61583@freefall.freebsd.org> <20010402232513.A1662@guinness.osdn.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="+KJYzRxRHjYqLGl5" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010402232513.A1662@guinness.osdn.com>; from jim@FreeBSD.org on Mon, Apr 02, 2001 at 11:25:13PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --+KJYzRxRHjYqLGl5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 02, 2001 at 11:25:13PM -0400, Jim Mock wrote: > On Mon, 02 Apr 2001 at 19:07:14 -0700, Dima Dorfman wrote: > > dd 2001/04/02 19:07:14 PDT > >=20 > > Modified files: > > en_US.ISO_8859-1/books/faq book.sgml=20 > > Log: > > DocBook police: replace tabs with spaces in the spirit of rev. > > 1.150. > Erm, maybe I missed something, but since when do we use spaces for 8 > spaces instead of a tab? In this context? Since day 1. /s/Udo --=20 One Unix to rule them all, One Resolver to find them, = =20 One IP to bring them all and in the zone to bind them.=20 --+KJYzRxRHjYqLGl5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iQCVAwUBOslW5UPoh1XnT6hxAQEOVAQAkrkN/uQqt7rysM/s4t0HTl1iY50wkMbc ZzRORxG+dlkzOsziGvPpKlJ5uyFm6Bm2bv/hquvHhCXag449p3Ete62YsuoZfHOn UVvSU3AID9xYAHBKx4OAi+W6blENrLmKSGjgabQckosxAvnFBAjoSIwetj5JbiE/ YrrhvfMaE58= =0NsN -----END PGP SIGNATURE----- --+KJYzRxRHjYqLGl5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 21: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 1402837B71D; Mon, 2 Apr 2001 21:59:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f334xk179933; Mon, 2 Apr 2001 21:59:46 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104030459.f334xk179933@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 2 Apr 2001 21:59:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/bibelot Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/02 21:59:46 PDT Modified files: palm/bibelot Makefile distinfo pkg-plist Log: upgrade to 0.9.3 fix plist Revision Changes Path 1.5 +2 -2 ports/palm/bibelot/Makefile 1.4 +1 -1 ports/palm/bibelot/distinfo 1.2 +1 -1 ports/palm/bibelot/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 Apr 2 22:11:29 2001 Delivered-To: cvs-all@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 84EAE37B719; Mon, 2 Apr 2001 22:11:21 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from guinness.osdn.com (root@localhost [127.0.0.1]) by snarf.osdn.com (8.11.3/8.11.3) with ESMTP id f335BKt53521; Tue, 3 Apr 2001 01:11:20 -0400 (EDT) (envelope-from jim@FreeBSD.org) Received: by guinness.osdn.com (Postfix, from userid 1000) id 42490100; Tue, 3 Apr 2001 01:11:18 -0400 (EDT) Date: Tue, 3 Apr 2001 01:11:17 -0400 From: Jim Mock To: Dima Dorfman Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010403011117.A2616@guinness.osdn.com> Reply-To: jim@FreeBSD.org References: <20010402211043.A84692@dragon.nuxi.com> <20010403045455.0A3A93E09@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <20010403045455.0A3A93E09@bazooka.unixfreak.org>; from dima@unixfreak.org on Mon, Apr 02, 2001 at 09:54:54PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 02 Apr 2001 at 21:54:54 -0700, Dima Dorfman wrote: > "David O'Brien" writes: > > On Mon, Apr 02, 2001 at 11:25:13PM -0400, Jim Mock wrote: > > > > Log: DocBook police: replace tabs with spaces in the spirit of > > > > rev. 1.150. > > > > > > Erm, maybe I missed something, but since when do we use spaces for > > > 8 spaces instead of a tab? > > > > Agreed. Would someone please pick and convention and publish it?? > > I never know what to do when I add to our docs. > > AFAIK, the convention is that you use what the rest (or majority) of > the file you're editing uses. This is the policy I've seen advocated > for src/, and it seems to make sense for doc/, too. At the moment, I > don't think there's anything to document; different documents use > different conventions. E.g., the Handbook is tab-indented, but the > FAQ is space-indented. I don't know which one's ``right'' and which > one's ``wrong''. Ok, I've always used tabs (even in the FAQ), and the handbook, as you pointed out, reflects this. I started to clean up the FAQ probably about a year ago, but didn't get much further than the preface before I got distracted by something else (the markup in the FAQ was pretty mangled back then -- I haven't looked at it enough lately to comment on it's current state). Personally, I prefer tabs because vim converts the 8 spaces to a tab for me and it's much easier to not have to go back and change them to spaces, but that's another matter entirely (I really don't want to get into an editor battle here). Either way, we should definitely put something in the Doc Project primer about this. I could've swore there was a style section there already, but briefly looking now I don't see one. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 22:16: 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 A8DE637B719; Mon, 2 Apr 2001 22:15:58 -0700 (PDT) (envelope-from tanimura@FreeBSD.org) Received: (from tanimura@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f335Fw987498; Mon, 2 Apr 2001 22:15:58 -0700 (PDT) (envelope-from tanimura) Message-Id: <200104030515.f335Fw987498@freefall.freebsd.org> From: Seigo Tanimura Date: Mon, 2 Apr 2001 22:15:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa mpu.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tanimura 2001/04/02 22:15:58 PDT Modified files: sys/dev/sound/isa mpu.c Log: Again initialize a mutex well, then lock it. PR: kern/26188 Submitted by: Jim Bloom Revision Changes Path 1.7 +4 -2 src/sys/dev/sound/isa/mpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 22: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 93F5A37B71B; Mon, 2 Apr 2001 22:29:02 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f335T2D89866; Mon, 2 Apr 2001 22:29:02 -0700 (PDT) (envelope-from mharo) Message-Id: <200104030529.f335T2D89866@freefall.freebsd.org> From: Michael Haro Date: Mon, 2 Apr 2001 22:29:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gevas Makefile distinfo pkg-plist ports/x11-toolkits/gevas/files patch-demo::Makefile.am X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/02 22:29:02 PDT Modified files: x11-toolkits/gevas Makefile distinfo pkg-plist x11-toolkits/gevas/files patch-demo::Makefile.am Log: Upgrade port x11-toolkits/gevas to version 0.0.3 PR: 26212 Submitted by: maintainer Revision Changes Path 1.3 +2 -11 ports/x11-toolkits/gevas/Makefile 1.2 +1 -1 ports/x11-toolkits/gevas/distinfo 1.2 +1 -0 ports/x11-toolkits/gevas/pkg-plist 1.2 +0 -11 ports/x11-toolkits/gevas/files/patch-demo::Makefile.am To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 22:30: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 C251237B71D; Mon, 2 Apr 2001 22:30:51 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f335Up890225; Mon, 2 Apr 2001 22:30:51 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104030530.f335Up890225@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 2 Apr 2001 22:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/vipec Makefile distinfo pkg-comment pkg-descr pkg-plist ports/cad/vipec/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/02 22:30:51 PDT Modified files: cad Makefile Added files: cad/vipec Makefile distinfo pkg-comment pkg-descr pkg-plist cad/vipec/files patch-Makefile Log: add vipec ViPEC is a powerful tool for the analysis of high frequency, linear electrical networks Revision Changes Path 1.22 +2 -1 ports/cad/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 22:31: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74C8437B763; Mon, 2 Apr 2001 22:30:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f335Uub90291; Mon, 2 Apr 2001 22:30:56 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104030530.f335Uub90291@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 2 Apr 2001 22:30:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/02 22:30:56 PDT Modified files: . modules Log: vipec --> ports/cad/vipec Revision Changes Path 1.2817 +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 Apr 2 22:35:41 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 A079837B71D; Mon, 2 Apr 2001 22:35:35 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [63.198.170.139]) by bazooka.unixfreak.org (Postfix) with ESMTP id 3F0003E09; Mon, 2 Apr 2001 22:35:35 -0700 (PDT) To: jim@FreeBSD.org Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml In-Reply-To: <20010403011117.A2616@guinness.osdn.com>; from jim@FreeBSD.org on "Tue, 3 Apr 2001 01:11:17 -0400" Date: Mon, 02 Apr 2001 22:35:35 -0700 From: Dima Dorfman Message-Id: <20010403053535.3F0003E09@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Mock writes: > On Mon, 02 Apr 2001 at 21:54:54 -0700, Dima Dorfman wrote: > > AFAIK, the convention is that you use what the rest (or majority) of > > the file you're editing uses. This is the policy I've seen advocated > > for src/, and it seems to make sense for doc/, too. At the moment, I > > don't think there's anything to document; different documents use > > different conventions. E.g., the Handbook is tab-indented, but the > > FAQ is space-indented. I don't know which one's ``right'' and which > > one's ``wrong''. > > Ok, I've always used tabs (even in the FAQ), and the handbook, as you > pointed out, reflects this. I started to clean up the FAQ probably > about a year ago, but didn't get much further than the preface before I > got distracted by something else (the markup in the FAQ was pretty > mangled back then -- I haven't looked at it enough lately to comment on > it's current state). Mark Ovens did some cleanup a little while ago. I haven't looked at the diffs, but as far as I can tell it isn't terribly ugly right now (although I'll admit to not knowing what constitutes ``ugly'' by SGML standards). Personally, I'd rather have consistency than beauty, since the latter is just personal preference; that's the theory behind this commit. > Personally, I prefer tabs because vim converts the 8 spaces to a tab > for me and it's much easier to not have to go back and change them to > spaces, but that's another matter entirely (I really don't want to get > into an editor battle here). FWIW, I don't care. Emacs adapts nicely to either one (no editor battles for me, either, please :-). > Either way, we should definitely put something in the Doc Project primer > about this. I could've swore there was a style section there already, > but briefly looking now I don't see one. There's a style section in the FDP primer: 10. Writing style 10.1. Style guide 10.1.1. Letter case 10.1.2. Indentation 10.1.3. Tag style 10.1.4. White space changes However, it doesn't talk about whether 8-space indents should get converted to tabs. Nik? Comments? Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 22:38:35 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id 04C7937B72E for ; Mon, 2 Apr 2001 22:38:25 -0700 (PDT) (envelope-from ue@nathan.ruhr.de) Received: (qmail 23208 invoked by uid 10); 3 Apr 2001 05:38:22 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.3/8.11.2) id f335ZYX54055; Tue, 3 Apr 2001 07:35:34 +0200 (CEST) (envelope-from ue) Date: Tue, 3 Apr 2001 07:35:34 +0200 From: Udo Erdelhoff To: Jim Mock Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010403073533.E46362@nathan.ruhr.de> Mail-Followup-To: Jim Mock , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20010402211043.A84692@dragon.nuxi.com> <20010403045455.0A3A93E09@bazooka.unixfreak.org> <20010403011117.A2616@guinness.osdn.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tVmo9FyGdCe4F4YN" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010403011117.A2616@guinness.osdn.com>; from jim@FreeBSD.org on Tue, Apr 03, 2001 at 01:11:17AM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --tVmo9FyGdCe4F4YN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 03, 2001 at 01:11:17AM -0400, Jim Mock wrote: > the markup in the FAQ was pretty mangled back then That is an understatement... > I haven't looked at it enough lately to comment on > it's current state). Things are a lot better now but there is still a lot of work to do... > Either way, we should definitely put something in the Doc Project primer > about this. I could've swore there was a style section there already, > but briefly looking now I don't see one. The style section is in chapter 10 and chapter 10.1.2 contains the rules for indentation. I think the rules are pretty straightforward: 1) Each file starts with indentation set at column 0, regardless of the indentation level of the file which might contain this one. 2) Every start tag increases the indentation level by 2 SPACES, and every end tag decreases the indentation level by 2 SPACES. Content within elements should be indented by two SPACES if the content runs over more than one lin= e. [Emphasis and numbering added by me] I do not see the word "tab" in there. But maybe it is time to add this word to this chapter. As in "Do NOT use tabs." /s/Udo --=20 Enjoy the beauty and power of root --tVmo9FyGdCe4F4YN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iQCVAwUBOslhJUPoh1XnT6hxAQEpIQQAqYMreTzpiKDGtQgN2yI+XJG0RR+psHN9 iSuwTLm7MpemnBv1bG1Y22wpxaA/iUDCuPh9BH6ELZJ6bg1g5N4Iy8T2Ex3C+Br/ MJm76yN2h0mKeIBlCFqbm1Bsuh5GdpY8Ug4LwW2dmQo1x6FZJrdRxeXxsXdo76Wm i0er1DSnTes= =9TNT -----END PGP SIGNATURE----- --tVmo9FyGdCe4F4YN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 22:43: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 68A4237B725; Mon, 2 Apr 2001 22:43:09 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f335h9491228; Mon, 2 Apr 2001 22:43:09 -0700 (PDT) (envelope-from dd) Message-Id: <200104030543.f335h9491228@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 2 Apr 2001 22:43:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 remote.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/02 22:43:09 PDT Modified files: share/man/man5 remote.5 Log: Fix a spelling error. PR: 26308 Revision Changes Path 1.7 +2 -2 src/share/man/man5/remote.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 22:56: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E844B37B719; Mon, 2 Apr 2001 22:56:05 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f335u5092104; Mon, 2 Apr 2001 22:56:05 -0700 (PDT) (envelope-from billf) Message-Id: <200104030556.f335u5092104@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 2 Apr 2001 22:56:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/04/02 22:56:05 PDT Modified files: devel/perforce pkg-descr Log: spelling nit Revision Changes Path 1.2 +1 -1 ports/devel/perforce/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 Apr 2 22:57: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DD5A37B71D; Mon, 2 Apr 2001 22:57:04 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f335v4392192; Mon, 2 Apr 2001 22:57:04 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104030557.f335v4392192@freefall.freebsd.org> From: Nick Sayer Date: Mon, 2 Apr 2001 22:57:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame Makefile pkg-descr pkg-plist ports/emulators/xmame/files patch-ae patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/02 22:57:04 PDT Modified files: emulators/xmame Makefile pkg-descr pkg-plist emulators/xmame/files patch-ac Added files: emulators/xmame/files patch-ae Log: 1. Add support to the xmame port for building the GL version. Yet more reason to get DRI support working (hint hint). 2. While we're at it, add a quick patch from the author to improve reliability a tiny bit. Approved by: stijn@win.tue.nl Revision Changes Path 1.22 +23 -4 ports/emulators/xmame/Makefile 1.5 +1 -3 ports/emulators/xmame/pkg-descr 1.11 +12 -0 ports/emulators/xmame/pkg-plist 1.3 +9 -3 ports/emulators/xmame/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 23:18:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA60237B719; Mon, 2 Apr 2001 23:18:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f336ImU96839; Mon, 2 Apr 2001 23:18:48 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104030618.f336ImU96839@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 2 Apr 2001 23:18:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/flac Makefile distinfo ports/audio/flac/files patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/02 23:18:48 PDT Modified files: audio/flac Makefile distinfo audio/flac/files patch-configure.in Log: upgrade to 0.9 only for i386 Submitted by: Christian Weisgerber (for "i386 only") Revision Changes Path 1.2 +9 -3 ports/audio/flac/Makefile 1.2 +1 -1 ports/audio/flac/distinfo 1.3 +4 -12 ports/audio/flac/files/patch-configure.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 23:33:40 2001 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 857CA37B724; Mon, 2 Apr 2001 23:33:31 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id XAA12501; Mon, 2 Apr 2001 23:33:30 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200104030633.XAA12501@gndrsh.dnsmgr.net> Subject: Re: cvs commit: ports/cad Makefile ports/cad/vipec Makefile distinfo pkg-comment pkg-descr pkg-plist ports/cad/vipec/files In-Reply-To: <200104030530.f335Up890225@freefall.freebsd.org> from Ying-Chieh Liao at "Apr 2, 2001 10:30:51 pm" To: ijliao@FreeBSD.org (Ying-Chieh Liao) Date: Mon, 2 Apr 2001 23:33:29 -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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG COOL!! You know of any ``non-linear, ie active devices'' type simulators that can do microwave and mm wave frequence stuff? (Spice falls apart once you get into the GHz area for most things.) > ijliao 2001/04/02 22:30:51 PDT > > Modified files: > cad Makefile > Added files: > cad/vipec Makefile distinfo pkg-comment pkg-descr > pkg-plist > cad/vipec/files patch-Makefile > Log: > add vipec > ViPEC is a powerful tool for the analysis of high frequency, linear electrical networks > > Revision Changes Path > 1.22 +2 -1 ports/cad/Makefile > > -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 2 23:47:37 2001 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 31B7037B71B; Mon, 2 Apr 2001 23:47:34 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from localhost (2gwsfq@localhost [127.0.0.1]) by green.dyndns.org (8.11.2/8.11.1) with ESMTP id f336kIa42716; Tue, 3 Apr 2001 02:46:18 -0400 (EDT) (envelope-from green@FreeBSD.org) Message-Id: <200104030646.f336kIa42716@green.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/emulators/xmame Makefile pkg-descr pkg-plist ports/emulators/xmame/files patch-ae patch-ac In-Reply-To: Message from Nick Sayer of "Mon, 02 Apr 2001 22:57:04 PDT." <200104030557.f335v4392192@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Apr 2001 02:46:17 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Sayer wrote: > 1. Add support to the xmame port for building the GL version. Yet more > reason to get DRI support working (hint hint). Problem being that this has the VMware Syndrome: the kernel drivers do not use only the drm API, requiring non-trivial amounts of code to be gone through to translate all the Linux idioms into FreeBSD kernel idioms. It would probably be a fair bit of contract work before anything got done here outside of what PI has done... (a new Radeon VE owner) -- 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 Mon Apr 2 23:50:54 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 336CC37B718; Mon, 2 Apr 2001 23:50:46 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA10206; Tue, 3 Apr 2001 16:49:00 +1000 Date: Tue, 3 Apr 2001 16:47:47 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Greg Lehey Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc In-Reply-To: <20010403095930.A39626@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 3 Apr 2001, Greg Lehey wrote: > On Monday, 2 April 2001 at 20:34:57 +1000, Bruce Evans wrote: > > On Mon, 2 Apr 2001, Ruslan Ermilov wrote: > > > >> ru 2001/04/02 01:47:25 PDT > >> > >> Modified files: > >> usr.sbin/pccard Makefile.inc > >> Log: > >> Backout revision 1.6 (removed the NOSHARED bit.) > >> > >> These must be compiled static so that it is possible > >> to use them early in the boot process. > > > > But this can't be used early in the boot process, since it is not in > > the root partition. It is normally in the same partition as shared > > libraries. > > That depends on your partition layout. Only for abnormal values of "normally" (who has /usr/sbin on a different partition than /usr/lib?). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 0:37: 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 6CEAB37B71A; Tue, 3 Apr 2001 00:37:01 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f337b1c06804; Tue, 3 Apr 2001 00:37:01 -0700 (PDT) (envelope-from dougb) Message-Id: <200104030737.f337b1c06804@freefall.freebsd.org> From: Doug Barton Date: Tue, 3 Apr 2001 00:37:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind9 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/04/03 00:37:01 PDT Modified files: net/bind9 Makefile distinfo Log: Update to the actual release version of 9.1.1. If you're using bind 9, upgrade to this version. Revision Changes Path 1.36 +2 -2 ports/net/bind9/Makefile 1.21 +1 -1 ports/net/bind9/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 0: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 555CD37B71F; Tue, 3 Apr 2001 00:45:54 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f337jsS07491; Tue, 3 Apr 2001 00:45:54 -0700 (PDT) (envelope-from fenner) Message-Id: <200104030745.f337jsS07491@freefall.freebsd.org> From: Bill Fenner Date: Tue, 3 Apr 2001 00:45:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/04/03 00:45:54 PDT src/contrib/tcpdump - Imported sources Update of /home/ncvs/src/contrib/tcpdump In directory freefall.freebsd.org:/c/tmp/cvs-serv7479 Log Message: Virgin import of tcpdump.org tcpdump v3.6.2 Status: Vendor Tag: TCPDUMP_ORG Release Tags: v3_6_2 N src/contrib/tcpdump/.cvsignore U src/contrib/tcpdump/CHANGES N src/contrib/tcpdump/CREDITS U src/contrib/tcpdump/FILES U src/contrib/tcpdump/INSTALL N src/contrib/tcpdump/LICENSE N src/contrib/tcpdump/Makefile-devel-adds U src/contrib/tcpdump/Makefile.in N src/contrib/tcpdump/PLATFORMS U src/contrib/tcpdump/README N src/contrib/tcpdump/TODO U src/contrib/tcpdump/VERSION U src/contrib/tcpdump/acconfig.h C src/contrib/tcpdump/aclocal.m4 C src/contrib/tcpdump/addrtoname.c U src/contrib/tcpdump/addrtoname.h N src/contrib/tcpdump/ah.h U src/contrib/tcpdump/appletalk.h U src/contrib/tcpdump/atime.awk U src/contrib/tcpdump/bootp.h U src/contrib/tcpdump/bpf_dump.c N src/contrib/tcpdump/chdlc.h U src/contrib/tcpdump/config.guess U src/contrib/tcpdump/dhcp6.h U src/contrib/tcpdump/config.h.in U src/contrib/tcpdump/config.sub U src/contrib/tcpdump/configure U src/contrib/tcpdump/configure.in U src/contrib/tcpdump/decnet.h U src/contrib/tcpdump/dhcp6opt.h N src/contrib/tcpdump/esp.h N src/contrib/tcpdump/ether.h C src/contrib/tcpdump/ethertype.h U src/contrib/tcpdump/extract.h U src/contrib/tcpdump/fddi.h U src/contrib/tcpdump/gmt2local.c U src/contrib/tcpdump/gmt2local.h N src/contrib/tcpdump/icmp6.h U src/contrib/tcpdump/igrp.h U src/contrib/tcpdump/install-sh C src/contrib/tcpdump/interface.h N src/contrib/tcpdump/ip.h N src/contrib/tcpdump/ip6.h U src/contrib/tcpdump/ipsec_doi.h U src/contrib/tcpdump/ipx.h U src/contrib/tcpdump/isakmp.h U src/contrib/tcpdump/l2tp.h U src/contrib/tcpdump/lane.h U src/contrib/tcpdump/llc.h U src/contrib/tcpdump/machdep.c U src/contrib/tcpdump/machdep.h U src/contrib/tcpdump/makemib U src/contrib/tcpdump/mib.h U src/contrib/tcpdump/mkdep N src/contrib/tcpdump/nameser.h U src/contrib/tcpdump/netbios.h C src/contrib/tcpdump/nfs.h C src/contrib/tcpdump/nfsfh.h U src/contrib/tcpdump/ntp.h U src/contrib/tcpdump/oakley.h U src/contrib/tcpdump/ospf.h U src/contrib/tcpdump/ospf6.h U src/contrib/tcpdump/packetdat.awk C src/contrib/tcpdump/parsenfsfh.c C src/contrib/tcpdump/ppp.h U src/contrib/tcpdump/print-ah.c C src/contrib/tcpdump/print-arp.c U src/contrib/tcpdump/print-ascii.c C src/contrib/tcpdump/print-atalk.c C src/contrib/tcpdump/print-atm.c C src/contrib/tcpdump/print-bgp.c C src/contrib/tcpdump/print-bootp.c N src/contrib/tcpdump/print-bxxp.c N src/contrib/tcpdump/print-cdp.c U src/contrib/tcpdump/print-chdlc.c U src/contrib/tcpdump/print-cip.c U src/contrib/tcpdump/print-egp.c N src/contrib/tcpdump/print-cnfp.c U src/contrib/tcpdump/print-decnet.c U src/contrib/tcpdump/print-dhcp6.c C src/contrib/tcpdump/print-domain.c U src/contrib/tcpdump/print-dvmrp.c U src/contrib/tcpdump/print-esp.c C src/contrib/tcpdump/print-ether.c C src/contrib/tcpdump/print-fddi.c U src/contrib/tcpdump/print-frag6.c U src/contrib/tcpdump/print-gre.c C src/contrib/tcpdump/print-icmp.c U src/contrib/tcpdump/print-icmp6.c N src/contrib/tcpdump/print-igmp.c U src/contrib/tcpdump/print-igrp.c C src/contrib/tcpdump/print-ip.c C src/contrib/tcpdump/print-ip6.c U src/contrib/tcpdump/print-ip6opts.c U src/contrib/tcpdump/print-ipcomp.c C src/contrib/tcpdump/print-ipx.c U src/contrib/tcpdump/print-isakmp.c C src/contrib/tcpdump/print-isoclns.c U src/contrib/tcpdump/print-krb.c U src/contrib/tcpdump/print-l2tp.c U src/contrib/tcpdump/print-lane.c U src/contrib/tcpdump/print-lcp.c C src/contrib/tcpdump/print-llc.c U src/contrib/tcpdump/print-mobile.c U src/contrib/tcpdump/print-netbios.c C src/contrib/tcpdump/print-nfs.c C src/contrib/tcpdump/print-ntp.c C src/contrib/tcpdump/print-null.c U src/contrib/tcpdump/print-ospf.c U src/contrib/tcpdump/print-ospf6.c C src/contrib/tcpdump/print-pim.c C src/contrib/tcpdump/print-ppp.c U src/contrib/tcpdump/print-pppoe.c N src/contrib/tcpdump/print-radius.c U src/contrib/tcpdump/print-raw.c U src/contrib/tcpdump/print-rip.c U src/contrib/tcpdump/print-ripng.c U src/contrib/tcpdump/print-rt6.c C src/contrib/tcpdump/print-rx.c C src/contrib/tcpdump/print-sl.c N src/contrib/tcpdump/print-sll.c C src/contrib/tcpdump/print-smb.c U src/contrib/tcpdump/print-snmp.c N src/contrib/tcpdump/print-stp.c C src/contrib/tcpdump/print-sunrpc.c U src/contrib/tcpdump/print-tcp.c C src/contrib/tcpdump/print-telnet.c U src/contrib/tcpdump/print-tftp.c N src/contrib/tcpdump/print-timed.c C src/contrib/tcpdump/print-token.c C src/contrib/tcpdump/print-udp.c U src/contrib/tcpdump/print-vjc.c N src/contrib/tcpdump/print-vrrp.c U src/contrib/tcpdump/print-wb.c U src/contrib/tcpdump/route6d.h U src/contrib/tcpdump/rx.h U src/contrib/tcpdump/savestr.c U src/contrib/tcpdump/savestr.h U src/contrib/tcpdump/send-ack.awk U src/contrib/tcpdump/setsignal.c U src/contrib/tcpdump/setsignal.h N src/contrib/tcpdump/slcompress.h N src/contrib/tcpdump/slip.h N src/contrib/tcpdump/sll.h U src/contrib/tcpdump/smb.h C src/contrib/tcpdump/smbutil.c U src/contrib/tcpdump/stime.awk N src/contrib/tcpdump/tcp.h U src/contrib/tcpdump/strcasecmp.c C src/contrib/tcpdump/tcpdump.1 C src/contrib/tcpdump/tcpdump.c N src/contrib/tcpdump/timed.h C src/contrib/tcpdump/token.h N src/contrib/tcpdump/udp.h C src/contrib/tcpdump/util.c U src/contrib/tcpdump/vfprintf.c U src/contrib/tcpdump/lbl/os-solaris2.h U src/contrib/tcpdump/lbl/os-sunos4.h U src/contrib/tcpdump/lbl/os-ultrix4.h U src/contrib/tcpdump/missing/addrinfo.h U src/contrib/tcpdump/missing/addrsize.h U src/contrib/tcpdump/missing/bittypes.h U src/contrib/tcpdump/missing/getaddrinfo.c U src/contrib/tcpdump/missing/getnameinfo.c U src/contrib/tcpdump/missing/inet_aton.c U src/contrib/tcpdump/missing/inet_ntop.c U src/contrib/tcpdump/missing/inet_pton.c U src/contrib/tcpdump/missing/resolv6.h U src/contrib/tcpdump/missing/resolv_ext.h N src/contrib/tcpdump/missing/snprintf.c U src/contrib/tcpdump/missing/sockstorage.h N src/contrib/tcpdump/missing/strlcat.c N src/contrib/tcpdump/missing/strlcpy.c 39 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTCPDUMP_ORG:yesterday -jTCPDUMP_ORG src/contrib/tcpdump To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 0:50:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F40F837B71E; Tue, 3 Apr 2001 00:50:48 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f337omI08023; Tue, 3 Apr 2001 00:50:48 -0700 (PDT) (envelope-from fenner) Message-Id: <200104030750.f337omI08023@freefall.freebsd.org> From: Bill Fenner Date: Tue, 3 Apr 2001 00:50:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump addrtoname.c ethertype.h interface.h nfs.h nfsfh.h parsenfsfh.c ppp.h print-arp.c print-atalk.c print-atm.c print-bgp.c print-bootp.c print-domain.c print-ether.c print-fddi.c print-icmp.c print-ip.c print-ip6.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/04/03 00:50:48 PDT Modified files: contrib/tcpdump addrtoname.c ethertype.h interface.h nfs.h nfsfh.h parsenfsfh.c ppp.h print-arp.c print-atalk.c print-atm.c print-bgp.c print-bootp.c print-domain.c print-ether.c print-fddi.c print-icmp.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-pim.c print-ppp.c print-rx.c print-sl.c print-smb.c print-sunrpc.c print-telnet.c print-token.c print-udp.c smbutil.c tcpdump.1 tcpdump.c util.c Log: Merge tcpdump 3.6.2 Revision Changes Path 1.9 +5 -21 src/contrib/tcpdump/addrtoname.c 1.5 +26 -4 src/contrib/tcpdump/ethertype.h 1.5 +57 -40 src/contrib/tcpdump/interface.h 1.3 +3 -3 src/contrib/tcpdump/nfs.h 1.6 +3 -2 src/contrib/tcpdump/nfsfh.h 1.6 +13 -12 src/contrib/tcpdump/parsenfsfh.c 1.4 +11 -2 src/contrib/tcpdump/ppp.h 1.6 +70 -15 src/contrib/tcpdump/print-arp.c 1.9 +59 -35 src/contrib/tcpdump/print-atalk.c 1.7 +9 -22 src/contrib/tcpdump/print-atm.c 1.3 +91 -30 src/contrib/tcpdump/print-bgp.c 1.6 +84 -19 src/contrib/tcpdump/print-bootp.c 1.7 +323 -84 src/contrib/tcpdump/print-domain.c 1.10 +34 -42 src/contrib/tcpdump/print-ether.c 1.6 +12 -21 src/contrib/tcpdump/print-fddi.c 1.6 +187 -59 src/contrib/tcpdump/print-icmp.c 1.8 +59 -176 src/contrib/tcpdump/print-ip.c 1.3 +33 -34 src/contrib/tcpdump/print-ip6.c 1.5 +3 -11 src/contrib/tcpdump/print-ipx.c 1.9 +20 -25 src/contrib/tcpdump/print-isoclns.c 1.7 +74 -18 src/contrib/tcpdump/print-llc.c 1.7 +494 -319 src/contrib/tcpdump/print-nfs.c 1.6 +2 -9 src/contrib/tcpdump/print-ntp.c 1.6 +61 -45 src/contrib/tcpdump/print-null.c 1.3 +10 -10 src/contrib/tcpdump/print-pim.c 1.11 +982 -315 src/contrib/tcpdump/print-ppp.c 1.3 +456 -128 src/contrib/tcpdump/print-rx.c 1.6 +14 -64 src/contrib/tcpdump/print-sl.c 1.3 +69 -32 src/contrib/tcpdump/print-smb.c 1.7 +44 -28 src/contrib/tcpdump/print-sunrpc.c 1.3 +14 -18 src/contrib/tcpdump/print-telnet.c 1.4 +2 -2 src/contrib/tcpdump/print-token.c 1.6 +195 -48 src/contrib/tcpdump/print-udp.c 1.3 +86 -27 src/contrib/tcpdump/smbutil.c 1.9 +347 -65 src/contrib/tcpdump/tcpdump.1 1.5 +42 -81 src/contrib/tcpdump/tcpdump.c 1.3 +80 -71 src/contrib/tcpdump/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 0:52:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 966CC37B71C; Tue, 3 Apr 2001 00:52:38 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f337qc508232; Tue, 3 Apr 2001 00:52:38 -0700 (PDT) (envelope-from fenner) Message-Id: <200104030752.f337qc508232@freefall.freebsd.org> From: Bill Fenner Date: Tue, 3 Apr 2001 00:52:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/04/03 00:52:38 PDT Modified files: usr.sbin/tcpdump/tcpdump Makefile config.h Log: Update for tcpdump 3.6.2 Revision Changes Path 1.29 +22 -16 src/usr.sbin/tcpdump/tcpdump/Makefile 1.2 +48 -59 src/usr.sbin/tcpdump/tcpdump/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 0:58:46 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id E01CE37B719; Tue, 3 Apr 2001 00:58:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f337w7A23187; Tue, 3 Apr 2001 10:58:12 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f337w4A20376; Tue, 3 Apr 2001 10:58:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3AC9828A.945262D0@FreeBSD.org> Date: Tue, 03 Apr 2001 10:58:02 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Warner Losh Cc: Bruce Evans , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc References: <200104022132.f32LWYq15642@harmony.village.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > In message Bruce Evans writes: > : But this can't be used early in the boot process, since it is not > : in the root partition. It is normally in the same partition as > : shared libraries. > > If you copy pccardd to /sbin you can then mount /usr on a pccard > device. I've had a number of people with just this setup and there's > no reason to break them. I agree with Warner here. Having pccardd/pccardc statically linked is certainly *A GOOD THING* and could help when libc is hosed or unavailable. Recently it allowed me to restore my laptop during libc madness. Otherwise I would be unable to bring up network interface and copy libc compiled on another machine over network. Actually I think we should consider moving it into /sbin as it is a critical component for notebook users. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 1:15: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 174A437B71D; Tue, 3 Apr 2001 01:14:45 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f338Ejp15604; Tue, 3 Apr 2001 01:14:45 -0700 (PDT) (envelope-from will) Message-Id: <200104030814.f338Ejp15604@freefall.freebsd.org> From: Will Andrews Date: Tue, 3 Apr 2001 01:14:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xglobe Makefile ports/audio/kdemultimedia2 Makefile distinfo ports/audio/kmikmod Makefile ports/audio/kmp3 Makefile ports/audio/kmpg Makefile ports/audio/knapster Makefile ports/audio/krio Makefile ports/audio/mq3 Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/03 01:14:44 PDT Modified files: astro/xglobe Makefile audio/kdemultimedia2 Makefile distinfo audio/kmikmod Makefile audio/kmp3 Makefile audio/kmpg Makefile audio/knapster Makefile audio/krio Makefile audio/mq3 Makefile audio/musicbox Makefile audio/xamp Makefile audio/xsidplay Makefile biology/xdrawchem Makefile cad/qcad Makefile converters/kdesupport11 Makefile converters/kdesupport2 Makefile deskutils/kdepim Makefile deskutils/korganizer Makefile deskutils/kproject Makefile devel/doxygen Makefile devel/kdbg Makefile devel/kdelibdocs Makefile devel/kdesdk Makefile devel/kdestudio Makefile devel/kdevelop Makefile distinfo devel/kpp Makefile devel/ktranslator Makefile devel/lincvs Makefile devel/linguist Makefile devel/moonshine Makefile devel/qt-designer Makefile devel/qt-designer/files patch-aa devel/qtarch Makefile devel/qtez Makefile devel/sip Makefile devel/tmake Makefile editors/fine Makefile editors/koffice Makefile emulators/kmamerun Makefile emulators/ksnes9x Makefile ftp/caitoo Makefile games/blackjack Makefile games/kbubbles Makefile games/kdegames2 Makefile distinfo games/krogue Makefile games/krubik Makefile games/ktamaga Makefile games/nethack-qt Makefile games/pp Makefile games/xlines Makefile graphics/avifile Makefile graphics/ecg2png Makefile graphics/imanager Makefile graphics/kdegraphics2 Makefile distinfo graphics/killustrator Makefile graphics/kplot3d Makefile graphics/view3ds Makefile irc/kvirc Makefile japanese/kebook Makefile mail/kbiff Makefile mail/knewmail Makefile math/xgfe Makefile misc/bidwatcher Makefile misc/kde2-i18n Makefile misc/kdeutils2 Makefile distinfo misc/kdirstat Makefile misc/khotkeys Makefile misc/kwatch Makefile misc/libh Makefile misc/peq Makefile misc/qhacc Makefile net/icqnix Makefile net/kdenetwork2 Makefile distinfo net/kdetelnet Makefile net/kicq Makefile net/kmud Makefile net/ksamba Makefile net/kxicq Makefile net/licq Makefile net/pppload Makefile news/krn Makefile palm/kpilot Makefile print/klyx Makefile security/kmap Makefile security/kssh Makefile sysutils/kdeadmin Makefile distinfo sysutils/qtpkg Makefile www/kdreamsite Makefile www/kwebsearch Makefile www/kwebwatch Makefile www/quanta Makefile x11-clocks/kdetoys2 Makefile distinfo x11-fm/jafm Makefile x11-toolkits/py-kde Makefile x11-toolkits/py-qt Makefile x11-wm/bbkeys Makefile x11-wm/qlwm Makefile x11-wm/toolbox Makefile x11-wm/wmanager Makefile x11-wm/xwmm Makefile x11/kde2 Makefile x11/kdebase11 Makefile x11/kdebase2 Makefile distinfo x11/kdelibs11 Makefile x11/kdelibs2 Makefile distinfo x11/kvidtune Makefile x11/kworldwatch Makefile Mk bsd.kde.mk bsd.port.mk Added files: x11/kdelibs2/files patch-http.cc patch-http.h Removed files: x11/kdelibs2/files patch-artsdsp.c patch-kapp.cpp Log: Overhaul QT/KDE support: - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure (proxy auth patches) Alex Zepeda (old patches removal) Revision Changes Path 1.8 +2 -2 ports/astro/xglobe/Makefile 1.52 +3 -8 ports/audio/kdemultimedia2/Makefile 1.15 +1 -1 ports/audio/kdemultimedia2/distinfo 1.10 +2 -2 ports/audio/kmikmod/Makefile 1.8 +2 -5 ports/audio/kmp3/Makefile 1.20 +2 -5 ports/audio/kmpg/Makefile 1.20 +2 -5 ports/audio/knapster/Makefile 1.9 +3 -12 ports/audio/krio/Makefile 1.2 +2 -3 ports/audio/mq3/Makefile 1.2 +1 -1 ports/audio/musicbox/Makefile 1.11 +2 -2 ports/audio/xamp/Makefile 1.10 +4 -9 ports/audio/xsidplay/Makefile 1.11 +2 -3 ports/biology/xdrawchem/Makefile 1.13 +2 -2 ports/cad/qcad/Makefile 1.35 +3 -10 ports/converters/kdesupport11/Makefile 1.48 +2 -10 ports/converters/kdesupport2/Makefile 1.3 +2 -11 ports/deskutils/kdepim/Makefile 1.21 +3 -8 ports/deskutils/korganizer/Makefile 1.14 +2 -4 ports/deskutils/kproject/Makefile 1.11 +2 -2 ports/devel/doxygen/Makefile 1.15 +2 -4 ports/devel/kdbg/Makefile 1.9 +3 -5 ports/devel/kdelibdocs/Makefile 1.3 +2 -11 ports/devel/kdesdk/Makefile 1.2 +1 -10 ports/devel/kdestudio/Makefile 1.25 +5 -14 ports/devel/kdevelop/Makefile 1.6 +1 -1 ports/devel/kdevelop/distinfo 1.7 +2 -4 ports/devel/kpp/Makefile 1.10 +4 -7 ports/devel/ktranslator/Makefile 1.4 +2 -2 ports/devel/lincvs/Makefile 1.4 +2 -3 ports/devel/linguist/Makefile 1.5 +1 -4 ports/devel/moonshine/Makefile 1.4 +7 -1 ports/devel/qt-designer/Makefile 1.2 +5 -5 ports/devel/qt-designer/files/patch-aa 1.11 +2 -5 ports/devel/qtarch/Makefile 1.22 +3 -4 ports/devel/qtez/Makefile 1.11 +3 -3 ports/devel/sip/Makefile 1.10 +2 -2 ports/devel/tmake/Makefile 1.13 +2 -3 ports/editors/fine/Makefile 1.20 +3 -12 ports/editors/koffice/Makefile 1.8 +2 -4 ports/emulators/kmamerun/Makefile 1.11 +2 -3 ports/emulators/ksnes9x/Makefile 1.4 +2 -8 ports/ftp/caitoo/Makefile 1.10 +2 -2 ports/games/blackjack/Makefile 1.8 +2 -4 ports/games/kbubbles/Makefile 1.52 +3 -13 ports/games/kdegames2/Makefile 1.18 +1 -1 ports/games/kdegames2/distinfo 1.9 +2 -4 ports/games/krogue/Makefile 1.5 +2 -3 ports/games/krubik/Makefile 1.15 +2 -4 ports/games/ktamaga/Makefile 1.32 +2 -2 ports/games/nethack-qt/Makefile 1.12 +2 -2 ports/games/pp/Makefile 1.15 +2 -2 ports/games/xlines/Makefile 1.14 +3 -7 ports/graphics/avifile/Makefile 1.4 +4 -4 ports/graphics/ecg2png/Makefile 1.5 +3 -4 ports/graphics/imanager/Makefile 1.44 +3 -11 ports/graphics/kdegraphics2/Makefile 1.14 +1 -1 ports/graphics/kdegraphics2/distinfo 1.16 +3 -5 ports/graphics/killustrator/Makefile 1.8 +2 -4 ports/graphics/kplot3d/Makefile 1.5 +1 -1 ports/graphics/view3ds/Makefile 1.21 +2 -3 ports/irc/kvirc/Makefile 1.8 +3 -6 ports/japanese/kebook/Makefile 1.19 +3 -4 ports/mail/kbiff/Makefile 1.6 +2 -4 ports/mail/knewmail/Makefile 1.17 +2 -2 ports/math/xgfe/Makefile 1.13 +2 -2 ports/misc/bidwatcher/Makefile 1.2 +2 -2 ports/misc/kde2-i18n/Makefile 1.52 +3 -13 ports/misc/kdeutils2/Makefile 1.18 +1 -1 ports/misc/kdeutils2/distinfo 1.3 +2 -4 ports/misc/kdirstat/Makefile 1.5 +3 -18 ports/misc/khotkeys/Makefile 1.17 +2 -5 ports/misc/kwatch/Makefile 1.4 +4 -4 ports/misc/libh/Makefile 1.6 +2 -2 ports/misc/peq/Makefile 1.18 +2 -2 ports/misc/qhacc/Makefile 1.7 +2 -2 ports/net/icqnix/Makefile 1.60 +4 -12 ports/net/kdenetwork2/Makefile 1.18 +1 -1 ports/net/kdenetwork2/distinfo 1.14 +3 -6 ports/net/kdetelnet/Makefile 1.11 +3 -4 ports/net/kicq/Makefile 1.9 +2 -6 ports/net/kmud/Makefile 1.17 +2 -3 ports/net/ksamba/Makefile 1.6 +2 -4 ports/net/kxicq/Makefile 1.32 +2 -4 ports/net/licq/Makefile 1.14 +2 -2 ports/net/pppload/Makefile 1.7 +3 -6 ports/news/krn/Makefile 1.32 +2 -5 ports/palm/kpilot/Makefile 1.16 +2 -4 ports/print/klyx/Makefile 1.12 +2 -3 ports/security/kmap/Makefile 1.12 +2 -10 ports/security/kssh/Makefile 1.2 +2 -11 ports/sysutils/kdeadmin/Makefile 1.2 +1 -1 ports/sysutils/kdeadmin/distinfo 1.3 +2 -2 ports/sysutils/qtpkg/Makefile 1.9 +2 -4 ports/www/kdreamsite/Makefile 1.7 +2 -3 ports/www/kwebsearch/Makefile 1.5 +2 -7 ports/www/kwebwatch/Makefile 1.10 +4 -13 ports/www/quanta/Makefile 1.22 +4 -12 ports/x11-clocks/kdetoys2/Makefile 1.10 +1 -1 ports/x11-clocks/kdetoys2/distinfo 1.11 +2 -2 ports/x11-fm/jafm/Makefile 1.6 +2 -2 ports/x11-toolkits/py-kde/Makefile 1.6 +2 -4 ports/x11-toolkits/py-qt/Makefile 1.4 +2 -2 ports/x11-wm/bbkeys/Makefile 1.2 +2 -3 ports/x11-wm/qlwm/Makefile 1.14 +2 -3 ports/x11-wm/toolbox/Makefile 1.8 +2 -2 ports/x11-wm/wmanager/Makefile 1.7 +2 -2 ports/x11-wm/xwmm/Makefile 1.44 +4 -5 ports/x11/kde2/Makefile 1.56 +1 -7 ports/x11/kdebase11/Makefile 1.69 +3 -12 ports/x11/kdebase2/Makefile 1.19 +1 -1 ports/x11/kdebase2/distinfo 1.53 +2 -8 ports/x11/kdelibs11/Makefile 1.74 +7 -10 ports/x11/kdelibs2/Makefile 1.19 +1 -1 ports/x11/kdelibs2/distinfo 1.10 +2 -7 ports/x11/kvidtune/Makefile 1.20 +2 -6 ports/x11/kworldwatch/Makefile 1.4 +42 -36 ports/Mk/bsd.kde.mk 1.364 +5 -15 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 1:20: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 8AE7137B722; Tue, 3 Apr 2001 01:20:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f338KL416534; Tue, 3 Apr 2001 01:20:21 -0700 (PDT) (envelope-from brian) Message-Id: <200104030820.f338KL416534@freefall.freebsd.org> From: Brian Somers Date: Tue, 3 Apr 2001 01:20:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/03 01:20:21 PDT Modified files: usr.sbin/ppp main.c Log: Don't say ``PPP enabled'' if we're given the -quiet switch Revision Changes Path 1.179 +5 -3 src/usr.sbin/ppp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 1:21:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4138037B71D; Tue, 3 Apr 2001 01:21:29 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f338LTK16722; Tue, 3 Apr 2001 01:21:29 -0700 (PDT) (envelope-from brian) Message-Id: <200104030821.f338LTK16722@freefall.freebsd.org> From: Brian Somers Date: Tue, 3 Apr 2001 01:21:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp iface.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/03 01:21:29 PDT Modified files: usr.sbin/ppp iface.c Log: Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEM rather than dropping out immediately. Revision Changes Path 1.19 +30 -21 src/usr.sbin/ppp/iface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 1:22: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 DBE0D37B71D; Tue, 3 Apr 2001 01:22:06 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f338M6x16805; Tue, 3 Apr 2001 01:22:06 -0700 (PDT) (envelope-from brian) Message-Id: <200104030822.f338M6x16805@freefall.freebsd.org> From: Brian Somers Date: Tue, 3 Apr 2001 01:22:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp main.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/03 01:22:06 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp main.c Log: MFC: Don't say ``PPP enabled'' if we're given the -quiet switch Revision Changes Path 1.175.2.4 +5 -3 src/usr.sbin/ppp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 1:22: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 9FAB337B71B; Tue, 3 Apr 2001 01:22:41 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f338MfV16865; Tue, 3 Apr 2001 01:22:41 -0700 (PDT) (envelope-from brian) Message-Id: <200104030822.f338MfV16865@freefall.freebsd.org> From: Brian Somers Date: Tue, 3 Apr 2001 01:22:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp iface.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/03 01:22:41 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp iface.c Log: MFC: Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEM rather than dropping out immediately. Revision Changes Path 1.15.2.4 +30 -21 src/usr.sbin/ppp/iface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 1:22:59 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 8417637B72D; Tue, 3 Apr 2001 01:22:49 -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 f338Mi732375; Tue, 3 Apr 2001 11:22:44 +0300 (EEST) (envelope-from ru) Date: Tue, 3 Apr 2001 11:22:44 +0300 From: Ruslan Ermilov To: Maxim Sobolev Cc: Warner Losh , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Message-ID: <20010403112244.B29871@sunbay.com> Mail-Followup-To: Maxim Sobolev , Warner Losh , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104022132.f32LWYq15642@harmony.village.org> <3AC9828A.945262D0@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: <3AC9828A.945262D0@FreeBSD.org>; from sobomax@FreeBSD.org on Tue, Apr 03, 2001 at 10:58:02AM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 10:58:02AM +0300, Maxim Sobolev wrote: > Warner Losh wrote: > > > In message Bruce Evans writes: > > : But this can't be used early in the boot process, since it is not > > : in the root partition. It is normally in the same partition as > > : shared libraries. > > > > If you copy pccardd to /sbin you can then mount /usr on a pccard > > device. I've had a number of people with just this setup and there's > > no reason to break them. > > I agree with Warner here. Having pccardd/pccardc statically linked > is certainly *A GOOD THING* and could help when libc is hosed or > unavailable. Recently it allowed me to restore my laptop during > libc madness. Otherwise I would be unable to bring up network interface > and copy libc compiled on another machine over network. > In this case, you would probably need NOSHARED=yes in /etc/make.conf :-) > Actually I think we should consider moving it into /sbin as it is a > critical component for notebook users. > This is what I suggested in the first place, but it was rejected. 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 Apr 3 1:32:12 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 4714737B71A; Tue, 3 Apr 2001 01:32:06 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 14kMEP-000F3m-0W; Tue, 3 Apr 2001 09:32:05 +0100 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f338Un709244; Tue, 3 Apr 2001 09:30:49 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 3 Apr 2001 09:30:48 +0100 (BST) From: Doug Rabson To: John Baldwin Cc: "David E. O'Brien" , , Subject: RE: cvs commit: src/lib/libdisk create_chunk.c write_disk.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 2 Apr 2001, John Baldwin wrote: > > On 01-Apr-01 David E. O'Brien wrote: > > obrien 2001/04/01 04:37:31 PDT > > > > Modified files: > > lib/libdisk create_chunk.c write_disk.c > > Log: > > Try to untangle some of the #ifdef spaghetti. > > Also, looking to the future, don't assume all the world is an i386 and all > > its disk layout brain damage will be repeated by other platforms. So all > > the diking out if we are an Alpha, becomes adding in if we are an i386. > > Actually, IA64 uses a MBR and slices, too. I'd almost rather you use #ifdef > USE_SLICES or something like that and have each arch set appropriate defines to > describe its disk layout. The ia64 *can* use an MBR and slices but it would prefer to use a new partiioning scheme called GPT which is defined in the EFI spec. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 2: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 834A737B724; Tue, 3 Apr 2001 02:00:27 -0700 (PDT) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3390RD20484; Tue, 3 Apr 2001 02:00:27 -0700 (PDT) (envelope-from jesper) Message-Id: <200104030900.f3390RD20484@freefall.freebsd.org> From: Jesper Skriver Date: Tue, 3 Apr 2001 02:00:27 -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 X-Loop: FreeBSD.ORG jesper 2001/04/03 02:00:27 PDT Modified files: en support.sgml Log: Update the entry for BSD-DK, the danish BSD user group. Revision Changes Path 1.221 +6 -5 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 Apr 3 2: 6:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCC4437B71A; Tue, 3 Apr 2001 02:06:34 -0700 (PDT) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3396YL23396; Tue, 3 Apr 2001 02:06:34 -0700 (PDT) (envelope-from adrian) Message-Id: <200104030906.f3396YL23396@freefall.freebsd.org> From: Adrian Chadd Date: Tue, 3 Apr 2001 02:06:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid24 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG adrian 2001/04/03 02:06:34 PDT Modified files: www/squid24 Makefile distinfo Log: Add the latest patch - a HTCP (cache control protocol, not a HTTP extension) fix. Revision Changes Path 1.81 +4 -3 ports/www/squid24/Makefile 1.59 +1 -0 ports/www/squid24/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 2:14: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 1B2BD37B71B; Tue, 3 Apr 2001 02:14:10 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f339EAb23985; Tue, 3 Apr 2001 02:14:10 -0700 (PDT) (envelope-from mharo) Message-Id: <200104030914.f339EAb23985@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 02:14:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Clean pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 02:14:09 PDT Modified files: www/p5-HTML-Clean pkg-plist Log: correct plist PR: 26310 Submitted by: maintainer Revision Changes Path 1.2 +3 -3 ports/www/p5-HTML-Clean/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 Apr 3 2:19: 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 C037337B71D; Tue, 3 Apr 2001 02:19:03 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f339J3c24649; Tue, 3 Apr 2001 02:19:03 -0700 (PDT) (envelope-from mharo) Message-Id: <200104030919.f339J3c24649@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 02:19:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-FillInForm pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 02:19:03 PDT Modified files: www/p5-HTML-FillInForm pkg-plist Log: Update plist PR: 26312 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/www/p5-HTML-FillInForm/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 Apr 3 2:24: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 76D6537B722; Tue, 3 Apr 2001 02:24:10 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f339OA725184; Tue, 3 Apr 2001 02:24:10 -0700 (PDT) (envelope-from mharo) Message-Id: <200104030924.f339OA725184@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 02:24:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/wordplay Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 02:24:10 PDT Modified files: games/wordplay Makefile Log: Correct variable so it builds although I don't see a working mastersite. Revision Changes Path 1.5 +2 -2 ports/games/wordplay/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 2: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 5F95D37B71B; Tue, 3 Apr 2001 02:25:32 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f339PW125302; Tue, 3 Apr 2001 02:25:32 -0700 (PDT) (envelope-from mharo) Message-Id: <200104030925.f339PW125302@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 02:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/wordplay Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 02:25:32 PDT Modified files: games/wordplay Makefile Log: I should take more than five seconds when looking for the new mastersite... Update MASTER_SITES Revision Changes Path 1.6 +2 -2 ports/games/wordplay/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 2:35: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 E391737B719; Tue, 3 Apr 2001 02:35:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f339Z7726322; Tue, 3 Apr 2001 02:35:07 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104030935.f339Z7726322@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Apr 2001 02:35:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/smpeg-xmms Makefile distinfo ports/graphics/smpeg-xmms/files patch-configure patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/03 02:35:07 PDT Modified files: graphics/smpeg-xmms Makefile distinfo Added files: graphics/smpeg-xmms/files patch-configure Removed files: graphics/smpeg-xmms/files patch-ab Log: Update to 0.3.4. Submitted by: David Hill Revision Changes Path 1.4 +2 -2 ports/graphics/smpeg-xmms/Makefile 1.2 +1 -1 ports/graphics/smpeg-xmms/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 2:35:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 514E737B71A; Tue, 3 Apr 2001 02:35:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f339Ze526377; Tue, 3 Apr 2001 02:35:40 -0700 (PDT) (envelope-from bde) Message-Id: <200104030935.f339Ze526377@freefall.freebsd.org> From: Bruce Evans Date: Tue, 3 Apr 2001 02:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/04/03 02:35:38 PDT Modified files: sbin/newfs mkfs.c Log: Fixed style bugs in previous commit. Revision Changes Path 1.35 +5 -5 src/sbin/newfs/mkfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 2:44: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 1C33237B722; Tue, 3 Apr 2001 02:44:34 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f339iX927525; Tue, 3 Apr 2001 02:44:33 -0700 (PDT) (envelope-from asmodai) Message-Id: <200104030944.f339iX927525@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 3 Apr 2001 02:44:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/04/03 02:44:33 PDT Modified files: . modules Log: Add two new ports I forgot. Submitted by: Anton Berezin Revision Changes Path 1.2818 +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 Apr 3 3: 9: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19D3B37B71D; Tue, 3 Apr 2001 03:08:53 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33A8ql32628; Tue, 3 Apr 2001 03:08:52 -0700 (PDT) (envelope-from bde) Message-Id: <200104031008.f33A8ql32628@freefall.freebsd.org> From: Bruce Evans Date: Tue, 3 Apr 2001 03:08:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpcap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/04/03 03:08:52 PDT Modified files: lib/libpcap Makefile Log: Fixed world breakage in previous commit (config.h was inaccessible except in the unusual case where ${.OBJDIR} == ${.CURDIR}). Fixed nearby style bugs (the DEFS variable had rotted to be just an obfuscation). Revision Changes Path 1.28 +3 -5 src/lib/libpcap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 4:28: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 0053037B725; Tue, 3 Apr 2001 04:28:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33BSaL47896; Tue, 3 Apr 2001 04:28:36 -0700 (PDT) (envelope-from mharo) Message-Id: <200104031128.f33BSaL47896@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 04:28:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/clisp/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 04:28:35 PDT Added files: lang/clisp/files patch-ab Log: fix so (socket-server) of clisp does creates a socket PR: 20793 Submitted by: Serguei Soltan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 4:31: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 9BFDE37B71F; Tue, 3 Apr 2001 04:31:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33BVKV48164; Tue, 3 Apr 2001 04:31:20 -0700 (PDT) (envelope-from mharo) Message-Id: <200104031131.f33BVKV48164@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 04:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/clisp/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 04:31:20 PDT Modified files: lang/clisp/files patch-ab Log: Easier to read patch Revision Changes Path 1.2 +19 -33 ports/lang/clisp/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 4:35: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 6927437B71A; Tue, 3 Apr 2001 04:35:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33BZLW48586; Tue, 3 Apr 2001 04:35:21 -0700 (PDT) (envelope-from tg) Message-Id: <200104031135.f33BZLW48586@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 3 Apr 2001 04:35:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/py-scientific Makefile distinfo pkg-plist ports/math/py-scientific/files patch-setup.cfg patch-setup.py setup.cfg setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/04/03 04:35:21 PDT Modified files: math/py-scientific Makefile distinfo pkg-plist Added files: math/py-scientific/files patch-setup.cfg patch-setup.py Removed files: math/py-scientific/files setup.cfg setup.py Log: Upgrade to 2.2. Revision Changes Path 1.7 +6 -8 ports/math/py-scientific/Makefile 1.3 +1 -1 ports/math/py-scientific/distinfo 1.4 +33 -1 ports/math/py-scientific/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 Apr 3 4:37:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0696E37B720; Tue, 3 Apr 2001 04:37:31 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33BbU448889; Tue, 3 Apr 2001 04:37:30 -0700 (PDT) (envelope-from tg) Message-Id: <200104031137.f33BbU448889@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 3 Apr 2001 04:37:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.python.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/04/03 04:37:30 PDT Modified files: Mk bsd.python.mk Log: New variable PYTHON_PLATFORM, which contains Python's idea of the platform it's running on. Revision Changes Path 1.9 +6 -3 ports/Mk/bsd.python.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 5:41:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29B2537B718; Tue, 3 Apr 2001 05:41:31 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33CfVr65829; Tue, 3 Apr 2001 05:41:31 -0700 (PDT) (envelope-from lioux) Message-Id: <200104031241.f33CfVr65829@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 3 Apr 2001 05:41:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipcheck Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/04/03 05:41:31 PDT Modified files: net/ipcheck Makefile distinfo Log: Update to version 0.93 Revision Changes Path 1.7 +2 -2 ports/net/ipcheck/Makefile 1.4 +1 -1 ports/net/ipcheck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 5:54: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 1D7AB37B718; Tue, 3 Apr 2001 05:54:29 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33CsTq66854; Tue, 3 Apr 2001 05:54:29 -0700 (PDT) (envelope-from lioux) Message-Id: <200104031254.f33CsTq66854@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 3 Apr 2001 05:54:28 -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 X-Loop: FreeBSD.ORG lioux 2001/04/03 05:54:28 PDT Modified files: devel/understand_c Makefile distinfo Log: Update to version 1.4 Build 107 Revision Changes Path 1.6 +3 -3 ports/devel/understand_c/Makefile 1.5 +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 Tue Apr 3 5:56: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 4F56237B71A; Tue, 3 Apr 2001 05:56:53 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33Curb67146; Tue, 3 Apr 2001 05:56:53 -0700 (PDT) (envelope-from knu) Message-Id: <200104031256.f33Curb67146@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 3 Apr 2001 05:56:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/panda Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/03 05:56:53 PDT Modified files: print/panda Makefile pkg-plist Log: Oops, forgot to list the shared library on pkg-plist. Revision Changes Path 1.2 +2 -1 ports/print/panda/Makefile 1.2 +2 -0 ports/print/panda/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 Apr 3 5: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 8113937B720; Tue, 3 Apr 2001 05:59:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33Cxc267510; Tue, 3 Apr 2001 05:59:38 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104031259.f33Cxc267510@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Apr 2001 05:59:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pygmy Makefile distinfo pkg-plist ports/mail/pygmy/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/03 05:59:38 PDT Modified files: mail/pygmy Makefile distinfo pkg-plist mail/pygmy/files patch-ab Log: Update to 0.5.4. Revision Changes Path 1.9 +1 -1 ports/mail/pygmy/Makefile 1.7 +1 -1 ports/mail/pygmy/distinfo 1.6 +6 -0 ports/mail/pygmy/pkg-plist 1.3 +14 -11 ports/mail/pygmy/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 Tue Apr 3 6: 4: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 E61C137B71B; Tue, 3 Apr 2001 06:04:11 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33D4Bb68066; Tue, 3 Apr 2001 06:04:11 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104031304.f33D4Bb68066@freefall.freebsd.org> From: Nick Sayer Date: Tue, 3 Apr 2001 06:04:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame Makefile distinfo ports/emulators/xmame/files patch-ac ports/emulators/xmess/files patch-ac ports/emulators/xpinmame Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/03 06:04:11 PDT Modified files: emulators/xmame Makefile distinfo emulators/xmame/files patch-ac emulators/xmess/files patch-ac emulators/xpinmame Makefile Log: 1. Some more GL fixes 2. Don't read existing config files to generate man pages 3. Update xpinmame to 0.99b1 PR: 26300 Submitted by: maintainer Revision Changes Path 1.23 +9 -3 ports/emulators/xmame/Makefile 1.11 +1 -1 ports/emulators/xmame/distinfo 1.4 +13 -3 ports/emulators/xmame/files/patch-ac 1.2 +14 -4 ports/emulators/xmess/files/patch-ac 1.2 +2 -2 ports/emulators/xpinmame/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 6: 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 E523537B71D; Tue, 3 Apr 2001 06:09:32 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33D9WU71398; Tue, 3 Apr 2001 06:09:32 -0700 (PDT) (envelope-from asmodai) Message-Id: <200104031309.f33D9WU71398@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 3 Apr 2001 06:09: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 X-Loop: FreeBSD.ORG asmodai 2001/04/03 06:09:32 PDT Modified files: . modules Log: Fix typo: pt - > p5. Submitted by: phantom Revision Changes Path 1.2819 +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 Tue Apr 3 6: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 94B2F37B71A; Tue, 3 Apr 2001 06:23:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33DNe872923; Tue, 3 Apr 2001 06:23:40 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104031323.f33DNe872923@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Apr 2001 06:23:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cole Makefile ports/textproc/xls2xml Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/03 06:23:40 PDT Modified files: textproc/cole Makefile textproc/xls2xml Makefile Log: Put copy of distfiles on MASTER_SITE_LICAL. Submitted by: bento Revision Changes Path 1.8 +2 -1 ports/textproc/cole/Makefile 1.12 +0 -1 ports/textproc/xls2xml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 6:26:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3127237B71E; Tue, 3 Apr 2001 06:26:24 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33DQOZ73398; Tue, 3 Apr 2001 06:26:24 -0700 (PDT) (envelope-from ade) Message-Id: <200104031326.f33DQOZ73398@freefall.freebsd.org> From: Ade Lovett Date: Tue, 3 Apr 2001 06:26:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/SWIG/files patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/04/03 06:26:24 PDT Added files: devel/SWIG/files patch-ah Log: Add missed patchfile from previous commit, oops. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 6:27: 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 C80D737B718; Tue, 3 Apr 2001 06:27:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33DR1c73474; Tue, 3 Apr 2001 06:27:01 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104031327.f33DR1c73474@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 3 Apr 2001 06:27:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Class-Tom Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/03 06:27:01 PDT Modified files: devel/p5-Class-Tom Makefile Log: Correct location of depend object (MD5.pm). Submitted by: bento Revision Changes Path 1.6 +2 -2 ports/devel/p5-Class-Tom/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 6: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 67E7937B71D; Tue, 3 Apr 2001 06:34:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33DYa874366; Tue, 3 Apr 2001 06:34:36 -0700 (PDT) (envelope-from ru) Message-Id: <200104031334.f33DYa874366@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 3 Apr 2001 06:34:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls Makefile src/release Makefile src/release/picobsd/custom/crunch1 Makefile src/release/picobsd/custom/crunch2 Makefile src/release/picobsd/install/crunch1 Makefile src/release/picobsd/router/crunch1 Makefile src/usr.bin/vi ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/03 06:34:36 PDT Modified files: bin/ls Makefile release Makefile release/picobsd/custom/crunch1 Makefile release/picobsd/custom/crunch2 Makefile release/picobsd/install/crunch1 Makefile release/picobsd/router/crunch1 Makefile usr.bin/vi Makefile Log: Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH. Revision Changes Path 1.14 +2 -2 src/bin/ls/Makefile 1.601 +2 -9 src/release/Makefile 1.5 +2 -2 src/release/picobsd/custom/crunch1/Makefile 1.3 +2 -2 src/release/picobsd/custom/crunch2/Makefile 1.3 +1 -1 src/release/picobsd/install/crunch1/Makefile 1.7 +2 -2 src/release/picobsd/router/crunch1/Makefile 1.30 +2 -2 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 Tue Apr 3 6:43:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB6D737B718; Tue, 3 Apr 2001 06:43:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33DhPD75496; Tue, 3 Apr 2001 06:43:25 -0700 (PDT) (envelope-from ru) Message-Id: <200104031343.f33DhPD75496@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 3 Apr 2001 06:43:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release boot_crunch.conf src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/03 06:43:25 PDT Modified files: release boot_crunch.conf release/i386 fixit_crunch.conf release/pc98 fixit_crunch.conf Log: Cleanup: sort by directory/program, remove unused libraries. Revision Changes Path 1.48 +22 -18 src/release/boot_crunch.conf 1.4 +15 -31 src/release/i386/fixit_crunch.conf 1.4 +15 -31 src/release/pc98/fixit_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 6:48: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 EBF2737B724; Tue, 3 Apr 2001 06:48: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 f33DmGm60938; Tue, 3 Apr 2001 16:48:16 +0300 (EEST) (envelope-from ru) Date: Tue, 3 Apr 2001 16:48:16 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release boot_crunch.conf src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf Message-ID: <20010403164816.A60536@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104031343.f33DhPD75496@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: <200104031343.f33DhPD75496@freefall.freebsd.org>; from ru@FreeBSD.org on Tue, Apr 03, 2001 at 06:43:25AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 06:43:25AM -0700, Ruslan Ermilov wrote: > ru 2001/04/03 06:43:25 PDT > > Modified files: > release boot_crunch.conf > release/i386 fixit_crunch.conf > release/pc98 fixit_crunch.conf > Log: > Cleanup: sort by directory/program, remove unused libraries. > > Revision Changes Path > 1.48 +22 -18 src/release/boot_crunch.conf > 1.4 +15 -31 src/release/i386/fixit_crunch.conf > 1.4 +15 -31 src/release/pc98/fixit_crunch.conf > The weird thing is that the order of libraries affects (slightly) the resulting binary size. I originally put them in alphabetical order, but this produced few extra kylobytes for fixit_crunch. If ever there a reason, what would be the optimal order? Thanks, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 7: 7:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 634CB37B718; Tue, 3 Apr 2001 07:07:09 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33E78180519; Tue, 3 Apr 2001 07:07:08 -0700 (PDT) (envelope-from bmah) Message-Id: <200104031407.f33E78180519@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 3 Apr 2001 07:07:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/i386 INSTALL.TXT src/release/texts/alpha INSTALL.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/03 07:07:08 PDT Modified files: release/texts/i386 INSTALL.TXT release/texts/alpha INSTALL.TXT Log: Clarify instructions for using a CD-ROM equipped machine to support a FreeBSD install and add a warning about enabling anonymous FTP. Submitted by: nik Revision Changes Path 1.16 +6 -1 src/release/texts/i386/INSTALL.TXT 1.15 +8 -3 src/release/texts/alpha/INSTALL.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 7:10: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1143A37B719; Tue, 3 Apr 2001 07:09:59 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33E9wp80816; Tue, 3 Apr 2001 07:09:58 -0700 (PDT) (envelope-from bmah) Message-Id: <200104031409.f33E9wp80816@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 3 Apr 2001 07:09:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha INSTALL.TXT src/release/texts/i386 INSTALL.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/03 07:09:58 PDT Modified files: (Branch: RELENG_4) release/texts/alpha INSTALL.TXT release/texts/i386 INSTALL.TXT Log: MFC: Clarify instructions for using a CD-ROM equipped machine to support a FreeBSD install and add a warning about enabling anonymous FTP. Submitted by: nik Approved by: jkh Revision Changes Path 1.6.2.6 +8 -3 src/release/texts/alpha/INSTALL.TXT 1.12.2.3 +6 -1 src/release/texts/i386/INSTALL.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 7: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 8AC5637B71F; Tue, 3 Apr 2001 07:12:56 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33ECu881271; Tue, 3 Apr 2001 07:12:56 -0700 (PDT) (envelope-from bmah) Message-Id: <200104031412.f33ECu881271@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 3 Apr 2001 07:12:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/03 07:12:54 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: New libfetch port range, ftp(1) -U. Approved by: jkh (implicitly) Revision Changes Path 1.31.2.128 +5 -1 src/release/texts/alpha/RELNOTES.TXT 1.72.2.123 +5 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 7:29:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20FFC37B71E; Tue, 3 Apr 2001 07:29:47 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33ETlJ83283; Tue, 3 Apr 2001 07:29:47 -0700 (PDT) (envelope-from knu) Message-Id: <200104031429.f33ETlJ83283@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 3 Apr 2001 07:29:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-sdl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/03 07:29:46 PDT Modified files: devel/ruby-sdl Makefile Log: Apply a temporary fix for SDL 1.2.0. Revision Changes Path 1.6 +5 -2 ports/devel/ruby-sdl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 7:30:41 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 935B937B71C; Tue, 3 Apr 2001 07:30:37 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f33EUSK23646; Tue, 3 Apr 2001 07:30:28 -0700 (PDT) (envelope-from obrien) Date: Tue, 3 Apr 2001 07:30:27 -0700 From: "David O'Brien" To: Dima Dorfman Cc: Jim Mock , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010403073027.C23112@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010402211043.A84692@dragon.nuxi.com> <20010403045455.0A3A93E09@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: <20010403045455.0A3A93E09@bazooka.unixfreak.org>; from dima@unixfreak.org on Mon, Apr 02, 2001 at 09:54:54PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 02, 2001 at 09:54:54PM -0700, Dima Dorfman wrote: > > Agreed. Would someone please pick and convention and publish it?? > > I never know what to do when I add to our docs. > > AFAIK, the convention is that you use what the rest (or majority) of > the file you're editing uses. In many of the doc files, it is about 50/50. So which to go with? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 7:44:33 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id B777E37B71B; Tue, 3 Apr 2001 07:44:28 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f33EiSN23928; Tue, 3 Apr 2001 07:44:28 -0700 (PDT) (envelope-from obrien) Date: Tue, 3 Apr 2001 07:44:28 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Message-ID: <20010403074428.A23859@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200104022132.f32LWYq15642@harmony.village.org> <3AC9828A.945262D0@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: <3AC9828A.945262D0@FreeBSD.org>; from sobomax@FreeBSD.org on Tue, Apr 03, 2001 at 10:58:02AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 10:58:02AM +0300, Maxim Sobolev wrote: > Actually I think we should consider moving it into /sbin as it is a > critical component for notebook users. I was going to do this, but was discouraged from it as 5.0 will have the devd daemon, and it will live in /sbin. For RELENG_4 it was felt to be a gratuious change. I disagree -- we can easily put in a symlink to /usr/sbin/pccardd for existing scripts as we did for sysctl when I first moved it from usr.sbin to sbin. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 7:44: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 2E35A37B71C; Tue, 3 Apr 2001 07:44:53 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33Eir585281; Tue, 3 Apr 2001 07:44:53 -0700 (PDT) (envelope-from kevlo) Message-Id: <200104031444.f33Eir585281@freefall.freebsd.org> From: Kevin Lo Date: Tue, 3 Apr 2001 07:44:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fampp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/04/03 07:44:48 PDT Modified files: devel/fampp Makefile distinfo Log: Update to version 1.1 PR: 26284 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/devel/fampp/Makefile 1.2 +1 -1 ports/devel/fampp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 7:55:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95B3B37B71B; Tue, 3 Apr 2001 07:55:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33EtPR86400; Tue, 3 Apr 2001 07:55:25 -0700 (PDT) (envelope-from ru) Message-Id: <200104031455.f33EtPR86400@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 3 Apr 2001 07:55:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release fixit_crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/03 07:55:25 PDT Modified files: release fixit_crunch.conf Log: Synch this with i386 version again. This fits nicely on alphas. Reviewed by: beast Revision Changes Path 1.28 +15 -30 src/release/fixit_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 8: 5: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 6AB4E37B71F; Tue, 3 Apr 2001 08:05:33 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33F5Xt88591; Tue, 3 Apr 2001 08:05:33 -0700 (PDT) (envelope-from knu) Message-Id: <200104031505.f33F5Xt88591@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 3 Apr 2001 08:05:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim6+ruby Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/03 08:05:33 PDT Modified files: editors/vim6+ruby Makefile Log: There is no need to USE_AUTOCONF any more. Revision Changes Path 1.6 +1 -2 ports/editors/vim6+ruby/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 8:25:48 2001 Delivered-To: cvs-all@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id BC65737B722 for ; Tue, 3 Apr 2001 08:25:38 -0700 (PDT) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 66213 invoked by uid 1001); 3 Apr 2001 14:57:54 -0000 Date: Tue, 3 Apr 2001 16:57:54 +0200 From: Neil Blakey-Milner To: David O'Brien Cc: Dima Dorfman , doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010403165754.A64735@rapier.smartspace.co.za> References: <20010402211043.A84692@dragon.nuxi.com> <20010403045455.0A3A93E09@bazooka.unixfreak.org> <20010403073027.C23112@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010403073027.C23112@dragon.nuxi.com>; from obrien@FreeBSD.org on Tue, Apr 03, 2001 at 07:30:27AM -0700 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ cvs -> doc ] On Tue 2001-04-03 (07:30), David O'Brien wrote: > On Mon, Apr 02, 2001 at 09:54:54PM -0700, Dima Dorfman wrote: > > > Agreed. Would someone please pick and convention and publish it?? > > > I never know what to do when I add to our docs. > > > > AFAIK, the convention is that you use what the rest (or majority) of > > the file you're editing uses. > > In many of the doc files, it is about 50/50. So which to go with? Tabs. It's also what the example vim settings, and the default emacs settings, do. Of course, the files don't all necessarily represent that. However, people wanting to do wholesale changes should at least talk to the doc people before deciding on their own. (FWIW, I seem to recall the tabs thing being accepted, after I proposed it. I'll try to remember to codify it later, when I have more than seconds between meetings and connectivity problems.) 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 Tue Apr 3 9: 4: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 8238637B71B; Tue, 3 Apr 2001 09:04:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33G4tF97498; Tue, 3 Apr 2001 09:04:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200104031604.f33G4tF97498@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 3 Apr 2001 09:04:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/03 09:04:55 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Fix spelling errors. Revision Changes Path 1.52 +5 -5 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 9:12: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D29A337B722; Tue, 3 Apr 2001 09:12:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33GC6801480; Tue, 3 Apr 2001 09:12:06 -0700 (PDT) (envelope-from obrien) Message-Id: <200104031612.f33GC6801480@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 3 Apr 2001 09:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/03 09:12:06 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Add the Alpha points of contact. Add myself as src/contrib consultant. Note Bruce and Garrett as ones to consult RE standards issues. Revision Changes Path 1.53 +34 -3 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 9:14:34 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 08B9037B71F; Tue, 3 Apr 2001 09:14:25 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f33GEKK45741; Tue, 3 Apr 2001 09:14:20 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f33GCwY18120; Tue, 3 Apr 2001 09:12:58 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 03 Apr 2001 09:12:58 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Doug Rabson Subject: RE: cvs commit: src/lib/libdisk create_chunk.c write_disk.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Apr-01 Doug Rabson wrote: > On Mon, 2 Apr 2001, John Baldwin wrote: > >> >> On 01-Apr-01 David E. O'Brien wrote: >> > obrien 2001/04/01 04:37:31 PDT >> > >> > Modified files: >> > lib/libdisk create_chunk.c write_disk.c >> > Log: >> > Try to untangle some of the #ifdef spaghetti. >> > Also, looking to the future, don't assume all the world is an i386 and >> > all >> > its disk layout brain damage will be repeated by other platforms. So >> > all >> > the diking out if we are an Alpha, becomes adding in if we are an i386. >> >> Actually, IA64 uses a MBR and slices, too. I'd almost rather you use #ifdef >> USE_SLICES or something like that and have each arch set appropriate defines >> to >> describe its disk layout. > > The ia64 *can* use an MBR and slices but it would prefer to use a new > partiioning scheme called GPT which is defined in the EFI spec. Ah. I'd just seen the MBR part, but the last spec I read was 0.99 and I think they released 1.1 2 days ago. -- 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 Apr 3 9:15: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 2419337B71E; Tue, 3 Apr 2001 09:13:53 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f33GDhq21706; Tue, 3 Apr 2001 10:13:47 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200104031613.f33GDhq21706@harmony.village.org> To: Maxim Sobolev Subject: Re: cvs commit: src/usr.sbin/pccard Makefile.inc Cc: Bruce Evans , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 03 Apr 2001 10:58:02 +0300." <3AC9828A.945262D0@FreeBSD.org> References: <3AC9828A.945262D0@FreeBSD.org> <200104022132.f32LWYq15642@harmony.village.org> Date: Tue, 03 Apr 2001 10:12:27 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3AC9828A.945262D0@FreeBSD.org> Maxim Sobolev writes: : copy libc compiled on another machine over network. Actually I think we should consider : moving it into /sbin as it is a critical component for notebook users. I've considered that in the past. However, I got resistance that / was getting too full. Also, pccardd likely will not ship with 5.0 and changing things like this in the releng branch after 4 releases in that branch seems contrary to the charter of the stable branch. If pccardd was going to live into 5.0, I'd say go ahead and move it and correct all the scripts that refer to it. That not being the case, it is best to let sleeping dogs lie. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 9:16:57 2001 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id A84EA37B725; Tue, 3 Apr 2001 09:16:47 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([fec0::2e0:7dff:fe81:749d]) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 14kTTV-0007zR-00; Tue, 03 Apr 2001 17:16:09 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f33GG9U49775; Tue, 3 Apr 2001 17:16:09 +0100 (BST) (envelope-from ben) Date: Tue, 3 Apr 2001 17:16:08 +0100 From: Ben Smithurst To: Jim Mock , freebsd-doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010403171608.E12452@strontium.scientia.demon.co.uk> References: <20010402211043.A84692@dragon.nuxi.com> <20010403045455.0A3A93E09@bazooka.unixfreak.org> <20010403011117.A2616@guinness.osdn.com> <20010403073533.E46362@nathan.ruhr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010403073533.E46362@nathan.ruhr.de> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ moved from -committers to -doc ] Udo Erdelhoff wrote: > I do not see the word "tab" in there. But maybe it is time to add this word > to this chapter. As in "Do NOT use tabs." If the word "tab" gets added it should be in the form "leading sets of 8 spaces on a line should be replaced by a single tab" or something, in fact I'm sure I remember reading that *was* the rule for documentation at one point, though it certainly doesn't say that in the FDP primer. Perhaps Nik can comment since he's ultimately in charge. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 9:19:37 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 11C5137B71C; Tue, 3 Apr 2001 09:19:30 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f33GJTK45885; Tue, 3 Apr 2001 09:19:29 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f33GI7C18191; Tue, 3 Apr 2001 09:18:07 -0700 (PDT) (envelope-from jhb) 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: <200104030315.f333FCX69312@freefall.freebsd.org> Date: Tue, 03 Apr 2001 09:18:07 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Alfred Perlstein Subject: RE: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Apr-01 Alfred Perlstein wrote: > alfred 2001/04/02 20:15:12 PDT > > Modified files: > sys/sys mbuf.h > sys/kern uipc_mbuf.c > Log: > Use only one mutex for the entire mbuf subsystem. > > Don't use atomic operations for the stats updating, instead protect > the counts with the mbuf mutex. Most twiddling of the stats was > done right before or after releasing a mutex. By doing this we > reduce the number of locked ops needed as well as allow a sysctl > to gain a consitant view of the entire stats structure. > > In the future... > > This will allow us to chain common mbuf operations that would > normally need to aquire/release 2 or 3 of the locks to build an > mbuf with a cluster or external data attached into a single op > requiring only one lock. > > Simplify the per-cpu locks that are planned. > > There's also some if (1) code that should check if the "how" > operation specifies blocking/non-blocking behavior, we _could_ make > it so that we hold onto the mutex through calls into kmem_alloc > when non-blocking requests are made, but for safety reasons we > currently drop and reaquire the mutex around the calls. > > Also, note that calling kmem_alloc is rare and only happens during > a shortage so drop/re-getting the mutex will not be a common > occurance. It is perfectly safe to drop the lock so long as the mbuf subsystem is in a consistent state before calling kmem_alloc(). > Remove some #define's that seemed to obfuscate the code to me. > > Remove an extranious comment. > > Remove an XXX, including mutex.h isn't a crime. Yes it is, and is going away soon. :) It will also be leaving other headers such as sys/ucred.h, sys/resourcevar.h, etc. -- 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 Apr 3 9:23:57 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 49F8F37B722; Tue, 3 Apr 2001 09:23:53 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f33GNqK45994; Tue, 3 Apr 2001 09:23:52 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f33GMUh18236; Tue, 3 Apr 2001 09:22:30 -0700 (PDT) (envelope-from jhb) 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: <20010403045455.0A3A93E09@bazooka.unixfreak.org> Date: Tue, 03 Apr 2001 09:22:30 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Dima Dorfman Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jim Mock , obrien@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Apr-01 Dima Dorfman wrote: > "David O'Brien" writes: >> On Mon, Apr 02, 2001 at 11:25:13PM -0400, Jim Mock wrote: >> > > Log: >> > > DocBook police: replace tabs with spaces in the spirit of rev. >> > > 1.150. >> > >> > Erm, maybe I missed something, but since when do we use spaces for 8 >> > spaces instead of a tab? >> >> Agreed. Would someone please pick and convention and publish it?? >> I never know what to do when I add to our docs. > > AFAIK, the convention is that you use what the rest (or majority) of > the file you're editing uses. This is the policy I've seen advocated > for src/, and it seems to make sense for doc/, too. At the moment, I > don't think there's anything to document; different documents use > different conventions. E.g., the Handbook is tab-indented, but the > FAQ is space-indented. I don't know which one's ``right'' and which > one's ``wrong''. man 9 style. For code we use this style, and I think it should apply to docs as well. It is consistent after all: Do not add whitespace at the end of a line, and only use tabs followed by spaces to form the indentation. Do not use more spaces than a tab will produce and do not use spaces in front of tabs. -- 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 Apr 3 9:26: 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 5E23B37B722; Tue, 3 Apr 2001 09:26:00 -0700 (PDT) (envelope-from cwt@FreeBSD.org) Received: (from cwt@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33GQ0l02916; Tue, 3 Apr 2001 09:26:00 -0700 (PDT) (envelope-from cwt) Message-Id: <200104031626.f33GQ0l02916@freefall.freebsd.org> From: Chris Timmons Date: Tue, 3 Apr 2001 09:26:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.3 src/usr.sbin/syslogd syslog.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cwt 2001/04/03 09:26:00 PDT Modified files: (Branch: RELENG_4) lib/libc/gen syslog.3 usr.sbin/syslogd syslog.conf.5 Log: MFC: Document LOG_CONSOLE. Approved-by: jkh Revision Changes Path 1.9.2.5 +3 -1 src/lib/libc/gen/syslog.3 1.16.2.3 +7 -4 src/usr.sbin/syslogd/syslog.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 Apr 3 9:51:26 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 02FEF37B71B; Tue, 3 Apr 2001 09:51:21 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f33GpKb04029; Tue, 3 Apr 2001 09:51:20 -0700 (PDT) Date: Tue, 3 Apr 2001 09:51:20 -0700 From: Alfred Perlstein To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20010403095120.E813@fw.wintelcom.net> References: <200104030315.f333FCX69312@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 jhb@FreeBSD.org on Tue, Apr 03, 2001 at 09:18:07AM -0700 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [010403 09:19] wrote: > > On 03-Apr-01 Alfred Perlstein wrote: > > alfred 2001/04/02 20:15:12 PDT > > > > Modified files: > > sys/sys mbuf.h > > sys/kern uipc_mbuf.c > > Log: ... > > There's also some if (1) code that should check if the "how" > > operation specifies blocking/non-blocking behavior, we _could_ make > > it so that we hold onto the mutex through calls into kmem_alloc > > when non-blocking requests are made, but for safety reasons we > > currently drop and reaquire the mutex around the calls. > > > > Also, note that calling kmem_alloc is rare and only happens during > > a shortage so drop/re-getting the mutex will not be a common > > occurance. > > It is perfectly safe to drop the lock so long as the mbuf subsystem is in a > consistent state before calling kmem_alloc(). Yes, I know that, not dropping the mutex would happen when how == M_NOWAIT but the code to do that is commented out: if (1 /* XXX: how == M_NOWAIT */) mtx_unlock(&mbuf_mtx); kmem_alloc(...) if (1 /* XXX: how == M_NOWAIT */) mtx_lock(&mbuf_mtx); Basically, if kmem_alloc isn't going to sleep then there's no reason I can see to drop the mutex except for the lock order revesal problem with Giant being required by kmem_alloc. (which you have patches for) > > Remove some #define's that seemed to obfuscate the code to me. > > > > Remove an extranious comment. > > > > Remove an XXX, including mutex.h isn't a crime. > > Yes it is, and is going away soon. :) It will also be leaving other headers > such as sys/ucred.h, sys/resourcevar.h, etc. Yeah, Bruce slapped me around for this, are you planning on fixing it? Or should I proceed to remove the includes? -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 9:57: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id C187637B71A; Tue, 3 Apr 2001 09:56:54 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f33GvS827546; Tue, 3 Apr 2001 17:57:28 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f33H1oB50479; Tue, 3 Apr 2001 18:01:50 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200104031701.f33H1oB50479@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release boot_crunch.conf src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf In-Reply-To: Message from Ruslan Ermilov of "Tue, 03 Apr 2001 16:48:16 +0300." <20010403164816.A60536@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 03 Apr 2001 18:01:50 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, Apr 03, 2001 at 06:43:25AM -0700, Ruslan Ermilov wrote: > > ru 2001/04/03 06:43:25 PDT > > > > Modified files: > > release boot_crunch.conf > > release/i386 fixit_crunch.conf > > release/pc98 fixit_crunch.conf > > Log: > > Cleanup: sort by directory/program, remove unused libraries. > > > > Revision Changes Path > > 1.48 +22 -18 src/release/boot_crunch.conf > > 1.4 +15 -31 src/release/i386/fixit_crunch.conf > > 1.4 +15 -31 src/release/pc98/fixit_crunch.conf > > > The weird thing is that the order of libraries affects (slightly) > the resulting binary size. I originally put them in alphabetical > order, but this produced few extra kylobytes for fixit_crunch. > If ever there a reason, what would be the optimal order? At a guess I'd say this is because of namespace pollution - a symbol is being defined more than once in these programs/libraries. Scary... > Thanks, > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 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 449EC37B720; Tue, 3 Apr 2001 10:17:23 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33HHNg10598; Tue, 3 Apr 2001 10:17:23 -0700 (PDT) (envelope-from hrs) Message-Id: <200104031717.f33HHNg10598@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 3 Apr 2001 10:17:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/internals chapter.sgml doc/ja_JP.eucJP/books/handbook/ppp-and-slip chapter.sgml doc/ja_JP.eucJP/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2001/04/03 10:17:23 PDT Modified files: ja_JP.eucJP/books/handbook/internals chapter.sgml ja_JP.eucJP/books/handbook/ppp-and-slip chapter.sgml ja_JP.eucJP/books/handbook/security chapter.sgml Log: Merge the following from the English version: 1.16 -> 1.24 internals/chapter.sgml 1.25 -> 1.40 security/chapter.sgml Submitted by: hino@ccm.cl.nec.co.jp Reviewed by: susumu@wakabaya.net (internals/chapter.sgml) References: [doc-jp 8081, 8055] 1.20 -> 1.30 ppp-and-slip/chapter.sgml Submitted by: Murakoshi Naoto Reviewed by: susumu@wakabaya.net References: [doc-jp 8079] Revision Changes Path 1.10 +1786 -22 doc/ja_JP.eucJP/books/handbook/internals/chapter.sgml 1.12 +1759 -1792 doc/ja_JP.eucJP/books/handbook/ppp-and-slip/chapter.sgml 1.11 +1550 -572 doc/ja_JP.eucJP/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 10:18: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 17B5437B725; Tue, 3 Apr 2001 10:18:38 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33HIcq10816; Tue, 3 Apr 2001 10:18:38 -0700 (PDT) (envelope-from hrs) Message-Id: <200104031718.f33HIcq10816@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 3 Apr 2001 10:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja availability.sgml www/ja/ports ports.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2001/04/03 10:18:37 PDT Modified files: ja availability.sgml ja/ports ports.inc Log: Merge the following from the English version: 1.23 -> 1.27 availability.sgml 1.51 -> 1.55 ports/ports.inc Submitted by: susumu@wakabaya.net References: [doc-jp 8117] Revision Changes Path 1.14 +17 -29 www/ja/availability.sgml 1.17 +45 -56 www/ja/ports/ports.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 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 4F69337B718; Tue, 3 Apr 2001 10:31:39 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33HVdY11948; Tue, 3 Apr 2001 10:31:39 -0700 (PDT) (envelope-from rwatson) Message-Id: <200104031731.f33HVdY11948@freefall.freebsd.org> From: Robert Watson Date: Tue, 3 Apr 2001 10:31:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.extattr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/04/03 10:31:39 PDT Added files: sys/ufs/ufs README.extattr Log: o Introduce a README file describing briefly how to use extended attributes, in the style of FFS README files for soft updates and snapshots. Obtained from: TrustedBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 10:35: 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 AA89737B720; Tue, 3 Apr 2001 10:34:58 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33HYw312338; Tue, 3 Apr 2001 10:34:58 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200104031734.f33HYw312338@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 3 Apr 2001 10:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python+ipv6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/04/03 10:34:58 PDT Modified files: lang/python+ipv6 Makefile Log: Sync with lang/python15. Submitted by: knu Revision Changes Path 1.69 +30 -19 ports/lang/python+ipv6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 10:58: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 0792137B718; Tue, 3 Apr 2001 10:58:27 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33HwQ015234; Tue, 3 Apr 2001 10:58:26 -0700 (PDT) (envelope-from rwatson) Message-Id: <200104031758.f33HwQ015234@freefall.freebsd.org> From: Robert Watson Date: Tue, 3 Apr 2001 10:58:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.acls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/04/03 10:58:26 PDT Added files: sys/ufs/ufs README.acls Log: o Introduce a README file describing briefly how to use access control lists, in the style of FFS README files for soft updates and snapshots. Obtained from: TrustedBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 10:58:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C264D37B71B; Tue, 3 Apr 2001 10:58:45 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33HwjO15320; Tue, 3 Apr 2001 10:58:45 -0700 (PDT) (envelope-from gallatin) Message-Id: <200104031758.f33HwjO15320@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 3 Apr 2001 10:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/04/03 10:58:45 PDT Modified files: sys/alpha/linux syscalls.master Log: Add linux_sched_get_priority_max() and linux_sched_get_priority_min() to alpha md code & unbreak kernel build Revision Changes Path 1.46 +3 -3 src/sys/alpha/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11: 1: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 9C2C737B719; Tue, 3 Apr 2001 11:01:42 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33I1gY15864; Tue, 3 Apr 2001 11:01:42 -0700 (PDT) (envelope-from gallatin) Message-Id: <200104031801.f33I1gY15864@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 3 Apr 2001 11:01:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_proto.h linux_sysent.c linux_syscall.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/04/03 11:01:42 PDT Modified files: sys/alpha/linux linux_proto.h linux_sysent.c linux_syscall.h Log: Regen after adding linux_sched_get_priority_max() and linux_sched_get_priority_min() Revision Changes Path 1.5 +9 -1 src/sys/alpha/linux/linux_proto.h 1.5 +3 -3 src/sys/alpha/linux/linux_sysent.c 1.5 +3 -3 src/sys/alpha/linux/linux_syscall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11: 3:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 279B437B71E; Tue, 3 Apr 2001 11:03:30 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33I3Ud16163; Tue, 3 Apr 2001 11:03:30 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200104031803.f33I3Ud16163@freefall.freebsd.org> From: David Malone Date: Tue, 3 Apr 2001 11:03:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/column column.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/04/03 11:03:29 PDT Modified files: usr.bin/column column.c Log: Round up before checking if the width is smaller than the widest column, otherwise we may divide by zero later. PR: 26283 Reviewed by: roam Revision Changes Path 1.5 +5 -3 src/usr.bin/column/column.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11: 5: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 4250437B71B; Tue, 3 Apr 2001 11:05:04 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33I54416534; Tue, 3 Apr 2001 11:05:04 -0700 (PDT) (envelope-from rwatson) Message-Id: <200104031805.f33I54416534@freefall.freebsd.org> From: Robert Watson Date: Tue, 3 Apr 2001 11:05:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.acls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/04/03 11:05:04 PDT Modified files: sys/ufs/ufs README.acls Log: o Indent sub-section headings to be consistent with README.extattr. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +3 -3 src/sys/ufs/ufs/README.acls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11: 5:20 2001 Delivered-To: cvs-all@freebsd.org Received: from isris.pair.com (isris.pair.com [209.68.2.39]) by hub.freebsd.org (Postfix) with SMTP id 489FD37B720 for ; Tue, 3 Apr 2001 11:05:02 -0700 (PDT) (envelope-from rooneg@isris.pair.com) Received: (qmail 18263 invoked by uid 3130); 3 Apr 2001 18:04:58 -0000 Date: Tue, 3 Apr 2001 14:04:58 -0400 From: Garrett Rooney To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20010403140457.B2952@electricjellyfish.net> References: <200104030315.f333FCX69312@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: <200104030315.f333FCX69312@freefall.freebsd.org>; from alfred@FreeBSD.org on Mon, Apr 02, 2001 at 08:15:12PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 02, 2001 at 08:15:12PM -0700, Alfred Perlstein wrote: > alfred 2001/04/02 20:15:12 PDT > > Modified files: > sys/sys mbuf.h > sys/kern uipc_mbuf.c > Log: > Use only one mutex for the entire mbuf subsystem. I can see how this makes some things cheaper by allowing you to only lock a single mutex instead of several, but doesn't it also limit you to only a single thread using the mbuf subsystem at a time? Since mbufs are used in a fairly large number of places throught the system, wouldn't that be bad? I'm sure this has been thought through, I'm just trying to understand why this will be better in the long run. Isn't the goal to have fine grained locking, rather than single locks limiting access to subsystems? -- garrett rooney Unix was not designed to stop you from rooneg@electricjellyfish.net doing stupid things, because that would http://electricjellyfish.net/ stop you from doing clever things. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11: 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 03A3C37B719; Tue, 3 Apr 2001 11:06:43 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33I6gH18771; Tue, 3 Apr 2001 11:06:42 -0700 (PDT) (envelope-from wosch) Message-Id: <200104031806.f33I6gH18771@freefall.freebsd.org> From: Wolfram Schneider Date: Tue, 3 Apr 2001 11:06:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/04/03 11:06:42 PDT Modified files: en/projects projects.sgml Log: www.cdrom.com -> www.wccdrom.com Submitted by: Philip Lijnzaad Revision Changes Path 1.102 +2 -2 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11:13:57 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 3534237B719; Tue, 3 Apr 2001 11:13:51 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f33ID4b58965; Tue, 3 Apr 2001 11:13:04 -0700 (PDT) (envelope-from dillon) Date: Tue, 3 Apr 2001 11:13:04 -0700 (PDT) From: Matt Dillon Message-Id: <200104031813.f33ID4b58965@earth.backplane.com> To: Garrett Rooney Cc: Alfred Perlstein , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :On Mon, Apr 02, 2001 at 08:15:12PM -0700, Alfred Perlstein wrote: :> alfred 2001/04/02 20:15:12 PDT :> :> Modified files: :> sys/sys mbuf.h :> sys/kern uipc_mbuf.c :> Log: :> Use only one mutex for the entire mbuf subsystem. : :I can see how this makes some things cheaper by allowing you to only lock a :single mutex instead of several, but doesn't it also limit you to only a :single thread using the mbuf subsystem at a time? Since mbufs are used in a :fairly large number of places throught the system, wouldn't that be bad? : :I'm sure this has been thought through, I'm just trying to understand why this :will be better in the long run. Isn't the goal to have fine grained locking, :rather than single locks limiting access to subsystems? : :-- :garrett rooney Unix was not designed to stop you from What about using the BSDI hash-table-of-mutexes idea? Where mutex functionality is overloaded to some degree for any given subsystem. This gives us sufficient parallelism without polluting system structures with their own mutexes. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11:20: 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 241E937B71F; Tue, 3 Apr 2001 11:19:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33IJow23174; Tue, 3 Apr 2001 11:19:50 -0700 (PDT) (envelope-from imp) Message-Id: <200104031819.f33IJow23174@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Apr 2001 11:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/03 11:19:49 PDT Modified files: sys/i386/include cpufunc.h Log: Make this file C++ safe. It defines many useful functions (inb, outb) that people use from userland in C++ programs. I've had this in my tree for ages and just got bit by it not being in the real tree again. This is a MFC candidate. Revision Changes Path 1.102 +5 -1 src/sys/i386/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11:21: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 36ED237B719; Tue, 3 Apr 2001 11:21:44 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33ILiP23594; Tue, 3 Apr 2001 11:21:44 -0700 (PDT) (envelope-from wosch) Message-Id: <200104031821.f33ILiP23594@freefall.freebsd.org> From: Wolfram Schneider Date: Tue, 3 Apr 2001 11:21:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en publish.sgml www/en/news newsflash.sgml press-rel-1.sgml press-rel-2.sgml press.sgml www/en/news/1997 index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/04/03 11:21:43 PDT Modified files: en publish.sgml en/news newsflash.sgml press-rel-1.sgml press-rel-2.sgml press.sgml en/news/1997 index.sgml Log: www.cdrom.com -> www.wccdrom.com Revision Changes Path 1.40 +4 -4 www/en/publish.sgml 1.254 +4 -4 www/en/news/newsflash.sgml 1.5 +4 -4 www/en/news/press-rel-1.sgml 1.5 +3 -3 www/en/news/press-rel-2.sgml 1.176 +6 -6 www/en/news/press.sgml 1.2 +4 -4 www/en/news/1997/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11:39: 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 B13A037B71A; Tue, 3 Apr 2001 11:38:55 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33IctC74882; Tue, 3 Apr 2001 11:38:55 -0700 (PDT) (envelope-from joe) Message-Id: <200104031838.f33IctC74882@freefall.freebsd.org> From: Josef Karthauser Date: Tue, 3 Apr 2001 11:38:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/BSDPAN BSDPAN.pm Makefile README src/gnu/usr.bin/perl/BSDPAN/BSDPAN Override.pm src/gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm Packlist.pm ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/04/03 11:38:55 PDT Modified files: etc/mtree BSD.usr.dist gnu/usr.bin/perl Makefile Makefile.inc gnu/usr.bin/perl/libperl config.SH-elf.alpha config.SH-elf.arm32 config.SH-elf.i386 config.SH-elf.ia64 config.SH-elf.ppc config.SH-elf.sparc config.SH-elf.sparc64 config.SH-threads-elf.alpha config.SH-threads-elf.arm32 config.SH-threads-elf.i386 config.SH-threads-elf.ia64 config.SH-threads-elf.ppc config.SH-threads-elf.sparc config.SH-threads-elf.sparc64 Added files: gnu/usr.bin/perl/BSDPAN BSDPAN.pm Makefile README gnu/usr.bin/perl/BSDPAN/BSDPAN Override.pm gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm Packlist.pm Log: Commit the first version of BSDPAN. BSDPAN is the collection of modules that provides tighter than ever integration of Perl into BSD Unix. Currently, BSDPAN does the following: o makes p5- FreeBSD ports PREFIX-clean; o registers Perl modules in the FreeBSD package database with a package name derived from the module name. The name is of the form: bsdpan-ModuleName-V.VV. Anyone interested in where BSDPAN is developing should read Anton's message to the ports mailling list: Message-ID: <20010105040828.A26011@heechee.tobez.org> Submitted by: Anton Berezin Revision Changes Path 1.222 +7 -1 src/etc/mtree/BSD.usr.dist 1.14 +2 -2 src/gnu/usr.bin/perl/Makefile 1.20 +3 -1 src/gnu/usr.bin/perl/Makefile.inc 1.22 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.arm32 1.20 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.ia64 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.ppc 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.sparc 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.sparc64 1.8 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.alpha 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.arm32 1.7 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.i386 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.ia64 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.ppc 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.sparc 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 11:51: 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 E8D7837B720; Tue, 3 Apr 2001 11:50:57 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33IovU19380; Tue, 3 Apr 2001 11:50:57 -0700 (PDT) (envelope-from imp) Message-Id: <200104031850.f33IovU19380@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Apr 2001 11:50:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/03 11:50:57 PDT Modified files: sys/i386/include cpufunc.h Log: De __P() while I'm here. Done as a separate commit since it is just stylistic. # Yes, this break K&R, but this file already used so many gcc extensions # keeping K&R support seemed too anachronistic for me. Didn't fix the bug where functions that can only be used in the kernel are exported to userland. Revision Changes Path 1.103 +46 -46 src/sys/i386/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 12: 5:39 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id E825D37B71A; Tue, 3 Apr 2001 12:05:29 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f33J5RV07619; Tue, 3 Apr 2001 12:05:27 -0700 (PDT) Date: Tue, 3 Apr 2001 12:05:27 -0700 From: Alfred Perlstein To: Matt Dillon Cc: Garrett Rooney , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20010403120527.H813@fw.wintelcom.net> References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@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: <200104031813.f33ID4b58965@earth.backplane.com>; from dillon@earth.backplane.com on Tue, Apr 03, 2001 at 11:13:04AM -0700 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Matt Dillon [010403 11:13] wrote: > > :On Mon, Apr 02, 2001 at 08:15:12PM -0700, Alfred Perlstein wrote: > :> alfred 2001/04/02 20:15:12 PDT > :> > :> Modified files: > :> sys/sys mbuf.h > :> sys/kern uipc_mbuf.c > :> Log: > :> Use only one mutex for the entire mbuf subsystem. > : > :I can see how this makes some things cheaper by allowing you to only lock a > :single mutex instead of several, but doesn't it also limit you to only a > :single thread using the mbuf subsystem at a time? Since mbufs are used in a > :fairly large number of places throught the system, wouldn't that be bad? > : > :I'm sure this has been thought through, I'm just trying to understand why this > :will be better in the long run. Isn't the goal to have fine grained locking, > :rather than single locks limiting access to subsystems? > : > :-- > :garrett rooney Unix was not designed to stop you from > > What about using the BSDI hash-table-of-mutexes idea? Where mutex > functionality is overloaded to some degree for any given subsystem. > This gives us sufficient parallelism without polluting system structures > with their own mutexes. For the allocator subsystems I plan on doing per CPU pools. I have the code written but not really tested: http://people.freebsd.org/~alfred/memcache/ -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 12:13:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 417BB37B71F; Tue, 3 Apr 2001 12:13:12 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33JDCR23972; Tue, 3 Apr 2001 12:13:12 -0700 (PDT) (envelope-from hrs) Message-Id: <200104031913.f33JDCR23972@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 3 Apr 2001 12:13:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/java Makefile index.sgml www/ja/java/links Makefile api.sgml development.sgml documentation.sgml freebsd.sgml index.sgml resources.sgml servlets.sgml tools.sgml tutorials.sgml vendor.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2001/04/03 12:13:12 PDT Modified files: ja/java Makefile index.sgml Added files: ja/java/links Makefile api.sgml development.sgml documentation.sgml freebsd.sgml index.sgml resources.sgml servlets.sgml tools.sgml tutorials.sgml vendor.sgml Log: Add new translations and activate them: java/Makefile java/index.sgml java/links/Makefile java/links/api.sgml java/links/development.sgml java/links/documentation.sgml java/links/freebsd.sgml java/links/index.sgml java/links/resources.sgml java/links/servlets.sgml java/links/tools.sgml java/links/tutorials.sgml java/links/vendor.sgml Submitted by: Yatou Hiroki Reviewed by: SUGIMURA Takashi (in part) References: [doc-jp 8116] Revision Changes Path 1.12 +2 -2 www/ja/java/Makefile 1.7 +11 -11 www/ja/java/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 12:52: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id DEC0737B71B; Tue, 3 Apr 2001 12:51:47 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f33JpkK52554; Tue, 3 Apr 2001 12:51:46 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f33JoOp20798; Tue, 3 Apr 2001 12:50:24 -0700 (PDT) (envelope-from jhb) 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: <20010403095120.E813@fw.wintelcom.net> Date: Tue, 03 Apr 2001 12:50:24 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Alfred Perlstein Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Apr-01 Alfred Perlstein wrote: > * John Baldwin [010403 09:19] wrote: >> >> On 03-Apr-01 Alfred Perlstein wrote: >> > alfred 2001/04/02 20:15:12 PDT >> > >> > Modified files: >> > sys/sys mbuf.h >> > sys/kern uipc_mbuf.c >> > Log: > > ... > >> > There's also some if (1) code that should check if the "how" >> > operation specifies blocking/non-blocking behavior, we _could_ make >> > it so that we hold onto the mutex through calls into kmem_alloc >> > when non-blocking requests are made, but for safety reasons we >> > currently drop and reaquire the mutex around the calls. >> > >> > Also, note that calling kmem_alloc is rare and only happens during >> > a shortage so drop/re-getting the mutex will not be a common >> > occurance. >> >> It is perfectly safe to drop the lock so long as the mbuf subsystem is in a >> consistent state before calling kmem_alloc(). > > Yes, I know that, not dropping the mutex would happen when how == M_NOWAIT > but the code to do that is commented out: > > if (1 /* XXX: how == M_NOWAIT */) > mtx_unlock(&mbuf_mtx); > kmem_alloc(...) > if (1 /* XXX: how == M_NOWAIT */) > mtx_lock(&mbuf_mtx); > > Basically, if kmem_alloc isn't going to sleep then there's no reason > I can see to drop the mutex except for the lock order revesal problem > with Giant being required by kmem_alloc. (which you have patches for) I have patches to acquire Giant inside of kmem_alloc, I do not have patches to deal with the lock order problem. >> > Remove some #define's that seemed to obfuscate the code to me. >> > >> > Remove an extranious comment. >> > >> > Remove an XXX, including mutex.h isn't a crime. >> >> Yes it is, and is going away soon. :) It will also be leaving other headers >> such as sys/ucred.h, sys/resourcevar.h, etc. > > Yeah, Bruce slapped me around for this, are you planning on fixing it? > Or should I proceed to remove the includes? It's on the SMP todo list. Bruce has sent me a script to do lots of header include checks and it apparently spits out 9000 lines of errors right now. :) I'll see if I can't get some of thise paired down at some point in time. -- 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 Apr 3 12:57:54 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 2A62E37B718; Tue, 3 Apr 2001 12:57:48 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f33JvkK52688; Tue, 3 Apr 2001 12:57:46 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f33JuOu20869; Tue, 3 Apr 2001 12:56:24 -0700 (PDT) (envelope-from jhb) 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: <200104031850.f33IovU19380@freefall.freebsd.org> Date: Tue, 03 Apr 2001 12:56:24 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Warner Losh Subject: RE: cvs commit: src/sys/i386/include cpufunc.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Apr-01 Warner Losh wrote: > imp 2001/04/03 11:50:57 PDT > > Modified files: > sys/i386/include cpufunc.h > Log: > De __P() while I'm here. Done as a separate commit since it is just > stylistic. > > # Yes, this break K&R, but this file already used so many gcc extensions > # keeping K&R support seemed too anachronistic for me. > > Didn't fix the bug where functions that can only be used in the kernel > are exported to userland. Just a note, someone should do this and the prior commit to ia64 and alpha to keep things closer in sync. -- 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 Apr 3 14:15: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 AB15537B718; Tue, 3 Apr 2001 14:15:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33LFqx41860; Tue, 3 Apr 2001 14:15:52 -0700 (PDT) (envelope-from mharo) Message-Id: <200104032115.f33LFqx41860@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 14:15:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gevas/files patch-demo::Makefile.am X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 14:15:52 PDT Removed files: x11-toolkits/gevas/files patch-demo::Makefile.am Log: Remove empty file Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 14:19:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30A2837B71B; Tue, 3 Apr 2001 14:19:46 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33LJkp42293; Tue, 3 Apr 2001 14:19:46 -0700 (PDT) (envelope-from mph) Message-Id: <200104032119.f33LJkp42293@freefall.freebsd.org> From: Matthew Hunt Date: Tue, 3 Apr 2001 14:19:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/crafty Makefile distinfo ports/games/crafty/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mph 2001/04/03 14:19:46 PDT Modified files: games/crafty Makefile distinfo games/crafty/files patch-aa Log: Upgrade to 18.9. Revision Changes Path 1.25 +9 -5 ports/games/crafty/Makefile 1.26 +1 -1 ports/games/crafty/distinfo 1.14 +35 -77 ports/games/crafty/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 Apr 3 14:26:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A26A37B718; Tue, 3 Apr 2001 14:26:33 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33LQXc42865; Tue, 3 Apr 2001 14:26:33 -0700 (PDT) (envelope-from bmah) Message-Id: <200104032126.f33LQXc42865@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 3 Apr 2001 14:26:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version test-pkg_version.sh Makefile pkg_version.1 pkg_version.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/03 14:26:33 PDT Modified files: usr.sbin/pkg_install/version Makefile pkg_version.1 pkg_version.pl Added files: usr.sbin/pkg_install/version test-pkg_version.sh Log: Implement a package number comparison routine for pkg_version(1) that actually conforms to the Porters Handbook. Add a -t option to pkg_version(1) for doing comparison testing. Add a script (and make test target) to do some regression tests on the package number comparison routine, to help debug future revisions. Submitted by: knu Procrastination by: bmah Revision Changes Path 1.8 +4 -1 src/usr.sbin/pkg_install/version/Makefile 1.15 +19 -5 src/usr.sbin/pkg_install/version/pkg_version.1 1.17 +109 -28 src/usr.sbin/pkg_install/version/pkg_version.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 14: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 03DC237B71A; Tue, 3 Apr 2001 14:34:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33LYN343603; Tue, 3 Apr 2001 14:34:23 -0700 (PDT) (envelope-from brian) Message-Id: <200104032134.f33LYN343603@freefall.freebsd.org> From: Brian Somers Date: Tue, 3 Apr 2001 14:34:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/dvdtape Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/dvdtape/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/03 14:34:23 PDT Added files: sysutils/dvdtape Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/dvdtape/files patch-aa patch-ab Log: dvdtape - a utility for creating a DVD master on a DLT drive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 14:35: 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 3627137B720; Tue, 3 Apr 2001 14:35:00 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33LZ0A43718; Tue, 3 Apr 2001 14:35:00 -0700 (PDT) (envelope-from brian) Message-Id: <200104032135.f33LZ0A43718@freefall.freebsd.org> From: Brian Somers Date: Tue, 3 Apr 2001 14:35:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/03 14:35:00 PDT Modified files: sysutils Makefile Log: Add dvdtape Revision Changes Path 1.173 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 14:36: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 EC85E37B720; Tue, 3 Apr 2001 14:36:49 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33LanN43929; Tue, 3 Apr 2001 14:36:49 -0700 (PDT) (envelope-from brian) Message-Id: <200104032136.f33LanN43929@freefall.freebsd.org> From: Brian Somers Date: Tue, 3 Apr 2001 14:36: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 X-Loop: FreeBSD.ORG brian 2001/04/03 14:36:49 PDT Modified files: . modules Log: dvdtape --> ports/sysutils/dvdtape Revision Changes Path 1.2820 +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 Apr 3 14:43: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 CA95137B71E; Tue, 3 Apr 2001 14:43:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33LhUs44662; Tue, 3 Apr 2001 14:43:30 -0700 (PDT) (envelope-from mharo) Message-Id: <200104032143.f33LhUs44662@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 14:43:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint-plugins Makefile distinfo pkg-descr ports/net/netsaint-plugins/scripts createuser X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 14:43:30 PDT Modified files: net/netsaint-plugins Makefile distinfo pkg-descr Added files: net/netsaint-plugins/scripts createuser Log: Update netsaint-plugins to 1.2.9.3. Don't depend on netsaint port as netsaint port depends on us and this creates a circular dependency. Instead create the netsaint user/group ourselves (which is the only reason for the netsaint dependency). PR: 26327 Submitted by: maintainer Revision Changes Path 1.7 +6 -7 ports/net/netsaint-plugins/Makefile 1.4 +1 -1 ports/net/netsaint-plugins/distinfo 1.2 +1 -1 ports/net/netsaint-plugins/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 Apr 3 14:59: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 0D44037B71A; Tue, 3 Apr 2001 14:59:49 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33Lxnr47369; Tue, 3 Apr 2001 14:59:49 -0700 (PDT) (envelope-from bmah) Message-Id: <200104032159.f33Lxnr47369@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 3 Apr 2001 14:59:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/03 14:59:48 PDT Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: README file for ACLs and extended attributes, libpcap update 0.6.2, tcpdump 3.6.2, newfs(8) now defaults to 22 cylinders/group, pkg_version better comparisons and -t. Revision Changes Path 1.163 +18 -8 src/release/texts/alpha/RELNOTES.TXT 1.237 +15 -5 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 15: 7:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 309BB37B71B; Tue, 3 Apr 2001 15:07:20 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33M7KQ50426; Tue, 3 Apr 2001 15:07:20 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104032207.f33M7KQ50426@freefall.freebsd.org> From: Ian Dowse Date: Tue, 3 Apr 2001 15:07:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_dg.c clnt_vc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/03 15:07:20 PDT Modified files: lib/libc/rpc clnt_dg.c clnt_vc.c Log: Remove some hacks that were apparently added to avoid problems with RPC clients hanging. The real problem turned out to be missing cleanup code; this was fixed in clnt_vc.c r1.5 and clnt_dg.c r1.4. Submitted by: Martin Blapp Revision Changes Path 1.5 +2 -3 src/lib/libc/rpc/clnt_dg.c 1.6 +2 -3 src/lib/libc/rpc/clnt_vc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 15: 7: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 2A9F037B71D; Tue, 3 Apr 2001 15:07:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33M7LR50461; Tue, 3 Apr 2001 15:07:21 -0700 (PDT) (envelope-from mharo) Message-Id: <200104032207.f33M7LR50461@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 15:07:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint Makefile distinfo pkg-plist ports/net/netsaint/files patch-aa patch-ad patch-ai ports/net/netsaint/scripts createuser X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 15:07:21 PDT Modified files: net/netsaint Makefile distinfo pkg-plist net/netsaint/files patch-aa patch-ad patch-ai net/netsaint/scripts createuser Log: - update to netsaint 0.0.7b3 - install configuration files with .dist suffix so that users configuration files are not deleted on package removal - create ${PREFIX}/var/netsaint/rw directory needed for correct operation of CGI script - fix netsaint.log file permission problem - depend on netsaint-plugins port PR: 26328 Submitted by: maintainer Revision Changes Path 1.9 +13 -8 ports/net/netsaint/Makefile 1.4 +1 -1 ports/net/netsaint/distinfo 1.5 +15 -9 ports/net/netsaint/pkg-plist 1.4 +17 -3 ports/net/netsaint/files/patch-aa 1.3 +0 -18 ports/net/netsaint/files/patch-ad 1.3 +12 -12 ports/net/netsaint/files/patch-ai 1.3 +1 -1 ports/net/netsaint/scripts/createuser To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 15:11:25 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7BBA037B71B; Tue, 3 Apr 2001 15:11:17 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f33MBGq24908; Tue, 3 Apr 2001 16:11:16 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200104032211.f33MBGq24908@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/sys/i386/include cpufunc.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Tue, 03 Apr 2001 12:56:24 PDT." References: Date: Tue, 03 Apr 2001 16:10:01 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message John Baldwin writes: : : On 03-Apr-01 Warner Losh wrote: : > imp 2001/04/03 11:50:57 PDT : > : > Modified files: : > sys/i386/include cpufunc.h : > Log: : > De __P() while I'm here. Done as a separate commit since it is just : > stylistic. : > : > # Yes, this break K&R, but this file already used so many gcc extensions : > # keeping K&R support seemed too anachronistic for me. : > : > Didn't fix the bug where functions that can only be used in the kernel : > are exported to userland. : : Just a note, someone should do this and the prior commit to ia64 and alpha to : keep things closer in sync. The ia64 and alpha cpufuncs.h don't export anything to userland, so I specifically didn't do them. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 15: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 0B7AD37B71D; Tue, 3 Apr 2001 15:25:41 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33MPfQ53510; Tue, 3 Apr 2001 15:25:41 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104032225.f33MPfQ53510@freefall.freebsd.org> From: Ian Dowse Date: Tue, 3 Apr 2001 15:25:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_main_np.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/03 15:25:40 PDT Modified files: lib/libc_r/uthread uthread_main_np.c Log: Add a leading underscore to the pthread_main_np function name, and a "#pragma weak" directive linking the external symbol. This matches the other pthread_* definitions, and ensures that users of this function from within libc get the real version, not the stub. Suggested by: deischen Reviewed by: deischen, alfred Revision Changes Path 1.2 +3 -2 src/lib/libc_r/uthread/uthread_main_np.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 15:29:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ADEC37B719; Tue, 3 Apr 2001 15:29:44 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33MTie53903; Tue, 3 Apr 2001 15:29:44 -0700 (PDT) (envelope-from mharo) Message-Id: <200104032229.f33MTie53903@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 15:29:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint-plugins Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 15:29:43 PDT Modified files: net/netsaint-plugins Makefile Log: portlint3: FATAL: Makefile 60: variable LIB_DEPENDS is redefined. Revision Changes Path 1.8 +2 -2 ports/net/netsaint-plugins/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 16: 3: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 BCCF837B71D; Tue, 3 Apr 2001 16:03:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33N3bx56897; Tue, 3 Apr 2001 16:03:37 -0700 (PDT) (envelope-from will) Message-Id: <200104032303.f33N3bx56897@freefall.freebsd.org> From: Will Andrews Date: Tue, 3 Apr 2001 16:03:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kdemultimedia2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/03 16:03:37 PDT Modified files: audio/kdemultimedia2 pkg-plist Log: Remove files not found in KDE 2.1.1. Found by: bento Revision Changes Path 1.15 +0 -3 ports/audio/kdemultimedia2/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 Apr 3 16: 6:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D20F37B726; Tue, 3 Apr 2001 16:06:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33N68359645; Tue, 3 Apr 2001 16:06:08 -0700 (PDT) (envelope-from mharo) Message-Id: <200104032306.f33N68359645@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 16:06:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/tkseti pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 16:06:07 PDT Modified files: astro/tkseti pkg-descr Log: portlint3: WARN: pkg-descr: whitespace before end of line Revision Changes Path 1.2 +3 -3 ports/astro/tkseti/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 Apr 3 16: 9:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3761B37B725; Tue, 3 Apr 2001 16:09:10 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33N9As59896; Tue, 3 Apr 2001 16:09:10 -0700 (PDT) (envelope-from mharo) Message-Id: <200104032309.f33N9As59896@freefall.freebsd.org> From: Michael Haro Date: Tue, 3 Apr 2001 16:09:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xplanet pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/03 16:09:10 PDT Modified files: astro/xplanet pkg-descr Log: portlint3: WARN: pkg-descr 5: whitespace before end of line Revision Changes Path 1.4 +1 -1 ports/astro/xplanet/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 Apr 3 16:44: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from technokratis.com (modemcable092.3-201-24.mtl.mc.videotron.ca [24.201.3.92]) by hub.freebsd.org (Postfix) with ESMTP id 83DAD37B71A; Tue, 3 Apr 2001 16:43:40 -0700 (PDT) (envelope-from bmilekic@technokratis.com) Received: (from bmilekic@localhost) by technokratis.com (8.11.3/8.11.3) id f33NfKe15601; Tue, 3 Apr 2001 19:41:20 -0400 (EDT) (envelope-from bmilekic) Date: Tue, 3 Apr 2001 19:40:04 -0400 From: Bosko Milekic To: Matt Dillon Cc: Garrett Rooney , Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20010403194004.A15434@technokratis.com> References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@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: <200104031813.f33ID4b58965@earth.backplane.com>; from dillon@earth.backplane.com on Tue, Apr 03, 2001 at 11:13:04AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 11:13:04AM -0700, Matt Dillon wrote: > > :On Mon, Apr 02, 2001 at 08:15:12PM -0700, Alfred Perlstein wrote: > :> alfred 2001/04/02 20:15:12 PDT > :> > :> Modified files: > :> sys/sys mbuf.h > :> sys/kern uipc_mbuf.c > :> Log: > :> Use only one mutex for the entire mbuf subsystem. > : > :I can see how this makes some things cheaper by allowing you to only lock a > :single mutex instead of several, but doesn't it also limit you to only a > :single thread using the mbuf subsystem at a time? Since mbufs are used in a > :fairly large number of places throught the system, wouldn't that be bad? > : > :I'm sure this has been thought through, I'm just trying to understand why this > :will be better in the long run. Isn't the goal to have fine grained locking, > :rather than single locks limiting access to subsystems? > : > :-- > :garrett rooney Unix was not designed to stop you from > > What about using the BSDI hash-table-of-mutexes idea? Where mutex > functionality is overloaded to some degree for any given subsystem. > This gives us sufficient parallelism without polluting system structures > with their own mutexes. > > -Matt > The reason for the removal isn't related to pollution of system structures per se (i.e. bloat). There were really only three locks, one for each free list. The removal is, the way I see it, a slight pessimization in some cases at this moment, due to the increase of contention again, in some cases. The removal was done nonetheless because it is a step forward toward PCPU locks in the mbuf system. The idea is that prior to this removal, what was happening is that in the easy uncontended case of allocation, it was likely that `ping-ponging' from data cache to data cache would occur a maximum of three times per allocation. In that same easy case, with one lock, the cache invalidation will happen a maximum of once for what concerns the mutex in that same case. However, if we look at the contended difficult case, where at least two threads on two CPUs are in the process of allocating mbufs and clusters and counters, the situation is somewhat pessimized with the collapsing of three locks into one. The reason is that in this difficult case, the ping-ponging is likely to happen again a maximum of three times (the lock is dropped between allocations) but on top of that, contention is increased because instead of three locks, there is one. The pessimization of the latter case is acceptable if we consider the fact that we're moving toward per-CPU lists, in which case the tradeoff we have here will no longer be a tradeoff, as then contention is decreased overall, and it becomes really worthwile to go from three locks to one even if it were for mere simplicity's sake. The only time with PCPU lists where we won't be able to allocate will be when we preempt a thread on our CPU which has the mbuf lock, and it doesn't make much sense to have that thread continue for one little bit only to bounce from thread to thread uselessly). In other words, the decision to do this has been planned and discussed. :-) Regards, -- Bosko Milekic bmilekic@technokratis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 16:48:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6BAE37B71A; Tue, 3 Apr 2001 16:48:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33NmSm63510; Tue, 3 Apr 2001 16:48:28 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104032348.f33NmSm63510@freefall.freebsd.org> From: Ian Dowse Date: Tue, 3 Apr 2001 16:48:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc getnetconfig.c mt_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/03 16:48:28 PDT Modified files: lib/libc/rpc getnetconfig.c mt_misc.c Log: Fix some very broken code in __nc_error() that implements per-thread `nc_error' variables. Move the nc_lock mutex from mt_misc.c to a static variable within this function, since it is only used here. Add a new getnetconfigent() error code `NC_NOTFOUND' to report the case where the specified netid was not found. Set nc_error in all error cases in getnetconfigent() so that the error messages returned by nc_(s)perror are always meaningful. Add a terminating \n to the output of nc_perror() to match both our manpage and other implementations of this function. Reviewed by: deischen, alfred, Martin Blapp Revision Changes Path 1.4 +29 -15 src/lib/libc/rpc/getnetconfig.c 1.3 +1 -4 src/lib/libc/rpc/mt_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 17: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 2A4A237B71A; Tue, 3 Apr 2001 17:11:07 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f340B7h67625; Tue, 3 Apr 2001 17:11:07 -0700 (PDT) (envelope-from fenner) Message-Id: <200104040011.f340B7h67625@freefall.freebsd.org> From: Bill Fenner Date: Tue, 3 Apr 2001 17:11:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump print-smb.c X-FreeBSD-CVS-Branch: TCPDUMP_ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/04/03 17:11:06 PDT Modified files: (Branch: TCPDUMP_ORG) contrib/tcpdump print-smb.c Log: Check in the diff for rev 1.11 of tcpdump.org's print-smb.c to replace freebsd.org's rev 1.2. Revision Changes Path 1.1.1.3 +1 -1 src/contrib/tcpdump/print-smb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 17:21: 8 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 B474837B71B; Tue, 3 Apr 2001 17:20:59 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f340Kgi74269; Tue, 3 Apr 2001 17:20:42 -0700 (PDT) (envelope-from dillon) Date: Tue, 3 Apr 2001 17:20:42 -0700 (PDT) From: Matt Dillon Message-Id: <200104040020.f340Kgi74269@earth.backplane.com> To: Bosko Milekic Cc: Garrett Rooney , Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@earth.backplane.com> <20010403194004.A15434@technokratis.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : The reason for the removal isn't related to pollution of system :structures per se (i.e. bloat). There were really only three locks, one :for each free list. : The removal is, the way I see it, a slight pessimization in some :cases at this moment, due to the increase of contention again, in some cases. :... Ok... hmm. Since compare-exchange support is mandatory now, why not simply use it to implement per-cpu free lists for mbufs that does not require any (mutex) locking at all? This solves the contention problem and the interrupt problem. e.g. (pseudo code) allocMBufHeader() { struct mbuf *mb; while ((mb = PerCpuMBufHeaderBase) != NULL) { if (cmpexchangeptr(&PerCpuMBufHeaderBase, mb, mb->mb_Next) == mb) break; } if (mb == NULL) { slow version } return(mb); } freeMBufHeader(mb) { for (;;) { mb->mb_Next = PerCpuMBufHeaderBase; if (cmpexchangeptr(&PerCpuMBufHeaderBase, mb->mb_Next, mb) == mb->mb_Next) break; } } -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 17:35:39 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 2ABB737B71D; Tue, 3 Apr 2001 17:35:36 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f340ZTV17477; Tue, 3 Apr 2001 17:35:29 -0700 (PDT) Date: Tue, 3 Apr 2001 17:35:29 -0700 From: Alfred Perlstein To: Matt Dillon Cc: Bosko Milekic , Garrett Rooney , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20010403173529.O12164@fw.wintelcom.net> References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@earth.backplane.com> <20010403194004.A15434@technokratis.com> <200104040020.f340Kgi74269@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: <200104040020.f340Kgi74269@earth.backplane.com>; from dillon@earth.backplane.com on Tue, Apr 03, 2001 at 05:20:42PM -0700 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Matt Dillon [010403 17:21] wrote: > : The reason for the removal isn't related to pollution of system > :structures per se (i.e. bloat). There were really only three locks, one > :for each free list. > : The removal is, the way I see it, a slight pessimization in some > :cases at this moment, due to the increase of contention again, in some cases. > :... > > Ok... hmm. Since compare-exchange support is mandatory now, why not > simply use it to implement per-cpu free lists for mbufs that does not > require any (mutex) locking at all? This solves the contention problem > and the interrupt problem. While this is a good idea, it doesn't give us a consistant view of the stats without additional atomic ops or critical regions. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] Represent yourself, show up at BABUG http://www.babug.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 17:42:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 119DA37B719; Tue, 3 Apr 2001 17:42:42 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f340ggN70158; Tue, 3 Apr 2001 17:42:42 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200104040042.f340ggN70158@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 3 Apr 2001 17:42:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla+ipv6 Makefile ports/www/mozilla+ipv6/files patch-ak patch-mi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/04/03 17:42:42 PDT Modified files: www/mozilla+ipv6 Makefile www/mozilla+ipv6/files patch-ak patch-mi Log: Previous commiting did not support IPv6 :-P Submitted by: ume Revision Changes Path 1.56 +2 -1 ports/www/mozilla+ipv6/Makefile 1.4 +2 -3 ports/www/mozilla+ipv6/files/patch-ak 1.5 +1 -7 ports/www/mozilla+ipv6/files/patch-mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 17:45:17 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 998F937B71A; Tue, 3 Apr 2001 17:45:12 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f340jCW75337; Tue, 3 Apr 2001 17:45:12 -0700 (PDT) (envelope-from dillon) Date: Tue, 3 Apr 2001 17:45:12 -0700 (PDT) From: Matt Dillon Message-Id: <200104040045.f340jCW75337@earth.backplane.com> To: Alfred Perlstein Cc: Bosko Milekic , Garrett Rooney , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@earth.backplane.com> <20010403194004.A15434@technokratis.com> <200104040020.f340Kgi74269@earth.backplane.com> <20010403173529.O12164@fw.wintelcom.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> require any (mutex) locking at all? This solves the contention problem :> and the interrupt problem. : :While this is a good idea, it doesn't give us a consistant view of :the stats without additional atomic ops or critical regions. : :-- :-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] Good god, don't waste time trying to optimize the statistics! If you are worried, just make the stats counters per-cpu and have the utilities add them up on the fly, and be done with it. No locking, no locked instructions, no fuss, no muss. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 17:52: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 E90AF37B71F; Tue, 3 Apr 2001 17:52:50 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f340qoF71120; Tue, 3 Apr 2001 17:52:50 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200104040052.f340qoF71120@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 3 Apr 2001 17:52:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/04/03 17:52:50 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Fix breakage in previous commit. Usage of in must be + (no characters allowed between each ). Revision Changes Path 1.54 +5 -3 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 17:54: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D93E37B719; Tue, 3 Apr 2001 17:54:01 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f340s1Y71286; Tue, 3 Apr 2001 17:54:01 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200104040054.f340s1Y71286@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 3 Apr 2001 17:54:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/slrn Makefile distinfo pkg-descr ports/news/slrn/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/04/03 17:54:01 PDT Modified files: news/slrn Makefile distinfo pkg-descr news/slrn/files patch-aa Log: Upgrade to 0.9.7.0. PR: ports/26325 Submitted by: xaa+ports@timewasters.nl Revision Changes Path 1.22 +9 -9 ports/news/slrn/Makefile 1.16 +1 -1 ports/news/slrn/distinfo 1.3 +5 -0 ports/news/slrn/pkg-descr 1.2 +7 -7 ports/news/slrn/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 Apr 3 18: 6:46 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 6AC1737B725; Tue, 3 Apr 2001 18:06:38 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id VAA26103; Tue, 3 Apr 2001 21:06:35 -0400 (EDT) (envelope-from wollman) Date: Tue, 3 Apr 2001 21:06:35 -0400 (EDT) From: Garrett Wollman Message-Id: <200104040106.VAA26103@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c In-Reply-To: <20010403173529.O12164@fw.wintelcom.net> References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@earth.backplane.com> <20010403194004.A15434@technokratis.com> <200104040020.f340Kgi74269@earth.backplane.com> <20010403173529.O12164@fw.wintelcom.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > While this is a good idea, it doesn't give us a consistant view of > the stats without additional atomic ops or critical regions. Atomic operations are likely to be cheaper on modern platforms than locking. In any case, you can simply keep per-CPU stats and then summarize when they are requested, which is even cheaper, since the stats are updated FAR more frequently than they are inspected. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 18:11:26 2001 Delivered-To: cvs-all@freebsd.org Received: from technokratis.com (modemcable092.3-201-24.mtl.mc.videotron.ca [24.201.3.92]) by hub.freebsd.org (Postfix) with ESMTP id B02BE37B71C; Tue, 3 Apr 2001 18:11:19 -0700 (PDT) (envelope-from bmilekic@technokratis.com) Received: (from bmilekic@localhost) by technokratis.com (8.11.3/8.11.3) id f341Cu516380; Tue, 3 Apr 2001 21:12:56 -0400 (EDT) (envelope-from bmilekic) Date: Tue, 3 Apr 2001 21:12:56 -0400 From: Bosko Milekic To: Matt Dillon Cc: Alfred Perlstein , Garrett Rooney , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20010403211256.A16192@technokratis.com> References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@earth.backplane.com> <20010403194004.A15434@technokratis.com> <200104040020.f340Kgi74269@earth.backplane.com> <20010403173529.O12164@fw.wintelcom.net> <200104040045.f340jCW75337@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: <200104040045.f340jCW75337@earth.backplane.com>; from dillon@earth.backplane.com on Tue, Apr 03, 2001 at 05:45:12PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 05:45:12PM -0700, Matt Dillon wrote: > :> require any (mutex) locking at all? This solves the contention problem > :> and the interrupt problem. > : > :While this is a good idea, it doesn't give us a consistant view of > :the stats without additional atomic ops or critical regions. > : > :-- > :-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] > > Good god, don't waste time trying to optimize the statistics! If you > are worried, just make the stats counters per-cpu and have the > utilities add them up on the fly, and be done with it. No locking, no > locked instructions, no fuss, no muss. > > -Matt > Well, although the cmpexchg trick is cute, we're still faced with the problem of populating the free lists when we allocate from the map. There is also the problem of starvation where we need to cv_signal() to alert blockers that we have something for them. Clearly, you do handle the sleeping/allocation issue in your pseudo-code example (in the allocation code) but that `slow' version will likely have to grab a mutex to at least allocate from the map [see first paragraph] and if not, to block on a condition variable. If we omit locking while on our way to block on a cond. var., we are faced with race conditions where we may end up blocking even though something has become available in the meantime. Regards, -- Bosko Milekic bmilekic@technokratis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 18:31:51 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 D5E0B37B724; Tue, 3 Apr 2001 18:31:43 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f341VgS76589; Tue, 3 Apr 2001 18:31:42 -0700 (PDT) (envelope-from dillon) Date: Tue, 3 Apr 2001 18:31:42 -0700 (PDT) From: Matt Dillon Message-Id: <200104040131.f341VgS76589@earth.backplane.com> To: Bosko Milekic Cc: Alfred Perlstein , Garrett Rooney , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@earth.backplane.com> <20010403194004.A15434@technokratis.com> <200104040020.f340Kgi74269@earth.backplane.com> <20010403173529.O12164@fw.wintelcom.net> <200104040045.f340jCW75337@earth.backplane.com> <20010403211256.A16192@technokratis.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : Well, although the cmpexchg trick is cute, we're still faced with :the problem of populating the free lists when we allocate from the map. : There is also the problem of starvation where we need to cv_signal() :to alert blockers that we have something for them. Clearly, you do handle :the sleeping/allocation issue in your pseudo-code example (in the allocation :code) but that `slow' version will likely have to grab a mutex to at least :allocate from the map [see first paragraph] and if not, to block on a :condition variable. If we omit locking while on our way to block on a cond. :var., we are faced with race conditions where we may end up blocking even :though something has become available in the meantime. : :Regards, :-- :Bosko Milekic :bmilekic@technokratis.com I don't think this is an issue. It doesn't matter if something has become available on the per-cpu list between the time we check it and the time we do the slow allocation. The fact of the matter is that the per-cpu list is obviously starved for mbufs at that point and even if something does become available, you almost certainly want to do the slow allocation anyway (if not this time, it would happen the next time ... so you might as well do it this time). You are not going to improve performance by covering that particular race condition. In fact, you will reduce performance. The slow allocation needs to grab a lock, but the whole point is that it would rarely get called anyhow so for the slow allocation you just don't care whether there is massive contention or not. It's not worth optimizing the slow-pool. The slow allocation could be implemented in one of several ways. The easiest is to pull a block of mbufs (like four or five) off the global pool and add the mbufs to the per-cpu freelist (using the same cmpexg trick), and then simply loop back up to the top and 'retry' the allocation from the per-cpu list. In that way if you are also using a per-cpu counter to manage the number of mbufs on the freelist, you can handle any race condition that might have occured (i.e. there might now be 'too many' mbufs on the freelist). Personally speaking I don't think you have to be that paranoid. The whole purpose of the per-cpu freelist is to handle the 'active' mbuf dataset.... the per-cpu freelist should not ever be used to manage the system's entire mbuf pool, just the working set. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 19: 8:10 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 71C2E37B718; Tue, 3 Apr 2001 19:08:05 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f3427Tw80262; Tue, 3 Apr 2001 19:07:29 -0700 (PDT) (envelope-from dillon) Date: Tue, 3 Apr 2001 19:07:29 -0700 (PDT) From: Matt Dillon Message-Id: <200104040207.f3427Tw80262@earth.backplane.com> To: Garrett Wollman Cc: Alfred Perlstein , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@earth.backplane.com> <20010403194004.A15434@technokratis.com> <200104040020.f340Kgi74269@earth.backplane.com> <20010403173529.O12164@fw.wintelcom.net> <200104040106.VAA26103@khavrinen.lcs.mit.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :< said: : :> While this is a good idea, it doesn't give us a consistant view of :> the stats without additional atomic ops or critical regions. : :Atomic operations are likely to be cheaper on modern platforms than :locking. In any case, you can simply keep per-CPU stats and then :summarize when they are requested, which is even cheaper, since the :stats are updated FAR more frequently than they are inspected. : :-GAWollman A per-cpu variable that is only manipulated by that cpu does not even need to be bus-locked (i.e. not even a 'lock' prefix is required for i386). For a counter, a simple 'incl' or 'addl' type of instruction is sufficient. In order of expense, for an i386: VERY FAST normal (per-cpu) read-modify-write instruction, no cache contention. (incl, addl, etc...) SLOW bus-locked instruction, no cache contention. (lock; addl ...) EXTREMELY SLOW bus-locked instruction, cache contention. (lock; addl ...) In anycase, people should keep in mind that the whole point of using a per-cpu variable in this case is to avoid *ALL* locking requirements... avoid the mutexes, AND avoid any bus locking. The moment you do either you might as well throw in the towel and not bother. But if you do it right, then whatever 'slow' cases remain (e.g. no mbufs on the per-cpu free list) can be implemented with simple global mutexes and no special optimizations. In fact, any serious effort towards optimizing the slow case when you have a fast case fronting it is nothing but a waste of time. Don't add complex optimizations where they aren't needed. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 20:16:54 2001 Delivered-To: cvs-all@freebsd.org Received: from isris.pair.com (isris.pair.com [209.68.2.39]) by hub.freebsd.org (Postfix) with SMTP id 1493637B724 for ; Tue, 3 Apr 2001 20:16:50 -0700 (PDT) (envelope-from rooneg@isris.pair.com) Received: (qmail 88567 invoked by uid 3130); 4 Apr 2001 03:16:49 -0000 Date: Tue, 3 Apr 2001 23:16:49 -0400 From: Garrett Rooney To: Bosko Milekic Cc: Matt Dillon , Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20010403231648.B59839@electricjellyfish.net> References: <200104030315.f333FCX69312@freefall.freebsd.org> <20010403140457.B2952@electricjellyfish.net> <200104031813.f33ID4b58965@earth.backplane.com> <20010403194004.A15434@technokratis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010403194004.A15434@technokratis.com>; from bmilekic@technokratis.com on Tue, Apr 03, 2001 at 07:40:04PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 03, 2001 at 07:40:04PM -0400, Bosko Milekic wrote: > The reason for the removal isn't related to pollution of system > structures per se (i.e. bloat). There were really only three locks, one > for each free list. > The removal is, the way I see it, a slight pessimization in some > cases at this moment, due to the increase of contention again, in some cases. > The removal was done nonetheless because it is a step forward toward PCPU > locks in the mbuf system. The idea is that prior to this removal, what > was happening is that in the easy uncontended case of allocation, it was > likely that `ping-ponging' from data cache to data cache would occur a > maximum of three times per allocation. In that same easy case, with one lock, > the cache invalidation will happen a maximum of once for what concerns the > mutex in that same case. ok, that makes more sense. [snip more discussion] > In other words, the decision to do this has been planned and > discussed. :-) Cool, that's what I figured, but I just wanted to figure out what the plan was, and this discussion has done that admirably ;-) i'd just like thank everyone who's been involved in the SMPng work, as it's been hugely inforamtive to sit on the sidelines and watch, and everyone has been really willing to answer questions whenever asked. -- garrett rooney Unix was not designed to stop you from rooneg@electricjellyfish.net doing stupid things, because that would http://electricjellyfish.net/ stop you from doing clever things. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 22:10:12 2001 Delivered-To: cvs-all@freebsd.org Received: from garm.bart.nl (garm.bart.nl [194.158.170.13]) by hub.freebsd.org (Postfix) with ESMTP id 70DEB37B720; Tue, 3 Apr 2001 22:10:02 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.chronias.ninth-circle.org (root@cable.ninth-circle.org [195.38.232.6]) by garm.bart.nl (8.10.1/8.10.1) with ESMTP id f3459ug69733; Wed, 4 Apr 2001 07:09:56 +0200 (CEST) Received: (from asmodai@localhost) by daemon.chronias.ninth-circle.org (8.11.3/8.11.3) id f344iEj05922; Wed, 4 Apr 2001 06:44:14 +0200 (CEST) (envelope-from asmodai) Date: Wed, 4 Apr 2001 06:44:13 +0200 From: Jeroen Ruigrok/Asmodai To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release boot_crunch.conf src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf Message-ID: <20010404064413.C591@daemon.ninth-circle.org> References: <200104031701.f33H1oB50479@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200104031701.f33H1oB50479@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Tue, Apr 03, 2001 at 06:01:50PM +0100 Organisation: Ninth-Circle Enterprises Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010403 19:30], Brian Somers (brian@Awfulhak.org) wrote: >At a guess I'd say this is because of namespace pollution - a >symbol is being defined more than once in these programs/libraries. Might make sense yes. Worth investigating and cleaning up/fixing when found. -- Jeroen Ruigrok van der Werven/Asmodai .oUo. asmodai@[wxs.nl|freebsd.org] Documentation nutter/C-rated Coder BSD: Technical excellence at its best D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 How the gods kill... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 23: 3: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 BA7CF37B71C; Tue, 3 Apr 2001 23:03:39 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3463dW17908; Tue, 3 Apr 2001 23:03:39 -0700 (PDT) (envelope-from imp) Message-Id: <200104040603.f3463dW17908@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Apr 2001 23:03:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/03 23:03:39 PDT Modified files: sys/dev/wi if_wi.c Log: Try to INIT the cards up to 5 times in a row rather than just once. It appears that some of the new PRISM2 cards need it. Fail the probe if we fail to read the MAC address. Fix a comment. Delete the unload printf. The bus system now prints this message. Revision Changes Path 1.42 +16 -10 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 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 1D25D37B71D; Tue, 3 Apr 2001 23:05:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3465lK21745; Tue, 3 Apr 2001 23:05:47 -0700 (PDT) (envelope-from imp) Message-Id: <200104040605.f3465lK21745@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Apr 2001 23:05:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/03 23:05:47 PDT Modified files: sys/dev/wi if_wi.c Log: Doh! Last second change introduced two compile warnings. Fix them. Revision Changes Path 1.43 +3 -3 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Apr 3 23:27:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EC0937B71E; Tue, 3 Apr 2001 23:27:15 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f346RFG23924; Tue, 3 Apr 2001 23:27:15 -0700 (PDT) (envelope-from grog) Message-Id: <200104040627.f346RFG23924@freefall.freebsd.org> From: Greg Lehey Date: Tue, 3 Apr 2001 23:27:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumlock.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/04/03 23:27:11 PDT Modified files: (Branch: RELENG_4) sys/dev/vinum vinumlock.c Log: vinumlock: Catch a potential race condition where one process is waiting for a lock, and between the time it is woken and it retries the lock, another process gets it and places it in the first entry in the table. This problem has not been observed, but it's possible, and it's easy enough to fix. Submitted by: tegge vinumunlock: Catch a real bug capable of hanging a system. When releasing a lock, vinumunlock() called wakeup_one. This caused wakeups to sometimes get lost. After due consideration, we think that this is due to the fact that you can't guarantee that some other process is also waiting on the same address. This makes wakeup_one a very dangerous function to use. These changes have not yet been committed to -CURRENT. In view of the seriousness of the second one and the imminent 4.3-RELEASE, it seems excusable to commit to -STABLE first. 36 hour test by: grog Suggested by: alfred Suffered by: Andrew Gordon Approved by: jkh Revision Changes Path 1.18.2.3 +4 -4 src/sys/dev/vinum/vinumlock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 0:16:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFB2B37B726; Wed, 4 Apr 2001 00:16:48 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f347Gm531586; Wed, 4 Apr 2001 00:16:48 -0700 (PDT) (envelope-from will) Message-Id: <200104040716.f347Gm531586@freefall.freebsd.org> From: Will Andrews Date: Wed, 4 Apr 2001 00:16:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xplanet Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/04 00:16:48 PDT Modified files: astro/xplanet Makefile distinfo pkg-plist Log: Update to 0.81. Notified by: author Revision Changes Path 1.15 +2 -2 ports/astro/xplanet/Makefile 1.7 +1 -1 ports/astro/xplanet/distinfo 1.3 +15 -5 ports/astro/xplanet/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 Apr 4 0:41:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67D4937B71D; Wed, 4 Apr 2001 00:41:22 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f347fMs34950; Wed, 4 Apr 2001 00:41:22 -0700 (PDT) (envelope-from mharo) Message-Id: <200104040741.f347fMs34950@freefall.freebsd.org> From: Michael Haro Date: Wed, 4 Apr 2001 00:41:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-BerkeleyDB pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/04 00:41:22 PDT Modified files: databases/p5-BerkeleyDB pkg-plist Log: Use PERL_VER and PERL_ARCH instead of hard coded versions PR: 26334 Submitted by: maintainer Revision Changes Path 1.2 +10 -10 ports/databases/p5-BerkeleyDB/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 Apr 4 0:47: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7A3D37B71F; Wed, 4 Apr 2001 00:47:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f347l1O36313; Wed, 4 Apr 2001 00:47:01 -0700 (PDT) (envelope-from will) Message-Id: <200104040747.f347l1O36313@freefall.freebsd.org> From: Will Andrews Date: Wed, 4 Apr 2001 00:47:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mq3 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/04 00:47:01 PDT Modified files: audio/mq3 Makefile pkg-plist Log: Add qthreads dependency + remove whitespace before EOL in plist. Found by: bento Revision Changes Path 1.3 +3 -2 ports/audio/mq3/Makefile 1.2 +1 -1 ports/audio/mq3/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 Apr 4 0:52:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22F2037B71F; Wed, 4 Apr 2001 00:52:39 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f347qdt37000; Wed, 4 Apr 2001 00:52:39 -0700 (PDT) (envelope-from will) Message-Id: <200104040752.f347qdt37000@freefall.freebsd.org> From: Will Andrews Date: Wed, 4 Apr 2001 00:52:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/krn Makefile ports/audio/krio Makefile ports/audio/kmp3 Makefile ports/deskutils/korganizer Makefile ports/games/kbubbles Makefile ports/devel/moonshine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/04 00:52:38 PDT Modified files: news/krn Makefile audio/krio Makefile audio/kmp3 Makefile deskutils/korganizer Makefile games/kbubbles Makefile devel/moonshine Makefile Log: Various fixes: - Put kdesupport11 dependency back. I forgot that it is not implied by kdelibs11 as kdesupport2 is by kdelibs2. - HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed. - Add X11 headers to CPPFLAGS for moonshine (extreme case). Revision Changes Path 1.8 +2 -1 ports/news/krn/Makefile 1.10 +2 -2 ports/audio/krio/Makefile 1.9 +3 -1 ports/audio/kmp3/Makefile 1.22 +2 -2 ports/deskutils/korganizer/Makefile 1.9 +2 -1 ports/games/kbubbles/Makefile 1.6 +2 -1 ports/devel/moonshine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 1: 8:31 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-141-hy.blueyonder.co.uk [62.31.42.141]) by hub.freebsd.org (Postfix) with ESMTP id 7066937B719; Wed, 4 Apr 2001 01:08:23 -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 f347wEx32634; Wed, 4 Apr 2001 08:58:15 +0100 (BST) (envelope-from nik) Date: Wed, 4 Apr 2001 08:58:09 +0100 From: Nik Clayton To: Dima Dorfman Cc: jim@FreeBSD.org, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010404085803.A29733@canyon.nothing-going-on.org> References: <20010403011117.A2616@guinness.osdn.com> <20010403053535.3F0003E09@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010403053535.3F0003E09@bazooka.unixfreak.org>; from dima@unixfreak.org on Mon, Apr 02, 2001 at 10:35:35PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 02, 2001 at 10:35:35PM -0700, Dima Dorfman wrote: > However, it doesn't talk about whether 8-space indents should get > converted to tabs. >=20 > Nik? Comments? It would be nice if leading 8 spaces are converted to tabs. But it's not critical. On the whole, I'd rather people were writing/improving documentation. . . 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 --- --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrK1AoACgkQk6gHZCw343WJ2QCgj/kRrnJfCz2uWwKuqmYd74G7 CDoAnRuwExxUQdwNXRWZVAbcFav0gzw3 =o0eG -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 1: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 41FE437B724; Wed, 4 Apr 2001 01:26:55 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f348Qtw46423; Wed, 4 Apr 2001 01:26:55 -0700 (PDT) (envelope-from ru) Message-Id: <200104040826.f348Qtw46423@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 01:26:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 01:26:55 PDT Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: - Call `subclean' after `clean' for each program. - Eliminate compiler warning. Revision Changes Path 1.27 +3 -3 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 1:28: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FEB237B722; Wed, 4 Apr 2001 01:28:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f348S1946526; Wed, 4 Apr 2001 01:28:01 -0700 (PDT) (envelope-from ru) Message-Id: <200104040828.f348S1946526@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 01:28:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 01:28:01 PDT Modified files: usr.sbin/crunch/crunchgen crunchgen.1 Log: Document ``special ident '' command. Revision Changes Path 1.23 +18 -1 src/usr.sbin/crunch/crunchgen/crunchgen.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 1:31: 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 738E937B71C; Wed, 4 Apr 2001 01:30:57 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f348UqR44859; Wed, 4 Apr 2001 11:30:52 +0300 (EEST) (envelope-from ru) Date: Wed, 4 Apr 2001 11:30:52 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c Message-ID: <20010404113052.A44632@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104040826.f348Qtw46423@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: <200104040826.f348Qtw46423@freefall.freebsd.org>; from ru@FreeBSD.org on Wed, Apr 04, 2001 at 01:26:55AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 04, 2001 at 01:26:55AM -0700, Ruslan Ermilov wrote: > ru 2001/04/04 01:26:55 PDT > > Modified files: > usr.sbin/crunch/crunchgen crunchgen.c > Log: > - Call `subclean' after `clean' for each program. > - Eliminate compiler warning. > Argh, s/subclean/cleandepend/ above. 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 Apr 4 1:31:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E75CD37B729; Wed, 4 Apr 2001 01:31:49 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f348VnJ47156; Wed, 4 Apr 2001 01:31:49 -0700 (PDT) (envelope-from nik) Message-Id: <200104040831.f348VnJ47156@freefall.freebsd.org> From: Nik Clayton Date: Wed, 4 Apr 2001 01:31:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/04/04 01:31:49 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Remove the frames from some of the tables. Make some of the s real s, with a title (instead of putting the notional title in a immediately before it. Add Bruce Mah to the Who's Who section for the Release Notes. Add Ruslan Ermilov to the Who's Who section as Mr mdoc(7). Revision Changes Path 1.55 +37 -15 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 1:42:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F3A537B724; Wed, 4 Apr 2001 01:42:41 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f348gfZ48340; Wed, 4 Apr 2001 01:42:41 -0700 (PDT) (envelope-from nik) Message-Id: <200104040842.f348gfZ48340@freefall.freebsd.org> From: Nik Clayton Date: Wed, 4 Apr 2001 01:42:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_ntfs mount_ntfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/04/04 01:42:41 PDT Modified files: sbin/mount_ntfs mount_ntfs.8 Log: wd1s1a -> ad1s1a Submitted by: sanpei Revision Changes Path 1.9 +3 -3 src/sbin/mount_ntfs/mount_ntfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 2: 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 6416E37B72B; Wed, 4 Apr 2001 02:02:44 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3492iL50332; Wed, 4 Apr 2001 02:02:44 -0700 (PDT) (envelope-from mharo) Message-Id: <200104040902.f3492iL50332@freefall.freebsd.org> From: Michael Haro Date: Wed, 4 Apr 2001 02:02:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/pose Makefile distinfo pkg-plist ports/palm/pose/files patch-af patch-ag patch-ah patch-ai patch-aa patch-ae patch-ab patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/04 02:02:44 PDT Modified files: palm/pose Makefile distinfo pkg-plist palm/pose/files patch-aa patch-ae Added files: palm/pose/files patch-af patch-ag patch-ah patch-ai Removed files: palm/pose/files patch-ab patch-ad Log: update to 3.1 PR: 26335 Submitted by: William Lloyd (new maintainer) Revision Changes Path 1.5 +7 -5 ports/palm/pose/Makefile 1.2 +2 -1 ports/palm/pose/distinfo 1.3 +76 -1 ports/palm/pose/pkg-plist 1.2 +15 -25 ports/palm/pose/files/patch-aa 1.2 +44 -38 ports/palm/pose/files/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 2:30:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8010437B71D; Wed, 4 Apr 2001 02:30:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f349UpB55453; Wed, 4 Apr 2001 02:30:51 -0700 (PDT) (envelope-from brian) Message-Id: <200104040930.f349UpB55453@freefall.freebsd.org> From: Brian Somers Date: Wed, 4 Apr 2001 02:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh parser.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/04 02:30:50 PDT Modified files: bin/sh parser.c Log: Handle ``!'' characters when they appear as second and subsequent parts of an && or || expression. This makes this expression work as expected: if true && ! false; then echo yes; fi Revision Changes Path 1.34 +4 -1 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 2: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 ABEAF37B719; Wed, 4 Apr 2001 02:42:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f349gPa56483; Wed, 4 Apr 2001 02:42:25 -0700 (PDT) (envelope-from ru) Message-Id: <200104040942.f349gPa56483@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 02:42:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8/man8.alpha MAKEDEV.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 02:42:25 PDT Modified files: share/man/man8/man8.alpha MAKEDEV.8 Log: mdoc(7) police: sort xrefs. Revision Changes Path 1.19 +2 -2 src/share/man/man8/man8.alpha/MAKEDEV.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 2:49: 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 DBCD537B71B; Wed, 4 Apr 2001 02:49:05 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f349n5857203; Wed, 4 Apr 2001 02:49:05 -0700 (PDT) (envelope-from ru) Message-Id: <200104040949.f349n5857203@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 02:49:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar tar.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 02:49:05 PDT Modified files: gnu/usr.bin/tar tar.1 Log: mdoc(7) police: use .Nm, remove blank line (these cause warnings in mdocNG). Revision Changes Path 1.39 +4 -3 src/gnu/usr.bin/tar/tar.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 2:52: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 441DE37B718; Wed, 4 Apr 2001 02:52:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f349qTi57641; Wed, 4 Apr 2001 02:52:29 -0700 (PDT) (envelope-from ru) Message-Id: <200104040952.f349qTi57641@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 02:52:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 02:52:29 PDT Modified files: lib/libc/gen syslog.3 Log: mdoc(7) police: add missing .Pa call. Revision Changes Path 1.17 +4 -2 src/lib/libc/gen/syslog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 2:54: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 EB04B37B722; Wed, 4 Apr 2001 02:54:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f349sHV57786; Wed, 4 Apr 2001 02:54:17 -0700 (PDT) (envelope-from ru) Message-Id: <200104040954.f349sHV57786@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 02:54:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 02:54:17 PDT Modified files: (Branch: RELENG_4) lib/libc/gen syslog.3 Log: MFC: mdoc(7) formatting fixes. Revision Changes Path 1.9.2.6 +4 -2 src/lib/libc/gen/syslog.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 3:11: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 4970537B71D; Wed, 4 Apr 2001 03:11:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34ABhD62212; Wed, 4 Apr 2001 03:11:43 -0700 (PDT) (envelope-from brian) Message-Id: <200104041011.f34ABhD62212@freefall.freebsd.org> From: Brian Somers Date: Wed, 4 Apr 2001 03:11:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh parser.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/04 03:11:43 PDT Modified files: bin/sh parser.c Log: A much better (more correct) fix for handling ``!'' characters Obtained from: NetBSD Revision Changes Path 1.35 +41 -24 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 3:23: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 EEEB037B729; Wed, 4 Apr 2001 03:23:27 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34ANRK63318; Wed, 4 Apr 2001 03:23:27 -0700 (PDT) (envelope-from ru) Message-Id: <200104041023.f34ANRK63318@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 03:23:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmd mdX.3 ripemd.3 sha.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 03:23:27 PDT Modified files: lib/libmd mdX.3 ripemd.3 sha.3 Log: mdoc(7) police: use proper markup for function arguments. Revision Changes Path 1.20 +7 -7 src/lib/libmd/mdX.3 1.6 +7 -7 src/lib/libmd/ripemd.3 1.8 +7 -7 src/lib/libmd/sha.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 3:33:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CFD937B718; Wed, 4 Apr 2001 03:33:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34AXEE64272; Wed, 4 Apr 2001 03:33:14 -0700 (PDT) (envelope-from ru) Message-Id: <200104041033.f34AXEE64272@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 03:33:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rshd rshd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 03:33:13 PDT Modified files: libexec/rshd rshd.8 Log: mdoc(7) police: cosmetics. Revision Changes Path 1.24 +6 -5 src/libexec/rshd/rshd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 3: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 2EB6E37B71E; Wed, 4 Apr 2001 03:36:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Aa4c64555; Wed, 4 Apr 2001 03:36:04 -0700 (PDT) (envelope-from brian) Message-Id: <200104041036.f34Aa4c64555@freefall.freebsd.org> From: Brian Somers Date: Wed, 4 Apr 2001 03:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane Makefile distinfo pkg-descr pkg-message pkg-plist ports/graphics/xsane/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/04 03:36:00 PDT Modified files: graphics/xsane Makefile distinfo pkg-descr pkg-message pkg-plist Removed files: graphics/xsane/files patch-ad Log: Update to 0.73 Submitted by: KATO Tsuguru Approved by: Dominik Brettnach PR: 26233 Revision Changes Path 1.23 +28 -11 ports/graphics/xsane/Makefile 1.15 +1 -1 ports/graphics/xsane/distinfo 1.3 +1 -1 ports/graphics/xsane/pkg-descr 1.3 +4 -4 ports/graphics/xsane/pkg-message 1.13 +48 -40 ports/graphics/xsane/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 3: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 63E3A37B71D; Wed, 4 Apr 2001 03:36:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34AaHn64643; Wed, 4 Apr 2001 03:36:17 -0700 (PDT) (envelope-from ru) Message-Id: <200104041036.f34AaHn64643@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 03:36:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck fsck.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 03:36:17 PDT Modified files: sbin/fsck fsck.8 Log: mdoc(7) police: use .Nm instead of hardcoded name. Revision Changes Path 1.23 +4 -2 src/sbin/fsck/fsck.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 3:39: 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 3561A37B71A; Wed, 4 Apr 2001 03:39:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Ad7F65048; Wed, 4 Apr 2001 03:39:07 -0700 (PDT) (envelope-from ru) Message-Id: <200104041039.f34Ad7F65048@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 03:39:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ata.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 03:39:06 PDT Modified files: share/man/man4 ata.4 Log: mdoc(7) police: add a missing comma in the SEE ALSO. Revision Changes Path 1.17 +2 -2 src/share/man/man4/ata.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 3:48: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 3123937B71C; Wed, 4 Apr 2001 03:48:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34AmEQ65884; Wed, 4 Apr 2001 03:48:14 -0700 (PDT) (envelope-from ru) Message-Id: <200104041048.f34AmEQ65884@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 03:48:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 03:48:13 PDT Modified files: share/man/man5 make.conf.5 Log: mdoc(7) police: add missing .Pa call. Revision Changes Path 1.14 +4 -2 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 3:54: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 AD19937B719; Wed, 4 Apr 2001 03:54:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34As2F66382; Wed, 4 Apr 2001 03:54:02 -0700 (PDT) (envelope-from brian) Message-Id: <200104041054.f34As2F66382@freefall.freebsd.org> From: Brian Somers Date: Wed, 4 Apr 2001 03:54:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/04 03:54:02 PDT Modified files: graphics/xsane Makefile distinfo Log: Update to 0.74 Submitted by: KATO Tsuguru Approved by: Dominik Brettnach PR: 26333 Revision Changes Path 1.24 +2 -2 ports/graphics/xsane/Makefile 1.16 +1 -1 ports/graphics/xsane/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 4:19: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 5552537B71C; Wed, 4 Apr 2001 04:19:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34BJAp76613; Wed, 4 Apr 2001 04:19:10 -0700 (PDT) (envelope-from ru) Message-Id: <200104041119.f34BJAp76613@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 04:19:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 04:19:10 PDT Modified files: usr.sbin/pkg_install/version pkg_version.1 Log: mdoc(7) police: .Nm remembers its argument on the first call. Revision Changes Path 1.16 +2 -2 src/usr.sbin/pkg_install/version/pkg_version.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 4:25:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1802837B726; Wed, 4 Apr 2001 04:25:08 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34BP8R77244; Wed, 4 Apr 2001 04:25:08 -0700 (PDT) (envelope-from ru) Message-Id: <200104041125.f34BP8R77244@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 04:25:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pstat pstat.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 04:25:07 PDT Modified files: usr.sbin/pstat pstat.8 Log: mdoc(7) police: you don't need to use enclose macros for blocks of text. Revision Changes Path 1.28 +2 -2 src/usr.sbin/pstat/pstat.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 4: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 A798637B719; Wed, 4 Apr 2001 04:27:37 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34BRbW77477; Wed, 4 Apr 2001 04:27:37 -0700 (PDT) (envelope-from ru) Message-Id: <200104041127.f34BRbW77477@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 04:27:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/raycontrol raycontrol.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 04:27:37 PDT Modified files: usr.sbin/raycontrol raycontrol.8 Log: mdoc(7) police: removed hard sentence breaks. Revision Changes Path 1.8 +11 -6 src/usr.sbin/raycontrol/raycontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 4:33: 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 D606337B720; Wed, 4 Apr 2001 04:33:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34BX1E77867; Wed, 4 Apr 2001 04:33:01 -0700 (PDT) (envelope-from ru) Message-Id: <200104041133.f34BX1E77867@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 04:33:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 04:33:01 PDT Modified files: usr.sbin/syslogd syslog.conf.5 Log: mdoc(7) police: removed hard sentence break. Revision Changes Path 1.21 +4 -3 src/usr.sbin/syslogd/syslog.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 4:52: 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 08C0A37B727; Wed, 4 Apr 2001 04:52:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Bq0C79971; Wed, 4 Apr 2001 04:52:00 -0700 (PDT) (envelope-from ru) Message-Id: <200104041152.f34Bq0C79971@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 04:52:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 witness.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 04:52:00 PDT Modified files: share/man/man4 witness.4 Log: mdoc(7) police: fix markup and spelling. Revision Changes Path 1.2 +13 -9 src/share/man/man4/witness.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 4:54: 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 62BB037B724; Wed, 4 Apr 2001 04:54:02 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Bs2C80299; Wed, 4 Apr 2001 04:54:02 -0700 (PDT) (envelope-from nik) Message-Id: <200104041154.f34Bs2C80299@freefall.freebsd.org> From: Nik Clayton Date: Wed, 4 Apr 2001 04:54:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/04/04 04:54:02 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Document our oral tradition in re what meta information to include at the bottom of a commit message, and the format that information should take. Revision Changes Path 1.56 +134 -2 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 4:57: 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 CDF7F37B71D; Wed, 4 Apr 2001 04:57:04 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Bv4D80549; Wed, 4 Apr 2001 04:57:04 -0700 (PDT) (envelope-from ru) Message-Id: <200104041157.f34Bv4D80549@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 04:57:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 critical_enter.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 04:57:04 PDT Modified files: share/man/man9 critical_enter.9 Log: mdoc(7) police: there is no single manpage that uses ``.Sy not''. Revision Changes Path 1.2 +2 -2 src/share/man/man9/critical_enter.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 4:58:56 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 67D2E37B71C; Wed, 4 Apr 2001 04:58:52 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id NAA60533; Wed, 4 Apr 2001 13:58:51 +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 A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT References: <200104031412.f33ECu881271@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 04 Apr 2001 13:58:51 +0200 In-Reply-To: "Bruce A. Mah"'s message of "Tue, 3 Apr 2001 07:12:54 -0700 (PDT)" Message-ID: Lines: 9 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Bruce A. Mah" writes: > Log: > MFC: New libfetch port range, ftp(1) -U. Wrong. ftp(1) doesn't use libfetch. fetch(1) does. 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 Apr 4 5: 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 EF8F437B71A; Wed, 4 Apr 2001 05:00:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34C0TP80752; Wed, 4 Apr 2001 05:00:29 -0700 (PDT) (envelope-from ru) Message-Id: <200104041200.f34C0TP80752@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 05:00:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sx.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 05:00:29 PDT Modified files: share/man/man9 sx.9 Log: mdoc(7) police: removed final dot from the .Nd call. Revision Changes Path 1.3 +2 -2 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 Wed Apr 4 5:15:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE75137B71B; Wed, 4 Apr 2001 05:15:52 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34CFqw84771; Wed, 4 Apr 2001 05:15:52 -0700 (PDT) (envelope-from ru) Message-Id: <200104041215.f34CFqw84771@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 4 Apr 2001 05:15:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/04 05:15:52 PDT Modified files: release Makefile Log: Put back required ')'. Submitted by: jhay Revision Changes Path 1.602 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 5:16:24 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-141-hy.blueyonder.co.uk [62.31.42.141]) by hub.freebsd.org (Postfix) with ESMTP id AB46637B71E; Wed, 4 Apr 2001 05:16:07 -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 f34Bt9Z05325; Wed, 4 Apr 2001 12:55:09 +0100 (BST) (envelope-from nik) Date: Wed, 4 Apr 2001 12:55:09 +0100 From: Nik Clayton To: Greg Lehey Cc: Eivind Eklund , Darren Reed , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Commit message attributions (was: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.network src/etc/defaults rc.conf) Message-ID: <20010404125509.A4990@canyon.nothing-going-on.org> References: <200010061224.FAA03665@freefall.freebsd.org> <20001006145656.A91379@warning.follo.net> <20001007125324.C28301@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001007125324.C28301@wantadilla.lemis.com>; from grog@lemis.com on Sat, Oct 07, 2000 at 12:53:24PM +0930 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 07, 2000 at 12:53:24PM +0930, Greg Lehey wrote: > On Friday, 6 October 2000 at 14:56:56 +0200, Eivind Eklund wrote: > > On Fri, Oct 06, 2000 at 05:24:46AM -0700, Darren Reed wrote: > >> darrenr 2000/10/06 05:24:46 PDT > >> > >> Modified files: > >> share/man/man5 rc.conf.5 > >> etc rc.network > >> etc/defaults rc.conf > >> Log: > >> This brings support for IP Filter into rc.network and rc.conf with > >> the appropriate documentation added to rc.conf(5). If all goes well > >> with this over the next few weeks, the PR will be closed with the > >> pullup of patches back to 4-STABLE. > >> > >> PR: 20202 > >> Submitted by: Gerhard Sittig > >> Reviewed by: Darren Reed > >> Approved by: Darren Reed > >> Obtained from: Gerhard Sittig > > > > FYI: > > > > "Reviewed by" and "Approved by" is assumed for the committer himself. > > > > "Obtained from" is for other software distributions, not users. > > > > The canonical trappings for this commit message would be just 'PR:' and > > 'Submitted by:'. > > > > No big deal, of course. >=20 > Yes, but where can we read this? I'm pretty sure this is all oral > tradition. We should write it down somewhere. Done. 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 --- --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrLC5wACgkQk6gHZCw343Xw5ACfTXtVIn5tLcRQgTZELzVCYoU/ 6VYAnRZelvbmXTq3AyqtXg6VqbnFejkm =c0TY -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 5: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 BAE7F37B71B; Wed, 4 Apr 2001 05:32:46 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34CWkN86247; Wed, 4 Apr 2001 05:32:46 -0700 (PDT) (envelope-from tg) Message-Id: <200104041232.f34CWkN86247@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 4 Apr 2001 05:32:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.python.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/04/04 05:32:46 PDT Modified files: Mk bsd.python.mk Log: I don't know offhand how to delay defining PYTHON_PLATFORM until the dependencies are evaluated and $PYTHON_CMD will surely exist, so I fake it with the help of expr(1), $OPSYS and $OSREL. PR: 26318 Revision Changes Path 1.10 +5 -2 ports/Mk/bsd.python.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 5:40:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B61EB37B71C; Wed, 4 Apr 2001 05:40:16 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34CeGh86853; Wed, 4 Apr 2001 05:40:16 -0700 (PDT) (envelope-from tg) Message-Id: <200104041240.f34CeGh86853@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 4 Apr 2001 05:40:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/py-scientific distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/04/04 05:40:16 PDT Modified files: math/py-scientific distinfo Log: Checksum changed (no changes in content). Revision Changes Path 1.4 +1 -1 ports/math/py-scientific/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 6:48: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 E571937B71A; Wed, 4 Apr 2001 06:48:33 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: (from orion@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34DmX847022; Wed, 4 Apr 2001 06:48:33 -0700 (PDT) (envelope-from orion) Message-Id: <200104041348.f34DmX847022@freefall.freebsd.org> From: Orion Hodson Date: Wed, 4 Apr 2001 06:48:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cmi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG orion 2001/04/04 06:48:33 PDT Modified files: sys/dev/sound/pci cmi.c Log: Centralize DMA buffer configuration. Simplify initialization and remove offending DMA channel resets there. The resets trash whatever is pointed to DMA registers, but at cmi_attach() time the DMA registers have not been initialized with valid addresses. Reviewed by: Cameron Grant Revision Changes Path 1.6 +39 -54 src/sys/dev/sound/pci/cmi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 7: 4:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A005537B727; Wed, 4 Apr 2001 07:04:53 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34E4r590364; Wed, 4 Apr 2001 07:04:53 -0700 (PDT) (envelope-from yar) Message-Id: <200104041404.f34E4r590364@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 4 Apr 2001 07:04:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/04/04 07:04:53 PDT Modified files: sys/net if_types.h Log: Sync up to NetBSD again, Step 1: * Set the CSRG SCCS ID to the revision this file is actually based on (the file itself has been updated to Lite2 in rev. 1.4). * Fix some typos in comments. * Add a comment to the trailing #endif according to style(9) Revision Changes Path 1.11 +6 -6 src/sys/net/if_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 7: 9:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA69D37B71F; Wed, 4 Apr 2001 07:09:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34E9dK93349; Wed, 4 Apr 2001 07:09:39 -0700 (PDT) (envelope-from knu) Message-Id: <200104041409.f34E9dK93349@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 4 Apr 2001 07:09:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ruby-panda Makefile distinfo ports/print/ruby-panda/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/04 07:09:39 PDT Modified files: print/ruby-panda Makefile distinfo Removed files: print/ruby-panda/files patch-extconf.rb Log: Update to 0.0.3. Revision Changes Path 1.2 +2 -2 ports/print/ruby-panda/Makefile 1.2 +1 -1 ports/print/ruby-panda/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 7:13: 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 2DE3F37B71C; Wed, 4 Apr 2001 07:13:03 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34ED3Q93689; Wed, 4 Apr 2001 07:13:03 -0700 (PDT) (envelope-from yar) Message-Id: <200104041413.f34ED3Q93689@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 4 Apr 2001 07:13:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/04/04 07:13:03 PDT Modified files: sys/net if_types.h Log: Sync up to NetBSD, Step 2: Add the interface types 0x37 through 0xbd. Obtained from: NetBSD Revision Changes Path 1.12 +137 -1 src/sys/net/if_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 7:19: 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 E0E0337B726; Wed, 4 Apr 2001 07:18:57 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34EIvq94273; Wed, 4 Apr 2001 07:18:57 -0700 (PDT) (envelope-from yar) Message-Id: <200104041418.f34EIvq94273@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 4 Apr 2001 07:18:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/04/04 07:18:57 PDT Modified files: sys/net if_types.h Log: Add recently assigned interface types. Obtained from: ftp://ftp.isi.edu/in-notes/iana/assignments/smi-numbers Revision Changes Path 1.13 +8 -1 src/sys/net/if_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 7:35: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 15BDC37B71A; Wed, 4 Apr 2001 07:35:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34EZeU95886; Wed, 4 Apr 2001 07:35:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200104041435.f34EZeU95886@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 4 Apr 2001 07:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/04 07:35:39 PDT Modified files: editors/vim5 Makefile distinfo Log: Update Vim 5.7 to patchlevel 28. Revision Changes Path 1.106 +3 -3 ports/editors/vim5/Makefile 1.57 +1 -0 ports/editors/vim5/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 7:37:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A32137B728; Wed, 4 Apr 2001 07:37:49 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Ebn796435; Wed, 4 Apr 2001 07:37:49 -0700 (PDT) (envelope-from sf) Message-Id: <200104041437.f34Ebn796435@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 4 Apr 2001 07:37:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/mupad Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/math/mupad/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/04/04 07:37:49 PDT Modified files: math Makefile Added files: math/mupad Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist math/mupad/files patch-aa Log: Add mupad, a sophisticated computer algebraic system, like mathematica or maple. This is commercial software. There are single-user/non-commercial, and educational purpose license. note: The author agreed with us to distribute it o modify to make work on FreeBSD o on our ftp sites in as-is and packaged form. PR: 25366 Submitted by: Nakata Maho Revision Changes Path 1.118 +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 Wed Apr 4 7:38: 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 1A4A437B772; Wed, 4 Apr 2001 07:37:57 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Ebv396475; Wed, 4 Apr 2001 07:37:57 -0700 (PDT) (envelope-from sf) Message-Id: <200104041437.f34Ebv396475@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 4 Apr 2001 07:37: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 X-Loop: FreeBSD.ORG sf 2001/04/04 07:37:56 PDT Modified files: . modules Log: mupad --> ports/math/mupad Revision Changes Path 1.2821 +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 Apr 4 7:40:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3239F37B71B; Wed, 4 Apr 2001 07:40:38 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Eec296746; Wed, 4 Apr 2001 07:40:38 -0700 (PDT) (envelope-from sf) Message-Id: <200104041440.f34Eec296746@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 4 Apr 2001 07:40:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/04/04 07:40:38 PDT Modified files: . LEGAL Log: add mupad. Revision Changes Path 1.207 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 8: 9: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 0EB0637B71F; Wed, 4 Apr 2001 08:09:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34F9tP02588; Wed, 4 Apr 2001 08:09:55 -0700 (PDT) (envelope-from bde) Message-Id: <200104041509.f34F9tP02588@freefall.freebsd.org> From: Bruce Evans Date: Wed, 4 Apr 2001 08:09:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/04/04 08:09:54 PDT Modified files: usr.bin/ftp util.c Log: Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to to move the "for safety" zeroing of unused members of timebuf to a better place. It actually moved the zeroing to a worse place and didn't add necessary braces. Fixed a nearby older bug. timebuf.tm_gmtoff was sometimes used even when timebuf was invalid. Even when it is zeroed, a failing mktime() might set it to nonzero. PR: 25243 Revision Changes Path 1.14 +9 -7 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 Wed Apr 4 8:11: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD4AF37B71F; Wed, 4 Apr 2001 08:10:58 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34FAwd02848; Wed, 4 Apr 2001 08:10:58 -0700 (PDT) (envelope-from yar) Message-Id: <200104041510.f34FAwd02848@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 4 Apr 2001 08:10:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c if_vlan_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/04/04 08:10:58 PDT Modified files: sys/net if.c if_vlan_var.h Log: Change the type of the VLAN interface from IFT_PROPVIRTUAL, which was a temporary hack, to IFT_L2VLAN, which is the type assigned by IANA. Revision Changes Path 1.107 +2 -2 src/sys/net/if.c 1.8 +3 -3 src/sys/net/if_vlan_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 8:13: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 5932F37B725; Wed, 4 Apr 2001 08:13:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34FDTY03131; Wed, 4 Apr 2001 08:13:29 -0700 (PDT) (envelope-from nbm) Message-Id: <200104041513.f34FDTY03131@freefall.freebsd.org> From: Neil Blakey-Milner Date: Wed, 4 Apr 2001 08:13:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-orbit Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2001/04/04 08:13:29 PDT Modified files: devel Makefile Added files: devel/py-orbit Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add py-orbit, python bindings for ORBit, a CORBA 2.2-compliant ORB. PR: 26346 Submitted by: Johann Visagie Revision Changes Path 1.489 +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 Wed Apr 4 8:13: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 E7BAC37B720; Wed, 4 Apr 2001 08:13:44 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34FDiu03206; Wed, 4 Apr 2001 08:13:44 -0700 (PDT) (envelope-from nbm) Message-Id: <200104041513.f34FDiu03206@freefall.freebsd.org> From: Neil Blakey-Milner Date: Wed, 4 Apr 2001 08:13: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 X-Loop: FreeBSD.ORG nbm 2001/04/04 08:13:44 PDT Modified files: . modules Log: py-orbit --> ports/devel/py-orbit Revision Changes Path 1.2822 +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 Apr 4 8:14:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B80B937B728; Wed, 4 Apr 2001 08:14:06 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34FE6J03337; Wed, 4 Apr 2001 08:14:06 -0700 (PDT) (envelope-from yar) Message-Id: <200104041514.f34FE6J03337@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 4 Apr 2001 08:14:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/04/04 08:14:06 PDT Modified files: usr.sbin/arp arp.c Log: Add the VLAN interface type to the list of ARP-capable interface types. Revision Changes Path 1.29 +6 -3 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 8:26: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 7342537B71D; Wed, 4 Apr 2001 08:26:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34FQag05073; Wed, 4 Apr 2001 08:26:36 -0700 (PDT) (envelope-from jhb) Message-Id: <200104041526.f34FQag05073@freefall.freebsd.org> From: John Baldwin Date: Wed, 4 Apr 2001 08:26:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal developer.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/04 08:26:34 PDT Modified files: en/internal developer.sgml Log: Add the SMPng project to the list of internal projects. Revision Changes Path 1.13 +4 -2 www/en/internal/developer.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 8: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 E824D37B71C; Wed, 4 Apr 2001 08:37:45 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34FbjS06387; Wed, 4 Apr 2001 08:37:45 -0700 (PDT) (envelope-from knu) Message-Id: <200104041537.f34FbjS06387@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 4 Apr 2001 08:37:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ruby-eb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/04 08:37:45 PDT Modified files: japanese/ruby-eb Makefile distinfo Log: Update to 1.5. Revision Changes Path 1.4 +2 -2 ports/japanese/ruby-eb/Makefile 1.2 +1 -1 ports/japanese/ruby-eb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 9: 5: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE55E37B726; Wed, 4 Apr 2001 09:04:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34G4xW09424; Wed, 4 Apr 2001 09:04:59 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104041604.f34G4xW09424@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 4 Apr 2001 09:04:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/py-asv Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/04 09:04:59 PDT Modified files: textproc Makefile Added files: textproc/py-asv Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add py-asv 0.4, an extensible Python module to parse simple text file formats like CSV. PR: 26349 Submitted by: Johann Visagie Revision Changes Path 1.192 +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 Wed Apr 4 9: 5: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 EE6E337B71E; Wed, 4 Apr 2001 09:05:17 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34G5Hw09905; Wed, 4 Apr 2001 09:05:17 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104041605.f34G5Hw09905@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 4 Apr 2001 09:05: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 X-Loop: FreeBSD.ORG sobomax 2001/04/04 09:05:17 PDT Modified files: . modules Log: py-asv --> ports/textproc/py-asv Revision Changes Path 1.2823 +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 Apr 4 9:20:13 2001 Delivered-To: cvs-all@freebsd.org Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.43.88]) by hub.freebsd.org (Postfix) with ESMTP id 2B8B837B725; Wed, 4 Apr 2001 09:20:00 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-2.cisco.com (8.9.3/8.9.1) with ESMTP id JAA17402; Wed, 4 Apr 2001 09:20:22 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f34GJwD52537; Wed, 4 Apr 2001 09:19:58 -0700 (PDT) (envelope-from bmah) Message-Id: <200104041619.f34GJwD52537@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: Dag-Erling Smorgrav Cc: "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: References: <200104031412.f33ECu881271@freefall.freebsd.org> Comments: In-reply-to Dag-Erling Smorgrav message dated "04 Apr 2001 13:58:51 +0200." From: bmah@FreeBSD.org (Bruce A. Mah) Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_434805526P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 04 Apr 2001 09:19:58 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_434805526P Content-Type: text/plain; charset=us-ascii If memory serves me right, Dag-Erling Smorgrav wrote: > "Bruce A. Mah" writes: > > Log: > > MFC: New libfetch port range, ftp(1) -U. > > Wrong. ftp(1) doesn't use libfetch. fetch(1) does. D'oh! Sorry about that, I'll fix it on my next set of commits. Bruce. --==_Exmh_434805526P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE6y0mu2MoxcVugUsMRAqG8AJ9b6q7TE1RuC3NtvaPFFhldeWEa4QCg7Q/p lcen3WxCSNtrBTk3GqcE88I= =avl5 -----END PGP SIGNATURE----- --==_Exmh_434805526P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 9:45: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 0CF0F37B729; Wed, 4 Apr 2001 09:45:17 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34GjGH16760; Wed, 4 Apr 2001 09:45:17 -0700 (PDT) (envelope-from jim) Message-Id: <200104041645.f34GjGH16760@freefall.freebsd.org> From: Jim Mock Date: Wed, 4 Apr 2001 09:45:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/teapop Makefile distinfo ports/mail/teapop/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/04/04 09:45:16 PDT Modified files: mail/teapop Makefile distinfo mail/teapop/files patch-aa Removed files: mail/teapop/files patch-ab Log: Update to version 0.3.0 -- patch-ab is no longer needed. Revision Changes Path 1.11 +2 -3 ports/mail/teapop/Makefile 1.5 +1 -1 ports/mail/teapop/distinfo 1.3 +13 -13 ports/mail/teapop/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 Apr 4 9:47:43 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 3AC8237B722; Wed, 4 Apr 2001 09:47:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f34GlaG40040; Wed, 4 Apr 2001 09:47:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200104041152.f34Bq0C79971@freefall.freebsd.org> Date: Wed, 04 Apr 2001 09:47:05 -0700 (PDT) From: John Baldwin To: Ruslan Ermilov Subject: RE: cvs commit: src/share/man/man4 witness.4 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 04-Apr-01 Ruslan Ermilov wrote: > ru 2001/04/04 04:52:00 PDT > > Modified files: > share/man/man4 witness.4 > Log: > mdoc(7) police: fix markup and spelling. > > Revision Changes Path > 1.2 +13 -9 src/share/man/man4/witness.4 Please go fix all the other manpages that specify kernel options to use .Qq Dv as well so that there is a consistent style to pull from. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 9:49: 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 5BEC737B71A; Wed, 4 Apr 2001 09:48:58 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Gmw717093; Wed, 4 Apr 2001 09:48:58 -0700 (PDT) (envelope-from bmah) Message-Id: <200104041648.f34Gmw717093@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 4 Apr 2001 09:48:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/04 09:48:58 PDT Modified files: etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Add removable_interfaces to /etc/defaults/rc.conf. It is used (undocumented until now) by /etc/pccard_ether. MFC candidate. Pointed out by: Dave Crane Reviewed by: -mobile Revision Changes Path 1.99 +2 -1 src/etc/defaults/rc.conf 1.94 +4 -1 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 Wed Apr 4 9:55: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B6FC37B71F; Wed, 4 Apr 2001 09:55:02 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Gt2I17936; Wed, 4 Apr 2001 09:55:02 -0700 (PDT) (envelope-from bmah) Message-Id: <200104041655.f34Gt2I17936@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 4 Apr 2001 09:55:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts ABOUT.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/04 09:55:02 PDT Modified files: (Branch: RELENG_4) release/texts ABOUT.TXT Log: MFC: Fix ABOUT.TXT to be consistent with LAYOUT.TXT with respect to the sized of an unpacked ports collection. Approved by: jkh Revision Changes Path 1.8.2.2 +1 -1 src/release/texts/ABOUT.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 10: 5: 4 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 2B2C737B71F; Wed, 4 Apr 2001 10:04:51 -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 f34H4f296156; Wed, 4 Apr 2001 20:04:41 +0300 (EEST) (envelope-from ru) Date: Wed, 4 Apr 2001 20:04:41 +0300 From: Ruslan Ermilov To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 witness.4 Message-ID: <20010404200441.A94213@sunbay.com> Mail-Followup-To: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <200104041152.f34Bq0C79971@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 jhb@FreeBSD.org on Wed, Apr 04, 2001 at 09:47:05AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 04, 2001 at 09:47:05AM -0700, John Baldwin wrote: > > On 04-Apr-01 Ruslan Ermilov wrote: > > ru 2001/04/04 04:52:00 PDT > > > > Modified files: > > share/man/man4 witness.4 > > Log: > > mdoc(7) police: fix markup and spelling. > > > > Revision Changes Path > > 1.2 +13 -9 src/share/man/man4/witness.4 > > Please go fix all the other manpages that specify kernel options to use .Qq Dv > as well so that there is a consistent style to pull from. > Look, I do my best, but I can't do all at once. If you want to help, you are welcome! If you wonder why this is required, I will explain. Putting the name in -mdoc macro prevents it from being hyphenated. PostScript output looks better, etc. 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 Apr 4 10:21:24 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 68E8137B72E; Wed, 4 Apr 2001 10:21:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f34HLEG40950; Wed, 4 Apr 2001 10:21:14 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010404200441.A94213@sunbay.com> Date: Wed, 04 Apr 2001 10:20:43 -0700 (PDT) From: John Baldwin To: Ruslan Ermilov Subject: Re: cvs commit: src/share/man/man4 witness.4 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 04-Apr-01 Ruslan Ermilov wrote: > On Wed, Apr 04, 2001 at 09:47:05AM -0700, John Baldwin wrote: >> >> On 04-Apr-01 Ruslan Ermilov wrote: >> > ru 2001/04/04 04:52:00 PDT >> > >> > Modified files: >> > share/man/man4 witness.4 >> > Log: >> > mdoc(7) police: fix markup and spelling. >> > >> > Revision Changes Path >> > 1.2 +13 -9 src/share/man/man4/witness.4 >> >> Please go fix all the other manpages that specify kernel options to use .Qq >> Dv >> as well so that there is a consistent style to pull from. >> > Look, I do my best, but I can't do all at once. If you want to help, > you are welcome! If you wonder why this is required, I will explain. > Putting the name in -mdoc macro prevents it from being hyphenated. > PostScript output looks better, etc. Ok, it would just be helpful to know what to use as I'll use stuff in other manpages and it turns out to be wrong. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 10: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 19FC737B71F; Wed, 4 Apr 2001 10:32:13 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34HWDC25182; Wed, 4 Apr 2001 10:32:13 -0700 (PDT) (envelope-from jhb) Message-Id: <200104041732.f34HWDC25182@freefall.freebsd.org> From: John Baldwin Date: Wed, 4 Apr 2001 10:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ukbd.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/04 10:32:09 PDT Modified files: share/man/man4 ukbd.4 Log: We don't use quotes around kernel options now. Revision Changes Path 1.19 +5 -5 src/share/man/man4/ukbd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 10:35:11 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 CEA8937B720; Wed, 4 Apr 2001 10:35:03 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup10-36.iptelecom.net.ua [212.9.228.100]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA21029; Wed, 4 Apr 2001 20:34:58 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f34HXid06819; Wed, 4 Apr 2001 20:33:44 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ACB5AF4.29BE83D7@FreeBSD.org> Date: Wed, 04 Apr 2001 20:33:41 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ruslan Ermilov Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 witness.4 References: <200104041152.f34Bq0C79971@freefall.freebsd.org> <20010404200441.A94213@sunbay.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > On Wed, Apr 04, 2001 at 09:47:05AM -0700, John Baldwin wrote: > > > > On 04-Apr-01 Ruslan Ermilov wrote: > > > ru 2001/04/04 04:52:00 PDT > > > > > > Modified files: > > > share/man/man4 witness.4 > > > Log: > > > mdoc(7) police: fix markup and spelling. > > > > > > Revision Changes Path > > > 1.2 +13 -9 src/share/man/man4/witness.4 > > > > Please go fix all the other manpages that specify kernel options to use .Qq Dv > > as well so that there is a consistent style to pull from. > > > Look, I do my best, but I can't do all at once. If you want to help, > you are welcome! If you wonder why this is required, I will explain. > Putting the name in -mdoc macro prevents it from being hyphenated. > PostScript output looks better, etc. This brings up another old question: is anybody from the -doc team considering to create a mdoclint script, that can catch and report common inconsistencies in the manpage? Thus each particular non-doc committer would be able to fix his own 3hit instead of consuming valuable time of other committers. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 10:38:55 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id D150137B72F; Wed, 4 Apr 2001 10:38:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f34HceG41477; Wed, 4 Apr 2001 10:38:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 04 Apr 2001 10:38:10 -0700 (PDT) From: John Baldwin To: John Baldwin Subject: Re: cvs commit: src/share/man/man4 witness.4 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Ruslan Ermilov Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 04-Apr-01 John Baldwin wrote: > > On 04-Apr-01 Ruslan Ermilov wrote: >> On Wed, Apr 04, 2001 at 09:47:05AM -0700, John Baldwin wrote: >>> >>> On 04-Apr-01 Ruslan Ermilov wrote: >>> > ru 2001/04/04 04:52:00 PDT >>> > >>> > Modified files: >>> > share/man/man4 witness.4 >>> > Log: >>> > mdoc(7) police: fix markup and spelling. >>> > >>> > Revision Changes Path >>> > 1.2 +13 -9 src/share/man/man4/witness.4 >>> >>> Please go fix all the other manpages that specify kernel options to use .Qq >>> Dv >>> as well so that there is a consistent style to pull from. >>> >> Look, I do my best, but I can't do all at once. If you want to help, >> you are welcome! If you wonder why this is required, I will explain. >> Putting the name in -mdoc macro prevents it from being hyphenated. >> PostScript output looks better, etc. > > Ok, it would just be helpful to know what to use as I'll use stuff in other > manpages and it turns out to be wrong. Actually, I'm the only one who references kernel options in manpages without using a literal text of 'option FOO' on a separate line it seems. I don't know where I picked up using quotes. ktr(4) uses just plain .Dv for kernel options, so I'll change witness.4 to use those instead of .Qq Dv. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 10:41:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D7B437B724; Wed, 4 Apr 2001 10:41:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Hfq026323; Wed, 4 Apr 2001 10:41:52 -0700 (PDT) (envelope-from jhb) Message-Id: <200104041741.f34Hfq026323@freefall.freebsd.org> From: John Baldwin Date: Wed, 4 Apr 2001 10:41:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 witness.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/04 10:41:50 PDT Modified files: share/man/man4 witness.4 Log: Use a plain .Dv for kernel option names rather than .Qq Dv to be consistent with other manpages. Revision Changes Path 1.3 +3 -3 src/share/man/man4/witness.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11: 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 55BE337B719; Wed, 4 Apr 2001 11:00:54 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34I0sB28389; Wed, 4 Apr 2001 11:00:54 -0700 (PDT) (envelope-from tmm) Message-Id: <200104041800.f34I0sB28389@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 4 Apr 2001 11:00:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e Makefile.inc acl_calc_mask.c acl_copy.c acl_delete.c acl_delete_entry.c acl_entry.c acl_free.c acl_from_text.c acl_get.c acl_init.c acl_perm.c acl_set.c acl_size.c acl_support.c acl_to_text.c acl_valid.c cap_clear.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmm 2001/04/04 11:00:54 PDT Modified files: lib/libc/posix1e acl_calc_mask.c acl_copy.c acl_delete.c acl_delete_entry.c acl_entry.c acl_free.c acl_from_text.c acl_get.c acl_init.c acl_perm.c acl_set.c acl_size.c acl_support.c acl_to_text.c acl_valid.c cap_clear.c cap_dup.c cap_free.c cap_get_fd.c cap_get_file.c cap_get_flag.c cap_get_proc.c cap_init.c cap_set_fd.c cap_set_file.c cap_set_flag.c cap_set_proc.c cap_text.c Added files: lib/libc/posix1e Makefile.inc Removed files: lib/libc/posix1e Makefile Log: Prepare for the inclusion of libposix1e into libc: retire the old Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of sys/acl.h and sys/capability.h, and an additional underscore in front of the functions that will be overridden in libc_r. Approved by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.5 +3 -1 src/lib/libc/posix1e/acl_calc_mask.c 1.2 +3 -1 src/lib/libc/posix1e/acl_copy.c 1.6 +4 -2 src/lib/libc/posix1e/acl_delete.c 1.2 +3 -1 src/lib/libc/posix1e/acl_delete_entry.c 1.2 +3 -1 src/lib/libc/posix1e/acl_entry.c 1.3 +3 -1 src/lib/libc/posix1e/acl_free.c 1.6 +3 -1 src/lib/libc/posix1e/acl_from_text.c 1.7 +5 -3 src/lib/libc/posix1e/acl_get.c 1.7 +3 -1 src/lib/libc/posix1e/acl_init.c 1.3 +3 -1 src/lib/libc/posix1e/acl_perm.c 1.6 +5 -3 src/lib/libc/posix1e/acl_set.c 1.2 +3 -1 src/lib/libc/posix1e/acl_size.c 1.7 +3 -1 src/lib/libc/posix1e/acl_support.c 1.6 +3 -1 src/lib/libc/posix1e/acl_to_text.c 1.6 +4 -2 src/lib/libc/posix1e/acl_valid.c 1.3 +3 -1 src/lib/libc/posix1e/cap_clear.c 1.3 +3 -1 src/lib/libc/posix1e/cap_dup.c 1.3 +3 -1 src/lib/libc/posix1e/cap_free.c 1.4 +4 -2 src/lib/libc/posix1e/cap_get_fd.c 1.3 +3 -1 src/lib/libc/posix1e/cap_get_file.c 1.3 +3 -1 src/lib/libc/posix1e/cap_get_flag.c 1.4 +3 -1 src/lib/libc/posix1e/cap_get_proc.c 1.3 +3 -1 src/lib/libc/posix1e/cap_init.c 1.3 +4 -2 src/lib/libc/posix1e/cap_set_fd.c 1.3 +3 -1 src/lib/libc/posix1e/cap_set_file.c 1.4 +3 -1 src/lib/libc/posix1e/cap_set_flag.c 1.3 +3 -1 src/lib/libc/posix1e/cap_set_proc.c 1.3 +3 -1 src/lib/libc/posix1e/cap_text.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11: 4:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A7C237B71E; Wed, 4 Apr 2001 11:04:11 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34I4Bu28840; Wed, 4 Apr 2001 11:04:11 -0700 (PDT) (envelope-from tmm) Message-Id: <200104041804.f34I4Bu28840@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 4 Apr 2001 11:04:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/include namespace.h un-namespace.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmm 2001/04/04 11:04:11 PDT Modified files: lib/libc/include namespace.h un-namespace.h Log: Add entries for the posix1e functions that will be overridden in libc_r. Approved by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.4 +7 -1 src/lib/libc/include/namespace.h 1.3 +7 -1 src/lib/libc/include/un-namespace.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11: 7: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 0C89337B722; Wed, 4 Apr 2001 11:06:56 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f34I6pU04948; Wed, 4 Apr 2001 19:06:51 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f34IBsG48457; Wed, 4 Apr 2001 19:11:54 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200104041811.f34IBsG48457@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Maxim Sobolev Cc: Ruslan Ermilov , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/share/man/man4 witness.4 In-Reply-To: Message from Maxim Sobolev of "Wed, 04 Apr 2001 20:33:41 +0300." <3ACB5AF4.29BE83D7@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 04 Apr 2001 19:11:54 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Ruslan Ermilov wrote: > > > On Wed, Apr 04, 2001 at 09:47:05AM -0700, John Baldwin wrote: > > > > > > On 04-Apr-01 Ruslan Ermilov wrote: > > > > ru 2001/04/04 04:52:00 PDT > > > > > > > > Modified files: > > > > share/man/man4 witness.4 > > > > Log: > > > > mdoc(7) police: fix markup and spelling. > > > > > > > > Revision Changes Path > > > > 1.2 +13 -9 src/share/man/man4/witness.4 > > > > > > Please go fix all the other manpages that specify kernel options to use .Qq Dv > > > as well so that there is a consistent style to pull from. > > > > > Look, I do my best, but I can't do all at once. If you want to help, > > you are welcome! If you wonder why this is required, I will explain. > > Putting the name in -mdoc macro prevents it from being hyphenated. > > PostScript output looks better, etc. > > This brings up another old question: is anybody from the -doc team considering to > create a mdoclint script, that can catch and report common inconsistencies in the > manpage? Thus each particular non-doc committer would be able to fix his own 3hit > instead of consuming valuable time of other committers. I believe ru said that mdoc-NG would do that for us - when it's brought in. > -Maxim -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11:10:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78F0D37B71B; Wed, 4 Apr 2001 11:10:26 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34IAQO31881; Wed, 4 Apr 2001 11:10:26 -0700 (PDT) (envelope-from tmm) Message-Id: <200104041810.f34IAQO31881@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 4 Apr 2001 11:10:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_acl_aclcheck_fd.c uthread_acl_delete_fd.c uthread_acl_get_fd.c uthread_acl_set_fd.c uthread_cap_get_fd.c uthread_cap_set_fd.c pthread_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmm 2001/04/04 11:10:26 PDT Modified files: lib/libc_r/uthread pthread_private.h Added files: lib/libc_r/uthread uthread_acl_aclcheck_fd.c uthread_acl_delete_fd.c uthread_acl_get_fd.c uthread_acl_set_fd.c uthread_cap_get_fd.c uthread_cap_set_fd.c Log: Add thread safety wrappers for the posix1e syscalls that deal with file descriptors. Approved by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.56 +15 -1 src/lib/libc_r/uthread/pthread_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11:10:55 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 265E137B71F; Wed, 4 Apr 2001 11:10:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup8-54.iptelecom.net.ua [212.9.227.246]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA25623; Wed, 4 Apr 2001 21:10:35 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f34I9od09420; Wed, 4 Apr 2001 21:09:50 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ACB636A.7AD7D9F6@FreeBSD.org> Date: Wed, 04 Apr 2001 21:09:46 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Brian Somers Cc: Ruslan Ermilov , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 witness.4 References: <200104041811.f34IBsG48457@hak.lan.Awfulhak.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > > Ruslan Ermilov wrote: > > > > > On Wed, Apr 04, 2001 at 09:47:05AM -0700, John Baldwin wrote: > > > > > > > > On 04-Apr-01 Ruslan Ermilov wrote: > > > > > ru 2001/04/04 04:52:00 PDT > > > > > > > > > > Modified files: > > > > > share/man/man4 witness.4 > > > > > Log: > > > > > mdoc(7) police: fix markup and spelling. > > > > > > > > > > Revision Changes Path > > > > > 1.2 +13 -9 src/share/man/man4/witness.4 > > > > > > > > Please go fix all the other manpages that specify kernel options to use .Qq Dv > > > > as well so that there is a consistent style to pull from. > > > > > > > Look, I do my best, but I can't do all at once. If you want to help, > > > you are welcome! If you wonder why this is required, I will explain. > > > Putting the name in -mdoc macro prevents it from being hyphenated. > > > PostScript output looks better, etc. > > > > This brings up another old question: is anybody from the -doc team considering to > > create a mdoclint script, that can catch and report common inconsistencies in the > > manpage? Thus each particular non-doc committer would be able to fix his own 3hit > > instead of consuming valuable time of other committers. > > I believe ru said that mdoc-NG would do that for us - when it's > brought in. It would be nice if so. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11: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 47BD637B71B; Wed, 4 Apr 2001 11:14:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34IEDt32413; Wed, 4 Apr 2001 11:14:13 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104041814.f34IEDt32413@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 4 Apr 2001 11:14:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/aide Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/04 11:14:13 PDT Modified files: security/aide Makefile Log: Fix another PTHREAD_LIBS conversion victim. Prompted by: maintainer Revision Changes Path 1.6 +2 -2 ports/security/aide/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11:17: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 409A537B71A; Wed, 4 Apr 2001 11:17:29 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34IHTX33063; Wed, 4 Apr 2001 11:17:29 -0700 (PDT) (envelope-from tmm) Message-Id: <200104041817.f34IHTX33063@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 4 Apr 2001 11:17:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile src/lib/libc Makefile.inc src/lib/libc_r/uthread Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmm 2001/04/04 11:17:28 PDT Modified files: lib Makefile lib/libc Makefile.inc lib/libc_r/uthread Makefile.inc Log: Activate build of posix1e extensions in libc and libc_r that have been moved in from libposix1e, and deactivate build of the soon-to-be-removed libposix1e. Approved by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.119 +2 -2 src/lib/Makefile 1.7 +2 -1 src/lib/libc/Makefile.inc 1.28 +7 -1 src/lib/libc_r/uthread/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11: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 7FE2537B73B; Wed, 4 Apr 2001 11:20:09 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34IK9F33341; Wed, 4 Apr 2001 11:20:09 -0700 (PDT) (envelope-from tmm) Message-Id: <200104041820.f34IK9F33341@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 4 Apr 2001 11:20:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/getfacl Makefile src/bin/setfacl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmm 2001/04/04 11:20:09 PDT Modified files: bin/getfacl Makefile bin/setfacl Makefile Log: setfacl and getfacl no longer need to link against libposix1e, since it has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.4 +1 -3 src/bin/getfacl/Makefile 1.4 +1 -3 src/bin/setfacl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11:24: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 221F937B71A; Wed, 4 Apr 2001 11:24:36 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34IOa133871; Wed, 4 Apr 2001 11:24:36 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104041824.f34IOa133871@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 11:24:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 11:24:35 PDT Modified files: sys/cam cam_periph.c Log: If we have and error and are booting verbosely, don't be complaining if this was a non-retryable selection timeout- wading through 256 targets worth of Fibre Channel 'selection timeouts' is tedious at best. Revision Changes Path 1.34 +8 -2 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 11:29: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27BB237B720; Wed, 4 Apr 2001 11:29:05 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34IT4p34273; Wed, 4 Apr 2001 11:29:05 -0700 (PDT) (envelope-from tmm) Message-Id: <200104041829.f34IT4p34273@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 4 Apr 2001 11:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e Makefile acl.3 acl_add_perm.3 acl_calc_mask.3 acl_calc_mask.c acl_clear_perms.3 acl_copy.c acl_copy_entry.3 acl_create_entry.3 acl_delete.3 acl_delete.c acl_delete_entry.3 acl_delete_entry.c acl_delete_perm.3 acl_dup.3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tmm 2001/04/04 11:29:04 PDT Removed files: lib/libposix1e Makefile acl.3 acl_add_perm.3 acl_calc_mask.3 acl_calc_mask.c acl_clear_perms.3 acl_copy.c acl_copy_entry.3 acl_create_entry.3 acl_delete.3 acl_delete.c acl_delete_entry.3 acl_delete_entry.c acl_delete_perm.3 acl_dup.3 acl_entry.c acl_free.3 acl_free.c acl_from_text.3 acl_from_text.c acl_get.3 acl_get.c acl_get_permset.3 acl_get_qualifier.3 acl_get_tag_type.3 acl_init.3 acl_init.c acl_perm.c acl_set.3 acl_set.c acl_set_permset.3 acl_set_qualifier.3 acl_set_tag_type.3 acl_size.c acl_support.c acl_support.h acl_to_text.3 acl_to_text.c acl_valid.3 acl_valid.c cap.3 cap_clear.3 cap_clear.c cap_dup.3 cap_dup.c cap_free.3 cap_free.c cap_from_text.3 cap_get_fd.c cap_get_file.c cap_get_flag.3 cap_get_flag.c cap_get_proc.3 cap_get_proc.c cap_init.3 cap_init.c cap_set_fd.c cap_set_file.c cap_set_flag.3 cap_set_flag.c cap_set_proc.3 cap_set_proc.c cap_text.c cap_to_text.3 posix1e.3 Log: Remove the libposix1e, since it has been repo copied to libc/posix1e and integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 12:26:39 2001 Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 6851137B719; Wed, 4 Apr 2001 12:26:35 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id PAA17394; Wed, 4 Apr 2001 15:26:01 -0400 (EDT) Date: Wed, 4 Apr 2001 15:26:00 -0400 (EDT) From: Daniel Eischen To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_acl_aclcheck_fd.c uthread_acl_delete_fd.c uthread_acl_get_fd.c uthread_acl_set_fd.c uthread_cap_get_fd.c uthread_cap_set_fd.c pthread_private.h In-Reply-To: <200104041810.f34IAQO31881@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 4 Apr 2001, Thomas Moestl wrote: > tmm 2001/04/04 11:10:26 PDT > > Modified files: > lib/libc_r/uthread pthread_private.h > Added files: > lib/libc_r/uthread uthread_acl_aclcheck_fd.c > uthread_acl_delete_fd.c > uthread_acl_get_fd.c uthread_acl_set_fd.c > uthread_cap_get_fd.c uthread_cap_set_fd.c > Log: > Add thread safety wrappers for the posix1e syscalls that deal with file > descriptors. > > Approved by: rwatson > Obtained from: TrustedBSD Project No big deal, but fd locking has been disabled for a while in -current. I want to eventually eliminate all the _FD_LOCK and _FD_UNLOCK calls and remove wrappers whose only purpose is to provide fd locking. BTW, why do all the acl system calls begin with 2 underscores? Is that specified by the POSIX1.e standard? -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 12:57:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF88037B71C; Wed, 4 Apr 2001 12:57:37 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34JvbI44454; Wed, 4 Apr 2001 12:57:37 -0700 (PDT) (envelope-from nik) Message-Id: <200104041957.f34JvbI44454@freefall.freebsd.org> From: Nik Clayton Date: Wed, 4 Apr 2001 12:57:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/jadetex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/04/04 12:57:37 PDT Modified files: print/jadetex Makefile distinfo Log: Update to JadeTeX 3.6, take MAINTAINERship. Approved by: Previous MAINTAINER, Sean Kelly Revision Changes Path 1.17 +4 -9 ports/print/jadetex/Makefile 1.5 +1 -2 ports/print/jadetex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 12:59:12 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 7369337B72F for ; Wed, 4 Apr 2001 12:59:04 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 9232 invoked by uid 0); 4 Apr 2001 19:59:01 -0000 Received: from p3e9e03d2.dip.t-dialin.net (HELO forge.local) (62.158.3.210) by mail.gmx.net (mp018-rz3) with SMTP; 4 Apr 2001 19:59:01 -0000 Received: from tmm by forge.local with local (Exim 3.20 #1) id 14ktQg-0000p5-00; Wed, 04 Apr 2001 21:58:58 +0200 Date: Wed, 4 Apr 2001 21:58:56 +0200 From: Thomas Moestl To: Daniel Eischen Cc: Thomas Moestl , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_acl_aclcheck_fd.c uthread_acl_delete_fd.c uthread_acl_get_fd.c uthread_acl_set_fd.c uthread_cap_get_fd.c uthread_cap_set_fd.c pthread_private.h Message-ID: <20010404215855.A3023@crow.dom2ip.de> Mail-Followup-To: Thomas Moestl , Daniel Eischen , Thomas Moestl , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104041810.f34IAQO31881@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 eischen@vigrid.com on Wed, Apr 04, 2001 at 03:26:00PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 04, 2001 at 03:26:00PM -0400, Daniel Eischen wrote: > On Wed, 4 Apr 2001, Thomas Moestl wrote: > > tmm 2001/04/04 11:10:26 PDT > > > > Modified files: > > lib/libc_r/uthread pthread_private.h > > Added files: > > lib/libc_r/uthread uthread_acl_aclcheck_fd.c > > uthread_acl_delete_fd.c > > uthread_acl_get_fd.c uthread_acl_set_fd.c > > uthread_cap_get_fd.c uthread_cap_set_fd.c > > Log: > > Add thread safety wrappers for the posix1e syscalls that deal with file > > descriptors. > > > > Approved by: rwatson > > Obtained from: TrustedBSD Project > > No big deal, but fd locking has been disabled for a while in -current. > I want to eventually eliminate all the _FD_LOCK and _FD_UNLOCK calls > and remove wrappers whose only purpose is to provide fd locking. Oops, I didn't know that. Well, then the new wrappers will probably be removed some day without ever serving a purpose... > BTW, why do all the acl system calls begin with 2 underscores? > Is that specified by the POSIX1.e standard? No, they just shouldn't be in the application namespace; they need to be wrapped in the library because the arguments are different (they need to be because the userland acl types need additional state information for the editing functions and the acl's and cap sets are managed in malloc'ed storage). - thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 13:33:21 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 83D9837B71F; Wed, 4 Apr 2001 13:33:13 -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.1/8.11.1) with SMTP id f34KWuh26079; Wed, 4 Apr 2001 16:32:56 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 4 Apr 2001 16:32:56 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Daniel Eischen Cc: Thomas Moestl , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_acl_aclcheck_fd.c uthread_acl_delete_fd.c uthread_acl_get_fd.c uthread_acl_set_fd.c uthread_cap_get_fd.c uthread_cap_set_fd.c pthread_private.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 X-Loop: FreeBSD.ORG On Wed, 4 Apr 2001, Daniel Eischen wrote: > BTW, why do all the acl system calls begin with 2 underscores? Is that > specified by the POSIX1.e standard? I believe this was actually at Bruce's recommendation. The reason is that the system calls themselves do not provide the POSIX.1e API. Instead, they are wrapped by the actual POSIX.1e API (this was one of the functions served by libposix1e). This occurs because POSIX.1e requires some of its calls to allocate memory in userspace for data returned from the kernel, and because some of the userspace structures are different from those communicated with the kernel. As examples -- acl_get_file() is intended to allocate the memory required to return the ACL information to the caller. Similarly, acl_t in userland is going to diverge from being "struct acl *" shortly because the POSIX.1e interface requires that acl_t provide access to an iterator over the ACL entries, which is not part of the kernel or persistent format. As a result, it was necessary to place the functions out of the application namespace, especially since the system call functions are in libc. The accepted way of pushing things out of the application namespace is to escape them using "__"--there was existing precedent for the __ technique in system call naming in the form of __sysctl(), __semctl(), and __getcwd(). This starts to look a little obtuse due to the libc name escaping associated with threading, but is the most consistent solution we could think of. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 13:44:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B885D37B722; Wed, 4 Apr 2001 13:44:17 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34KiH751806; Wed, 4 Apr 2001 13:44:17 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104042044.f34KiH751806@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 4 Apr 2001 13:44:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/04 13:44:17 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update modules: net and apache. From the webmin updates page: apache: Two virtual servers can be created with the same name and port. On systems that restrict which Webmin users can edit which virtual servers, this could be used to get around the restriction. net: Virtual network interfaces could not be setup properly on Solaris 8. (this should not affect FreeBSD users). Revision Changes Path 1.41 +3 -2 ports/sysutils/webmin/Makefile 1.20 +2 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 13: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 E89A137B71D; Wed, 4 Apr 2001 13:45:58 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Kjwf51983; Wed, 4 Apr 2001 13:45:58 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104042045.f34Kjwf51983@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 4 Apr 2001 13:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/04/04 13:45:58 PDT Modified files: sysutils/webmin pkg-message Log: Use ${LOCALBASE} in pkg-message, not "/usr/local". Revision Changes Path 1.3 +1 -1 ports/sysutils/webmin/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 13: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 4177937B720; Wed, 4 Apr 2001 13:49:32 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34KnWO52336; Wed, 4 Apr 2001 13:49:32 -0700 (PDT) (envelope-from horikawa) Message-Id: <200104042049.f34KnWO52336@freefall.freebsd.org> From: Kazuo Horikawa Date: Wed, 4 Apr 2001 13:49:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 natd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/04/04 13:49:32 PDT Modified files: ja_JP.eucJP/man/man8 natd.8 Log: Fix mistranslation. PR: [man-jp 3361] Submitted by:mastake@rr.iij4u.or.jp Reviewed by:SADA Kenji Revision Changes Path 1.20 +4 -2 doc/ja_JP.eucJP/man/man8/natd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14:43: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4990337B720; Wed, 4 Apr 2001 14:43:00 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Lh0563440; Wed, 4 Apr 2001 14:43:00 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104042143.f34Lh0563440@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 14:43:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 14:43:00 PDT Modified files: sys/dev/isp isp.c Log: After loading f/w, for FC cards print out Firmware Attributes. Redo establishment of default SCSI parameters whether or not we've been compiled for target mode. Unfortunately, the Qlogic f/w is confused so that if we set all targets to be 'safe' (i.e., narrow/async), it will also then report narrow, async if we're contacted in target mode from that target (acting in initiator role). D'oh! Fix ISPCTL_TOGGLE_TMODE to correctly enable the right channel for dual channel cards. Add some more opcodes. Fix a stupid NULL pointer bug. Revision Changes Path 1.64 +73 -52 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14:43:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 502DC37B727; Wed, 4 Apr 2001 14:43:44 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LhiW63528; Wed, 4 Apr 2001 14:43:44 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104042143.f34LhiW63528@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 14:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_tpublic.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 14:43:44 PDT Modified files: sys/dev/isp isp_tpublic.h Log: Ansification of source. Revision Changes Path 1.5 +2 -2 src/sys/dev/isp/isp_tpublic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14:44:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6128437B722; Wed, 4 Apr 2001 14:44:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LiAs63595; Wed, 4 Apr 2001 14:44:10 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104042144.f34LiAs63595@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 14:44:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispmbox.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 14:44:10 PDT Modified files: sys/dev/isp ispmbox.h Log: Add some target mode definitions and firmware (FC only) attribute definitions. Revision Changes Path 1.29 +14 -1 src/sys/dev/isp/ispmbox.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14: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 4C21637B726; Wed, 4 Apr 2001 14:46:49 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Lknq64809; Wed, 4 Apr 2001 14:46:49 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104042146.f34Lknq64809@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 14:46:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 14:46:48 PDT Modified files: sys/dev/isp isp_target.h Log: Amazing. The bits to enable tagged queing in target mode, grok that a tag is active for an ATIO, and say that you want to reconnect with a tag value in a CTIO have *never* been exercised until now. This lossage derived from Solaris code where this stuff originally came from that is about 7 years old. Amazing. We now bundle the incoming tag (legal values are 0..256) as the low 16 bits of the ccb_accept_tio's at_tagid while we put the firmware handle for this ATIO in the top 16 bits- define some macros to make this cleaner. Complete some Ansification. Revision Changes Path 1.13 +30 -12 src/sys/dev/isp/isp_target.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14:49:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 208F737B725; Wed, 4 Apr 2001 14:49:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Lnqd65144; Wed, 4 Apr 2001 14:49:52 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104042149.f34Lnqd65144@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 14:49:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 14:49:52 PDT Modified files: sys/dev/isp isp_target.c Log: Perform some more Ansification. Remove and then replace the isp_putback_atio function- we did it a bit cleaner. We only use this if a CTIO completes with !CT_OK state. We now have managed to get away without having to poke around and trying to find the original ATIO- the csio we're using has the tag_id and lun values with it which is mostly what we need when we do the putback. Make sure we correctly propagate AT_TQAE->CT_TQAE for tags. Make sure we call ISP_DMAFREE only if we had DATA to move. Revision Changes Path 1.15 +50 -85 src/sys/dev/isp/isp_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14: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 1E71037B71B; Wed, 4 Apr 2001 14:52:21 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LqL665488; Wed, 4 Apr 2001 14:52:21 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104042152.f34LqL665488@freefall.freebsd.org> From: Nick Sayer Date: Wed, 4 Apr 2001 14:52:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imap-uw Makefile distinfo pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/04 14:52:20 PDT Modified files: mail/imap-uw Makefile distinfo pkg-message Log: Back out my last change. I started the commit and decided that my timeout of petef may have been premature. The commit got started rather than aborted. I will try contacting petef some more first. Revision Changes Path 1.54 +7 -33 ports/mail/imap-uw/Makefile 1.34 +1 -1 ports/mail/imap-uw/distinfo 1.3 +4 -5 ports/mail/imap-uw/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14:53:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3CC237B729; Wed, 4 Apr 2001 14:53:43 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LrhB65706; Wed, 4 Apr 2001 14:53:43 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104042153.f34LrhB65706@freefall.freebsd.org> From: Nick Sayer Date: Wed, 4 Apr 2001 14:53:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/04 14:53:43 PDT Modified files: mail Makefile Log: Forced commit: Most of the changes mentioned in the previous commit were aborted. However, I will go ahead and de-orbit pine4-ssl, since hopefully the new and improved pine4 with ssl support will be forthcoming. Revision Changes Path 1.212 +1 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14: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 A6B3E37B725; Wed, 4 Apr 2001 14:54:02 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Ls2I65804; Wed, 4 Apr 2001 14:54:02 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104042154.f34Ls2I65804@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 14:54:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 14:54:02 PDT Modified files: sys/dev/isp isp_pci.c Log: Complete some Ansification. Check to make sure, in tdma_mk, that we won't overflow the request queue. The reason we want to do this is that we now push out completed CTIOs as we complete them- this gets the QLogic working on them quicker. So we need to know whether we can put the entire burrito out before we start. We now support conjoint status with data for the last CTIO for both Fibre Channel and SCSI. Leave the old code in place in case we need to go back (minor 3 line ifdef). Ultra-ultra important- *don't* set rq->req_seg_count for non-data target mode requests in isp_pci_dmasetup. D'oh- this is actually the tag value area for a CTIO. What *was* I thinking? Boy howdy does both aic7xxx and sym get awfully unhappy when on reconnect you give them a constant '1' for a tag value. Revision Changes Path 1.67 +38 -18 src/sys/dev/isp/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14: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 9A5AE37B718; Wed, 4 Apr 2001 14:54:32 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LsWp65933; Wed, 4 Apr 2001 14:54:32 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104042154.f34LsWp65933@freefall.freebsd.org> From: Nick Sayer Date: Wed, 4 Apr 2001 14:54:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pine4-ssl Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/mail/pine4-ssl/files extrapatch-aa extrapatch-ab pgpdecode pgpencrypt pgpsign X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/04 14:54:32 PDT Removed files: mail/pine4-ssl Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist mail/pine4-ssl/files extrapatch-aa extrapatch-ab pgpdecode pgpencrypt pgpsign Log: Scrap pine4-ssl port as a separate entity. Shortly the pine4 port will get a WITH_SSL=yes option, hopefully. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14:55: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 96D6C37B718; Wed, 4 Apr 2001 14:55:29 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LtT966102; Wed, 4 Apr 2001 14:55:29 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104042155.f34LtT966102@freefall.freebsd.org> From: Nick Sayer Date: Wed, 4 Apr 2001 14:55:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pine4-ssl/files dot.pinerc.pgp.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/04 14:55:29 PDT Removed files: mail/pine4-ssl/files dot.pinerc.pgp.sample Log: Finish getting rid of pine4-ssl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 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 1D89337B729; Wed, 4 Apr 2001 14:56:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LuGL66193; Wed, 4 Apr 2001 14:56:16 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104042156.f34LuGL66193@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 14:56:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 14:56:16 PDT Modified files: sys/dev/isp isp_freebsd.h Log: Roll platform minor. Change target mode state definitions to be aware of 'channel' (for the dualbus 1280/12160 cards). Revision Changes Path 1.49 +12 -16 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14:56:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF72D37B719; Wed, 4 Apr 2001 14:56:25 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LuPr66246; Wed, 4 Apr 2001 14:56:25 -0700 (PDT) (envelope-from alfred) Message-Id: <200104042156.f34LuPr66246@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 4 Apr 2001 14:56:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/04 14:56:25 PDT Modified files: sys/dev/wi if_wi.c Log: call a watchdog timeout like it is. Revision Changes Path 1.44 +2 -2 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 14:58:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9D0B37B72B; Wed, 4 Apr 2001 14:58:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34LwT067751; Wed, 4 Apr 2001 14:58:29 -0700 (PDT) (envelope-from mjacob) Message-Id: <200104042158.f34LwT067751@freefall.freebsd.org> From: Matt Jacob Date: Wed, 4 Apr 2001 14:58:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/04/04 14:58:29 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Redo a lot of the target mode infrastructure to be cognizant of Dual Bus cards like the 1280 && the 12160. Cleanup isp_target_putback_atio. Make sure bus and correct tag ids and firmware handles get propagated as needed. Revision Changes Path 1.62 +216 -189 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 15:26:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5865E37B72B; Wed, 4 Apr 2001 15:26:20 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34MQKx73758; Wed, 4 Apr 2001 15:26:20 -0700 (PDT) (envelope-from jeh) Message-Id: <200104042226.f34MQKx73758@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 4 Apr 2001 15:26:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/04/04 15:26:20 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update DATs to verison 4132 Approved by: kris Revision Changes Path 1.23 +2 -2 ports/security/uvscan-dat/Makefile 1.23 +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 Apr 4 15:51: 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 3497C37B720; Wed, 4 Apr 2001 15:50:58 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34Mow375909; Wed, 4 Apr 2001 15:50:58 -0700 (PDT) (envelope-from ken) Message-Id: <200104042250.f34Mow375909@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Wed, 4 Apr 2001 15:50:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm_gram.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2001/04/04 15:50:58 PDT Modified files: sys/dev/aic7xxx/aicasm aicasm_gram.y Log: Don't allow immediate values of 0 for operations that can take either an immediate value or the accumulator. 0 is the chip's internal representation for the accumulator, and so 0 is an invalid immediate value when the accumulator can also be specified as an argument. Submitted by: gibbs Revision Changes Path 1.14 +6 -1 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 15:55:57 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 D996737B718; Wed, 4 Apr 2001 15:55:52 -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.1/8.11.1) with SMTP id f34Mtqh28247; Wed, 4 Apr 2001 18:55:52 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 4 Apr 2001 18:55:51 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/pine4-ssl Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/mail/pine4-ssl/files extrapatch-aa extrapatch-ab pgpdecode pgpencrypt pgpsign In-Reply-To: <200104042154.f34LsWp65933@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last I checked, and this was a while ago, the pine-ssl port was fairly broken in that its SSL implementation did not perform any certificate validation, meaning it was susceptible to man-in-the-middle attacks. Has this imporved? If not, SSL support for Pine should be strongly labeled as dangerous. If it has improved, that is great news. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Wed, 4 Apr 2001, Nick Sayer wrote: > nsayer 2001/04/04 14:54:32 PDT > > Removed files: > mail/pine4-ssl Makefile distinfo pkg-comment pkg-descr > pkg-install pkg-plist > mail/pine4-ssl/files extrapatch-aa extrapatch-ab pgpdecode > pgpencrypt pgpsign > Log: > Scrap pine4-ssl port as a separate entity. Shortly the pine4 port will > get a WITH_SSL=yes option, hopefully. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 16: 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 C683137B72D; Wed, 4 Apr 2001 16:07:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34N7Mv79463; Wed, 4 Apr 2001 16:07:22 -0700 (PDT) (envelope-from phk) Message-Id: <200104042307.f34N7Mv79463@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Apr 2001 16:07:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ntp/ntpd ntp_control.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/04/04 16:07:22 PDT Modified files: contrib/ntp/ntpd ntp_control.c Log: Fix a potential ROOT-exploit in NTPD. PR: 26358 Reviewed by: dima Revision Changes Path 1.2 +21 -1 src/contrib/ntp/ntpd/ntp_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 16: 9:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 887F537B722; Wed, 4 Apr 2001 16:09:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34N9AU79715; Wed, 4 Apr 2001 16:09:10 -0700 (PDT) (envelope-from phk) Message-Id: <200104042309.f34N9AU79715@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 4 Apr 2001 16:09:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ntp/ntpd ntp_control.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/04/04 16:09:10 PDT Modified files: (Branch: RELENG_4) contrib/ntp/ntpd ntp_control.c Log: MFC: Fix a potential ROOT-exploit in NTPD. Revision Changes Path 1.1.1.2.2.1 +18 -1 src/contrib/ntp/ntpd/ntp_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 16:27: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 C344F37B722; Wed, 4 Apr 2001 16:27:36 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: (from gad@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f34NRav81494; Wed, 4 Apr 2001 16:27:36 -0700 (PDT) (envelope-from gad) Message-Id: <200104042327.f34NRav81494@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 4 Apr 2001 16:27:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gad 2001/04/04 16:27:36 PDT Modified files: sys/net bpf.c Log: Fix bpf devices so select() recognizes that they are always writable. PR: 9355 Submitted by: Bruce Evans Reviewed by: Garrett Rooney (see pr :-) Revision Changes Path 1.79 +9 -6 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 17:22:21 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp02.teb1.iconnet.net (smtp02.teb1.iconnet.net [209.3.218.43]) by hub.freebsd.org (Postfix) with ESMTP id 1070037B496; Wed, 4 Apr 2001 17:22:18 -0700 (PDT) (envelope-from babkin@bellatlantic.net) Received: from bellatlantic.net (client-151-198-135-70.nnj.dialup.bellatlantic.net [151.198.135.70]) by smtp02.teb1.iconnet.net (8.9.1/8.9.1) with ESMTP id UAA22364; Wed, 4 Apr 2001 20:22:14 -0400 (EDT) Message-ID: <3ACBBAB6.BEE83F08@bellatlantic.net> Date: Wed, 04 Apr 2001 20:22:14 -0400 From: Sergey Babkin X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-19990626-CURRENT i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: jim@FreeBSD.org Cc: Dima Dorfman , obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml References: <20010402211043.A84692@dragon.nuxi.com> <20010403045455.0A3A93E09@bazooka.unixfreak.org> <20010403011117.A2616@guinness.osdn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Mock wrote: > > Personally, I prefer tabs because vim converts the 8 spaces to a tab > for me and it's much easier to not have to go back and change them to > spaces, but that's another matter entirely (I really don't want to get > into an editor battle here). Personally I like tabs _much_ better than spaces. IMHO spaces at the beginning of the lines are evil. The good thing about tabs is that everyone can easily set them to their favorite width (mine is 4) and be comfortable. -SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 17: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 C12A637B446; Wed, 4 Apr 2001 17:23:09 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f350N9388702; Wed, 4 Apr 2001 17:23:09 -0700 (PDT) (envelope-from jmz) Message-Id: <200104050023.f350N9388702@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Wed, 4 Apr 2001 17:23:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mtools pkg-plist.x11 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/04/04 17:23:09 PDT Modified files: emulators/mtools Makefile pkg-plist Added files: emulators/mtools pkg-plist.x11 Log: Fix 'make package' in the no X11 case. Submitted by: Alec Wolman Revision Changes Path 1.39 +12 -2 ports/emulators/mtools/Makefile 1.18 +0 -2 ports/emulators/mtools/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 Apr 4 17:37: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 3F11037B423; Wed, 4 Apr 2001 17:37:07 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f350b7t89955; Wed, 4 Apr 2001 17:37:07 -0700 (PDT) (envelope-from assar) Message-Id: <200104050037.f350b7t89955@freefall.freebsd.org> From: Assar Westerlund Date: Wed, 4 Apr 2001 17:37:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libtelnet Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2001/04/04 17:37:07 PDT Modified files: (Branch: RELENG_4) secure/lib/libtelnet Makefile Log: MFC: 1.19: disable RSA Approved by: jkh Revision Changes Path 1.17.2.1 +2 -2 src/secure/lib/libtelnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 18:24: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F8337B443; Wed, 4 Apr 2001 18:24:06 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f351O5f96479; Wed, 4 Apr 2001 18:24:05 -0700 (PDT) (envelope-from dd) Message-Id: <200104050124.f351O5f96479@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 4 Apr 2001 18:24:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys extattr_get_file.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/04 18:24:05 PDT Modified files: lib/libc/sys extattr_get_file.2 Log: Document the extattr_(get|set|delete)_fd calls, and add a note warning people that these calls are likely to change in the future. Reviewed by: rwatson Revision Changes Path 1.2 +53 -5 src/lib/libc/sys/extattr_get_file.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 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 C080637B440; Wed, 4 Apr 2001 18:25:45 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f351PjS96586; Wed, 4 Apr 2001 18:25:45 -0700 (PDT) (envelope-from dd) Message-Id: <200104050125.f351PjS96586@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 4 Apr 2001 18:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ppp ppp.conf.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/04 18:25:45 PDT Modified files: share/examples/ppp ppp.conf.sample Log: Make it clear that commands within labels must be indented to be recognized. PR: 26293 Reviewed by: brian Revision Changes Path 1.23 +4 -2 src/share/examples/ppp/ppp.conf.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 18:36: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 A855C37B422; Wed, 4 Apr 2001 18:36:49 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f351an697807; Wed, 4 Apr 2001 18:36:49 -0700 (PDT) (envelope-from bmah) Message-Id: <200104050136.f351an697807@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 4 Apr 2001 18:36:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/04 18:36:49 PDT Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release note: Fix for ntpd(8) vulnerability. Correction: fetch(1) recently gained a -U option, not ftp(1) (pointed out by des). Revision Changes Path 1.164 +4 -2 src/release/texts/alpha/RELNOTES.TXT 1.238 +4 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 18:37: 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 01E7637B62A; Wed, 4 Apr 2001 18:36:58 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f351avu97847; Wed, 4 Apr 2001 18:36:57 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104050136.f351avu97847@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Wed, 4 Apr 2001 18:36:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/04 18:36:57 PDT Modified files: lib/libc/posix1e Makefile.inc Log: Install the acl_create_entry.3 man page Revision Changes Path 1.2 +2 -1 src/lib/libc/posix1e/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 18:38: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 2F86D37B423; Wed, 4 Apr 2001 18:38:37 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f351cbI98065; Wed, 4 Apr 2001 18:38:37 -0700 (PDT) (envelope-from bmah) Message-Id: <200104050138.f351cbI98065@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 4 Apr 2001 18:38:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/04 18:38:36 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: ntpd(8) vulnerability fix, correct fetch(1)/ftp(1) typo. Approved by: jkh (implicitly) Revision Changes Path 1.31.2.129 +4 -2 src/release/texts/alpha/RELNOTES.TXT 1.72.2.124 +4 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 18:44:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4229037B423; Wed, 4 Apr 2001 18:44:26 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f351iQv98633; Wed, 4 Apr 2001 18:44:26 -0700 (PDT) (envelope-from dd) Message-Id: <200104050144.f351iQv98633@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 4 Apr 2001 18:44:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/ppp-primer book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/04 18:44:25 PDT Modified files: en_US.ISO_8859-1/books/ppp-primer book.sgml Log: Add a note making it clear that commands in ppp.conf must be indented to be recognized. PR: 26293 Reviewed by: brian Revision Changes Path 1.7 +16 -2 doc/en_US.ISO_8859-1/books/ppp-primer/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 18:47:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA40A37B422; Wed, 4 Apr 2001 18:47:13 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f351lDN99040; Wed, 4 Apr 2001 18:47:13 -0700 (PDT) (envelope-from dd) Message-Id: <200104050147.f351lDN99040@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 4 Apr 2001 18:47:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer/writing-style chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/04 18:47:13 PDT Modified files: en_US.ISO_8859-1/books/fdp-primer/writing-style chapter.sgml Log: Mention that tabs should be used in the beginning of a line where more than 8 spaces would have been used. Reviewed by: nik, jim Revision Changes Path 1.10 +5 -2 doc/en_US.ISO_8859-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 Wed Apr 4 18:48:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEA8137B440; Wed, 4 Apr 2001 18:48:07 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f351m7n99151; Wed, 4 Apr 2001 18:48:07 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104050148.f351m7n99151@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Wed, 4 Apr 2001 18:48:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e acl.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/04 18:48:07 PDT Modified files: lib/libc/posix1e acl.3 Log: - Add descriptions and cross-references for the ACL editing library functions. - Place the acl_dup() description in alphabetical order. - Move the POSIX.1e descriptions under the ENVIRONMENT section to the STANDARDS section. Reviewed by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.11 +108 -16 src/lib/libc/posix1e/acl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 19:18: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 13BD937B43F; Wed, 4 Apr 2001 19:18:43 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352Ihr04067; Wed, 4 Apr 2001 19:18:43 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050218.f352Ihr04067@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 19:18:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-MD5 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 19:18:42 PDT Modified files: security/p5-MD5 Makefile distinfo pkg-plist Log: Upgrade to 2.02, MD5 module depends to Digest::MD5 now. Revision Changes Path 1.18 +6 -3 ports/security/p5-MD5/Makefile 1.2 +1 -1 ports/security/p5-MD5/distinfo 1.5 +1 -4 ports/security/p5-MD5/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 Apr 4 19:19: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 D18D037B443; Wed, 4 Apr 2001 19:19:28 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352JSV04122; Wed, 4 Apr 2001 19:19:28 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050219.f352JSV04122@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 19:19:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Parser Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 19:19:28 PDT Modified files: www/p5-HTML-Parser Makefile distinfo pkg-plist Log: Upgrade to 3.20, Add RUN_DEPENDS to HTML::Tagset now. Revision Changes Path 1.28 +4 -2 ports/www/p5-HTML-Parser/Makefile 1.18 +1 -1 ports/www/p5-HTML-Parser/distinfo 1.8 +1 -0 ports/www/p5-HTML-Parser/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 Apr 4 19:21: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 3E58937B423; Wed, 4 Apr 2001 19:21:15 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352LFG04256; Wed, 4 Apr 2001 19:21:15 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050221.f352LFG04256@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 19:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 19:21:15 PDT Modified files: www/p5-libwww Makefile Log: Correct MD5.pm's path. Revision Changes Path 1.48 +3 -3 ports/www/p5-libwww/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 19:23:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7951337B422; Wed, 4 Apr 2001 19:23:49 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352NnU04506; Wed, 4 Apr 2001 19:23:49 -0700 (PDT) (envelope-from brian) Message-Id: <200104050223.f352NnU04506@freefall.freebsd.org> From: Brian Somers Date: Wed, 4 Apr 2001 19:23:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h chap_ms.c command.c ipcp.c route.c route.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/04 19:23:49 PDT Modified files: usr.sbin/ppp bundle.c bundle.h chap_ms.c command.c ipcp.c route.c route.h Log: When we change the interface MTU, run through the routing table and tweak all route MTUs too. Revision Changes Path 1.116 +5 -123 src/usr.sbin/ppp/bundle.c 1.44 +1 -3 src/usr.sbin/ppp/bundle.h 1.15 +2 -3 src/usr.sbin/ppp/chap_ms.c 1.256 +3 -3 src/usr.sbin/ppp/command.c 1.104 +3 -3 src/usr.sbin/ppp/ipcp.c 1.69 +260 -14 src/usr.sbin/ppp/route.c 1.16 +5 -1 src/usr.sbin/ppp/route.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 19: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 EAFF737B443; Wed, 4 Apr 2001 19:25:46 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352Pk704717; Wed, 4 Apr 2001 19:25:46 -0700 (PDT) (envelope-from brian) Message-Id: <200104050225.f352Pk704717@freefall.freebsd.org> From: Brian Somers Date: Wed, 4 Apr 2001 19:25:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h chap_ms.c command.c ipcp.c route.c route.h X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/04 19:25:46 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp bundle.c bundle.h chap_ms.c command.c ipcp.c route.c route.h Log: MFC: Keep route MTUs up to date Revision Changes Path 1.105.2.12 +5 -123 src/usr.sbin/ppp/bundle.c 1.42.2.2 +1 -3 src/usr.sbin/ppp/bundle.h 1.10.2.4 +2 -3 src/usr.sbin/ppp/chap_ms.c 1.248.2.6 +3 -3 src/usr.sbin/ppp/command.c 1.100.2.4 +3 -3 src/usr.sbin/ppp/ipcp.c 1.68.2.1 +260 -14 src/usr.sbin/ppp/route.c 1.15.2.1 +5 -1 src/usr.sbin/ppp/route.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 19:41:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E00B437B422; Wed, 4 Apr 2001 19:41:23 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352fNR05775; Wed, 4 Apr 2001 19:41:23 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050241.f352fNR05775@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 19:41:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-Session-SharedMem Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 19:41:23 PDT Modified files: www/p5-Apache-Session-SharedMem Makefile Log: Add Apache::Session::SharedMem.3 to MAN3. I forgot this last commit. Revision Changes Path 1.3 +3 -2 ports/www/p5-Apache-Session-SharedMem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 19: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 E8C8D37B443; Wed, 4 Apr 2001 19:46:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352kLe06251; Wed, 4 Apr 2001 19:46:21 -0700 (PDT) (envelope-from obrien) Message-Id: <200104050246.f352kLe06251@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 4 Apr 2001 19:46:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/tzsetup Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/04 19:46:21 PDT Modified files: usr.sbin/tzsetup Makefile Log: This builds fine with -Wall. Revision Changes Path 1.14 +2 -2 src/usr.sbin/tzsetup/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 19:46:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CA2037B423; Wed, 4 Apr 2001 19:46:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352kfe06296; Wed, 4 Apr 2001 19:46:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200104050246.f352kfe06296@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 4 Apr 2001 19:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/04 19:46:40 PDT Modified files: usr.sbin/tzsetup tzsetup.c Log: Default the UTC question to "yes" on the Alpha. Revision Changes Path 1.22 +11 -4 src/usr.sbin/tzsetup/tzsetup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 19:52: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 36DF637B43E; Wed, 4 Apr 2001 19:52:22 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f352qMZ06682; Wed, 4 Apr 2001 19:52:22 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050252.f352qMZ06682@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 19:52:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Text-CSV_XS Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 19:52:22 PDT Modified files: textproc/p5-Text-CSV_XS Makefile distinfo Log: Upgrade to 0.22. Revision Changes Path 1.6 +2 -2 ports/textproc/p5-Text-CSV_XS/Makefile 1.2 +1 -1 ports/textproc/p5-Text-CSV_XS/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 20: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 C3DA437B43C; Wed, 4 Apr 2001 20:10:37 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f353AbA10906; Wed, 4 Apr 2001 20:10:37 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050310.f353AbA10906@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 20:10:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-SQL-Statement Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 20:10:37 PDT Modified files: databases/p5-SQL-Statement Makefile distinfo Log: Upgrade to 0.1017. Approved by: maintainer Revision Changes Path 1.6 +2 -2 ports/databases/p5-SQL-Statement/Makefile 1.3 +1 -1 ports/databases/p5-SQL-Statement/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 20: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 3EF9237B43E; Wed, 4 Apr 2001 20:21:42 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f353LgX12212; Wed, 4 Apr 2001 20:21:42 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104050321.f353LgX12212@freefall.freebsd.org> From: Nick Sayer Date: Wed, 4 Apr 2001 20:21:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cclient Makefile distinfo ports/mail/cclient/files patch-ab ports/mail/imap-uw Makefile distinfo pkg-message ports/mail/imap-uw/files patch-ab patch-ac patch-ah patch-ai ports/mail/pine4 Makefile ports/mail/pine4/files ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/04 20:21:42 PDT Modified files: mail/cclient Makefile distinfo mail/cclient/files patch-ab mail/imap-uw Makefile distinfo pkg-message mail/imap-uw/files patch-ab patch-ac patch-ah patch-ai mail/pine4 Makefile mail/pine4/files patch-ax Log: Mega cclient port SSL commit redux. This time with maintainer approval. 1. Add support for building cclient with SSL. Warn about the possibility that some ports may have been missed and need ssl added at link time. 2. Update cclient and imap-uw to latest versions. 3. Fix pine4 to add ssl libraries. This can be used as a model for what other ports may need to do. 4. Release MAINTAINERship (by request). Submitted by: anders@fix.no Approved by: petef@databits.net Revision Changes Path 1.8 +18 -6 ports/mail/cclient/Makefile 1.5 +1 -1 ports/mail/cclient/distinfo 1.4 +35 -15 ports/mail/cclient/files/patch-ab 1.55 +34 -8 ports/mail/imap-uw/Makefile 1.35 +1 -1 ports/mail/imap-uw/distinfo 1.4 +5 -4 ports/mail/imap-uw/pkg-message 1.25 +30 -12 ports/mail/imap-uw/files/patch-ab 1.13 +9 -7 ports/mail/imap-uw/files/patch-ac 1.3 +11 -11 ports/mail/imap-uw/files/patch-ah 1.3 +10 -36 ports/mail/imap-uw/files/patch-ai 1.52 +8 -3 ports/mail/pine4/Makefile 1.3 +1 -1 ports/mail/pine4/files/patch-ax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 20:25: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 46B2337B449; Wed, 4 Apr 2001 20:25:53 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f353PrW12618; Wed, 4 Apr 2001 20:25:53 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104050325.f353PrW12618@freefall.freebsd.org> From: Nick Sayer Date: Wed, 4 Apr 2001 20:25:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/glide3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/04 20:25:53 PDT Modified files: graphics/glide3 Makefile Log: As the last act in perhaps the briefest MAINTAINER role ever, release this port since I don't actually have a tdfx card to test with anymore. Revision Changes Path 1.2 +2 -2 ports/graphics/glide3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 20:55:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5A2337B509; Wed, 4 Apr 2001 20:55:29 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f353tTC15109; Wed, 4 Apr 2001 20:55:29 -0700 (PDT) (envelope-from bmilekic) Message-Id: <200104050355.f353tTC15109@freefall.freebsd.org> From: Bosko Milekic Date: Wed, 4 Apr 2001 20:55:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/04/04 20:55:28 PDT Modified files: sys/sys mbuf.h Log: Various style fixes. Also place the macros under #ifdef _KERNEL. Equally hide the internal structures such as the freelist structs which include condition variables. Reviewed by: bde Mostly suggested by: bde Revision Changes Path 1.76 +29 -22 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 21:20: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 A3E9437B505; Wed, 4 Apr 2001 21:20:48 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f354Km419540; Wed, 4 Apr 2001 21:20:48 -0700 (PDT) (envelope-from bmilekic) Message-Id: <200104050420.f354Km419540@freefall.freebsd.org> From: Bosko Milekic Date: Wed, 4 Apr 2001 21:20:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netnatm natm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/04/04 21:20:48 PDT Modified files: sys/netnatm natm.c Log: Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, which is what they should be. As the returned mbuf is already checked for failure of M_PREPEND even in the wait case, nothing more to be done here. Revision Changes Path 1.13 +3 -3 src/sys/netnatm/natm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 21:53:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89DE537B505; Wed, 4 Apr 2001 21:53:25 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f354rPg22605; Wed, 4 Apr 2001 21:53:25 -0700 (PDT) (envelope-from jdp) Message-Id: <200104050453.f354rPg22605@freefall.freebsd.org> From: John Polstra Date: Wed, 4 Apr 2001 21:53:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2001/04/04 21:53:25 PDT Modified files: en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Log: Update maintainer address for cvsup2.ca.FreeBSD.org. Revision Changes Path 1.110 +2 -2 doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 22: 8:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E43A937B423; Wed, 4 Apr 2001 22:08:44 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3558il27148; Wed, 4 Apr 2001 22:08:44 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050508.f3558il27148@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 22:08:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBD-CSV Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 22:08:44 PDT Modified files: databases/p5-DBD-CSV Makefile distinfo Log: Upgrade to 0.1025 Approved by: maintainer Revision Changes Path 1.5 +2 -2 ports/databases/p5-DBD-CSV/Makefile 1.2 +1 -1 ports/databases/p5-DBD-CSV/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 22:10: 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 3545537B43C; Wed, 4 Apr 2001 22:09:58 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3559wA27407; Wed, 4 Apr 2001 22:09:58 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050509.f3559wA27407@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 22:09:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/p5-Convert-Morse Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 22:09:58 PDT Modified files: converters/p5-Convert-Morse Makefile distinfo Log: Upgrade to 0.03. Revision Changes Path 1.3 +2 -3 ports/converters/p5-Convert-Morse/Makefile 1.2 +1 -1 ports/converters/p5-Convert-Morse/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 22:46: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id D3CA437B443; Wed, 4 Apr 2001 22:45:58 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f355jwh69795; Wed, 4 Apr 2001 22:45:58 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from icarus.kfu.com (ssmail@localhost) by medusa.kfu.com (8.11.3/8.11.3) with ESMTP id f355jws01672; Wed, 4 Apr 2001 22:45:58 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com (localhost [::1]) by icarus.kfu.com (8.11.3/8.11.3) with ESMTP id f355jva70947; Wed, 4 Apr 2001 22:45:57 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3ACC0695.4010603@quack.kfu.com> Date: Wed, 04 Apr 2001 22:45:57 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RC i386; en-US; 0.8) Gecko/20010321 X-Accept-Language: en MIME-Version: 1.0 To: Assar Westerlund Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile References: <200104050037.f350b7t89955@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Assar Westerlund wrote: > assar 2001/04/04 17:37:07 PDT > > Modified files: (Branch: RELENG_4) > secure/lib/libtelnet Makefile > Log: > MFC: 1.19: disable RSA > > Approved by: jkh > > Revision Changes Path > 1.17.2.1 +2 -2 src/secure/lib/libtelnet/Makefile > http://www.freebsd.org/cgi/cvsweb.cgi/src/secure/lib/libtelnet/Makefile.diff?r1=1.17&r2=1.17.2.1 1. It's SRA, not RSA. 2. Why was this necessary? What is so harmful about leaving SRA in? SRA was not the most secure thing in the world, but it's certainly more secure than plaintext. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 22:53:27 2001 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (h122n4fls32o892.telia.com [213.64.47.122]) by hub.freebsd.org (Postfix) with ESMTP id B656237B440; Wed, 4 Apr 2001 22:53:20 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id HAA79037; Thu, 5 Apr 2001 07:53:21 +0200 (CEST) (envelope-from assar) From: Assar Westerlund To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile References: <200104050037.f350b7t89955@freefall.freebsd.org> <3ACC0695.4010603@quack.kfu.com> Date: 05 Apr 2001 07:53:20 +0200 In-Reply-To: Nick Sayer's message of "Wed, 04 Apr 2001 22:45:57 -0700" Message-ID: <5lbsqbuc33.fsf@assaris.sics.se> Lines: 32 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Sayer writes: > Assar Westerlund wrote: > > > assar 2001/04/04 17:37:07 PDT > > > > Modified files: (Branch: RELENG_4) > > secure/lib/libtelnet Makefile > > Log: > > MFC: 1.19: disable RSA > > > > Approved by: jkh > > > > Revision Changes Path > > 1.17.2.1 +2 -2 src/secure/lib/libtelnet/Makefile > > http://www.freebsd.org/cgi/cvsweb.cgi/src/secure/lib/libtelnet/Makefile.diff?r1=1.17&r2=1.17.2.1 > > 1. It's SRA, not RSA. Yes, I typoed. > 2. Why was this necessary? What is so harmful about leaving SRA in? SRA > was not the most secure thing in the world, but it's certainly more > secure than plaintext. Because it causes telnet to call telnet_gets for reading the username and password and thus not allow C-c, C-] or any of the common escapes. This was considered a pain by lots of users on the mailing lists (mainly -stable and -current) I think. The right thing is of course to make this reading of user input DTRT, but without the time to take the right solution I did this to try to keep POLA. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 23: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 83E1737B443; Wed, 4 Apr 2001 23:12:41 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f356Cf739835; Wed, 4 Apr 2001 23:12:41 -0700 (PDT) (envelope-from rwatson) Message-Id: <200104050612.f356Cf739835@freefall.freebsd.org> From: Robert Watson Date: Wed, 4 Apr 2001 23:12:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/04/04 23:12:40 PDT Modified files: sys/nfs nfs_vfsops.c Log: o Rather than arbitrarily construct a credential in the nfs_statfs() VFS operation, make use of the calling process's credential. This solution may not be ideal (there are a number of other possible proposals, including making use of the proc0 credential, adding a credential argument to the VFSOP, and switching from a hard-coded ucred to a hard-coded nfscred), it is simple and appears to work. The arguments against using simply crget() are fairly strong: it is the only place in the code (other than a nearly identical invocation in ncp) where crget() is invoked, other than in the process credential creation code; as ucred becomes extensible, this use of crget() without appropriate context results in less and less meaningful credential data. The implementation here will probably be tweaked as a result of experimentation and further exploration of the requirements. In the mean-time, it allows progress to be made in ucred expansion for new security models without causing a crash every time df is used on an NFS mounted file system. This code has been interop tested against FreeBSD and Solaris NFS servers. While using the process credentials should not introduce interop problems, please let me know if any turn out to exist. Reviewed by: freebsd-arch Revision Changes Path 1.95 +3 -7 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 Wed Apr 4 23:18:35 2001 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 11FFF37B424; Wed, 4 Apr 2001 23:18:28 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f356IRh69929; Wed, 4 Apr 2001 23:18:27 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from icarus.kfu.com (ssmail@localhost) by medusa.kfu.com (8.11.3/8.11.3) with ESMTP id f356IRp01917; Wed, 4 Apr 2001 23:18:27 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com (localhost [::1]) by icarus.kfu.com (8.11.3/8.11.3) with ESMTP id f356IQa71050; Wed, 4 Apr 2001 23:18:26 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3ACC0E32.2090601@quack.kfu.com> Date: Wed, 04 Apr 2001 23:18:26 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RC i386; en-US; 0.8) Gecko/20010321 X-Accept-Language: en MIME-Version: 1.0 To: Assar Westerlund Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile References: <200104050037.f350b7t89955@freefall.freebsd.org> <3ACC0695.4010603@quack.kfu.com> <5lbsqbuc33.fsf@assaris.sics.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Assar Westerlund wrote: > Nick Sayer writes: > >> Assar Westerlund wrote: >> >>> assar 2001/04/04 17:37:07 PDT >>> >>> Modified files: (Branch: RELENG_4) >>> secure/lib/libtelnet Makefile >>> Log: >>> MFC: 1.19: disable RSA >>> >>> Approved by: jkh >>> >>> Revision Changes Path >>> 1.17.2.1 +2 -2 src/secure/lib/libtelnet/Makefile >>> http://www.freebsd.org/cgi/cvsweb.cgi/src/secure/lib/libtelnet/Makefile.diff?r1=1.17&r2=1.17.2.1 >> >> 1. It's SRA, not RSA. > > > Yes, I typoed. > >> 2. Why was this necessary? What is so harmful about leaving SRA in? SRA >> was not the most secure thing in the world, but it's certainly more >> secure than plaintext. > > > Because it causes telnet to call telnet_gets for reading the username > and password and thus not allow C-c, C-] or any of the common > escapes. This was considered a pain by lots of users on the mailing > lists (mainly -stable and -current) I think. The right thing is of > course to make this reading of user input DTRT, but without the time > to take the right solution I did this to try to keep POLA. But this "solution" by your own admission doesn't actually solve anything. So you've in fact reduced the security of telnet for everyone for no reason. And I have not seen the massive volume of complaints about the prompt's behavior either, by the way. I would have thought the first thing you might have done was brought these complaints to someone most likely to be able to actually _fix_ the problem correctly. Anyone paying attention might have noticed that when problems have popped up with SRA in the past (telnet -x cores, for instance), I have responded to them in a timely manner. I am sorry that I missed the original commit to -current, or I could have nipped this in the bud. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 23:21:19 2001 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 4DD8237B43F; Wed, 4 Apr 2001 23:21:14 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f356LEh69940; Wed, 4 Apr 2001 23:21:14 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from icarus.kfu.com (ssmail@localhost) by medusa.kfu.com (8.11.3/8.11.3) with ESMTP id f356LDm01955; Wed, 4 Apr 2001 23:21:13 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com (localhost [::1]) by icarus.kfu.com (8.11.3/8.11.3) with ESMTP id f356LDa71058; Wed, 4 Apr 2001 23:21:13 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3ACC0ED8.70203@quack.kfu.com> Date: Wed, 04 Apr 2001 23:21:12 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RC i386; en-US; 0.8) Gecko/20010321 X-Accept-Language: en MIME-Version: 1.0 To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/pine4-ssl Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/mail/pine4-ssl/files extrapatch-aa extrapatch-ab pgpdecode pgpencrypt pgpsign References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robert Watson wrote: > Last I checked, and this was a while ago, the pine-ssl port was fairly > broken in that its SSL implementation did not perform any certificate > validation, meaning it was susceptible to man-in-the-middle attacks. Has > this imporved? If not, SSL support for Pine should be strongly labeled as > dangerous. If it has improved, that is great news. It has indeed improved. In fact, my original testing was made painful because of it. Since our installation of openssl does not install a root cert list, pine refuses to speak ssl to *any* site until you either add 'novalidate-cert' to the site options or until you add the security/ca-roots port. This prompts me to again call for the inclusion of the ca-roots file in /etc/ssl/certs.pem as part of the base install. > > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services > > On Wed, 4 Apr 2001, Nick Sayer wrote: > >> nsayer 2001/04/04 14:54:32 PDT >> >> Removed files: >> mail/pine4-ssl Makefile distinfo pkg-comment pkg-descr >> pkg-install pkg-plist >> mail/pine4-ssl/files extrapatch-aa extrapatch-ab pgpdecode >> pgpencrypt pgpsign >> Log: >> Scrap pine4-ssl port as a separate entity. Shortly the pine4 port will >> get a WITH_SSL=yes option, hopefully. >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 23:31: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 342B037B496; Wed, 4 Apr 2001 23:31:21 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f356VLs41693; Wed, 4 Apr 2001 23:31:21 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104050631.f356VLs41693@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 4 Apr 2001 23:31:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Crypt-SSLeay Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/04 23:31:20 PDT Modified files: security/p5-Crypt-SSLeay Makefile distinfo Log: Upgrade to 0.23, and remove IS_INTERACTIVE. Revision Changes Path 1.3 +4 -5 ports/security/p5-Crypt-SSLeay/Makefile 1.2 +1 -1 ports/security/p5-Crypt-SSLeay/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 23:50:14 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 63C9337B422; Wed, 4 Apr 2001 23:50:02 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f356nrH26443; Thu, 5 Apr 2001 08:49:56 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200104050649.f356nrH26443@gratis.grondar.za> To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c References: <200104021726.f32HQqE97399@freefall.freebsd.org> In-Reply-To: <200104021726.f32HQqE97399@freefall.freebsd.org> ; from John Baldwin "Mon, 02 Apr 2001 10:26:52 MST." Date: Thu, 05 Apr 2001 08:51:11 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Things are looking very good! :-) M > jhb 2001/04/02 10:26:51 PDT > > Modified files: > sys/kern kern_sig.c > Log: > - Move the second stop() of process 'p' in issignal() to be after we send > SIGCHLD to our parent process. Otherwise, we could block while obtaining > the process lock for our parent process and switch out while we were > in SSTOP. Even worse, when we try to resume from the mutex being blocked > on our p_stat will be SRUN, not SSTOP. > - Fix a comment above stop() to indicate that it requires that the proc lock > be held, not a proctree lock. > > Reported by: markm > Sleuthing by: jake > > Revision Changes Path > 1.113 +3 -4 src/sys/kern/kern_sig.c > > -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Apr 4 23:50: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 940A037B43F; Wed, 4 Apr 2001 23:50:30 -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 f356oSx42900; Thu, 5 Apr 2001 09:50:28 +0300 (EEST) (envelope-from ru) Date: Thu, 5 Apr 2001 09:50:28 +0300 From: Ruslan Ermilov To: Maxim Sobolev Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 witness.4 Message-ID: <20010405095028.C42614@sunbay.com> Mail-Followup-To: Maxim Sobolev , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <200104041152.f34Bq0C79971@freefall.freebsd.org> <20010404200441.A94213@sunbay.com> <3ACB5AF4.29BE83D7@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: <3ACB5AF4.29BE83D7@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Apr 04, 2001 at 08:33:41PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 04, 2001 at 08:33:41PM +0300, Maxim Sobolev wrote: > Ruslan Ermilov wrote: > > > On Wed, Apr 04, 2001 at 09:47:05AM -0700, John Baldwin wrote: > > > > > > On 04-Apr-01 Ruslan Ermilov wrote: > > > > ru 2001/04/04 04:52:00 PDT > > > > > > > > Modified files: > > > > share/man/man4 witness.4 > > > > Log: > > > > mdoc(7) police: fix markup and spelling. > > > > > > > > Revision Changes Path > > > > 1.2 +13 -9 src/share/man/man4/witness.4 > > > > > > Please go fix all the other manpages that specify kernel options to use .Qq Dv > > > as well so that there is a consistent style to pull from. > > > > > Look, I do my best, but I can't do all at once. If you want to help, > > you are welcome! If you wonder why this is required, I will explain. > > Putting the name in -mdoc macro prevents it from being hyphenated. > > PostScript output looks better, etc. > > This brings up another old question: is anybody from the -doc team > considering to create a mdoclint script, that can catch and report > common inconsistencies in the manpage? Thus each particular non-doc > committer would be able to fix his own 3hit instead of consuming > valuable time of other committers. > You know, -mdocNG is a really good thing; it warns about virtually every possible error. Another issue is style. The new mdoc(7) manpage covers many gory details of writing manual pages under -mdoc. Hopefully, you will see it in FreeBSD really soon now. 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 Apr 4 23:56:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E1A837B449; Wed, 4 Apr 2001 23:56:11 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f356uBB51797; Wed, 4 Apr 2001 23:56:11 -0700 (PDT) (envelope-from alfred) Message-Id: <200104050656.f356uBB51797@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 4 Apr 2001 23:56:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/04 23:56:10 PDT Modified files: sys/dev/wi if_wi.c Log: Don't leak resources: Don't leak iospace when irq allocation fails. (call wi_free()) Call bus_release_resource() with the correct "rid" obtained from bus_alloc_resource() that's saved in the softc instead of a hardcoded 0. Revision Changes Path 1.45 +13 -6 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 0:12: 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 B406537B440; Thu, 5 Apr 2001 00:11:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f357Bxq55826; Thu, 5 Apr 2001 00:11:59 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104050711.f357Bxq55826@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 00:11:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-asv Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 00:11:59 PDT Modified files: textproc/py-asv Makefile Log: Correct script used to invoke utility (pass command line arguments to it). Hall of shame entry: sobomax Revision Changes Path 1.2 +2 -1 ports/textproc/py-asv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 0:15:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12B1937B42C; Thu, 5 Apr 2001 00:15:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f357FsJ56267; Thu, 5 Apr 2001 00:15:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104050715.f357FsJ56267@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 00:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/pybench Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 00:15:54 PDT Modified files: benchmarks/pybench Makefile Log: Correct startup shell script - pass command line arguments to the underlying Python script. Revision Changes Path 1.2 +2 -1 ports/benchmarks/pybench/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 0:36: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BAF937B42C; Thu, 5 Apr 2001 00:36:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f357a1958926; Thu, 5 Apr 2001 00:36:01 -0700 (PDT) (envelope-from ru) Message-Id: <200104050736.f357a1958926@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Apr 2001 00:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e acl.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/05 00:36:00 PDT Modified files: lib/libc/posix1e acl.3 Log: mdoc(7) police rev 1.11: convert descriptions and cross-references for the ACL editing library functions to the plain tagged list. Revision Changes Path 1.12 +33 -65 src/lib/libc/posix1e/acl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 0:37: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 543A637B496; Thu, 5 Apr 2001 00:37:56 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f357bu659039; Thu, 5 Apr 2001 00:37:56 -0700 (PDT) (envelope-from bde) Message-Id: <200104050737.f357bu659039@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Apr 2001 00:37:56 -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 X-Loop: FreeBSD.ORG bde 2001/04/05 00:37:56 PDT Modified files: sbin/ipfw ipfw.c Log: Fixed some printf format errors (don't assume that ntohl() returns u_long). Revision Changes Path 1.100 +3 -3 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 Thu Apr 5 0: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 3A83337B50F; Thu, 5 Apr 2001 00:42:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f357gxu59480; Thu, 5 Apr 2001 00:42:59 -0700 (PDT) (envelope-from ru) Message-Id: <200104050742.f357gxu59480@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Apr 2001 00:42:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e acl.3 acl_add_perm.3 acl_calc_mask.3 acl_clear_perms.3 acl_copy_entry.3 acl_create_entry.3 acl_delete.3 acl_delete_entry.3 acl_delete_perm.3 acl_dup.3 acl_free.3 acl_from_text.3 acl_get.3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/05 00:42:58 PDT Modified files: lib/libc/posix1e acl.3 acl_add_perm.3 acl_calc_mask.3 acl_clear_perms.3 acl_copy_entry.3 acl_create_entry.3 acl_delete.3 acl_delete_entry.3 acl_delete_perm.3 acl_dup.3 acl_free.3 acl_from_text.3 acl_get.3 acl_get_permset.3 acl_get_qualifier.3 acl_get_tag_type.3 acl_init.3 acl_set.3 acl_set_permset.3 acl_set_qualifier.3 acl_set_tag_type.3 acl_to_text.3 acl_valid.3 cap_from_text.3 cap_to_text.3 posix1e.3 Log: Record -lposix1e merge with -lc. Revision Changes Path 1.13 +2 -2 src/lib/libc/posix1e/acl.3 1.3 +2 -2 src/lib/libc/posix1e/acl_add_perm.3 1.3 +2 -2 src/lib/libc/posix1e/acl_calc_mask.3 1.3 +2 -2 src/lib/libc/posix1e/acl_clear_perms.3 1.3 +2 -2 src/lib/libc/posix1e/acl_copy_entry.3 1.3 +2 -2 src/lib/libc/posix1e/acl_create_entry.3 1.9 +2 -2 src/lib/libc/posix1e/acl_delete.3 1.3 +2 -2 src/lib/libc/posix1e/acl_delete_entry.3 1.3 +2 -2 src/lib/libc/posix1e/acl_delete_perm.3 1.9 +2 -2 src/lib/libc/posix1e/acl_dup.3 1.8 +2 -2 src/lib/libc/posix1e/acl_free.3 1.10 +2 -2 src/lib/libc/posix1e/acl_from_text.3 1.10 +2 -2 src/lib/libc/posix1e/acl_get.3 1.3 +2 -2 src/lib/libc/posix1e/acl_get_permset.3 1.3 +2 -2 src/lib/libc/posix1e/acl_get_qualifier.3 1.3 +2 -2 src/lib/libc/posix1e/acl_get_tag_type.3 1.9 +2 -2 src/lib/libc/posix1e/acl_init.3 1.8 +2 -2 src/lib/libc/posix1e/acl_set.3 1.4 +2 -2 src/lib/libc/posix1e/acl_set_permset.3 1.3 +2 -2 src/lib/libc/posix1e/acl_set_qualifier.3 1.4 +2 -2 src/lib/libc/posix1e/acl_set_tag_type.3 1.9 +2 -2 src/lib/libc/posix1e/acl_to_text.3 1.9 +2 -2 src/lib/libc/posix1e/acl_valid.3 1.3 +2 -2 src/lib/libc/posix1e/cap_from_text.3 1.6 +2 -2 src/lib/libc/posix1e/cap_to_text.3 1.13 +2 -2 src/lib/libc/posix1e/posix1e.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 0:47: 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 670A037B43F; Thu, 5 Apr 2001 00:47:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f357l7t59868; Thu, 5 Apr 2001 00:47:07 -0700 (PDT) (envelope-from ru) Message-Id: <200104050747.f357l7t59868@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Apr 2001 00:47:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/05 00:47:07 PDT Modified files: lib/libc/posix1e Makefile.inc Log: Unbreak world. Submitted by: jhay Revision Changes Path 1.3 +2 -2 src/lib/libc/posix1e/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 0: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 1EE5C37B50B; Thu, 5 Apr 2001 00:51:50 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f357pn460502; Thu, 5 Apr 2001 00:51:49 -0700 (PDT) (envelope-from ru) Message-Id: <200104050751.f357pn460502@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Apr 2001 00:51:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e cap.3 cap_clear.3 cap_dup.3 cap_free.3 cap_get_flag.3 cap_get_proc.3 cap_init.3 cap_set_flag.3 cap_set_proc.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/05 00:51:49 PDT Modified files: lib/libc/posix1e cap.3 cap_clear.3 cap_dup.3 cap_free.3 cap_get_flag.3 cap_get_proc.3 cap_init.3 cap_set_flag.3 cap_set_proc.3 Log: mdoc(7) police: add missing LIBRARY section. Revision Changes Path 1.8 +3 -1 src/lib/libc/posix1e/cap.3 1.4 +3 -1 src/lib/libc/posix1e/cap_clear.3 1.5 +3 -1 src/lib/libc/posix1e/cap_dup.3 1.5 +3 -1 src/lib/libc/posix1e/cap_free.3 1.4 +3 -1 src/lib/libc/posix1e/cap_get_flag.3 1.5 +3 -1 src/lib/libc/posix1e/cap_get_proc.3 1.5 +3 -1 src/lib/libc/posix1e/cap_init.3 1.5 +3 -1 src/lib/libc/posix1e/cap_set_flag.3 1.5 +3 -1 src/lib/libc/posix1e/cap_set_proc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 0:55:49 2001 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (h122n4fls32o892.telia.com [213.64.47.122]) by hub.freebsd.org (Postfix) with ESMTP id C3B7437B423; Thu, 5 Apr 2001 00:55:44 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id JAA79723; Thu, 5 Apr 2001 09:55:47 +0200 (CEST) (envelope-from assar) From: Assar Westerlund To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile References: <200104050037.f350b7t89955@freefall.freebsd.org> <3ACC0695.4010603@quack.kfu.com> <5lbsqbuc33.fsf@assaris.sics.se> <3ACC0E32.2090601@quack.kfu.com> Date: 05 Apr 2001 09:55:46 +0200 In-Reply-To: Nick Sayer's message of "Wed, 04 Apr 2001 23:18:26 -0700" Message-ID: <5lg0fnsrul.fsf@assaris.sics.se> Lines: 10 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Sayer writes: > I am sorry that I missed the original commit to -current, or I could > have nipped this in the bud. Let's fix it now instead, shall we? I think telnet_gets in telnet/authenc.c has to be hacked not to use getpass() or fgets(). des_read_pw from openssl does a better job, but not good enough when I tried using it instead. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 0:59: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 551AD37B43C; Thu, 5 Apr 2001 00:59:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f357xKp61235; Thu, 5 Apr 2001 00:59:20 -0700 (PDT) (envelope-from ru) Message-Id: <200104050759.f357xKp61235@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Apr 2001 00:59:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 mdoc.samples.7 src/contrib/groff/tmac doc-common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/05 00:59:20 PDT Modified files: share/man/man7 mdoc.samples.7 contrib/groff/tmac doc-common Log: Record -lposix1e death. Revision Changes Path 1.44 +1 -3 src/share/man/man7/mdoc.samples.7 1.44 +1 -2 src/contrib/groff/tmac/doc-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 1: 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 035C437B509; Thu, 5 Apr 2001 01:04:33 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3584Wu61831; Thu, 5 Apr 2001 01:04:32 -0700 (PDT) (envelope-from ps) Message-Id: <200104050804.f3584Wu61831@freefall.freebsd.org> From: Paul Saab Date: Thu, 5 Apr 2001 01:04:32 -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 X-Loop: FreeBSD.ORG ps 2001/04/05 01:04:32 PDT Modified files: . access Log: Welcome George Reid to the party. Approved by: core Revision Changes Path 1.218 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 1: 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 1C89D37B628; Thu, 5 Apr 2001 01:04:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3584fS61873; Thu, 5 Apr 2001 01:04:41 -0700 (PDT) (envelope-from ru) Message-Id: <200104050804.f3584fS61873@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Apr 2001 01:04:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/05 01:04:40 PDT Modified files: (Branch: RELENG_4) usr.bin/kdump mkioctls Log: MFC: - rev 1.17 (off-by-nine error when building a list of include files) - rev 1.18 (fix to rev 1.17) - rev 1.20 (search for include files in lexicographical order) Approved by: jkh Revision Changes Path 1.15.2.2 +4 -3 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 1:36:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7811437B50C; Thu, 5 Apr 2001 01:36:41 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f358afW68195; Thu, 5 Apr 2001 01:36:41 -0700 (PDT) (envelope-from greid) Message-Id: <200104050836.f358afW68195@freefall.freebsd.org> From: George C A Reid Date: Thu, 5 Apr 2001 01:36:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greid 2001/04/05 01:36:41 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Move myself from the contributors to the developers section Revision Changes Path 1.153 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.402 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.206 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 1:37:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3551F37B43F; Thu, 5 Apr 2001 01:37:26 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f358bQA68303; Thu, 5 Apr 2001 01:37:26 -0700 (PDT) (envelope-from greid) Message-Id: <200104050837.f358bQA68303@freefall.freebsd.org> From: George C A Reid Date: Thu, 5 Apr 2001 01:37:26 -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 X-Loop: FreeBSD.ORG greid 2001/04/05 01:37:26 PDT Modified files: en/news newsflash.sgml Log: Add myself to the newsflash section of the website Revision Changes Path 1.255 +8 -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 Apr 5 2:25: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 8D2E237B422; Thu, 5 Apr 2001 02:25:41 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f359Pfh75393; Thu, 5 Apr 2001 02:25:41 -0700 (PDT) (envelope-from alfred) Message-Id: <200104050925.f359Pfh75393@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 5 Apr 2001 02:25:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/05 02:25:41 PDT Modified files: sys/dev/wi if_wi.c Log: WI_TIMEOUT is 65536 65536 * 10msec == 10 minutes 55 seconds == hung machine Instead wait for the busy bits for a max of ~2 seconds (200 * 10msec) Revision Changes Path 1.46 +3 -4 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 2:30:39 2001 Delivered-To: cvs-all@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id DA93937B496; Thu, 5 Apr 2001 02:30:33 -0700 (PDT) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id LAA88010; Thu, 5 Apr 2001 11:29:43 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200104050929.LAA88010@info.iet.unipi.it> Subject: Re: cvs commit: src/sys/dev/wi if_wi.c In-Reply-To: <200104050925.f359Pfh75393@freefall.freebsd.org> from Alfred Perlstein at "Apr 5, 2001 02:25:41 am" To: Alfred Perlstein Date: Thu, 5 Apr 2001 11:29:43 +0200 (CEST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > alfred 2001/04/05 02:25:41 PDT > > Modified files: > sys/dev/wi if_wi.c > Log: > WI_TIMEOUT is 65536 > > 65536 * 10msec == 10 minutes 55 seconds == hung machine > > Instead wait for the busy bits for a max of ~2 seconds (200 * 10msec) it would be better to make it 2*HZ then, because someone uses different values if HZ than the default (100) cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 2: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 9B63D37B42C; Thu, 5 Apr 2001 02:37:44 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f359biB76500; Thu, 5 Apr 2001 02:37:44 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104050937.f359biB76500@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 02:37:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pyfind Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/pyfind/files patch-pyFind::match_files.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 02:37:44 PDT Modified files: sysutils Makefile Added files: sysutils/pyfind Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/pyfind/files patch-pyFind::match_files.py Log: Add pyfind 0.7.0, a file-find utilty for Gnome loosely modeled after similar Windoze utilty. Revision Changes Path 1.174 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 2:38: 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 3AC0A37B719; Thu, 5 Apr 2001 02:37:56 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f359bun76523; Thu, 5 Apr 2001 02:37:56 -0700 (PDT) (envelope-from mpp) Message-Id: <200104050937.f359bun76523@freefall.freebsd.org> From: Mike Pritchard Date: Thu, 5 Apr 2001 02:37:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/mdoc example.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mpp 2001/04/05 02:37:56 PDT Modified files: share/examples/mdoc example.4 Log: We don't use the "pseudo-device" configuration option any longer, so update the example to use the correct definition. Add an example for documenting kernel compile options, along with a small example of how to reference them in the main text of the man page (I.e. the .Dv macro). Inspired-by: a brief exchange I saw in in the commit messages mail Revision Changes Path 1.13 +7 -2 src/share/examples/mdoc/example.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 2:38: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 A9B7C37B64F; Thu, 5 Apr 2001 02:38:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f359c5376603; Thu, 5 Apr 2001 02:38:05 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104050938.f359c5376603@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 02:38:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 02:38:05 PDT Modified files: . modules Log: pyfind --> ports/sysutils/pyfind Revision Changes Path 1.2824 +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 Apr 5 2:41:25 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 7377437B424; Thu, 5 Apr 2001 02:41:19 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f359fFI16039; Thu, 5 Apr 2001 02:41:15 -0700 (PDT) Date: Thu, 5 Apr 2001 02:41:15 -0700 From: Alfred Perlstein To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/wi if_wi.c Message-ID: <20010405024115.F17723@fw.wintelcom.net> References: <200104050925.f359Pfh75393@freefall.freebsd.org> <200104050929.LAA88010@info.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104050929.LAA88010@info.iet.unipi.it>; from luigi@info.iet.unipi.it on Thu, Apr 05, 2001 at 11:29:43AM +0200 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Luigi Rizzo [010405 02:30] wrote: > > alfred 2001/04/05 02:25:41 PDT > > > > Modified files: > > sys/dev/wi if_wi.c > > Log: > > WI_TIMEOUT is 65536 > > > > 65536 * 10msec == 10 minutes 55 seconds == hung machine > > > > Instead wait for the busy bits for a max of ~2 seconds (200 * 10msec) > > it would be better to make it 2*HZ then, because someone > uses different values if HZ than the default (100) /* wait for the busy bit to clear */ for (i = 200; i > 0; i--) { if (!(CSR_READ_2(sc, WI_COMMAND) & WI_CMD_BUSY)) { break; } DELAY(10*1000); /* 10 m sec */ } if (i < 0) { return(ETIMEDOUT); } It's using DELAY, not tsleep. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] Daemon News Magazine in your snail-mail! http://magazine.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 2:47:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB04437B423; Thu, 5 Apr 2001 02:47:07 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f359l7177370; Thu, 5 Apr 2001 02:47:07 -0700 (PDT) (envelope-from alfred) Message-Id: <200104050947.f359l7177370@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 5 Apr 2001 02:47:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/05 02:47:07 PDT Modified files: sys/dev/wi if_wi.c Log: test should be for == 0, not < 0 Revision Changes Path 1.47 +2 -2 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 2:51:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F366C37B50B; Thu, 5 Apr 2001 02:51:52 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f359pqv77945; Thu, 5 Apr 2001 02:51:52 -0700 (PDT) (envelope-from ijliao) Message-Id: <200104050951.f359pqv77945@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 5 Apr 2001 02:51:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-IO-stringy Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/04/05 02:51:52 PDT Modified files: devel/p5-IO-stringy Makefile distinfo Log: upgrade to 1.220 Revision Changes Path 1.17 +2 -2 ports/devel/p5-IO-stringy/Makefile 1.7 +1 -1 ports/devel/p5-IO-stringy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3: 2: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 2411037B440; Thu, 5 Apr 2001 03:02:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35A2CM79466; Thu, 5 Apr 2001 03:02:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200104051002.f35A2CM79466@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Apr 2001 03:02:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnelvis/files patch-opts.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/05 03:02:11 PDT Added files: vietnamese/vnelvis/files patch-opts.c Log: Default to Vietnamese processing. If you're using the ancient version of Elvis, you most likely are doing it only for Vietnamese text. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3: 5: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 60D8637B496; Thu, 5 Apr 2001 03:05:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35A5oC82356; Thu, 5 Apr 2001 03:05:50 -0700 (PDT) (envelope-from mharo) Message-Id: <200104051005.f35A5oC82356@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 03:05:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/giblib Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 03:05:50 PDT Modified files: graphics/giblib Makefile distinfo Log: Update grahpics/giblib to 1.2.0 PR: 26350 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/graphics/giblib/Makefile 1.3 +1 -1 ports/graphics/giblib/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3: 7: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 A66D237B50B; Thu, 5 Apr 2001 03:07:34 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35A7Ya82751; Thu, 5 Apr 2001 03:07:34 -0700 (PDT) (envelope-from mharo) Message-Id: <200104051007.f35A7Ya82751@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 03:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gliv Makefile distinfo ports/graphics/gliv/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 03:07:34 PDT Modified files: graphics/gliv Makefile distinfo Removed files: graphics/gliv/files patch-configure Log: Update graphics/gliv to 1.0b7 PR: 26360 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/graphics/gliv/Makefile 1.2 +1 -1 ports/graphics/gliv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3: 9:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F71937B496; Thu, 5 Apr 2001 03:09:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35A97p83083; Thu, 5 Apr 2001 03:09:07 -0700 (PDT) (envelope-from obrien) Message-Id: <200104051009.f35A97p83083@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Apr 2001 03:09:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnelvis/files patch-03 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/05 03:09:07 PDT Modified files: vietnamese/vnelvis/files patch-03 Log: Change dot file to .vnelvisrc from .exrc. Revision Changes Path 1.2 +26 -8 ports/vietnamese/vnelvis/files/patch-03 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3: 9:22 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 9249D37B50E; Thu, 5 Apr 2001 03:09:13 -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 UAA11672; Thu, 5 Apr 2001 20:09:11 +1000 Date: Thu, 5 Apr 2001 20:07:48 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile In-Reply-To: <200104050246.f352kLe06251@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 4 Apr 2001, David E. O'Brien wrote: > obrien 2001/04/04 19:46:21 PDT > > Modified files: > usr.sbin/tzsetup Makefile > Log: > This builds fine with -Wall. Please don't put -Wall or other gcc flags in individual Makefiles. It's ugly and breaks compiling with non-gcc compilers. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3: 9: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 B8F8137B449; Thu, 5 Apr 2001 03:09:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35A9PC83151; Thu, 5 Apr 2001 03:09:25 -0700 (PDT) (envelope-from mharo) Message-Id: <200104051009.f35A9PC83151@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 03:09:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/qico Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 03:09:25 PDT Modified files: comms/qico Makefile distinfo Log: update comms/qico to 0.48.5 PR: 26342 Submitted by: maintainer Revision Changes Path 1.10 +2 -3 ports/comms/qico/Makefile 1.8 +1 -1 ports/comms/qico/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3: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 7408A37B449; Thu, 5 Apr 2001 03:17:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35AHIb84441; Thu, 5 Apr 2001 03:17:18 -0700 (PDT) (envelope-from mharo) Message-Id: <200104051017.f35AHIb84441@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 03:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/starlogo Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 03:17:18 PDT Modified files: lang/starlogo Makefile distinfo pkg-plist Log: update lang/starlogo to 1.2 PR: 26354 Submitted by: Jose Marques Revision Changes Path 1.5 +2 -2 ports/lang/starlogo/Makefile 1.4 +1 -1 ports/lang/starlogo/distinfo 1.4 +670 -579 ports/lang/starlogo/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 Apr 5 3:27:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17B7837B446; Thu, 5 Apr 2001 03:27:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35ARHc85351; Thu, 5 Apr 2001 03:27:17 -0700 (PDT) (envelope-from mharo) Message-Id: <200104051027.f35ARHc85351@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 03:27:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/ssserver Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 03:27:16 PDT Modified files: www/ssserver Makefile Log: Depend on Apache. This should fix the build problem on bento although this port probably isn't specific to apache and would probably work with other web servers too. Revision Changes Path 1.3 +3 -1 ports/www/ssserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3: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 3A11C37B440; Thu, 5 Apr 2001 03:29:01 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35AT0P85532; Thu, 5 Apr 2001 03:29:00 -0700 (PDT) (envelope-from dfr) Message-Id: <200104051029.f35AT0P85532@freefall.freebsd.org> From: Doug Rabson Date: Thu, 5 Apr 2001 03:29:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha srmdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2001/04/05 03:28:56 PDT Modified files: sys/boot/alpha/libalpha srmdisk.c Log: Don't call prom_open() multiple times. This confuses some versions of SRM and makes it impossible to boot from floppy and CD on some AlphaServer platforms. Detective work by: Michael Richards Revision Changes Path 1.10 +23 -9 src/sys/boot/alpha/libalpha/srmdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3:32: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57E6737B443; Thu, 5 Apr 2001 03:31:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35AVxh85802; Thu, 5 Apr 2001 03:31:59 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104051031.f35AVxh85802@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 03:31:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/jedit Makefile distinfo ports/editors/jedit/files jedit.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 03:31:58 PDT Modified files: editors/jedit Makefile distinfo editors/jedit/files jedit.sh Log: Update to 3.0.2. Revision Changes Path 1.10 +2 -3 ports/editors/jedit/Makefile 1.7 +1 -1 ports/editors/jedit/distinfo 1.3 +1 -1 ports/editors/jedit/files/jedit.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3:44: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 9406B37B496; Thu, 5 Apr 2001 03:44:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35AiHM87015; Thu, 5 Apr 2001 03:44:17 -0700 (PDT) (envelope-from mharo) Message-Id: <200104051044.f35AiHM87015@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 03:44:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/analog Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 03:44:17 PDT Modified files: www/analog Makefile Log: Update MASTER_SITES and assume maintainership Revision Changes Path 1.34 +6 -8 ports/www/analog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3:53: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 7DEA437B423; Thu, 5 Apr 2001 03:53:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35ArLP87931; Thu, 5 Apr 2001 03:53:21 -0700 (PDT) (envelope-from mharo) Message-Id: <200104051053.f35ArLP87931@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 03:53:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/webstone Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 03:53:21 PDT Modified files: www/webstone Makefile Log: add another mastersite so this fetches again Prompted by: looking at portsurvey Revision Changes Path 1.11 +3 -2 ports/www/webstone/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 3:58:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BB0B37B507; Thu, 5 Apr 2001 03:58:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35AwUY88585; Thu, 5 Apr 2001 03:58:30 -0700 (PDT) (envelope-from mharo) Message-Id: <200104051058.f35AwUY88585@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 03:58:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/weblint Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 03:58:30 PDT Modified files: www/weblint Makefile Log: Update MASTER_SITES Prompted by: looking at portsurvey Revision Changes Path 1.13 +4 -2 ports/www/weblint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 4:13: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 040FE37B506; Thu, 5 Apr 2001 04:13:08 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35BD7W97910; Thu, 5 Apr 2001 04:13:07 -0700 (PDT) (envelope-from sos) Message-Id: <200104051113.f35BD7W97910@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 5 Apr 2001 04:13:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/05 04:13:07 PDT Modified files: sys/dev/ata ata-disk.c Log: Correct the sysctl names to match the tuneables. Proberly flush the tag queue on detach. Revision Changes Path 1.102 +5 -4 src/sys/dev/ata/ata-disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 4:15: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 DE56E37B50C; Thu, 5 Apr 2001 04:15:24 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35BFOb98107; Thu, 5 Apr 2001 04:15:24 -0700 (PDT) (envelope-from sos) Message-Id: <200104051115.f35BFOb98107@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 5 Apr 2001 04:15:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c atapi-all.c atapi-all.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/05 04:15:24 PDT Modified files: sys/dev/ata ata-all.c atapi-all.c atapi-all.h Log: Add new flag ATPR_F_QUIET to atapi_request. Cleanup error handling. Revision Changes Path 1.114 +3 -3 src/sys/dev/ata/ata-all.c 1.70 +36 -37 src/sys/dev/ata/atapi-all.c 1.38 +3 -2 src/sys/dev/ata/atapi-all.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 4:17:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BC8C37B423; Thu, 5 Apr 2001 04:17:34 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35BHY198332; Thu, 5 Apr 2001 04:17:34 -0700 (PDT) (envelope-from sos) Message-Id: <200104051117.f35BHY198332@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 5 Apr 2001 04:17:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/05 04:17:34 PDT Modified files: sys/dev/ata atapi-cd.c Log: On burners that return faulty ready on fixate, wait for the expected fixate time before returning. Dont print error messages to the console on READ_TOC on a blank media. Revision Changes Path 1.88 +46 -34 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 4:20:49 2001 Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 9C72E37B449; Thu, 5 Apr 2001 04:20:45 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id HAA27580; Thu, 5 Apr 2001 07:20:08 -0400 (EDT) Date: Thu, 5 Apr 2001 07:20:07 -0400 (EDT) From: Daniel Eischen To: Nick Sayer Cc: Assar Westerlund , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile In-Reply-To: <3ACC0E32.2090601@quack.kfu.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 4 Apr 2001, Nick Sayer wrote: > Assar Westerlund wrote: > > Because it causes telnet to call telnet_gets for reading the username > > and password and thus not allow C-c, C-] or any of the common > > escapes. This was considered a pain by lots of users on the mailing > > lists (mainly -stable and -current) I think. The right thing is of > > course to make this reading of user input DTRT, but without the time > > to take the right solution I did this to try to keep POLA. > > > But this "solution" by your own admission doesn't actually solve > anything. So you've in fact reduced the security of telnet for everyone > for no reason. And I have not seen the massive volume of complaints > about the prompt's behavior either, by the way. I would have thought the > first thing you might have done was brought these complaints to someone > most likely to be able to actually _fix_ the problem correctly. Anyone > paying attention might have noticed that when problems have popped up > with SRA in the past (telnet -x cores, for instance), I have responded > to them in a timely manner. Well, you missed two separate posts from myself to -current about the problem. Noone responded to these posts. Search for subject "telnet broken with auto-negotiation of encrypt/decrypt change". -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 4:52: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 1C1B237B50D; Thu, 5 Apr 2001 04:52:18 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35BqI905292; Thu, 5 Apr 2001 04:52:18 -0700 (PDT) (envelope-from cjh) Message-Id: <200104051152.f35BqI905292@freefall.freebsd.org> From: CHOI Junho Date: Thu, 5 Apr 2001 04:52:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ami Makefile distinfo pkg-descr ports/korean/ami/files patch-ami_c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2001/04/05 04:52:17 PDT Modified files: korean/ami Makefile distinfo pkg-descr Removed files: korean/ami/files patch-ami_c Log: Update to 1.0.10 Revision Changes Path 1.20 +2 -3 ports/korean/ami/Makefile 1.11 +1 -1 ports/korean/ami/distinfo 1.4 +5 -1 ports/korean/ami/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 Apr 5 5:11: 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 3356B37B422; Thu, 5 Apr 2001 05:11:03 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35CB3B12283; Thu, 5 Apr 2001 05:11:03 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104051211.f35CB3B12283@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Thu, 5 Apr 2001 05:11:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.libnames.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/05 05:11:03 PDT Modified files: share/mk bsd.libnames.mk Log: Remove the recently-depricated LIBPOSIX1E Revision Changes Path 1.39 +1 -2 src/share/mk/bsd.libnames.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 5:24: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 9DA9D37B43C; Thu, 5 Apr 2001 05:24:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35COtP15075; Thu, 5 Apr 2001 05:24:55 -0700 (PDT) (envelope-from des) Message-Id: <200104051224.f35COtP15075@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 5 Apr 2001 05:24:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/porteasy Makefile ports/misc/porteasy/src porteasy.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/04/05 05:24:55 PDT Modified files: misc/porteasy Makefile misc/porteasy/src porteasy.pl Log: Forgot to update porteasy's idea of its own version number. Notices by: Revision Changes Path 1.7 +2 -1 ports/misc/porteasy/Makefile 1.10 +2 -2 ports/misc/porteasy/src/porteasy.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 6:10: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B27F37B440; Thu, 5 Apr 2001 06:10:00 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35DA0L28928; Thu, 5 Apr 2001 06:10:00 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104051310.f35DA0L28928@freefall.freebsd.org> From: Nick Sayer Date: Thu, 5 Apr 2001 06:10:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/05 06:10:00 PDT Modified files: emulators/xmame Makefile Log: Enable USB joysticks. Yay! Approved by: stjin@win.tue.nl Revision Changes Path 1.24 +2 -1 ports/emulators/xmame/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 6:15:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3097937B50C; Thu, 5 Apr 2001 06:15:23 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35DFNZ29793; Thu, 5 Apr 2001 06:15:23 -0700 (PDT) (envelope-from dirk) Message-Id: <200104051315.f35DFNZ29793@freefall.freebsd.org> From: Dirk Froemberg Date: Thu, 5 Apr 2001 06:15:23 -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 X-Loop: FreeBSD.ORG dirk 2001/04/05 06:15:23 PDT Modified files: databases/mysql323-server Makefile Log: Fix typo (Latin1 -> latin1). Noticed by: Jon Nathan Revision Changes Path 1.112 +2 -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 Thu Apr 5 6:20: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A228D37B443; Thu, 5 Apr 2001 06:20:00 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35DK0030254; Thu, 5 Apr 2001 06:20:00 -0700 (PDT) (envelope-from nik) Message-Id: <200104051320.f35DK0030254@freefall.freebsd.org> From: Nik Clayton Date: Thu, 5 Apr 2001 06:19:59 -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 X-Loop: FreeBSD.ORG nik 2001/04/05 06:19:59 PDT Modified files: share/sgml freebsd.dsl Log: Add a default $create-refentry-xref-link$ function. Revision Changes Path 1.27 +5 -1 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 6:21:42 2001 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 0969637B424; Thu, 5 Apr 2001 06:21:38 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from morpheus.kfu.com (morpheus.kfu.com [205.178.90.226]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f35DLbh80875; Thu, 5 Apr 2001 06:21:37 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com (localhost [127.0.0.1]) by morpheus.kfu.com (8.11.3/8.11.3) with ESMTP id f35DLav36851; Thu, 5 Apr 2001 06:21:37 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3ACC7160.7060104@quack.kfu.com> Date: Thu, 05 Apr 2001 06:21:36 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RC i386; en-US; 0.8) Gecko/20010313 X-Accept-Language: en-GB, en-US, en MIME-Version: 1.0 To: Daniel Eischen Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Eischen wrote: > On Wed, 4 Apr 2001, Nick Sayer wrote: > >> Assar Westerlund wrote: >> >>> Because it causes telnet to call telnet_gets for reading the username >>> and password and thus not allow C-c, C-] or any of the common >>> escapes. This was considered a pain by lots of users on the mailing >>> lists (mainly -stable and -current) I think. The right thing is of >>> course to make this reading of user input DTRT, but without the time >>> to take the right solution I did this to try to keep POLA. >> >> >> But this "solution" by your own admission doesn't actually solve >> anything. So you've in fact reduced the security of telnet for everyone >> for no reason. And I have not seen the massive volume of complaints >> about the prompt's behavior either, by the way. I would have thought the >> first thing you might have done was brought these complaints to someone >> most likely to be able to actually _fix_ the problem correctly. Anyone >> paying attention might have noticed that when problems have popped up >> with SRA in the past (telnet -x cores, for instance), I have responded >> to them in a timely manner. > > > Well, you missed two separate posts from myself to -current about > the problem. Noone responded to these posts. Search for subject > "telnet broken with auto-negotiation of encrypt/decrypt change". Lately I've not followed -current much. But one thing you can do to find out who might be the one to talk to about a piece of functionality is use cvsweb on one of the files in question. Doing so on sra.c would show mine being the only commit that wasn't obviously part of a greater sweep through the code base (albiet from two years ago). Now that y'all have my attention, though, do you have a suggested fix for this? I suspect it will come down to finding where the interrupt character is being disabled and undoing that. It makes no sense to respond to C-] in this context, since you're not escaping from a remote host. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 6:35:35 2001 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 5BA0637B507; Thu, 5 Apr 2001 06:35:29 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from morpheus.kfu.com (morpheus.kfu.com [205.178.90.226]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f35DZTh81792; Thu, 5 Apr 2001 06:35:29 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com (localhost [127.0.0.1]) by morpheus.kfu.com (8.11.3/8.11.3) with ESMTP id f35DZSv36901; Thu, 5 Apr 2001 06:35:29 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3ACC74A0.7000304@quack.kfu.com> Date: Thu, 05 Apr 2001 06:35:28 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RC i386; en-US; 0.8) Gecko/20010313 X-Accept-Language: en-GB, en-US, en MIME-Version: 1.0 Cc: Assar Westerlund , cvs-committers@freebsd.org, cvs-all Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile References: <200104050037.f350b7t89955@freefall.freebsd.org> <3ACC0695.4010603@quack.kfu.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG By the way, lest anyone forget, all of this functionality we're talking about isn't even the default for telnet. You actually have to *ask* for it (telnet -a) to do an automatic login. IMHO allowing this to proceed without at least ROT13ing ( :-) ) the authentication data does not meet POLA guidelines. It's even worse than that, though, since plaintext is used *without any warning*, which doesn't even allow the user a chance to be astonished (unless he finds out someone sniffed his credentials). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 6: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 537DF37B423; Thu, 5 Apr 2001 06:59:52 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35DxqR27642; Thu, 5 Apr 2001 06:59:52 -0700 (PDT) (envelope-from joe) Message-Id: <200104051359.f35DxqR27642@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 5 Apr 2001 06:59:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/BSDPAN/BSDPAN Override.pm src/gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/04/05 06:59:51 PDT Modified files: gnu/usr.bin/perl/BSDPAN/BSDPAN Override.pm gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm Log: Fix a few bugs in BSDPAN: * Fix a bug which prevented the second invocation of overloaded subs governed by SelfLoader from functioning. * Fix a bug with XS modules. MakeMaker determines where the xsubpp preprocessor is located by adding "ExtUtils" string to the Perl's system path. At the same time, BSDPAN has to fool MakeMaker into thinking that the Perl's system path is elsewhere. Now we `reverse-adjust' the notion of the Perl's system path for a moment, so xsubpp utility is found. This should fix the breakage with some p5- ports. Reported by: vanilla Submitted by: Anton Berezin Revision Changes Path 1.2 +11 -9 src/gnu/usr.bin/perl/BSDPAN/BSDPAN/Override.pm 1.2 +21 -3 src/gnu/usr.bin/perl/BSDPAN/ExtUtils/MM_Unix.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 7: 8:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F03BD37B505; Thu, 5 Apr 2001 07:08:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35E8Oi31275; Thu, 5 Apr 2001 07:08:24 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104051408.f35E8Oi31275@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 07:08:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/view3ds Makefile ports/graphics/view3ds/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 07:08:24 PDT Modified files: graphics/view3ds Makefile graphics/view3ds/files patch-configure Log: Unbroke with threaded GL library (XFree86-4) and recent QT changes (qtgl). Revision Changes Path 1.6 +2 -2 ports/graphics/view3ds/Makefile 1.2 +5 -5 ports/graphics/view3ds/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 Thu Apr 5 7: 9:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1375337B42C; Thu, 5 Apr 2001 07:09:16 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35E9GX31438; Thu, 5 Apr 2001 07:09:16 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104051409.f35E9GX31438@freefall.freebsd.org> From: Nick Sayer Date: Thu, 5 Apr 2001 07:09:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet sys_bsd.c src/secure/lib/libtelnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/05 07:09:15 PDT Modified files: crypto/telnet/telnet sys_bsd.c secure/lib/libtelnet Makefile Log: Reactivate SRA. Make handling of SIGINT and SIGQUIT follow SIGTSTP in TerminalNewMode(). This allows people to break out of SRA authentication if they wish to. Revision Changes Path 1.5 +19 -1 src/crypto/telnet/telnet/sys_bsd.c 1.23 +3 -3 src/secure/lib/libtelnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 7:11:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1EDB37B449; Thu, 5 Apr 2001 07:11:09 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35EB9M31676; Thu, 5 Apr 2001 07:11:09 -0700 (PDT) (envelope-from knu) Message-Id: <200104051411.f35EB9M31676@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 5 Apr 2001 07:11:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/ruby-ri Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/lang/ruby-ri/files patch-contrib::dblack::emacs::ri.el patch-install.rb patch-ri::ri.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/05 07:11:09 PDT Modified files: lang Makefile Added files: lang/ruby-ri Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist lang/ruby-ri/files patch-contrib::dblack::emacs::ri.el patch-install.rb patch-ri::ri.rb Log: Add ruby-ri, Ruby Interactive reference with command line and Emacs interfaces. Revision Changes Path 1.220 +2 -1 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 7:11: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 C5AE937B61E; Thu, 5 Apr 2001 07:11:17 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35EBHN31743; Thu, 5 Apr 2001 07:11:17 -0700 (PDT) (envelope-from knu) Message-Id: <200104051411.f35EBHN31743@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 5 Apr 2001 07:11: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 X-Loop: FreeBSD.ORG knu 2001/04/05 07:11:17 PDT Modified files: . modules Log: ruby-ri --> ports/lang/ruby-ri Revision Changes Path 1.2825 +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 Apr 5 7:39: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id E942937B507; Thu, 5 Apr 2001 07:39:01 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id KAA23289; Thu, 5 Apr 2001 10:39:00 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f35EcUa02734; Thu, 5 Apr 2001 10:38:30 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Thu, 5 Apr 2001 10:38:30 -0400 From: Andrew Gallatin To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/alpha/libalpha srmdisk.c Message-ID: <20010405103829.A98807@grasshopper.cs.duke.edu> References: <200104051029.f35AT0P85532@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: <200104051029.f35AT0P85532@freefall.freebsd.org>; from dfr@FreeBSD.org on Thu, Apr 05, 2001 at 03:29:00AM -0700 X-Operating-System: FreeBSD 4.3-BETA on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Rabson [dfr@FreeBSD.org] wrote: > dfr 2001/04/05 03:28:56 PDT > > Modified files: > sys/boot/alpha/libalpha srmdisk.c > Log: > Don't call prom_open() multiple times. This confuses some versions of SRM > and makes it impossible to boot from floppy and CD on some AlphaServer > platforms. Can we MFC this, please? It would be really nice to have 4.3 install on big-iron machines without the dd workaround. Thanks, Drew -- ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 7:41:24 2001 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id D1E8A37B422; Thu, 5 Apr 2001 07:41:19 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id KAA23337; Thu, 5 Apr 2001 10:41:19 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f35Een102749; Thu, 5 Apr 2001 10:40:49 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Thu, 5 Apr 2001 10:40:49 -0400 From: Andrew Gallatin To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/alpha/libalpha srmdisk.c Message-ID: <20010405104048.B98807@grasshopper.cs.duke.edu> References: <200104051029.f35AT0P85532@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: <200104051029.f35AT0P85532@freefall.freebsd.org>; from dfr@FreeBSD.org on Thu, Apr 05, 2001 at 03:29:00AM -0700 X-Operating-System: FreeBSD 4.3-BETA on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Rabson [dfr@FreeBSD.org] wrote: > dfr 2001/04/05 03:28:56 PDT > > Modified files: > sys/boot/alpha/libalpha srmdisk.c > Log: > Don't call prom_open() multiple times. This confuses some versions of SRM > and makes it impossible to boot from floppy and CD on some AlphaServer > platforms. Sorry for the dumb question, but does this affect boot1, or just the loader? Thanks, Drew -- ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8: 1:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC2FD37B42C; Thu, 5 Apr 2001 08:01:41 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35F1f939400; Thu, 5 Apr 2001 08:01:41 -0700 (PDT) (envelope-from kevlo) Message-Id: <200104051501.f35F1f939400@freefall.freebsd.org> From: Kevin Lo Date: Thu, 5 Apr 2001 08:01:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/tinyproxy Makefile distinfo ports/www/tinyproxy/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/04/05 08:01:41 PDT Modified files: www/tinyproxy Makefile distinfo Removed files: www/tinyproxy/files patch-aa Log: Upgrade to version 1.3.3b PR: 26338 Submitted by: MAINTAINER Revision Changes Path 1.9 +2 -2 ports/www/tinyproxy/Makefile 1.6 +1 -1 ports/www/tinyproxy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8: 5:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9CDB37B505; Thu, 5 Apr 2001 08:05:52 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35F5q942692; Thu, 5 Apr 2001 08:05:52 -0700 (PDT) (envelope-from kevlo) Message-Id: <200104051505.f35F5q942692@freefall.freebsd.org> From: Kevin Lo Date: Thu, 5 Apr 2001 08:05:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ecg2png Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/04/05 08:05:52 PDT Modified files: graphics/ecg2png Makefile Log: - Fix MASTER_SITES - Support LOCALBASE properly PR: 26331 Submitted by: Ports Fury Revision Changes Path 1.5 +6 -6 ports/graphics/ecg2png/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8:15: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 9492737B43E; Thu, 5 Apr 2001 08:15:13 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35FFD844381; Thu, 5 Apr 2001 08:15:13 -0700 (PDT) (envelope-from kevlo) Message-Id: <200104051515.f35FFD844381@freefall.freebsd.org> From: Kevin Lo Date: Thu, 5 Apr 2001 08:15:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sane-backends pkg-plist ports/graphics/sane-backends/files patch-backend_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/04/05 08:15:13 PDT Modified files: graphics/sane-backends pkg-plist Removed files: graphics/sane-backends/files patch-backend_Makefile.in Log: - Eliminate needless patching - Fix pkg-plist PR: 26332 Submitted by: Ports Fury Revision Changes Path 1.21 +32 -0 ports/graphics/sane-backends/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 Apr 5 8: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 ABD1C37B43F; Thu, 5 Apr 2001 08:17:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35FHXb44816; Thu, 5 Apr 2001 08:17:33 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104051517.f35FHXb44816@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 08:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 08:17:33 PDT Modified files: devel Makefile Added files: devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist devel/dlmalloc/files Makefile README.FreeBSD Log: Add dlmalloc 2.7.0, a very efficient malloc/free/realloc implementation. According to my tests it is *amazingly* efficient - it gave me about 10% memory saving (SIZE in the top(1)) for the large processes like X and jre without any measureable performance saturation. Moreover, due to not very clear for me reasons Python benchmark (pybench) is about 60% (!!!) faster with this allocator comparing to the libc one. Obviously we should investigate this further and if there is no error then tune either Python or our own malloc. Alternatively we may evaluate a possibility to make it (or part of it) our default malloc(), because it is friendly licensed and actively maintained. Revision Changes Path 1.490 +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 Apr 5 8:17: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 5547B37B422; Thu, 5 Apr 2001 08:17:48 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35FHmX44871; Thu, 5 Apr 2001 08:17:48 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104051517.f35FHmX44871@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 08:17:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 08:17:48 PDT Modified files: . modules Log: dlmalloc --> ports/devel/dlmalloc Revision Changes Path 1.2826 +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 Apr 5 8:26:12 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (fxp0.halvsten.ip.cybercity.dk [212.242.40.114]) by hub.freebsd.org (Postfix) with ESMTP id 11F2637B43C; Thu, 5 Apr 2001 08:26:06 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f35FQ2C22564; Thu, 5 Apr 2001 17:26:02 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD In-Reply-To: Your message of "Thu, 05 Apr 2001 08:17:33 PDT." <200104051517.f35FHXb44816@freefall.freebsd.org> Date: Thu, 05 Apr 2001 17:26:02 +0200 Message-ID: <22562.986484362@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200104051517.f35FHXb44816@freefall.freebsd.org>, Maxim Sobolev writes: >sobomax 2001/04/05 08:17:33 PDT > > Modified files: > devel Makefile > Added files: > devel/dlmalloc Makefile distinfo pkg-comment pkg-descr > pkg-message pkg-plist > devel/dlmalloc/files Makefile README.FreeBSD > Log: > Add dlmalloc 2.7.0, a very efficient malloc/free/realloc implementation. > > According to my tests it is *amazingly* efficient - it gave me about 10% > memory saving (SIZE in the top(1)) for the large processes like X and jre > without any measureable performance saturation. > > Moreover, due to not very clear for me reasons Python benchmark (pybench) > is about 60% (!!!) faster with this allocator comparing to the libc one. > Obviously we should investigate this further and if there is no error > then tune either Python or our own malloc. Did you measure this with the right malloc flags for the libc version ? Remember that -current runs with malloc flags "AJ" as default, that is not fair if it comes to performance comparisons (but it does wonders for finding bugs :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8:26: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 8952C37B646; Thu, 5 Apr 2001 08:26:16 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35FQGe45987; Thu, 5 Apr 2001 08:26:16 -0700 (PDT) (envelope-from kevlo) Message-Id: <200104051526.f35FQGe45987@freefall.freebsd.org> From: Kevin Lo Date: Thu, 5 Apr 2001 08:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcltutor Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/04/05 08:26:16 PDT Modified files: lang/tcltutor Makefile Log: Update maintainer's email address PR: 26355 Submitted by: MAINTAINER Revision Changes Path 1.2 +3 -3 ports/lang/tcltutor/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8: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 21F9837B496; Thu, 5 Apr 2001 08:28:49 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35FSmr46371; Thu, 5 Apr 2001 08:28:48 -0700 (PDT) (envelope-from kevlo) Message-Id: <200104051528.f35FSmr46371@freefall.freebsd.org> From: Kevin Lo Date: Thu, 5 Apr 2001 08:28:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smm++ Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/04/05 08:28:48 PDT Modified files: net/smm++ Makefile Log: Update maintainer's email address. PR: 26357 Submitted by: MAINTAINER Revision Changes Path 1.2 +3 -3 ports/net/smm++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8:29: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 5F13E37B724; Thu, 5 Apr 2001 08:28:57 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id RAA81493; Thu, 5 Apr 2001 17:29:00 +0200 (CEST) (envelope-from assar) From: Assar Westerlund To: Nick Sayer Cc: cvs-committers@freebsd.org, cvs-all Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile References: <200104050037.f350b7t89955@freefall.freebsd.org> <3ACC0695.4010603@quack.kfu.com> <3ACC74A0.7000304@quack.kfu.com> Date: 05 Apr 2001 17:29:00 +0200 In-Reply-To: Nick Sayer's message of "Thu, 05 Apr 2001 06:35:28 -0700" Message-ID: <5l66gjqsar.fsf@assaris.sics.se> Lines: 13 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Sayer writes: > By the way, lest anyone forget, all of this functionality we're talking > about isn't even the default for telnet. You actually have to *ask* for > it (telnet -a) to do an automatic login. IMHO allowing this to proceed > without at least ROT13ing ( :-) ) the authentication data does not meet > POLA guidelines. It's even worse than that, though, since plaintext is > used *without any warning*, which doesn't even allow the user a chance > to be astonished (unless he finds out someone sniffed his credentials). But autologin is the default now. But you have fixed the SRA prompts to behave as people except them (C-c able). /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8:34:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3A4037B43C; Thu, 5 Apr 2001 08:34:53 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35FYrs47130; Thu, 5 Apr 2001 08:34:53 -0700 (PDT) (envelope-from ade) Message-Id: <200104051534.f35FYrs47130@freefall.freebsd.org> From: Ade Lovett Date: Thu, 5 Apr 2001 08:34:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/x2vnc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/04/05 08:34:53 PDT Modified files: x11-servers/x2vnc Makefile distinfo Log: Update to 1.2 Requested by: Steve Dobbs Revision Changes Path 1.4 +3 -5 ports/x11-servers/x2vnc/Makefile 1.2 +1 -1 ports/x11-servers/x2vnc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8:40:11 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 2B36537B423; Thu, 5 Apr 2001 08:39:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup13-22.iptelecom.net.ua [212.9.229.22]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA48944; Thu, 5 Apr 2001 18:39:55 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f35FdNt54425; Thu, 5 Apr 2001 18:39:23 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ACC91AB.2A183123@FreeBSD.org> Date: Thu, 05 Apr 2001 18:39:23 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD References: <22562.986484362@critter> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > In message <200104051517.f35FHXb44816@freefall.freebsd.org>, Maxim Sobolev writes: > >sobomax 2001/04/05 08:17:33 PDT > > > > Modified files: > > devel Makefile > > Added files: > > devel/dlmalloc Makefile distinfo pkg-comment pkg-descr > > pkg-message pkg-plist > > devel/dlmalloc/files Makefile README.FreeBSD > > Log: > > Add dlmalloc 2.7.0, a very efficient malloc/free/realloc implementation. > > > > According to my tests it is *amazingly* efficient - it gave me about 10% > > memory saving (SIZE in the top(1)) for the large processes like X and jre > > without any measureable performance saturation. > > > > Moreover, due to not very clear for me reasons Python benchmark (pybench) > > is about 60% (!!!) faster with this allocator comparing to the libc one. > > Obviously we should investigate this further and if there is no error > > then tune either Python or our own malloc. > > Did you measure this with the right malloc flags for the libc version ? > > Remember that -current runs with malloc flags "AJ" as default, that is not > fair if it comes to performance comparisons (but it does wonders for finding > bugs :-) I don't use default value: $ ls -l /etc/malloc.conf lrwxr-xr-x 1 root wheel 7 Jul 22 2000 /etc/malloc.conf@ -> HRajuxz -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8:45:51 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (fxp0.halvsten.ip.cybercity.dk [212.242.40.114]) by hub.freebsd.org (Postfix) with ESMTP id 4D3C137B42C; Thu, 5 Apr 2001 08:45:46 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f35FjgC22781; Thu, 5 Apr 2001 17:45:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD In-Reply-To: Your message of "Thu, 05 Apr 2001 18:39:23 +0300." <3ACC91AB.2A183123@FreeBSD.org> Date: Thu, 05 Apr 2001 17:45:42 +0200 Message-ID: <22779.986485542@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3ACC91AB.2A183123@FreeBSD.org>, Maxim Sobolev writes: >> > Moreover, due to not very clear for me reasons Python benchmark (pybench) >> > is about 60% (!!!) faster with this allocator comparing to the libc one. >> > Obviously we should investigate this further and if there is no error >> > then tune either Python or our own malloc. >> >> Did you measure this with the right malloc flags for the libc version ? >> >> Remember that -current runs with malloc flags "AJ" as default, that is not >> fair if it comes to performance comparisons (but it does wonders for finding >> bugs :-) > >I don't use default value: > >$ ls -l /etc/malloc.conf >lrwxr-xr-x 1 root wheel 7 Jul 22 2000 /etc/malloc.conf@ -> HRajuxz I think you should use 'r' for performance comparisons... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 8: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 EC41637B5AF; Thu, 5 Apr 2001 08:45:53 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35Fjr148925; Thu, 5 Apr 2001 08:45:53 -0700 (PDT) (envelope-from sos) Message-Id: <200104051545.f35Fjr148925@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 5 Apr 2001 08:45:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/05 08:45:53 PDT Modified files: sys/dev/ata atapi-all.c Log: More error handling cleanups. Revision Changes Path 1.71 +12 -15 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 Apr 5 9: 0: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DC8E37B43F; Thu, 5 Apr 2001 09:00:03 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35G03H50468; Thu, 5 Apr 2001 09:00:03 -0700 (PDT) (envelope-from demon) Message-Id: <200104051600.f35G03H50468@freefall.freebsd.org> From: Dmitry Sivachenko Date: Thu, 5 Apr 2001 09:00:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kde2-i18n Makefile distinfo pkg-plist ports/misc/kde2-i18n/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/05 09:00:03 PDT Modified files: misc/kde2-i18n Makefile distinfo pkg-plist Removed files: misc/kde2-i18n/files patch-aa Log: Update to 2.1.1 Revision Changes Path 1.3 +2 -2 ports/misc/kde2-i18n/Makefile 1.2 +1 -1 ports/misc/kde2-i18n/distinfo 1.2 +21897 -21451 ports/misc/kde2-i18n/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 Apr 5 9: 6:16 2001 Delivered-To: cvs-all@freebsd.org Received: from ns2.freenix.org (ns2.freenix.org [194.117.194.82]) by hub.freebsd.org (Postfix) with ESMTP id 2C0C937B422; Thu, 5 Apr 2001 09:06:13 -0700 (PDT) (envelope-from roberto@ns2.freenix.org) Received: by ns2.freenix.org (Postfix/TLS, from userid 1002) id 1139CAF002; Thu, 5 Apr 2001 18:06:12 +0200 (MEST) Date: Thu, 5 Apr 2001 18:06:12 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD Message-ID: <20010405180611.A27196@ns2.freenix.org> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104051517.f35FHXb44816@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: <200104051517.f35FHXb44816@freefall.freebsd.org>; from sobomax@FreeBSD.org on Thu, Apr 05, 2001 at 08:17:33AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT/IPv6 Sony VAIO Z505SX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Maxim Sobolev: > sobomax 2001/04/05 08:17:33 PDT > > Modified files: > devel Makefile > Added files: > devel/dlmalloc Makefile distinfo pkg-comment pkg-descr Uh? What about updating devel/libdlmalloc instead...? -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #6: Thu Aug 10 17:36:11 CEST 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9:11:27 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 84B4137B43F; Thu, 5 Apr 2001 09:11:19 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup14-33.iptelecom.net.ua [212.9.229.97]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA53097; Thu, 5 Apr 2001 19:11:16 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f35GAit69705; Thu, 5 Apr 2001 19:10:44 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ACC9904.E51A7EEA@FreeBSD.org> Date: Thu, 05 Apr 2001 19:10:44 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ollivier Robert Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD References: <200104051517.f35FHXb44816@freefall.freebsd.org> <20010405180611.A27196@ns2.freenix.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ollivier Robert wrote: > According to Maxim Sobolev: > > sobomax 2001/04/05 08:17:33 PDT > > > > Modified files: > > devel Makefile > > Added files: > > devel/dlmalloc Makefile distinfo pkg-comment pkg-descr > > Uh? What about updating devel/libdlmalloc instead...? OOPS, I missed it. Sorry. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9:13: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 431C137B423; Thu, 5 Apr 2001 09:13:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup14-33.iptelecom.net.ua [212.9.229.97]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA53359; Thu, 5 Apr 2001 19:12:58 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f35GCRt69709; Thu, 5 Apr 2001 19:12:27 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ACC996A.98218FBE@FreeBSD.org> Date: Thu, 05 Apr 2001 19:12:26 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD References: <22779.986485542@critter> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > In message <3ACC91AB.2A183123@FreeBSD.org>, Maxim Sobolev writes: > > >> > Moreover, due to not very clear for me reasons Python benchmark (pybench) > >> > is about 60% (!!!) faster with this allocator comparing to the libc one. > >> > Obviously we should investigate this further and if there is no error > >> > then tune either Python or our own malloc. > >> > >> Did you measure this with the right malloc flags for the libc version ? > >> > >> Remember that -current runs with malloc flags "AJ" as default, that is not > >> fair if it comes to performance comparisons (but it does wonders for finding > >> bugs :-) > > > >I don't use default value: > > > >$ ls -l /etc/malloc.conf > >lrwxr-xr-x 1 root wheel 7 Jul 22 2000 /etc/malloc.conf@ -> HRajuxz > > I think you should use 'r' for performance comparisons... Bah, you are as usually right, however even with this settings python+dlmalloc in -current is about 10-12% faster (only 5% in -stable). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9:17:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3295A37B507; Thu, 5 Apr 2001 09:17:16 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GHGw55825; Thu, 5 Apr 2001 09:17:16 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104051617.f35GHGw55825@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 09:17:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 09:17:12 PDT Modified files: . modules devel Makefile Removed files: devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist devel/dlmalloc/files Makefile README.FreeBSD Log: Rollback dlmalloc. I overlooked that it already exists under another name. Poked by: roberto Revision Changes Path 1.2827 +1 -2 CVSROOT/modules 1.491 +0 -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 Apr 5 9:21:36 2001 Delivered-To: cvs-all@freebsd.org Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id 16E1037B496; Thu, 5 Apr 2001 09:21:30 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id 7CA8222B0C; Thu, 5 Apr 2001 09:20:38 -0700 (PDT) Received: from quack.kfu.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id 08774104; Thu, 5 Apr 2001 09:21:29 -0700 (PDT) Message-ID: <3ACC9B88.2010401@quack.kfu.com> Date: Thu, 05 Apr 2001 09:21:28 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RC i386; en-US; 0.8) Gecko/20010321 X-Accept-Language: en MIME-Version: 1.0 To: Assar Westerlund Cc: cvs-committers@freebsd.org, cvs-all Subject: Re: cvs commit: src/secure/lib/libtelnet Makefile References: <200104050037.f350b7t89955@freefall.freebsd.org> <3ACC0695.4010603@quack.kfu.com> <3ACC74A0.7000304@quack.kfu.com> <5l66gjqsar.fsf@assaris.sics.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Assar Westerlund wrote: > > But autologin is the default now. But you have fixed the SRA prompts > to behave as people except them (C-c able). > Yes. But autologin as the default is meaningless without having SRA (or kerberos or some other auth system) available. If there's no authentication method available, the only difference between the autologin and not case is that the autologin case doesn't show you the connect banner. The login prompt in such cases actually comes from the *server*. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9: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 7D08B37B634; Thu, 5 Apr 2001 09:21:36 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GLaC56279; Thu, 5 Apr 2001 09:21:36 -0700 (PDT) (envelope-from jmz) Message-Id: <200104051621.f35GLaC56279@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 5 Apr 2001 09:21:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86 Makefile distinfo pkg-plist pkg-plist.alpha pkg-plist.pc98 ports/x11/XFree86/files patch-01 patch-8 patch-9 patch-aa patch-d patch-h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/04/05 09:21:36 PDT Modified files: x11/XFree86 Makefile distinfo pkg-plist pkg-plist.alpha pkg-plist.pc98 Removed files: x11/XFree86/files patch-01 patch-8 patch-9 patch-aa patch-d patch-h Log: Bring in the most recent bits from the XFree86 cvs repository (security fixes mainly). This corresponds more or less to a pre-3.3.7 version. Revision Changes Path 1.96 +4 -10 ports/x11/XFree86/Makefile 1.26 +1 -7 ports/x11/XFree86/distinfo 1.28 +10 -8 ports/x11/XFree86/pkg-plist 1.8 +2 -0 ports/x11/XFree86/pkg-plist.alpha 1.11 +2 -0 ports/x11/XFree86/pkg-plist.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9: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 B3F9737B509; Thu, 5 Apr 2001 09:22:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GMx556547; Thu, 5 Apr 2001 09:22:59 -0700 (PDT) (envelope-from ru) Message-Id: <200104051622.f35GMx556547@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Apr 2001 09:22: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 X-Loop: FreeBSD.ORG ru 2001/04/05 09:22:59 PDT Modified files: . modules Log: libc_posix1e -> src/lib/libc/posix1e Revision Changes Path 1.2828 +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 Apr 5 9:28: 1 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 7180837B506; Thu, 5 Apr 2001 09:27:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup14-33.iptelecom.net.ua [212.9.229.97]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA55438; Thu, 5 Apr 2001 19:27:43 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f35GRBt69807; Thu, 5 Apr 2001 19:27:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ACC9CDF.9462C2CA@FreeBSD.org> Date: Thu, 05 Apr 2001 19:27:11 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/dlmalloc Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/dlmalloc/files Makefile README.FreeBSD References: <22779.986485542@critter> <3ACC996A.98218FBE@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > Poul-Henning Kamp wrote: > > > In message <3ACC91AB.2A183123@FreeBSD.org>, Maxim Sobolev writes: > > > > >> > Moreover, due to not very clear for me reasons Python benchmark (pybench) > > >> > is about 60% (!!!) faster with this allocator comparing to the libc one. > > >> > Obviously we should investigate this further and if there is no error > > >> > then tune either Python or our own malloc. > > >> > > >> Did you measure this with the right malloc flags for the libc version ? > > >> > > >> Remember that -current runs with malloc flags "AJ" as default, that is not > > >> fair if it comes to performance comparisons (but it does wonders for finding > > >> bugs :-) > > > > > >I don't use default value: > > > > > >$ ls -l /etc/malloc.conf > > >lrwxr-xr-x 1 root wheel 7 Jul 22 2000 /etc/malloc.conf@ -> HRajuxz > > > > I think you should use 'r' for performance comparisons... > > Bah, you are as usually right, however even with this settings python+dlmalloc in > -current is about 10-12% faster (only 5% in -stable). And the size argument still holds - memory footprint of my X server with dlmalloc() is about 1.5MB less than with default one (12.5MB vs. 14MB). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9:28: 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 6416F37B43C; Thu, 5 Apr 2001 09:27:56 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GRsM57156; Thu, 5 Apr 2001 09:27:54 -0700 (PDT) (envelope-from dirk) Message-Id: <200104051627.f35GRsM57156@freefall.freebsd.org> From: Dirk Froemberg Date: Thu, 5 Apr 2001 09:27:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/nsc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/nsc/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/04/05 09:27:54 PDT Modified files: net Makefile Log: Add nsc. Revision Changes Path 1.510 +2 -1 ports/net/Makefile Added files: net/nsc Makefile distinfo pkg-comment pkg-descr pkg-plist net/nsc/files patch-aa Log: nsc-0.50c - Netsaint Console monitor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9:28: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 77CCA37B509; Thu, 5 Apr 2001 09:28:02 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GS2J57204; Thu, 5 Apr 2001 09:28:02 -0700 (PDT) (envelope-from dirk) Message-Id: <200104051628.f35GS2J57204@freefall.freebsd.org> From: Dirk Froemberg Date: Thu, 5 Apr 2001 09:28:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/04/05 09:28:02 PDT Modified files: . modules Log: nsc --> ports/net/nsc Revision Changes Path 1.2829 +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 Apr 5 9:29: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA38337B506; Thu, 5 Apr 2001 09:29:00 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GT0957372; Thu, 5 Apr 2001 09:29:00 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104051629.f35GT0957372@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Apr 2001 09:29:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/moonshine Makefile distinfo pkg-plist ports/devel/moonshine/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/05 09:29:00 PDT Modified files: devel/moonshine Makefile distinfo pkg-plist devel/moonshine/files patch-aa Log: Update to 1.1.5. Revision Changes Path 1.7 +3 -2 ports/devel/moonshine/Makefile 1.2 +1 -1 ports/devel/moonshine/distinfo 1.2 +1 -0 ports/devel/moonshine/pkg-plist 1.2 +44 -33 ports/devel/moonshine/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9:38:18 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 50FDE37B496; Thu, 5 Apr 2001 09:38:13 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f35Gc6q41141; Thu, 5 Apr 2001 10:38:07 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200104051638.f35Gc6q41141@harmony.village.org> To: Luigi Rizzo Subject: Re: cvs commit: src/sys/dev/wi if_wi.c Cc: Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 05 Apr 2001 11:29:43 +0200." <200104050929.LAA88010@info.iet.unipi.it> References: <200104050929.LAA88010@info.iet.unipi.it> Date: Thu, 05 Apr 2001 10:36:51 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200104050929.LAA88010@info.iet.unipi.it> Luigi Rizzo writes: : > alfred 2001/04/05 02:25:41 PDT : > : > Modified files: : > sys/dev/wi if_wi.c : > Log: : > WI_TIMEOUT is 65536 : > : > 65536 * 10msec == 10 minutes 55 seconds == hung machine : > : > Instead wait for the busy bits for a max of ~2 seconds (200 * 10msec) : : it would be better to make it 2*HZ then, because someone : uses different values if HZ than the default (100) There's a 10ms delay in the loop in question that is independent of HZ, so 200 means 200 times through this loop. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9: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 18A6C37B43F; Thu, 5 Apr 2001 09:48:44 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GmiL59458; Thu, 5 Apr 2001 09:48:44 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104051648.f35GmiL59458@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Thu, 5 Apr 2001 09:48:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/05 09:48:43 PDT Modified files: . modules Log: Remove the now depricated libposix1e Revision Changes Path 1.2830 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 9:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 678FF37B507; Thu, 5 Apr 2001 09:50:13 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GoDx59728; Thu, 5 Apr 2001 09:50:13 -0700 (PDT) (envelope-from alex) Message-Id: <200104051650.f35GoDx59728@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 09:50:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/atlas Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 09:50:13 PDT Modified files: games Makefile Added files: games/atlas Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add atlas 0.4.0, c++ reference implementation of the Atlas protocol. PR: 26253 Submitted by: Oliver Lehmann Revision Changes Path 1.341 +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 Thu Apr 5 9:50:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A29D37B422; Thu, 5 Apr 2001 09:50:23 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GoNO59827; Thu, 5 Apr 2001 09:50:23 -0700 (PDT) (envelope-from alex) Message-Id: <200104051650.f35GoNO59827@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 09:50:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 09:50:22 PDT Modified files: . modules Log: atlas --> ports/games/atlas Revision Changes Path 1.2831 +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 Apr 5 9:57: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 088C737B506; Thu, 5 Apr 2001 09:57:19 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GvI561084; Thu, 5 Apr 2001 09:57:18 -0700 (PDT) (envelope-from alex) Message-Id: <200104051657.f35GvI561084@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 09:57:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/varconf Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 09:57:18 PDT Modified files: games Makefile Added files: games/varconf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add varconf 0.3.0, a Configuration System for the STAGE Server. PR: 26249 Submitted by: Oliver Lehmann Revision Changes Path 1.342 +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 Thu Apr 5 9: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 2DB0D37B423; Thu, 5 Apr 2001 09:57:51 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35GvpB61280; Thu, 5 Apr 2001 09:57:51 -0700 (PDT) (envelope-from alex) Message-Id: <200104051657.f35GvpB61280@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 09:57:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 09:57:51 PDT Modified files: . modules Log: varconf --> ports/games/varconf Revision Changes Path 1.2832 +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 Apr 5 10: 0: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 2643837B509; Thu, 5 Apr 2001 10:00:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35H0lw61667; Thu, 5 Apr 2001 10:00:47 -0700 (PDT) (envelope-from imp) Message-Id: <200104051700.f35H0lw61667@freefall.freebsd.org> From: Warner Losh Date: Thu, 5 Apr 2001 10:00:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NEWCARD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/05 10:00:46 PDT Modified files: sys/i386/conf NEWCARD Log: Soften the dire warnings about this code. Things are kinda working now and it does compile :-). There are still some issues, but it is a good time to soften the warning. Revision Changes Path 1.43 +4 -9 src/sys/i386/conf/NEWCARD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10: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 807F337B43F; Thu, 5 Apr 2001 10:18:37 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HIbJ66169; Thu, 5 Apr 2001 10:18:37 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104051718.f35HIbJ66169@freefall.freebsd.org> From: Ian Dowse Date: Thu, 5 Apr 2001 10:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/showmount showmount.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/05 10:18:36 PDT Modified files: usr.bin/showmount showmount.c Log: Add IPv6 support to showmount(8). This replaces IPv4-specific code with calls to the new protocol-independent clnt_*_create functions provided by ti-rpc. Martin submitted a more complex patch to achieve this, but it turns out that clnt_create() does everything we need. Reviewed by: Martin Blapp Revision Changes Path 1.9 +3 -35 src/usr.bin/showmount/showmount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10: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 B732837B422; Thu, 5 Apr 2001 10:21:55 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HLtW66681; Thu, 5 Apr 2001 10:21:55 -0700 (PDT) (envelope-from sos) Message-Id: <200104051721.f35HLtW66681@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 5 Apr 2001 10:21:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c atapi-all.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/05 10:21:55 PDT Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-disk.c atapi-all.c Log: MFC: Add tunables to control DMA/WC/TAGS/ATAPI_DMA and associated sysctl's to read settings. Approved by: jkh Revision Changes Path 1.50.2.17 +4 -1 src/sys/dev/ata/ata-all.c 1.60.2.12 +37 -18 src/sys/dev/ata/ata-disk.c 1.46.2.7 +10 -4 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10:23: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 D82CA37B422; Thu, 5 Apr 2001 10:23:11 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HNB866876; Thu, 5 Apr 2001 10:23:11 -0700 (PDT) (envelope-from sos) Message-Id: <200104051723.f35HNB866876@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 5 Apr 2001 10:23:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC LINT NEWCARD X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/05 10:23:11 PDT Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC LINT NEWCARD Log: MFC: remove opsolete WC/TAGS/ATAPI_DMA options, they are now tuneables Approved by: jkh Revision Changes Path 1.246.2.24 +1 -2 src/sys/i386/conf/GENERIC 1.749.2.48 +1 -12 src/sys/i386/conf/Attic/LINT 1.21.2.4 +1 -2 src/sys/i386/conf/NEWCARD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10: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 2048A37B443; Thu, 5 Apr 2001 10:23:44 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HNij67036; Thu, 5 Apr 2001 10:23:44 -0700 (PDT) (envelope-from sos) Message-Id: <200104051723.f35HNij67036@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 5 Apr 2001 10:23:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/05 10:23:44 PDT Modified files: (Branch: RELENG_4) sys/conf options Log: MFC: remove opsolete WC/TAGS/ATAPI_DMA options, they are now tuneables Approved by: jkh Revision Changes Path 1.191.2.22 +1 -4 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10: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 355D937B423; Thu, 5 Apr 2001 10:24:49 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HOnV67328; Thu, 5 Apr 2001 10:24:49 -0700 (PDT) (envelope-from sos) Message-Id: <200104051724.f35HOnV67328@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 5 Apr 2001 10:24:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ata.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/05 10:24:49 PDT Modified files: (Branch: RELENG_4) share/man/man4 ata.4 Log: MFC: Update to reflect the new tunables instead of options. Revision Changes Path 1.3.2.7 +15 -10 src/share/man/man4/ata.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10:27:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 526C637B43C; Thu, 5 Apr 2001 10:27:09 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HR9X68043; Thu, 5 Apr 2001 10:27:09 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104051727.f35HR9X68043@freefall.freebsd.org> From: Nick Sayer Date: Thu, 5 Apr 2001 10:27:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libtelnet Makefile src/crypto/telnet/telnet sys_bsd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/05 10:27:08 PDT Modified files: (Branch: RELENG_4) secure/lib/libtelnet Makefile crypto/telnet/telnet sys_bsd.c Log: 1. Revert the removal of SRA 2. MFC sys_bsd.c v1.5 - fix the bug that started the fuss. Make SIGINT and SIGQUIT follow the state of SIGTSTP, thus making SRA abortable. Approved by: jkh Revision Changes Path 1.17.2.2 +3 -3 src/secure/lib/libtelnet/Makefile 1.2.8.2 +19 -1 src/crypto/telnet/telnet/sys_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10:29: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 766ED37B449; Thu, 5 Apr 2001 10:29:19 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) Received: (from dwhite@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HTJ768470; Thu, 5 Apr 2001 10:29:19 -0700 (PDT) (envelope-from dwhite) Message-Id: <200104051729.f35HTJ768470@freefall.freebsd.org> From: Doug White Date: Thu, 5 Apr 2001 10:29:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-kqueue Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwhite 2001/04/05 10:29:19 PDT Modified files: devel/py-kqueue Makefile distinfo pkg-plist Log: Upgrade, 1.2 -> 1.3: New Python 2.0 convention for Makefile.pre.in, bsd.python.mk-ify port. PR: 26352 Revision Changes Path 1.9 +17 -17 ports/devel/py-kqueue/Makefile 1.4 +1 -1 ports/devel/py-kqueue/distinfo 1.2 +3 -3 ports/devel/py-kqueue/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 Apr 5 10:37:54 2001 Delivered-To: cvs-all@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id E71D837B43E; Thu, 5 Apr 2001 10:37:47 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.11.3+3.4W/8.11.3/tasogare) with ESMTP/inet id f35HbaG58559; Fri, 6 Apr 2001 02:37:38 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: sos@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c atapi-all.c In-Reply-To: <200104051721.f35HLtW66681@freefall.freebsd.org> References: <200104051721.f35HLtW66681@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010406023726Z.iwasaki@jp.FreeBSD.org> Date: Fri, 06 Apr 2001 02:37:26 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 12 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > sos 2001/04/05 10:21:55 PDT > > Modified files: (Branch: RELENG_4) > sys/dev/ata ata-all.c ata-disk.c atapi-all.c > Log: > MFC: > > Add tunables to control DMA/WC/TAGS/ATAPI_DMA and associated > sysctl's to read settings. Thanks, Soren! This MFC will save machines w/ buggy DMA-mode controller from disk crashes during the installation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10: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 6C78F37B43C; Thu, 5 Apr 2001 10:39:23 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35HdNc69725; Thu, 5 Apr 2001 10:39:23 -0700 (PDT) (envelope-from greid) Message-Id: <200104051739.f35HdNc69725@freefall.freebsd.org> From: George C A Reid Date: Thu, 5 Apr 2001 10:39:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greid 2001/04/05 10:39:23 PDT Modified files: astro/xearth/files freebsd.committers.markers Log: Add myself to freebsd.committers.markers Revision Changes Path 1.65 +1 -0 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 10:46:20 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 498A737B422; Thu, 5 Apr 2001 10:46:10 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f35Hk5G81816; Thu, 5 Apr 2001 10:46:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200104050355.f353tTC15109@freefall.freebsd.org> Date: Thu, 05 Apr 2001 10:45:35 -0700 (PDT) From: John Baldwin To: Bosko Milekic Subject: RE: cvs commit: src/sys/sys mbuf.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05-Apr-01 Bosko Milekic wrote: > bmilekic 2001/04/04 20:55:28 PDT > > Modified files: > sys/sys mbuf.h > Log: > Various style fixes. > Also place the macros under #ifdef _KERNEL. Equally hide the internal > structures such as the freelist structs which include condition variables. > > Reviewed by: bde > Mostly suggested by: bde Yay! Now we can remove the sys/condvar.h include. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 11:12:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CB1D37B446; Thu, 5 Apr 2001 11:12:51 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35ICp276016; Thu, 5 Apr 2001 11:12:51 -0700 (PDT) (envelope-from bmah) Message-Id: <200104051812.f35ICp276016@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Apr 2001 11:12:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/05 11:12:50 PDT Modified files: release/texts HARDWARE.TXT release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: ata(4) configure options are now loader tunables, isp(4) target mode support (submitted by mjacob). Update hardware lists from isp(4) manpage, fix typos. Revision Changes Path 1.109 +11 -6 src/release/texts/HARDWARE.TXT 1.165 +19 -4 src/release/texts/alpha/RELNOTES.TXT 1.239 +19 -4 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 11:14: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 027E637B424; Thu, 5 Apr 2001 11:14:26 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35IEPc76367; Thu, 5 Apr 2001 11:14:25 -0700 (PDT) (envelope-from bmah) Message-Id: <200104051814.f35IEPc76367@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 5 Apr 2001 11:14:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/05 11:14:25 PDT Modified files: (Branch: RELENG_4) release/texts HARDWARE.TXT release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: ata(4) loader tunables. Update hardware lists from isp(4) manpage. Approved by: jkh (implicitly) Revision Changes Path 1.39.2.35 +11 -7 src/release/texts/HARDWARE.TXT 1.31.2.130 +15 -3 src/release/texts/alpha/RELNOTES.TXT 1.72.2.125 +15 -3 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 11:56: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 6307F37B42C; Thu, 5 Apr 2001 11:56:45 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35IujJ82136; Thu, 5 Apr 2001 11:56:45 -0700 (PDT) (envelope-from alex) Message-Id: <200104051856.f35IujJ82136@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 11:56:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/games Makefile ports/games/atlas Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 11:56:41 PDT Modified files: . modules games Makefile Removed files: games/atlas Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Remove games/atlas, it was added to the wrong category. Revision Changes Path 1.2833 +1 -2 CVSROOT/modules 1.343 +1 -2 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 Thu Apr 5 12: 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 283B337B446; Thu, 5 Apr 2001 12:01:13 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35J1D382846; Thu, 5 Apr 2001 12:01:13 -0700 (PDT) (envelope-from alex) Message-Id: <200104051901.f35J1D382846@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:01:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/atlas Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:01:12 PDT Modified files: devel Makefile Added files: devel/atlas Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol. PR: 26253 Submitted by: Oliver Lehmann Revision Changes Path 1.492 +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 Apr 5 12: 1: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 718F337B50B; Thu, 5 Apr 2001 12:01:23 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35J1NK82917; Thu, 5 Apr 2001 12:01:23 -0700 (PDT) (envelope-from alex) Message-Id: <200104051901.f35J1NK82917@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:01:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:01:23 PDT Modified files: . modules Log: atlas --> ports/devel/atlas Revision Changes Path 1.2834 +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 Apr 5 12: 1: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 822F237B449; Thu, 5 Apr 2001 12:01:48 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35J1mb83064; Thu, 5 Apr 2001 12:01:48 -0700 (PDT) (envelope-from alex) Message-Id: <200104051901.f35J1mb83064@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libuta Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/libuta/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 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:01:48 PDT Modified files: devel Makefile Added files: devel/libuta Makefile distinfo pkg-comment pkg-descr pkg-plist devel/libuta/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 Log: Add libuta 0.3.36, a Graphical User Interface library for C++. PR: 26250 Submitted by: Oliver Lehmann Revision Changes Path 1.493 +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 Apr 5 12: 2: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD53E37B43F; Thu, 5 Apr 2001 12:02:03 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35J23V83122; Thu, 5 Apr 2001 12:02:03 -0700 (PDT) (envelope-from alex) Message-Id: <200104051902.f35J23V83122@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:02:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:02:03 PDT Modified files: . modules Log: libuta --> ports/devel/libuta Revision Changes Path 1.2835 +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 Apr 5 12: 2:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C371A37B505; Thu, 5 Apr 2001 12:02:32 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35J2Wb83290; Thu, 5 Apr 2001 12:02:32 -0700 (PDT) (envelope-from alex) Message-Id: <200104051902.f35J2Wb83290@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:02:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/varconf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:02:32 PDT Modified files: games/varconf Makefile Log: Correct location of atlas library. Revision Changes Path 1.2 +2 -2 ports/games/varconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 12:14:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED82337B43E; Thu, 5 Apr 2001 12:14:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JERl87343; Thu, 5 Apr 2001 12:14:27 -0700 (PDT) (envelope-from alex) Message-Id: <200104051914.f35JERl87343@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:14:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/acorn-media Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:14:27 PDT Modified files: games Makefile Added files: games/acorn-media Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add acorn-media 0.3, libraries needed by games/acorn. PR: 26252 Submitted by: Oliver Lehmann Revision Changes Path 1.344 +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 Thu Apr 5 12:14: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 159EF37B423; Thu, 5 Apr 2001 12:14:41 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JEfd87398; Thu, 5 Apr 2001 12:14:41 -0700 (PDT) (envelope-from alex) Message-Id: <200104051914.f35JEfd87398@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:14:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:14:40 PDT Modified files: . modules Log: acorn-media --> ports/games/acorn-media Revision Changes Path 1.2836 +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 Apr 5 12:22: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 BECD537B446; Thu, 5 Apr 2001 12:22:17 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JMHi88346; Thu, 5 Apr 2001 12:22:17 -0700 (PDT) (envelope-from alex) Message-Id: <200104051922.f35JMHi88346@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:22:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/games Makefile ports/games/varconf Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:22:17 PDT Modified files: . modules games Makefile Removed files: games/varconf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Remove varconf from games/, since this is the wrong category. Revision Changes Path 1.2837 +1 -2 CVSROOT/modules 1.345 +1 -2 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 Thu Apr 5 12:25: 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 D98BB37B446; Thu, 5 Apr 2001 12:24:57 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JOve88793; Thu, 5 Apr 2001 12:24:57 -0700 (PDT) (envelope-from alex) Message-Id: <200104051924.f35JOve88793@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:24:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/varconf Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:24:57 PDT Modified files: devel Makefile Added files: devel/varconf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add varconf 0.3.0, a Configuration System for the STAGE Server. PR: 26249 Submitted by: Oliver Lehmann Revision Changes Path 1.494 +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 Apr 5 12:25:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 437AB37B624; Thu, 5 Apr 2001 12:25:06 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JP6V88869; Thu, 5 Apr 2001 12:25:06 -0700 (PDT) (envelope-from alex) Message-Id: <200104051925.f35JP6V88869@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:25:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:25:06 PDT Modified files: . modules Log: varconf --> ports/devel/varconf Revision Changes Path 1.2838 +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 Apr 5 12: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 C148A37B440; Thu, 5 Apr 2001 12:26:21 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JQLo89026; Thu, 5 Apr 2001 12:26:21 -0700 (PDT) (envelope-from knu) Message-Id: <200104051926.f35JQLo89026@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 5 Apr 2001 12:26:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-qt2 Makefile Makefile.common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/05 12:26:21 PDT Modified files: x11-toolkits/ruby-qt2 Makefile Makefile.common Log: Tweak for the qtgl problem regarding libc_r some people are seeing. If this does not work, please send me the result of "make -DDEBUG" and the generated Makefile (if any). Revision Changes Path 1.27 +2 -2 ports/x11-toolkits/ruby-qt2/Makefile 1.6 +7 -2 ports/x11-toolkits/ruby-qt2/Makefile.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 12: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 B992F37B423; Thu, 5 Apr 2001 12:30:09 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JU9b89388; Thu, 5 Apr 2001 12:30:09 -0700 (PDT) (envelope-from alex) Message-Id: <200104051930.f35JU9b89388@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:30:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/uclient Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/uclient/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:30:09 PDT Modified files: games Makefile Added files: games/uclient Makefile distinfo pkg-comment pkg-descr pkg-plist games/uclient/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Log: Add uclient 0.10.0, a 2D isometric WorldForge game client. PR: 26251 Submitted by: Oliver Lehmann Revision Changes Path 1.346 +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 Thu Apr 5 12:31: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A180E37B43C; Thu, 5 Apr 2001 12:31:02 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JV2J89573; Thu, 5 Apr 2001 12:31:02 -0700 (PDT) (envelope-from alex) Message-Id: <200104051931.f35JV2J89573@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:31:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:31:02 PDT Modified files: . modules Log: uclient --> ports/games/uclient Revision Changes Path 1.2839 +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 Apr 5 12:32:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8A1737B505; Thu, 5 Apr 2001 12:32:45 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JWja90150; Thu, 5 Apr 2001 12:32:45 -0700 (PDT) (envelope-from alex) Message-Id: <200104051932.f35JWja90150@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/acorn Makefile pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:32:45 PDT Modified files: games Makefile Added files: games/acorn Makefile pkg-comment pkg-descr pkg-plist Log: Add acorn 0.3, a meta-port for the Worldforge Client uclient. PR: 26254 Submitted by: Oliver Lehmann Revision Changes Path 1.347 +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 Thu Apr 5 12: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 A400F37B43C; Thu, 5 Apr 2001 12:32:55 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JWtV90225; Thu, 5 Apr 2001 12:32:55 -0700 (PDT) (envelope-from alex) Message-Id: <200104051932.f35JWtV90225@freefall.freebsd.org> From: Alexander Langer Date: Thu, 5 Apr 2001 12:32:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/04/05 12:32:55 PDT Modified files: . modules Log: acorn --> ports/games/acorn Revision Changes Path 1.2840 +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 Apr 5 12: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 1882837B443; Thu, 5 Apr 2001 12:45:04 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35Jj4m91436; Thu, 5 Apr 2001 12:45:04 -0700 (PDT) (envelope-from ume) Message-Id: <200104051945.f35Jj4m91436@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 5 Apr 2001 12:45:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/04/05 12:45:03 PDT Modified files: sys/netinet6 ip6_input.c Log: - correct logic of per-address input packet counts for lo0 - reject packets to fe80::xxxx%lo0 (xxxx != 1) Submitted by: JINMEI Tatuya Revision Changes Path 1.23 +30 -17 src/sys/netinet6/ip6_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 12:56: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 EB5FA37B43E; Thu, 5 Apr 2001 12:56:55 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JutI92649; Thu, 5 Apr 2001 12:56:55 -0700 (PDT) (envelope-from ume) Message-Id: <200104051956.f35JutI92649@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 5 Apr 2001 12:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skeyaccess.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/04/05 12:56:55 PDT Modified files: lib/libskey skeyaccess.c Log: IPv6 support for skeyaccess(3). You can specify IPv6 address using `internet' keyword into /etc/skey.access. Not Objected to by: -audit and -net Revision Changes Path 1.10 +181 -80 src/lib/libskey/skeyaccess.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 12:59: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 9F48837B43C; Thu, 5 Apr 2001 12:59:25 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35JxPL93008; Thu, 5 Apr 2001 12:59:25 -0700 (PDT) (envelope-from sf) Message-Id: <200104051959.f35JxPL93008@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 5 Apr 2001 12:59:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ntp Makefile ports/net/ntp/files patch-ntp_control.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/04/05 12:59:25 PDT Modified files: net/ntp Makefile Added files: net/ntp/files patch-ntp_control.c Log: o Fix a potential ROOT-exploit in NTPD. (grabbed from src/contrib/ntp/ntpd) o new maintainer. PR: 26369 Submitted by: Cy Schubert Revision Changes Path 1.17 +3 -2 ports/net/ntp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 13:34:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7164537B507; Thu, 5 Apr 2001 13:34:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35KYX899236; Thu, 5 Apr 2001 13:34:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200104052034.f35KYX899236@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Apr 2001 13:34:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/05 13:34:33 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Change the example commit message of rev 1.56 to one that has content vs. stating the obvious in-order to give a better example of what a minimal commit message should be. Revision Changes Path 1.57 +3 -3 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 13:35: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 6176837B506; Thu, 5 Apr 2001 13:35:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35KZn699430; Thu, 5 Apr 2001 13:35:49 -0700 (PDT) (envelope-from obrien) Message-Id: <200104052035.f35KZn699430@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Apr 2001 13:35:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/05 13:35:49 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Steve Price isn't the [unoffical] maintainer of `src/bin'. Steve says: "That's just plain wrong." Revision Changes Path 1.58 +1 -13 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 13:45:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2450A37B422; Thu, 5 Apr 2001 13:45:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35KjQW00874; Thu, 5 Apr 2001 13:45:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200104052045.f35KjQW00874@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Apr 2001 13:45:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha srmdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/05 13:45:25 PDT Modified files: sys/boot/alpha/libalpha srmdisk.c Log: Rev 1.10 actually only tested booting from floppies. Thus that is all that was fixed. There are other problems why the current sources for the Alpha `cdboot' do not produce a working loader. Because we use the 4.0-RELEASE `cdboot' binary, it will not get these fixes at the current time. Thus CD booting on certain AlphaServer boxes is still broken. Revision Changes Path 1.11 +1 -1 src/sys/boot/alpha/libalpha/srmdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 13:47: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1751537B443; Thu, 5 Apr 2001 13:47:02 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35Kl2Z01020; Thu, 5 Apr 2001 13:47:02 -0700 (PDT) (envelope-from sf) Message-Id: <200104052047.f35Kl2Z01020@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 5 Apr 2001 13:47:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/04/05 13:47:01 PDT Modified files: Mk bsd.sites.mk Log: add _RINGSERVER to _KDE. remove unneeded backslash added at rev1.37. Revision Changes Path 1.43 +4 -3 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 13:47:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id EA19737B61B; Thu, 5 Apr 2001 13:47:07 -0700 (PDT) (envelope-from jesper@skriver.dk) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 3E68E5D5E; Thu, 5 Apr 2001 22:47:07 +0200 (CEST) Date: Thu, 5 Apr 2001 22:47:07 +0200 From: Jesper Skriver To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c Message-ID: <20010405224707.A81542@skriver.dk> References: <200104042307.f34N7Mv79463@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: <200104042307.f34N7Mv79463@freefall.freebsd.org>; from phk@FreeBSD.org on Wed, Apr 04, 2001 at 04:07:22PM -0700 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 04, 2001 at 04:07:22PM -0700, Poul-Henning Kamp wrote: > phk 2001/04/04 16:07:22 PDT > > Modified files: > contrib/ntp/ntpd ntp_control.c > Log: > Fix a potential ROOT-exploit in NTPD. > > PR: 26358 > Reviewed by: dima > > Revision Changes Path > 1.2 +21 -1 src/contrib/ntp/ntpd/ntp_control.c ftp://ftp.netbsd.org/pub/NetBSD/misc/security/advisories/NetBSD-SA2001-004.txt.asc Say: "Jason Thorpe for changes to not overrun the end of the static buffer" in regard to the patch applied to FreeBSD, are they right, or ? /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 13:52: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (fxp0.halvsten.ip.cybercity.dk [212.242.40.114]) by hub.freebsd.org (Postfix) with ESMTP id E5EE537B440; Thu, 5 Apr 2001 13:51:55 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f35KplC28523; Thu, 5 Apr 2001 22:51:47 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Jesper Skriver Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c In-Reply-To: Your message of "Thu, 05 Apr 2001 22:47:07 +0200." <20010405224707.A81542@skriver.dk> Date: Thu, 05 Apr 2001 22:51:47 +0200 Message-ID: <28521.986503907@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010405224707.A81542@skriver.dk>, Jesper Skriver writes: >On Wed, Apr 04, 2001 at 04:07:22PM -0700, Poul-Henning Kamp wrote: >> phk 2001/04/04 16:07:22 PDT >> >> Modified files: >> contrib/ntp/ntpd ntp_control.c >> Log: >> Fix a potential ROOT-exploit in NTPD. >> >> PR: 26358 >> Reviewed by: dima >> >> Revision Changes Path >> 1.2 +21 -1 src/contrib/ntp/ntpd/ntp_control.c > >ftp://ftp.netbsd.org/pub/NetBSD/misc/security/advisories/NetBSD-SA2001-004.txt.asc > >Say: "Jason Thorpe for changes to not overrun the end of the static buffer" >in regard to the patch applied to FreeBSD, are they right, or ? There seems to be an off-by-one in my stopgap patch. I won't be able to look at it for another 16 hours I'm afraid, everybody else are more than welcome to jump on that and any other issues. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 13:52: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 E452C37B507; Thu, 5 Apr 2001 13:52:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35KqYN01830; Thu, 5 Apr 2001 13:52:34 -0700 (PDT) (envelope-from obrien) Message-Id: <200104052052.f35KqYN01830@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Apr 2001 13:52:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/tzsetup Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/05 13:52:34 PDT Modified files: usr.sbin/tzsetup Makefile Log: Remove -Wall. It breaks compiling with non-gcc compilers. Revision Changes Path 1.15 +2 -2 src/usr.sbin/tzsetup/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 14:22:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDE2337B506; Thu, 5 Apr 2001 14:22:26 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35LMQo07311; Thu, 5 Apr 2001 14:22:26 -0700 (PDT) (envelope-from roam) Message-Id: <200104052122.f35LMQo07311@freefall.freebsd.org> From: Peter Pentchev Date: Thu, 5 Apr 2001 14:22:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/curl Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/04/05 14:22:26 PDT Modified files: ftp/curl Makefile distinfo Log: Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6 interplay. Submitted by: olgeni Revision Changes Path 1.30 +4 -3 ports/ftp/curl/Makefile 1.16 +1 -1 ports/ftp/curl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 14:23: 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 4A6A337B509; Thu, 5 Apr 2001 14:23:02 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35LN2X07390; Thu, 5 Apr 2001 14:23:02 -0700 (PDT) (envelope-from asami) Message-Id: <200104052123.f35LN2X07390@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 5 Apr 2001 14:23:02 -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 X-Loop: FreeBSD.ORG asami 2001/04/05 14:23:02 PDT Modified files: . INDEX Log: New index, with 4,900 even ports. (XFree86-3's revision changed...ouch.) Revision Changes Path 1.328 +2314 -2237 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 14:30:19 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 19E4B37B505; Thu, 5 Apr 2001 14:30:14 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f35LTur28678; Thu, 5 Apr 2001 14:29:56 -0700 (PDT) (envelope-from dillon) Date: Thu, 5 Apr 2001 14:29:56 -0700 (PDT) From: Matt Dillon Message-Id: <200104052129.f35LTur28678@earth.backplane.com> To: Poul-Henning Kamp Cc: Jesper Skriver , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c References: <28521.986503907@critter> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :>> Revision Changes Path :>> 1.2 +21 -1 src/contrib/ntp/ntpd/ntp_control.c :> :>ftp://ftp.netbsd.org/pub/NetBSD/misc/security/advisories/NetBSD-SA2001-004.txt.asc :> :>Say: "Jason Thorpe for changes to not overrun the end of the static buffer" :>in regard to the patch applied to FreeBSD, are they right, or ? : :There seems to be an off-by-one in my stopgap patch. I won't be able to :look at it for another 16 hours I'm afraid, everybody else are more than :welcome to jump on that and any other issues. : :-- :Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 Yah. It just looks like you need to change the 'if (tp > buf + ...)' to 'if (tp >= buf + ...)'. Else tp can be exactly at buf + sizeof(buf) and then still get the \0 tagged onto it. I traced the code back and it looks like it's more then just a potential root exploit. The packet buffer is 400+ characters, and the only size check before this code is to check that the embedded length field is <= the actual number of bytes read. That little 128 byte temporary buffer is in deep doodoo. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 14: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 42C3237B505; Thu, 5 Apr 2001 14:34:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35LYnL08522; Thu, 5 Apr 2001 14:34:49 -0700 (PDT) (envelope-from obrien) Message-Id: <200104052134.f35LYnL08522@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Apr 2001 14:34:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/05 14:34:47 PDT Modified files: usr.sbin/sysinstall label.c Log: Bump the default / size up another 10MB to 120MB. Requested by: jhb Revision Changes Path 1.106 +2 -2 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 15:34: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-141-hy.blueyonder.co.uk [62.31.42.141]) by hub.freebsd.org (Postfix) with ESMTP id DFFE737B43F; Thu, 5 Apr 2001 15:33:55 -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 f35Lp4W01445; Thu, 5 Apr 2001 22:51:04 +0100 (BST) (envelope-from nik) Date: Thu, 5 Apr 2001 22:51:04 +0100 From: Nik Clayton To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml Message-ID: <20010405225103.A1404@canyon.nothing-going-on.org> References: <200104052034.f35KYX899236@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104052034.f35KYX899236@freefall.freebsd.org>; from obrien@FreeBSD.org on Thu, Apr 05, 2001 at 01:34:33PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 05, 2001 at 01:34:33PM -0700, David E. O'Brien wrote: > obrien 2001/04/05 13:34:33 PDT >=20 > Modified files: > en_US.ISO_8859-1/articles/committers-guide article.sgml=20 > Log: > Change the example commit message of rev 1.56 to one that has content v= s. > stating the obvious in-order to give a better example of what a minimal > commit message should be. The text you replaced wasn't an example of a commit log, it was a description of what had happened to prompt the commit. 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 --- --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrM6McACgkQk6gHZCw343ViyACeLsqA3r6U21z70Bozn8QYVEOE SfUAn301QtnnrkdHGa+wVc+OcWDOPON6 =UQu8 -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 15:34: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-141-hy.blueyonder.co.uk [62.31.42.141]) by hub.freebsd.org (Postfix) with ESMTP id 585DB37B423; Thu, 5 Apr 2001 15:33: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 f35LrA901455; Thu, 5 Apr 2001 22:53:10 +0100 (BST) (envelope-from nik) Date: Thu, 5 Apr 2001 22:53:10 +0100 From: Nik Clayton To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml Message-ID: <20010405225310.B1404@canyon.nothing-going-on.org> References: <200104052035.f35KZn699430@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="gj572EiMnwbLXET9" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104052035.f35KZn699430@freefall.freebsd.org>; from obrien@FreeBSD.org on Thu, Apr 05, 2001 at 01:35:49PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --gj572EiMnwbLXET9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 05, 2001 at 01:35:49PM -0700, David E. O'Brien wrote: > obrien 2001/04/05 13:35:49 PDT >=20 > Modified files: > en_US.ISO_8859-1/articles/committers-guide article.sgml=20 > Log: > Steve Price isn't the [unoffical] maintainer of `src/bin'. > Steve says: "That's just plain wrong." What about the "Problem report-meister" bit (and its reference to phk). Was that also wrong? 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 --- --gj572EiMnwbLXET9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrM6UUACgkQk6gHZCw343W5qgCfZ4u7fWzn/5aA68CFJ7SQfO9O Ep8An0WPlVaTItLuBlH+2/Hk1Aefvvux =BvFF -----END PGP SIGNATURE----- --gj572EiMnwbLXET9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 15:36:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A38237B43F; Thu, 5 Apr 2001 15:36:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35MagH16905; Thu, 5 Apr 2001 15:36:42 -0700 (PDT) (envelope-from obrien) Message-Id: <200104052236.f35MagH16905@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 5 Apr 2001 15:36:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/05 15:36:42 PDT Modified files: release Makefile Log: Don't need to preload the `vn' KLD anymore as we use `md' for release building. Revision Changes Path 1.603 +1 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 15:40:52 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 3A2E537B424; Thu, 5 Apr 2001 15:40:46 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f35MejK30808; Thu, 5 Apr 2001 15:40:45 -0700 (PDT) (envelope-from obrien) Date: Thu, 5 Apr 2001 15:40:45 -0700 From: "David O'Brien" To: Nik Clayton Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml Message-ID: <20010405154045.B30760@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200104052035.f35KZn699430@freefall.freebsd.org> <20010405225310.B1404@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010405225310.B1404@canyon.nothing-going-on.org>; from nik@freebsd.org on Thu, Apr 05, 2001 at 10:53:10PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 05, 2001 at 10:53:10PM +0100, Nik Clayton wrote: > On Thu, Apr 05, 2001 at 01:35:49PM -0700, David E. O'Brien wrote: > > obrien 2001/04/05 13:35:49 PDT > > > > Modified files: > > en_US.ISO_8859-1/articles/committers-guide article.sgml > > Log: > > Steve Price isn't the [unoffical] maintainer of `src/bin'. > > Steve says: "That's just plain wrong." > > What about the "Problem report-meister" bit (and its reference to phk). > Was that also wrong? Steve said it was. I thought it was in a second section, but I saw later it wasn't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 15:42:29 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 3965837B43F; Thu, 5 Apr 2001 15:42:26 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f35MgPb30832; Thu, 5 Apr 2001 15:42:25 -0700 (PDT) (envelope-from obrien) Date: Thu, 5 Apr 2001 15:42:25 -0700 From: "David O'Brien" To: Nik Clayton Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml Message-ID: <20010405154225.C30760@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200104052034.f35KYX899236@freefall.freebsd.org> <20010405225103.A1404@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010405225103.A1404@canyon.nothing-going-on.org>; from nik@freebsd.org on Thu, Apr 05, 2001 at 10:51:04PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 05, 2001 at 10:51:04PM +0100, Nik Clayton wrote: > On Thu, Apr 05, 2001 at 01:34:33PM -0700, David E. O'Brien wrote: > > obrien 2001/04/05 13:34:33 PDT > > > > Modified files: > > en_US.ISO_8859-1/articles/committers-guide article.sgml > > Log: > > Change the example commit message of rev 1.56 to one that has content vs. > > stating the obvious in-order to give a better example of what a minimal > > commit message should be. > > The text you replaced wasn't an example of a commit log, it was a > description of what had happened to prompt the commit. It was not clear. The header is "Commit log". Not "commit log meta data" or what not. I'll revert my commit, but can you make it much clearer this is a snippet and not a complete commit log (as it looked to be). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 15:53:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F386737B43C; Thu, 5 Apr 2001 15:53:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35MrZo18763; Thu, 5 Apr 2001 15:53:35 -0700 (PDT) (envelope-from brian) Message-Id: <200104052253.f35MrZo18763@freefall.freebsd.org> From: Brian Somers Date: Thu, 5 Apr 2001 15:53:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/05 15:53:35 PDT Modified files: usr.sbin/ppp ether.c Log: It's possible to kldload netgraph (as well as the other ng_* bits), so do it if required. Revision Changes Path 1.17 +3 -3 src/usr.sbin/ppp/ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 15:57:49 2001 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id C251937B506; Thu, 5 Apr 2001 15:57:40 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 14lIh9-000PdX-00; Thu, 05 Apr 2001 17:57:39 -0500 Date: Thu, 5 Apr 2001 17:57:39 -0500 From: Ade Lovett To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX Message-ID: <20010405175739.D77764@FreeBSD.org> References: <200104052123.f35LN2X07390@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: <200104052123.f35LN2X07390@freefall.freebsd.org>; from asami@FreeBSD.org on Thu, Apr 05, 2001 at 02:23:02PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 05, 2001 at 02:23:02PM -0700, Satoshi Asami wrote: > asami 2001/04/05 14:23:02 PDT > > Modified files: > . INDEX > Log: > New index, with 4,900 even ports. (XFree86-3's revision changed...ouch.) Hmm.. 5 days, 100 ports.. we could go on another CPAN blitz :) -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 16: 0:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01ED237B446; Thu, 5 Apr 2001 16:00:34 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35N0Xu19686; Thu, 5 Apr 2001 16:00:33 -0700 (PDT) (envelope-from mharo) Message-Id: <200104052300.f35N0Xu19686@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 16:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/ssserver Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 16:00:33 PDT Modified files: www/ssserver Makefile Log: Don't depend on apache, which was just plain wrong, instead create the missing directory. Revision Changes Path 1.4 +2 -4 ports/www/ssserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 16: 8: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 6359937B43E; Thu, 5 Apr 2001 16:07:58 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id DA76D1BD71; Thu, 5 Apr 2001 18:07:22 -0500 (EST) Date: Thu, 5 Apr 2001 18:07:22 -0500 From: Will Andrews To: Ade Lovett Cc: Satoshi Asami , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX Message-ID: <20010405180722.G1396@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Ade Lovett , Satoshi Asami , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104052123.f35LN2X07390@freefall.freebsd.org> <20010405175739.D77764@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1Y7d0dPL928TPQbc" Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010405175739.D77764@FreeBSD.org>; from ade@FreeBSD.org on Thu, Apr 05, 2001 at 05:57:39PM -0500 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --1Y7d0dPL928TPQbc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 05, 2001 at 05:57:39PM -0500, Ade Lovett wrote: > Hmm.. 5 days, 100 ports.. we could go on another CPAN blitz :) *evil laughter* --=20 wca --1Y7d0dPL928TPQbc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6zPqqF47idPgWcsURAqQXAKCJW6I1pm3T7SzbhSKj88Lps6EmbACfdLBn +Gn/m6qSXDSWhgRKbgkfDfI= =dn2U -----END PGP SIGNATURE----- --1Y7d0dPL928TPQbc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 16:10: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from narf.osd.bsdi.com (narf.osd.bsdi.com [204.216.28.215]) by hub.freebsd.org (Postfix) with ESMTP id 5785137B496; Thu, 5 Apr 2001 16:10:03 -0700 (PDT) (envelope-from jkh@narf.osd.bsdi.com) Received: from narf.osd.bsdi.com (localhost [127.0.0.1]) by narf.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f35N7af66358; Thu, 5 Apr 2001 16:07:36 -0700 (PDT) (envelope-from jkh@narf.osd.bsdi.com) Message-Id: <200104052307.f35N7af66358@narf.osd.bsdi.com> To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/alpha/libalpha srmdisk.c In-Reply-To: Message from "David E. O'Brien" of "Thu, 05 Apr 2001 13:45:25 PDT." <200104052045.f35KjQW00874@freefall.freebsd.org> Date: Thu, 05 Apr 2001 16:07:36 -0700 From: Jordan K Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I still find this very strange since a 4.3-RC cdboot works fine on my DEC Durango based Alpha. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 16:11:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 601E337B43E; Thu, 5 Apr 2001 16:11:08 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35NB8r22997; Thu, 5 Apr 2001 16:11:08 -0700 (PDT) (envelope-from mharo) Message-Id: <200104052311.f35NB8r22997@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 16:11:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgpdump Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 16:11:08 PDT Modified files: security/pgpdump Makefile distinfo Log: Update security/pgpdump to 0.07 PR: 26365 Submitted by: maintainer Revision Changes Path 1.6 +2 -2 ports/security/pgpdump/Makefile 1.4 +1 -1 ports/security/pgpdump/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 16:49:23 2001 Delivered-To: cvs-all@freebsd.org Received: from technokratis.com (modemcable092.3-201-24.mtl.mc.videotron.ca [24.201.3.92]) by hub.freebsd.org (Postfix) with ESMTP id A21D837B424; Thu, 5 Apr 2001 16:49:16 -0700 (PDT) (envelope-from bmilekic@technokratis.com) Received: (from bmilekic@localhost) by technokratis.com (8.11.3/8.11.3) id f35NoSU23043; Thu, 5 Apr 2001 19:50:28 -0400 (EDT) (envelope-from bmilekic) Date: Thu, 5 Apr 2001 19:50:27 -0400 From: Bosko Milekic To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h Message-ID: <20010405195027.B22964@technokratis.com> References: <200104050355.f353tTC15109@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 jhb@FreeBSD.org on Thu, Apr 05, 2001 at 10:45:35AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 05, 2001 at 10:45:35AM -0700, John Baldwin wrote: > > On 05-Apr-01 Bosko Milekic wrote: > > bmilekic 2001/04/04 20:55:28 PDT > > > > Modified files: > > sys/sys mbuf.h > > Log: > > Various style fixes. > > Also place the macros under #ifdef _KERNEL. Equally hide the internal > > structures such as the freelist structs which include condition variables. > > > > Reviewed by: bde > > Mostly suggested by: bde > > Yay! Now we can remove the sys/condvar.h include. I wasn't sure if that was indeed the case. But, certainly, if it is, be my guest! :-) > -- > > 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/ > -- Bosko Milekic bmilekic@technokratis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 16: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 907C037B446; Thu, 5 Apr 2001 16:51:13 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f35NpDQ26875; Thu, 5 Apr 2001 16:51:13 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200104052351.f35NpDQ26875@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 5 Apr 2001 16:51:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpmirror Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/04/05 16:51:13 PDT Modified files: ftp/ftpmirror Makefile Log: Dependency on p5-Socket6 should be "RUN", not "BUILD". Revision Changes Path 1.8 +2 -2 ports/ftp/ftpmirror/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 18:38: 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 0F62837B424; Thu, 5 Apr 2001 18:37:58 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f361bvp40515; Thu, 5 Apr 2001 18:37:58 -0700 (PDT) (envelope-from mharo) Message-Id: <200104060137.f361bvp40515@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 18:37:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ccscript Makefile distinfo pkg-plist ports/devel/commoncpp Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 18:37:57 PDT Modified files: lang/ccscript Makefile distinfo pkg-plist devel/commoncpp Makefile distinfo pkg-descr pkg-plist Log: Update devel/commoncpp to 1.4.1 Update lang/ccscript to 1.4.1 PR: 26370 Submitted by: maintainer Revision Changes Path 1.7 +14 -7 ports/lang/ccscript/Makefile 1.5 +1 -1 ports/lang/ccscript/distinfo 1.4 +50 -2 ports/lang/ccscript/pkg-plist 1.10 +18 -10 ports/devel/commoncpp/Makefile 1.6 +1 -1 ports/devel/commoncpp/distinfo 1.4 +2 -2 ports/devel/commoncpp/pkg-descr 1.7 +330 -156 ports/devel/commoncpp/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 Apr 5 18:44:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D02637B424; Thu, 5 Apr 2001 18:44:16 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f361iGa41535; Thu, 5 Apr 2001 18:44:16 -0700 (PDT) (envelope-from mharo) Message-Id: <200104060144.f361iGa41535@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 18:44:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 18:44:16 PDT Removed files: mbone/rat/files patch-ac Log: Remove empty file To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 18:57:50 2001 Delivered-To: cvs-all@freebsd.org Received: from netmug.org (netmug.org [209.239.160.27]) by hub.freebsd.org (Postfix) with ESMTP id 0B25637B43F; Thu, 5 Apr 2001 18:57:46 -0700 (PDT) (envelope-from mharo@patrol.bitsurf.net) Received: from patrol.bitsurf.net (c158457-a.frmt1.sfba.home.com [24.10.184.228]) by netmug.org (8.11.2/8.11.0) with ESMTP id f361vf207949; Thu, 5 Apr 2001 18:57:41 -0700 (PDT) (envelope-from mharo@patrol.bitsurf.net) Received: (from mharo@localhost) by patrol.bitsurf.net (8.11.3/8.11.2) id f361vVw90638; Thu, 5 Apr 2001 18:57:31 -0700 (PDT) (envelope-from mharo) Date: Thu, 5 Apr 2001 18:57:31 -0700 From: Michael Haro To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/deskutils Makefile ports/deskutils/bigyear Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010405185731.B86627@FreeBSD.org> Reply-To: mharo@FreeBSD.org References: <200104022137.f32LbVa04729@green.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104022137.f32LbVa04729@green.dyndns.org>; from green@FreeBSD.org on Mon, Apr 02, 2001 at 05:37:30PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 02, 2001 at 05:37:30PM -0400, Brian F. Feldman wrote: > > This isn't the regularly-used format for storing yyyymmdd as an integer. > If it's yyyyddmm like this, the version number won't necessarily > consistently increase as the date increases. I didn't notice that the year wasn't in yyyymmdd format :-/ I guess there is no point in correcting it now since it would require setting PORT_EPOCH now. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 19: 4:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD33937B496; Thu, 5 Apr 2001 19:04:41 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3624f243318; Thu, 5 Apr 2001 19:04:41 -0700 (PDT) (envelope-from mharo) Message-Id: <200104060204.f3624f243318@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 19:04:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 19:04:41 PDT Modified files: mbone/rat/files patch-ag Log: Correct reversed patch Revision Changes Path 1.2 +4 -4 ports/mbone/rat/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 Thu Apr 5 19:14: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 9A0C937B443; Thu, 5 Apr 2001 19:14:41 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: (from gad@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f362EfZ47443; Thu, 5 Apr 2001 19:14:41 -0700 (PDT) (envelope-from gad) Message-Id: <200104060214.f362EfZ47443@freefall.freebsd.org> From: Garance A Drosehn Date: Thu, 5 Apr 2001 19:14:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source common.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gad 2001/04/05 19:14:40 PDT Modified files: usr.sbin/lpr/common_source common.c Log: Make sure the euid is restored in an obscure error situation. Submitted by: J Wunsch in freebsd-audit Revision Changes Path 1.18 +5 -4 src/usr.sbin/lpr/common_source/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 19:26:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 527D137B449; Thu, 5 Apr 2001 19:26:10 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f362QAu48895; Thu, 5 Apr 2001 19:26:10 -0700 (PDT) (envelope-from mharo) Message-Id: <200104060226.f362QAu48895@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 19:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat Makefile ports/mbone/rat/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 19:26:10 PDT Modified files: mbone/rat Makefile mbone/rat/files patch-aa Log: Fix build Revision Changes Path 1.15 +6 -9 ports/mbone/rat/Makefile 1.5 +54 -2 ports/mbone/rat/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 22:52: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 D492337B424; Thu, 5 Apr 2001 22:52:53 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f365qr383695; Thu, 5 Apr 2001 22:52:53 -0700 (PDT) (envelope-from green) Message-Id: <200104060552.f365qr383695@freefall.freebsd.org> From: Brian Feldman Date: Thu, 5 Apr 2001 22:52:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/04/05 22:52:53 PDT Modified files: etc pam.conf Log: Label the OpenSSH section, then add a small explanation for the existence of the non-typo "csshd" service. Prodded by: markm Reviewed by: markm, dwhite, rwatson Revision Changes Path 1.13 +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 Thu Apr 5 23: 5: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 D59E437B43E; Thu, 5 Apr 2001 23:05:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3665tg88074; Thu, 5 Apr 2001 23:05:55 -0700 (PDT) (envelope-from mharo) Message-Id: <200104060605.f3665tg88074@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 23:05:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/plugger Makefile distinfo ports/www/plugger/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 23:05:55 PDT Modified files: www/plugger Makefile distinfo www/plugger/files patch-aa Log: Unbreak for ELF and upgrade to 3.3 from 3.2. Note: as I am not presently using X, I can't test that this netscape plugin actually works, but at least it compiles now. Revision Changes Path 1.8 +4 -4 ports/www/plugger/Makefile 1.3 +1 -1 ports/www/plugger/distinfo 1.4 +16 -3 ports/www/plugger/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 23:34: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 4E4F737B446; Thu, 5 Apr 2001 23:34:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f366YtP90765; Thu, 5 Apr 2001 23:34:55 -0700 (PDT) (envelope-from mharo) Message-Id: <200104060634.f366YtP90765@freefall.freebsd.org> From: Michael Haro Date: Thu, 5 Apr 2001 23:34:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/fugu Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/05 23:34:55 PDT Modified files: net/fugu Makefile distinfo pkg-descr Log: Update net/fugu from 0.9.9e to 1.0 also fix build problem detected by the package building cluster PR: 25954 Submitted by: maintainer Revision Changes Path 1.3 +3 -2 ports/net/fugu/Makefile 1.2 +1 -1 ports/net/fugu/distinfo 1.3 +1 -1 ports/net/fugu/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 Apr 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 B43DE37B43C; Thu, 5 Apr 2001 23:52:26 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f366qQB93734; Thu, 5 Apr 2001 23:52:26 -0700 (PDT) (envelope-from billf) Message-Id: <200104060652.f366qQB93734@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 5 Apr 2001 23:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/04/05 23:52:26 PDT Modified files: sys/netinet ip_fw.c Log: pipe/queue are the only consumers of flow_id, so only set it in those cases Revision Changes Path 1.164 +2 -2 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Apr 5 23:57: 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 5C02637B42C; Thu, 5 Apr 2001 23:56:59 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f366ux994576; Thu, 5 Apr 2001 23:56:59 -0700 (PDT) (envelope-from joerg) Message-Id: <200104060656.f366ux994576@freefall.freebsd.org> From: Joerg Wunsch Date: Thu, 5 Apr 2001 23:56:59 -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 X-Loop: FreeBSD.ORG joerg 2001/04/05 23:56:59 PDT Modified files: . access Log: Add Jens Schweikhardt to the list of committers. Now Bruce Evans will get some competition as a code-nitpicker :-)), and Jens has already submitted a too large number of PRs anyway... Approved by: core Revision Changes Path 1.219 +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 Fri Apr 6 0:15: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 5A52837B443; Fri, 6 Apr 2001 00:15:17 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f367FHs99634; Fri, 6 Apr 2001 00:15:17 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104060715.f367FHs99634@freefall.freebsd.org> From: Nick Sayer Date: Fri, 6 Apr 2001 00:15:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/06 00:15:17 PDT Modified files: emulators/xmame Makefile Log: Don't require a 686. Submitted by: maintainer Revision Changes Path 1.25 +2 -2 ports/emulators/xmame/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 0:18:35 2001 Delivered-To: cvs-all@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id 1A68837B440; Fri, 6 Apr 2001 00:18:28 -0700 (PDT) (envelope-from alex@cichlids.cichlids.com) Received: from fwd01.aul.t-online.de by mailout01.sul.t-online.com with smtp id 14lQVn-0005PY-05; Fri, 06 Apr 2001 09:18:27 +0200 Received: from neutron.cichlids.com (520050424122-0001@[217.1.53.1]) by fmrl01.sul.t-online.com with esmtp id 14lQVe-0l5DCSC; Fri, 6 Apr 2001 09:18:18 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 51AA3AB44; Fri, 6 Apr 2001 09:18:43 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id D1B5514BBB; Thu, 5 Apr 2001 22:12:26 +0200 (CEST) Date: Thu, 5 Apr 2001 22:12:26 +0200 From: Alexander Langer To: Alexander Langer Cc: Jim Mock , Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010405221226.A11276@cichlids.cichlids.com> References: <200104030207.f3327EJ61583@freefall.freebsd.org> <20010402232513.A1662@guinness.osdn.com> <20010402211043.A84692@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010402211043.A84692@dragon.nuxi.com>; from obrien@FreeBSD.org on Mon, Apr 02, 2001 at 09:10:43PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake David O'Brien (obrien@FreeBSD.org): > Agreed. Would someone please pick and convention and publish it?? > I never know what to do when I add to our docs. As a side-note: There is a very nice ViM macro, which helps me a lot when HTML/SGML editing, since it converts 8 spaces to tabs when indenting correctly. Pressing TAB indents by two spaces, it automatically adjustes the tabs. Its location (or source?) has been posted to the doc list a while ago. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 0: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 F392537B443; Fri, 6 Apr 2001 00:20:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f367KRU00323; Fri, 6 Apr 2001 00:20:27 -0700 (PDT) (envelope-from jhb) Message-Id: <200104060720.f367KRU00323@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Apr 2001 00:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include globaldata.h src/sys/i386/i386 genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/06 00:20:27 PDT Modified files: sys/i386/include globaldata.h sys/i386/i386 genassym.c Log: Axe the per-cpu variable witness_spin_check as it was replaced by the per-cpu spinlocks list. Revision Changes Path 1.26 +1 -2 src/sys/i386/include/globaldata.h 1.109 +1 -3 src/sys/i386/i386/genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 0:54:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B41237B440; Fri, 6 Apr 2001 00:54:08 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f367s8C04858; Fri, 6 Apr 2001 00:54:08 -0700 (PDT) (envelope-from dougb) Message-Id: <200104060754.f367s8C04858@freefall.freebsd.org> From: Doug Barton Date: Fri, 6 Apr 2001 00:54:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/04/06 00:54:08 PDT Modified files: x11/xscreensaver Makefile distinfo pkg-plist Log: Update to 3.31, which adds 3 new "hacks" and updates some of the existing ones. Revision Changes Path 1.38 +4 -4 ports/x11/xscreensaver/Makefile 1.20 +1 -1 ports/x11/xscreensaver/distinfo 1.20 +3 -0 ports/x11/xscreensaver/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 Apr 6 0: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 465DA37B440; Fri, 6 Apr 2001 00:58:46 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f367wkq05370; Fri, 6 Apr 2001 00:58:46 -0700 (PDT) (envelope-from mharo) Message-Id: <200104060758.f367wkq05370@freefall.freebsd.org> From: Michael Haro Date: Fri, 6 Apr 2001 00:58:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/06 00:58:46 PDT Removed files: mbone/rat/files patch-ag Log: Remove patch-ag Submitted by: orion hodson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 1:48: 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 D319837B423; Fri, 6 Apr 2001 01:48:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f368m4o13504; Fri, 6 Apr 2001 01:48:04 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104060848.f368m4o13504@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 01:48:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/smpeg-xmms Makefile ports/graphics/smpeg-xmms/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 01:48:04 PDT Modified files: graphics/smpeg-xmms Makefile graphics/smpeg-xmms/files patch-configure Log: Move regex pthread tweak from pre-patch to post-patch to avoid breakage on 4-*. Prompted by: will Revision Changes Path 1.5 +2 -2 ports/graphics/smpeg-xmms/Makefile 1.2 +3 -3 ports/graphics/smpeg-xmms/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 Fri Apr 6 2:19: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 8C78137B424; Fri, 6 Apr 2001 02:19:22 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f369JML19185; Fri, 6 Apr 2001 02:19:22 -0700 (PDT) (envelope-from knu) Message-Id: <200104060919.f369JML19185@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 02:19:22 -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 X-Loop: FreeBSD.ORG knu 2001/04/06 02:19:22 PDT Modified files: Mk bsd.ruby.mk Log: Introduce a new variable: RUBY_WITH_PTHREAD. With it, extconf.rb is modified to link with -pthread instead of -lc. Revision Changes Path 1.26 +10 -1 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 Fri Apr 6 2:21:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2E6837B443; Fri, 6 Apr 2001 02:21:40 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f369Leh19581; Fri, 6 Apr 2001 02:21:40 -0700 (PDT) (envelope-from knu) Message-Id: <200104060921.f369Leh19581@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 02:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-qt2 Makefile.common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 02:21:40 PDT Modified files: x11-toolkits/ruby-qt2 Makefile.common Log: Eliminate the previous hack which was useless. Remove -O from CFLAGS. Revision Changes Path 1.7 +4 -4 ports/x11-toolkits/ruby-qt2/Makefile.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 2:22: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 6AF6F37B443; Fri, 6 Apr 2001 02:22:09 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f369M9x19733; Fri, 6 Apr 2001 02:22:09 -0700 (PDT) (envelope-from knu) Message-Id: <200104060922.f369M9x19733@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 02:22:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-qt2gl Makefile ports/textproc/ruby-qt2xml Makefile ports/x11-toolkits/ruby-qt2 Makefile ports/x11-toolkits/ruby-qt2canvas Makefile ports/x11-toolkits/ruby-qt2iconview Makefile ports/x11-toolkits/ruby-qt2table Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 02:22:09 PDT Modified files: graphics/ruby-qt2gl Makefile textproc/ruby-qt2xml Makefile x11-toolkits/ruby-qt2 Makefile x11-toolkits/ruby-qt2canvas Makefile x11-toolkits/ruby-qt2iconview Makefile x11-toolkits/ruby-qt2table Makefile Log: Define RUBY_WITH_PTHREAD. Revision Changes Path 1.6 +2 -1 ports/graphics/ruby-qt2gl/Makefile 1.6 +2 -1 ports/textproc/ruby-qt2xml/Makefile 1.28 +2 -1 ports/x11-toolkits/ruby-qt2/Makefile 1.6 +2 -1 ports/x11-toolkits/ruby-qt2canvas/Makefile 1.5 +2 -1 ports/x11-toolkits/ruby-qt2iconview/Makefile 1.6 +2 -1 ports/x11-toolkits/ruby-qt2table/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 3: 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 4ECE337B496; Fri, 6 Apr 2001 03:08:16 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36A8GM28449; Fri, 6 Apr 2001 03:08:16 -0700 (PDT) (envelope-from knu) Message-Id: <200104061008.f36A8GM28449@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 03:08:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-qt2gl Makefile ports/textproc/ruby-qt2xml Makefile ports/x11-toolkits/ruby-qt2 Makefile Makefile.common ports/x11-toolkits/ruby-qt2canvas Makefile ports/x11-toolkits/ruby-qt2iconview Makefile ports/x11-toolkits/ruby-qt2table Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 03:08:15 PDT Modified files: graphics/ruby-qt2gl Makefile textproc/ruby-qt2xml Makefile x11-toolkits/ruby-qt2 Makefile Makefile.common x11-toolkits/ruby-qt2canvas Makefile x11-toolkits/ruby-qt2iconview Makefile x11-toolkits/ruby-qt2table Makefile Log: Define RUBY_QT2_PORTREVISION and RUBY_WITH_PTHREAD in x11-toolkits/ruby-qt2/Makefile.common. Tidy up .include's. Revision Changes Path 1.7 +4 -6 ports/graphics/ruby-qt2gl/Makefile 1.7 +4 -6 ports/textproc/ruby-qt2xml/Makefile 1.29 +4 -6 ports/x11-toolkits/ruby-qt2/Makefile 1.8 +3 -1 ports/x11-toolkits/ruby-qt2/Makefile.common 1.7 +4 -6 ports/x11-toolkits/ruby-qt2canvas/Makefile 1.6 +4 -6 ports/x11-toolkits/ruby-qt2iconview/Makefile 1.7 +4 -6 ports/x11-toolkits/ruby-qt2table/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 3:11: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 3B1E537B424; Fri, 6 Apr 2001 03:11:42 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36ABgV29014; Fri, 6 Apr 2001 03:11:42 -0700 (PDT) (envelope-from knu) Message-Id: <200104061011.f36ABgV29014@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 03:11:42 -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 X-Loop: FreeBSD.ORG knu 2001/04/06 03:11:41 PDT Modified files: Mk bsd.ruby.mk Log: Do the RUBY_WITH_PTHREAD hack in a more elegant way. Revision Changes Path 1.27 +16 -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 Fri Apr 6 3:26:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A0BA37B443; Fri, 6 Apr 2001 03:26:22 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36AQM330521; Fri, 6 Apr 2001 03:26:22 -0700 (PDT) (envelope-from knu) Message-Id: <200104061026.f36AQM330521@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 03:26:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ruby-curl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 03:26:22 PDT Modified files: ftp/ruby-curl Makefile Log: Chase the update of ftp/curl. Revision Changes Path 1.2 +3 -2 ports/ftp/ruby-curl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 3:45: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FC9537B440; Fri, 6 Apr 2001 03:44:58 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36Aiwv32037; Fri, 6 Apr 2001 03:44:58 -0700 (PDT) (envelope-from knu) Message-Id: <200104061044.f36Aiwv32037@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 03:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ruby-panda Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 03:44:57 PDT Modified files: print/ruby-panda Makefile Log: Use RUBY_WITH_PTHREAD. Revision Changes Path 1.3 +2 -3 ports/print/ruby-panda/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 3:45: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 1E0F137B423; Fri, 6 Apr 2001 03:45:51 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36AjpX32152; Fri, 6 Apr 2001 03:45:51 -0700 (PDT) (envelope-from knu) Message-Id: <200104061045.f36AjpX32152@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 03:45:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/ruby-narray Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 03:45:51 PDT Modified files: math/ruby-narray Makefile distinfo Log: Update to 0.5.3. Revision Changes Path 1.2 +2 -2 ports/math/ruby-narray/Makefile 1.2 +1 -1 ports/math/ruby-narray/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 4:17: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 E7BCD37B440; Fri, 6 Apr 2001 04:17:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36BHRC43144; Fri, 6 Apr 2001 04:17:27 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104061117.f36BHRC43144@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 04:17:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-game Makefile distinfo pkg-plist ports/devel/py-game/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 04:17:27 PDT Modified files: devel/py-game Makefile distinfo pkg-plist Removed files: devel/py-game/files patch-aa patch-ab Log: Update to 1.0. Revision Changes Path 1.5 +1 -1 ports/devel/py-game/Makefile 1.4 +1 -1 ports/devel/py-game/distinfo 1.3 +0 -1 ports/devel/py-game/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 Apr 6 4: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 4CFD637B42C; Fri, 6 Apr 2001 04:21:48 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36BLm843891; Fri, 6 Apr 2001 04:21:48 -0700 (PDT) (envelope-from knu) Message-Id: <200104061121.f36BLm843891@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 04:21:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/ruby-tgif Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 04:21:48 PDT Modified files: graphics Makefile Added files: graphics/ruby-tgif Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-tgif, a Ruby extension library to draw Tgif graphics. Revision Changes Path 1.294 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 4:22: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B84F337B64E; Fri, 6 Apr 2001 04:21:58 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36BLwn43929; Fri, 6 Apr 2001 04:21:58 -0700 (PDT) (envelope-from knu) Message-Id: <200104061121.f36BLwn43929@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 04:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 04:21:58 PDT Modified files: . modules Log: ruby-tgif --> ports/graphics/ruby-tgif Revision Changes Path 1.2841 +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 Apr 6 4:34: 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 5834537B43E; Fri, 6 Apr 2001 04:34:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36BY4s45429; Fri, 6 Apr 2001 04:34:04 -0700 (PDT) (envelope-from bde) Message-Id: <200104061134.f36BY4s45429@freefall.freebsd.org> From: Bruce Evans Date: Fri, 6 Apr 2001 04:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/04/06 04:34:04 PDT Modified files: (Branch: RELENG_4) usr.bin/ftp util.c Log: MFC (rev.1.14: don't follow the null pointer went the server sends an unparseable timestamp). PR: 25243 Approved by: jkh Revision Changes Path 1.12.2.2 +9 -7 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 Fri Apr 6 4:37: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 661C237B424; Fri, 6 Apr 2001 04:37:51 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36BbpP45825; Fri, 6 Apr 2001 04:37:51 -0700 (PDT) (envelope-from bde) Message-Id: <200104061137.f36BbpP45825@freefall.freebsd.org> From: Bruce Evans Date: Fri, 6 Apr 2001 04:37:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp util.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/04/06 04:37:51 PDT Modified files: (Branch: RELENG_3) usr.bin/ftp util.c Log: MFC (rev.1.14: don't follow the null pointer went the server sends an unparseable timestamp). PR: 25243 Revision Changes Path 1.6.2.4 +9 -7 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 Fri Apr 6 5:11:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED31C37B423; Fri, 6 Apr 2001 05:11:52 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36CBqn52425; Fri, 6 Apr 2001 05:11:52 -0700 (PDT) (envelope-from jmz) Message-Id: <200104061211.f36CBqn52425@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Fri, 6 Apr 2001 05:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4/files patch-a1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/04/06 05:11:52 PDT Added files: x11/XFree86-4/files patch-a1 Log: Fix a build problem on alpha machines. PR: ports/26367 Tested by: Christian Weisgerber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 5:18: 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 7D2F437B440; Fri, 6 Apr 2001 05:18:03 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36CI3S53370; Fri, 6 Apr 2001 05:18:03 -0700 (PDT) (envelope-from knu) Message-Id: <200104061218.f36CI3S53370@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 05:18:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-qt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 05:18:03 PDT Modified files: x11-toolkits/ruby-qt Makefile Log: Make use of USE_QT_VER. Revision Changes Path 1.17 +8 -9 ports/x11-toolkits/ruby-qt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 5:46: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 7672737B443; Fri, 6 Apr 2001 05:46:07 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36Ck7R56844; Fri, 6 Apr 2001 05:46:07 -0700 (PDT) (envelope-from lioux) Message-Id: <200104061246.f36Ck7R56844@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 6 Apr 2001 05:46:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/arrow Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/04/06 05:46:07 PDT Modified files: mail/arrow Makefile Log: Add procmail as a RUN_DEPENDS. Highly overlooked. Submitted by: trebleZed@netscape.net Revision Changes Path 1.8 +2 -1 ports/mail/arrow/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 6: 4: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 D879C37B42C; Fri, 6 Apr 2001 06:04:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36D4At61778; Fri, 6 Apr 2001 06:04:10 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104061304.f36D4At61778@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 06:04:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/guilib Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 06:04:10 PDT Modified files: graphics/guilib Makefile pkg-descr Log: Update MASTER_SITES and WWW. Revision Changes Path 1.2 +1 -1 ports/graphics/guilib/Makefile 1.2 +1 -1 ports/graphics/guilib/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 Apr 6 6: 4:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26F0E37B446; Fri, 6 Apr 2001 06:04:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36D4S761830; Fri, 6 Apr 2001 06:04:28 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104061304.f36D4S761830@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 06:04:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sdl_image Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 06:04:28 PDT Modified files: graphics/sdl_image Makefile distinfo Log: Update to 1.2.0. Revision Changes Path 1.5 +2 -2 ports/graphics/sdl_image/Makefile 1.4 +1 -1 ports/graphics/sdl_image/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 6:14:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCE4837B43F; Fri, 6 Apr 2001 06:14:19 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36DEJf66091; Fri, 6 Apr 2001 06:14:19 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104061314.f36DEJf66091@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 06:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/guilib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 06:14:19 PDT Modified files: graphics/guilib Makefile Log: Use SDL 1.2.0 by default. Revision Changes Path 1.3 +5 -1 ports/graphics/guilib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 6:15:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C31A837B42C; Fri, 6 Apr 2001 06:15:51 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36DFpY66334; Fri, 6 Apr 2001 06:15:51 -0700 (PDT) (envelope-from demon) Message-Id: <200104061315.f36DFpY66334@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 6 Apr 2001 06:15:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/kxicq2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/kxicq2/files patch-aa patch-ac patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/06 06:15:51 PDT Modified files: net Makefile Added files: net/kxicq2 Makefile distinfo pkg-comment pkg-descr pkg-plist net/kxicq2/files patch-aa patch-ac patch-ad patch-ae Log: New port: kxicq2: ICQ client for KDE2 Submitted by: Andrey Novikov Revision Changes Path 1.511 +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 Fri Apr 6 6:19: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 1DABE37B506; Fri, 6 Apr 2001 06:19:27 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36DJR966641; Fri, 6 Apr 2001 06:19:27 -0700 (PDT) (envelope-from demon) Message-Id: <200104061319.f36DJR966641@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 6 Apr 2001 06:19:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/04/06 06:19:23 PDT Modified files: . modules Log: kxicq2 --> ports/net/kxicq2 Revision Changes Path 1.2842 +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 Apr 6 6:22: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 E86A437B443; Fri, 6 Apr 2001 06:22:08 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36DM8d66918; Fri, 6 Apr 2001 06:22:08 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104061322.f36DM8d66918@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 06:22:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sdl_net Makefile distinfo pkg-plist ports/net/sdl_net/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 06:22:08 PDT Modified files: net/sdl_net Makefile distinfo pkg-plist Added files: net/sdl_net/files patch-Makefile.in Log: Update to 1.2.0. Revision Changes Path 1.2 +6 -3 ports/net/sdl_net/Makefile 1.2 +1 -1 ports/net/sdl_net/distinfo 1.2 +1 -1 ports/net/sdl_net/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 Apr 6 6:40:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3505F37B424; Fri, 6 Apr 2001 06:40:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36DeMA90166; Fri, 6 Apr 2001 06:40:22 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104061340.f36DeMA90166@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 06:40:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/sdl_mixer Makefile distinfo ports/audio/sdl_mixer/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 06:40:22 PDT Modified files: audio/sdl_mixer Makefile distinfo audio/sdl_mixer/files patch-ab Log: Update to 1.2.0. Revision Changes Path 1.9 +2 -2 ports/audio/sdl_mixer/Makefile 1.4 +1 -1 ports/audio/sdl_mixer/distinfo 1.5 +4 -4 ports/audio/sdl_mixer/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 Fri Apr 6 6:40: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 5F04937B42C; Fri, 6 Apr 2001 06:40:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36DeNw90233; Fri, 6 Apr 2001 06:40:23 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104061340.f36DeNw90233@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 06:40:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/smpeg Makefile distinfo pkg-plist ports/graphics/smpeg/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 06:40:23 PDT Modified files: graphics/smpeg Makefile distinfo pkg-plist Removed files: graphics/smpeg/files patch-ad Log: Update to 0.4.3. Revision Changes Path 1.15 +1 -1 ports/graphics/smpeg/Makefile 1.5 +1 -1 ports/graphics/smpeg/distinfo 1.8 +1 -0 ports/graphics/smpeg/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 Apr 6 7:15:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1316537B440; Fri, 6 Apr 2001 07:15:39 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36EFd071263; Fri, 6 Apr 2001 07:15:39 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104061415.f36EFd071263@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 6 Apr 2001 07:15:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ntp/ntpd ntp_control.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/06 07:15:38 PDT Modified files: contrib/ntp/ntpd ntp_control.c Log: - Correct off-by-one error and buffer underflow from previous fix - int -> unsigned char fixes Submitted by: ache, dillon, Mark Andrews, et.al. (on -security) Revision Changes Path 1.3 +6 -6 src/contrib/ntp/ntpd/ntp_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 7:34: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 6BCCF37B422; Fri, 6 Apr 2001 07:34:16 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36EYGh73085; Fri, 6 Apr 2001 07:34:16 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104061434.f36EYGh73085@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 6 Apr 2001 07:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ntp/ntpd ntp_control.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/06 07:34:16 PDT Modified files: contrib/ntp/ntpd ntp_control.c Log: Do not log every potential exploit attempt since a denial-of-service may result. Revision Changes Path 1.4 +2 -11 src/contrib/ntp/ntpd/ntp_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 7:40: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 1472337B443; Fri, 6 Apr 2001 07:40:27 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36EeRr73714; Fri, 6 Apr 2001 07:40:27 -0700 (PDT) (envelope-from ru) Message-Id: <200104061440.f36EeRr73714@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 6 Apr 2001 07:40:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/06 07:40:26 PDT Modified files: usr.bin/kdump mkioctls Log: Execute this script in a "C" locale environment. Currently, cs_CZ.ISO_8859-2 locale's collation sequence is broken, and this caused grep(1) to skip some include files. Reported by: Michal Mertl Revision Changes Path 1.21 +3 -1 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 7:46: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 3DC2437B446; Fri, 6 Apr 2001 07:46:44 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36EkiG75013; Fri, 6 Apr 2001 07:46:44 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104061446.f36EkiG75013@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 6 Apr 2001 07:46:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ntp/files patch-ntp_control.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/06 07:46:43 PDT Modified files: net/ntp/files patch-ntp_control.c Log: - Fix off-by-one and buffer underflow - Prevent potential denial-of-service via syslog - int -> unsigned char fixes Approved by: Maintainer Revision Changes Path 1.2 +33 -13 ports/net/ntp/files/patch-ntp_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 8: 2:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8527937B440; Fri, 6 Apr 2001 08:02:08 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36F28p77302; Fri, 6 Apr 2001 08:02:08 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104061502.f36F28p77302@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 6 Apr 2001 08:02:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/06 08:02:08 PDT Modified files: graphics/png Makefile distinfo Log: Update to 1.0.10. Revision Changes Path 1.40 +1 -2 ports/graphics/png/Makefile 1.16 +1 -1 ports/graphics/png/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 8:35: 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 3D4C637B424; Fri, 6 Apr 2001 08:34:57 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36FYuK84875; Fri, 6 Apr 2001 08:34:56 -0700 (PDT) (envelope-from clive) Message-Id: <200104061534.f36FYuK84875@freefall.freebsd.org> From: Clive Lin Date: Fri, 6 Apr 2001 08:34:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Template-Toolkit Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/04/06 08:34:55 PDT Modified files: www/p5-Template-Toolkit Makefile distinfo pkg-plist Log: o Upgrade to 2.02. (Released today!) o MASTER_SITE_BACKUP+= template-toolkit.org (Maybe after several days/hours, its distfile would be uploaded to worldwide CPAN mirrors.) o Satisfy portlint. o Yet again, bento would be happy to pack this port as a package. But don't try to pass BATCH to this port especially when you have some p5-DBD-* or some other possible tt2 plugins hooks. You would possibly run into a infinite loop. o Welcome to take over the maintainer bit if you know how the plugins work. I only use its core functions (templating ability) but never touch any of its plugins. (But they're installed anyway.) Revision Changes Path 1.4 +5 -3 ports/www/p5-Template-Toolkit/Makefile 1.3 +1 -1 ports/www/p5-Template-Toolkit/distinfo 1.3 +757 -126 ports/www/p5-Template-Toolkit/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 Apr 6 8:41:29 2001 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 2450037B446; Fri, 6 Apr 2001 08:41:23 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id IAA22729; Fri, 6 Apr 2001 08:41:21 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200104061541.IAA22729@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c In-Reply-To: <200104061415.f36EFd071263@freefall.freebsd.org> from "Chris D. Faulhaber" at "Apr 6, 2001 07:15:38 am" To: jedgar@FreeBSD.org (Chris D. Faulhaber) Date: Fri, 6 Apr 2001 08:41:21 -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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG MFC??? phk's broken fixes as immediately mfc'ed, why has this not been? Especially the other commit to fix the DOS due to logging a bazillion messages when someone hits the snot out of you with bad ntp packets... > jedgar 2001/04/06 07:15:38 PDT > > Modified files: > contrib/ntp/ntpd ntp_control.c > Log: > - Correct off-by-one error and buffer underflow from previous fix > - int -> unsigned char fixes > > Submitted by: ache, dillon, Mark Andrews, et.al. (on -security) > > Revision Changes Path > 1.3 +6 -6 src/contrib/ntp/ntpd/ntp_control.c > > -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 8:52: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 5776837B43E; Fri, 6 Apr 2001 08:52:29 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36FqTf87523; Fri, 6 Apr 2001 08:52:29 -0700 (PDT) (envelope-from darrenr) Message-Id: <200104061552.f36FqTf87523@freefall.freebsd.org> From: Darren Reed Date: Fri, 6 Apr 2001 08:52:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_frag.c ip_frag.h ip_nat.c ip_nat.h ip_state.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2001/04/06 08:52:29 PDT Modified files: sys/netinet ip_frag.c ip_frag.h ip_nat.c ip_nat.h ip_state.c Log: fix security hole created by fragment cache Revision Changes Path 1.15 +26 -5 src/sys/netinet/ip_frag.c 1.12 +5 -3 src/sys/netinet/ip_frag.h 1.22 +5 -3 src/sys/netinet/ip_nat.c 1.15 +2 -1 src/sys/netinet/ip_nat.h 1.21 +3 -3 src/sys/netinet/ip_state.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 8: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 69AF437B43E; Fri, 6 Apr 2001 08:56:12 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36FuC887964; Fri, 6 Apr 2001 08:56:12 -0700 (PDT) (envelope-from nsayer) Message-Id: <200104061556.f36FuC887964@freefall.freebsd.org> From: Nick Sayer Date: Fri, 6 Apr 2001 08:56:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet main.c telnet.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/04/06 08:56:11 PDT Modified files: crypto/telnet/telnet main.c telnet.1 Log: Clean up telnet's argument processing a bit. autologin and encryption is now the default, so ignore the arguments that turn it on. Add a new -y argument to turn off encryption in case someone wants to do that. Sync these changes with the man page (including removing the now obsolete statement about availability only in the US and Canada). Revision Changes Path 1.7 +17 -29 src/crypto/telnet/telnet/main.c 1.10 +8 -7 src/crypto/telnet/telnet/telnet.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 9:43:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40C4637B43F; Fri, 6 Apr 2001 09:43:23 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36GhM301736; Fri, 6 Apr 2001 09:43:22 -0700 (PDT) (envelope-from wollman) Message-Id: <200104061643.f36GhM301736@freefall.freebsd.org> From: Garrett Wollman Date: Fri, 6 Apr 2001 09:43:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/zoneinfo - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/04/06 09:43:22 PDT src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory freefall.freebsd.org:/d/home/wollman/tzdata2001b Log Message: Latest timezone database form Arthur Olson. This update includes changes to the following locations: Antarctica Australia (additional historical comments) Bangladesh (new spelling of Dhaka) Brazil (multiple changes; America/Porto_Acre renamed America/Rio_Branco) CNMI Canada Chile Dominican Republic East Timor Falkland Islands Fiji France (additional history) Guam Israel (additional historical comments) Latvia Mexico Moldova (Europe/Tiraspol removed) Netherlands (additional history) Paraguay Philippines (additional history) Tonga United States (additional historical comments) Obtained from: Arthur Olson; Status: Vendor Tag: ADO Release Tags: tzdata2001b U src/share/zoneinfo/africa U src/share/zoneinfo/antarctica C src/share/zoneinfo/asia C src/share/zoneinfo/australasia C src/share/zoneinfo/europe C src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/pacificnew U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv U src/share/zoneinfo/solar87 U src/share/zoneinfo/solar88 U src/share/zoneinfo/solar89 U src/share/zoneinfo/iso3166.tab C src/share/zoneinfo/zone.tab C src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 9:47: 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 E9FA937B507; Fri, 6 Apr 2001 09:46:53 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36GkrO03059; Fri, 6 Apr 2001 09:46:53 -0700 (PDT) (envelope-from wollman) Message-Id: <200104061646.f36GkrO03059@freefall.freebsd.org> From: Garrett Wollman Date: Fri, 6 Apr 2001 09:46:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/zoneinfo asia australasia europe leapseconds northamerica southamerica zone.tab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/04/06 09:46:53 PDT Modified files: share/zoneinfo asia australasia europe leapseconds northamerica southamerica zone.tab Log: Merge tzdata2001b from vendor branch. Revision Changes Path 1.18 +76 -34 src/share/zoneinfo/asia 1.18 +69 -47 src/share/zoneinfo/australasia 1.22 +95 -39 src/share/zoneinfo/europe 1.6 +22 -2 src/share/zoneinfo/leapseconds 1.18 +248 -85 src/share/zoneinfo/northamerica 1.16 +136 -32 src/share/zoneinfo/southamerica 1.8 +15 -13 src/share/zoneinfo/zone.tab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 10:15:57 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-141-hy.blueyonder.co.uk [62.31.42.141]) by hub.freebsd.org (Postfix) with ESMTP id A82C837B446; Fri, 6 Apr 2001 10:15:50 -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 f368vjF08668; Fri, 6 Apr 2001 09:57:45 +0100 (BST) (envelope-from nik) Date: Fri, 6 Apr 2001 09:57:45 +0100 From: Nik Clayton To: Alexander Langer Cc: Alexander Langer , Jim Mock , Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010406095745.A8646@canyon.nothing-going-on.org> References: <200104030207.f3327EJ61583@freefall.freebsd.org> <20010402232513.A1662@guinness.osdn.com> <20010402211043.A84692@dragon.nuxi.com> <20010405221226.A11276@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010405221226.A11276@cichlids.cichlids.com>; from alex@big.endian.de on Thu, Apr 05, 2001 at 10:12:26PM +0200 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 05, 2001 at 10:12:26PM +0200, Alexander Langer wrote: > Thus spake David O'Brien (obrien@FreeBSD.org): >=20 > > Agreed. Would someone please pick and convention and publish it?? > > I never know what to do when I add to our docs. >=20 > As a side-note: > There is a very nice ViM macro, which helps me a lot when HTML/SGML > editing, since it converts 8 spaces to tabs when indenting correctly. > Pressing TAB indents by two spaces, it automatically adjustes the > tabs. >=20 > Its location (or source?) has been posted to the doc list a while ago. doc/share/examples/vim/ ? If it's not in there, please feel free to add it. 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 --- --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrNhQgACgkQk6gHZCw343VJgACbBlkzJbfNORLik1K1GIF9FI+i R9cAn1YPn/YHHtZWQSEYDjIel/PAVvP7 =Q2JM -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 10:18:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5683537B422; Fri, 6 Apr 2001 10:18:25 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36HIPm09713; Fri, 6 Apr 2001 10:18:25 -0700 (PDT) (envelope-from knu) Message-Id: <200104061718.f36HIPm09713@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 10:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ruby-kde Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 10:18:25 PDT Modified files: x11/ruby-kde Makefile Log: Define USE_KDELIBS_VER=1 instead of a hardcoded LIB_DEPENDS entry. Revision Changes Path 1.15 +2 -2 ports/x11/ruby-kde/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 10:21:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 523BB37B423; Fri, 6 Apr 2001 10:21:30 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36HLUj10085; Fri, 6 Apr 2001 10:21:30 -0700 (PDT) (envelope-from knu) Message-Id: <200104061721.f36HLUj10085@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 10:21:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ruby-kde Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 10:21:30 PDT Modified files: x11/ruby-kde Makefile Log: Use ${PORTNAME} as appropriate. Revision Changes Path 1.16 +6 -6 ports/x11/ruby-kde/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 10:34:24 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 4208837B423; Fri, 6 Apr 2001 10:34:18 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f36HX3X42370; Fri, 6 Apr 2001 10:33:03 -0700 (PDT) (envelope-from dillon) Date: Fri, 6 Apr 2001 10:33:03 -0700 (PDT) From: Matt Dillon Message-Id: <200104061733.f36HX3X42370@earth.backplane.com> To: "Rodney W. Grimes" Cc: jedgar@FreeBSD.ORG (Chris D. Faulhaber), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c References: <200104061541.IAA22729@gndrsh.dnsmgr.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :MFC??? phk's broken fixes as immediately mfc'ed, why has this not :been? Especially the other commit to fix the DOS due to logging :a bazillion messages when someone hits the snot out of you with :bad ntp packets... Calm down! Jordan knows what the score card is. Since Chris committed the stuff I am assuming that he is at this moment getting permission from jkh to MFC it. Thanks for committing the updates, Chris! -Matt : : :> jedgar 2001/04/06 07:15:38 PDT :> :> Modified files: :> contrib/ntp/ntpd ntp_control.c :> Log: :> - Correct off-by-one error and buffer underflow from previous fix :> - int -> unsigned char fixes :> :> Submitted by: ache, dillon, Mark Andrews, et.al. (on -security) :> :> Revision Changes Path :> 1.3 +6 -6 src/contrib/ntp/ntpd/ntp_control.c :-- :Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 10: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 4266537B422; Fri, 6 Apr 2001 10:51:13 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36HpDs13961; Fri, 6 Apr 2001 10:51:13 -0700 (PDT) (envelope-from ume) Message-Id: <200104061751.f36HpDs13961@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 6 Apr 2001 10:51:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/04/06 10:51:13 PDT Modified files: mail/cyrus-imapd Makefile pkg-plist Log: Add missing Perl library into pkg-plist. Reported by: Kaz SHiMZ Revision Changes Path 1.42 +2 -2 ports/mail/cyrus-imapd/Makefile 1.11 +14 -0 ports/mail/cyrus-imapd/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 Apr 6 10:51: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 40A6137B43F; Fri, 6 Apr 2001 10:51:35 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36HpZB14163; Fri, 6 Apr 2001 10:51:35 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104061751.f36HpZB14163@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 6 Apr 2001 10:51:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ntp/ntpd ntp_control.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/06 10:51:32 PDT Modified files: (Branch: RELENG_4) contrib/ntp/ntpd ntp_control.c Log: MFC revs 1.3 and 1.4: - Correct off-by-one error and buffer underflow from previous fix - int -> unsigned char fixes - Prevent potential syslog DoS Approved by: jkh Revision Changes Path 1.1.1.2.2.2 +6 -15 src/contrib/ntp/ntpd/ntp_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 10:59:34 2001 Delivered-To: cvs-all@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 080A637B424; Fri, 6 Apr 2001 10:59:29 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1000) id 6C8661360C; Fri, 6 Apr 2001 13:59:56 -0400 (EDT) Date: Fri, 6 Apr 2001 13:59:56 -0400 From: Chris Faulhaber To: Matt Dillon Cc: "Rodney W. Grimes" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c Message-ID: <20010406135956.A95447@peitho.fxp.org> References: <200104061541.IAA22729@gndrsh.dnsmgr.net> <200104061733.f36HX3X42370@earth.backplane.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104061733.f36HX3X42370@earth.backplane.com>; from dillon@earth.backplane.com on Fri, Apr 06, 2001 at 10:33:03AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 06, 2001 at 10:33:03AM -0700, Matt Dillon wrote: >=20 > :MFC??? phk's broken fixes as immediately mfc'ed, why has this not > :been? Especially the other commit to fix the DOS due to logging > :a bazillion messages when someone hits the snot out of you with > :bad ntp packets... >=20 > Calm down! Jordan knows what the score card is. Since Chris committ= ed > the stuff I am assuming that he is at this moment getting permission > from jkh to MFC it. >=20 > Thanks for committing the updates, Chris! >=20 > -Matt Thanks Matt. I opted to wait a bit for both Jordan's go-ahead and to ensure no one had any more reservations about the fix before MFC'ing (esp. after the discussions on -security yesterday). The fixes have been MFC'd to 4.x and will be MFC'd to 3.x shortly. --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjrOBBwACgkQObaG4P6BelBEOACgkBR9TOhGVlgm/pLNBkUNaG/S 2ssAn0GP/ONY45TT56ykio2QqhlToHrg =pmiA -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 11: 9: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 EA9B737B496; Fri, 6 Apr 2001 11:09:45 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36I9jg18645; Fri, 6 Apr 2001 11:09:45 -0700 (PDT) (envelope-from knu) Message-Id: <200104061809.f36I9jg18645@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 6 Apr 2001 11:09:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-ri Makefile ports/lang/ruby-ri/files patch-contrib::dblack::emacs::ri.el X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/06 11:09:45 PDT Modified files: lang/ruby-ri Makefile lang/ruby-ri/files patch-contrib::dblack::emacs::ri.el Log: Modify ri.el and define an access key `Q' that does kill-buffer & delete-window at once for convenience. The patch is already submitted to the author. Revision Changes Path 1.2 +3 -2 ports/lang/ruby-ri/Makefile 1.2 +35 -17 ports/lang/ruby-ri/files/patch-contrib::dblack::emacs::ri.el To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 11:14:37 2001 Delivered-To: cvs-all@freebsd.org Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.43.88]) by hub.freebsd.org (Postfix) with ESMTP id 1D97837B43F; Fri, 6 Apr 2001 11:14:30 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-2.cisco.com (8.9.3/8.9.1) with ESMTP id LAA26008; Fri, 6 Apr 2001 11:14:51 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f36IETo67718; Fri, 6 Apr 2001 11:14:29 -0700 (PDT) (envelope-from bmah) Message-Id: <200104061814.f36IETo67718@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: "Rodney W. Grimes" Cc: jedgar@FreeBSD.org (Chris D. Faulhaber), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c In-Reply-To: <200104061541.IAA22729@gndrsh.dnsmgr.net> References: <200104061541.IAA22729@gndrsh.dnsmgr.net> Comments: In-reply-to "Rodney W. Grimes" message dated "Fri, 06 Apr 2001 08:41:21 -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_1653959243P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 06 Apr 2001 11:14:29 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_1653959243P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Rodney W. Grimes" wrote: > MFC??? phk's broken fixes as immediately mfc'ed, why has this not > been? Especially the other commit to fix the DOS due to logging > a bazillion messages when someone hits the snot out of you with > bad ntp packets... Maybe because phk felt more comfortable, under the circumstances, doing an immediate MFC without prior approval? Please remember that RELENG_4 is still in code-freeze. Bruce. PS. No criticism of phk or jedgar intended. PPS. And as I typed this, I saw the commit messages on the RELENG_4 branch appear.... :-) --==_Exmh_1653959243P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE6zgeF2MoxcVugUsMRAjSbAJ9JqB9hcMbVQ3kPuLUVuFwZ/REVWQCfXYZC PXxUIoHw0l5CTBFsWHb2qiQ= =56TN -----END PGP SIGNATURE----- --==_Exmh_1653959243P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 11:21: 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 BC5A837B43E; Fri, 6 Apr 2001 11:21:01 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36IL1a20474; Fri, 6 Apr 2001 11:21:01 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104061821.f36IL1a20474@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 6 Apr 2001 11:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/xntpd/xntpd ntp_control.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/06 11:21:01 PDT Modified files: (Branch: RELENG_3) usr.sbin/xntpd/xntpd ntp_control.c Log: MFC: Fix potential remote exploit Revision Changes Path 1.6.8.1 +14 -5 src/usr.sbin/xntpd/xntpd/Attic/ntp_control.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 11:30:37 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 39FA737B446; Fri, 6 Apr 2001 11:30:27 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f36IUOC42987; Fri, 6 Apr 2001 20:30:24 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: bmah@FreeBSD.org Cc: "Rodney W. Grimes" , jedgar@FreeBSD.org (Chris D. Faulhaber), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c In-Reply-To: Your message of "Fri, 06 Apr 2001 11:14:29 PDT." <200104061814.f36IETo67718@bmah-freebsd-0.cisco.com> Date: Fri, 06 Apr 2001 20:30:24 +0200 Message-ID: <42985.986581824@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200104061814.f36IETo67718@bmah-freebsd-0.cisco.com>, "Bruce A. Mah" writes: >--==_Exmh_1653959243P >Content-Type: text/plain; charset=us-ascii > >If memory serves me right, "Rodney W. Grimes" wrote: >> MFC??? phk's broken fixes as immediately mfc'ed, why has this not >> been? Especially the other commit to fix the DOS due to logging >> a bazillion messages when someone hits the snot out of you with >> bad ntp packets... > >Maybe because phk felt more comfortable, under the circumstances, doing >an immediate MFC without prior approval? Please remember that RELENG_4 >is still in code-freeze. A few minutes before I went to commit I received the WindRivers announcement, so I figured that Jordan was offline at that time, I also had discussed the issue with security-officer@ so I felt that sufficient urgency was indeed at hand to do the iMFC thing. I'm sorry my patch wasn't perfect, it was intended as a stopgap only, and I think it fulfilled that role. As others have pointed out, the entire file has numerous dubious fragments of code which should be scrutinized. As much as I love to tinker with NTP, I seriously hate some bits of its source code, ntp_control.c is one of the files I hate... I hate even more for such an exploit to be released in public with no warning, and even more so when it comes at a time where I have negative time available on my schedule :-( -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 11:51:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30CBD37B422; Fri, 6 Apr 2001 11:51:15 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36IpFH24527; Fri, 6 Apr 2001 11:51:15 -0700 (PDT) (envelope-from schweikh) Message-Id: <200104061851.f36IpFH24527@freefall.freebsd.org> From: Jens Schweikhardt Date: Fri, 6 Apr 2001 11:51:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG schweikh 2001/04/06 11:51:14 PDT Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Added myself (schweikh) to list of committers. Exchanged Søren Schmidt and Nick Sayer so they are in alphabetical order. Revision Changes Path 1.207 +7 -3 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 11:52:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 210BA37B43C; Fri, 6 Apr 2001 11:52:36 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36IqaM24755; Fri, 6 Apr 2001 11:52:36 -0700 (PDT) (envelope-from schweikh) Message-Id: <200104061852.f36IqaM24755@freefall.freebsd.org> From: Jens Schweikhardt Date: Fri, 6 Apr 2001 11:52:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG schweikh 2001/04/06 11:52:35 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Removed Jens Schweikhardt, who climbed the ladder to committer. Revision Changes Path 1.403 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 11:53:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4318637B43E; Fri, 6 Apr 2001 11:53:13 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36IrDu24848; Fri, 6 Apr 2001 11:53:13 -0700 (PDT) (envelope-from ume) Message-Id: <200104061853.f36IrDu24848@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 6 Apr 2001 11:53:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd pkg-message Makefile pkg-plist ports/mail/cyrus-imapd/files imapd.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/04/06 11:53:09 PDT Modified files: mail/cyrus-imapd Makefile pkg-plist mail/cyrus-imapd/files imapd.conf Added files: mail/cyrus-imapd pkg-message Log: Since spool location is configurable by user, prevent making spool at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran Revision Changes Path 1.43 +4 -19 ports/mail/cyrus-imapd/Makefile 1.12 +1 -0 ports/mail/cyrus-imapd/pkg-plist 1.6 +6 -1 ports/mail/cyrus-imapd/files/imapd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 12: 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 443D737B43C; Fri, 6 Apr 2001 12:06:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36J6K929456; Fri, 6 Apr 2001 12:06:20 -0700 (PDT) (envelope-from obrien) Message-Id: <200104061906.f36J6K929456@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 6 Apr 2001 12:06:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/06 12:06:19 PDT Modified files: release Makefile Log: Correct a bug in rev 1.589. The `make obj' that was removed for sysinstall was also effectively a `make obj' for src/release. Revision Changes Path 1.604 +2 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 12:14:15 2001 Delivered-To: cvs-all@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id AF45437B505; Fri, 6 Apr 2001 12:14:09 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (dan@on-ott-ap3-05-18.look.ca [216.154.60.209]) by ns1.unixathome.org (8.11.3/8.11.3) with ESMTP id f36JE2b41435; Sat, 7 Apr 2001 07:14:06 +1200 (NZST) (envelope-from dan@langille.org) Message-Id: <200104061914.f36JE2b41435@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: Darren Reed Date: Fri, 6 Apr 2001 15:13:55 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: cvs commit: src/sys/netinet ip_frag.c ip_frag.h ip_nat.c ip_nat.h ip_state.c Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <200104061552.f36FqTf87523@freefall.freebsd.org> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 6 Apr 2001, at 8:52, Darren Reed wrote: > darrenr 2001/04/06 08:52:29 PDT > > Modified files: > sys/netinet ip_frag.c ip_frag.h ip_nat.c ip_nat.h > ip_state.c > Log: > fix security hole created by fragment cache Will this be MFC'd to -stable in time for 4.3-release? -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 12: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 7E5DE37B422; Fri, 6 Apr 2001 12:18:36 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36JIak31053; Fri, 6 Apr 2001 12:18:36 -0700 (PDT) (envelope-from sos) Message-Id: <200104061918.f36JIak31053@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 6 Apr 2001 12:18:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/06 12:18:36 PDT Modified files: sys/dev/ata ata-dma.c Log: Add ATA66 and ATA100 mode support for Acer chipsets. MFC candidate :) Revision Changes Path 1.61 +48 -5 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 12: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 256F737B422; Fri, 6 Apr 2001 12:23:48 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36JNme31622; Fri, 6 Apr 2001 12:23:48 -0700 (PDT) (envelope-from sos) Message-Id: <200104061923.f36JNme31622@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 6 Apr 2001 12:23:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/06 12:23:48 PDT Modified files: (Branch: RELENG_4) sys/dev/ata ata-dma.c Log: MFC: Add ATA66 & ATA100 support for Acer chipsets. Revision Changes Path 1.35.2.10 +48 -5 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 12:31: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C55A37B422; Fri, 6 Apr 2001 12:31:01 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36JV1O32737; Fri, 6 Apr 2001 12:31:01 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104061931.f36JV1O32737@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 6 Apr 2001 12:31:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ntp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/06 12:31:01 PDT Modified files: net/ntp Makefile Log: Bump port revision for previous fixes Submitted by: sf Revision Changes Path 1.18 +2 -2 ports/net/ntp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 12:53:49 2001 Delivered-To: cvs-all@freebsd.org Received: from boco.fee.vutbr.cz (boco.fee.vutbr.cz [147.229.9.11]) by hub.freebsd.org (Postfix) with ESMTP id 0BA6137B43E; Fri, 6 Apr 2001 12:53:46 -0700 (PDT) (envelope-from cejkar@dcse.fee.vutbr.cz) Received: from kazi.dcse.fee.vutbr.cz (kazi.dcse.fee.vutbr.cz [147.229.8.12]) by boco.fee.vutbr.cz (8.11.3/8.11.3) with ESMTP id f36Jrit47733 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Fri, 6 Apr 2001 21:53:45 +0200 (CEST) Received: (from cejkar@localhost) by kazi.dcse.fee.vutbr.cz (8.11.2/8.11.2) id f36JriF93283; Fri, 6 Apr 2001 21:53:44 +0200 (CEST) Date: Fri, 6 Apr 2001 21:53:44 +0200 From: Cejka Rudolf To: Ruslan Ermilov Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <20010406215344.A93219@dcse.fee.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ru@FreeBSD.org on Fri, Apr 06, 2001 at 07:40:26AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote (2001/04/06): > ru 2001/04/06 07:40:26 PDT > > Modified files: > usr.bin/kdump mkioctls > Log: > Execute this script in a "C" locale environment. > > Currently, cs_CZ.ISO_8859-2 locale's collation sequence is > broken, and this caused grep(1) to skip some include files. With respect to this problem, cs_CZ.ISO_8859-2 locale's collation sequence is correct. According to SUSv2, regular expression used with grep is written in unportable way and for languages different from "C" results may be different. -- Rudolf Cejka (cejkar@dcse.fee.vutbr.cz; http://www.fee.vutbr.cz/~cejkar) Brno University of Technology, Faculty of El. Engineering and Comp. Science Bozetechova 2, 612 66 Brno, Czech Republic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 12:59:19 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 4EE8D37B424; Fri, 6 Apr 2001 12:59:12 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id f36Jx6o123238; Fri, 6 Apr 2001 15:59:06 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <42985.986581824@critter> References: <42985.986581824@critter> Date: Fri, 6 Apr 2001 15:59:04 -0400 To: Poul-Henning Kamp , bmah@FreeBSD.org From: Garance A Drosihn Subject: Re: cvs commit: src/contrib/ntp/ntpd ntp_control.c Cc: "Rodney W. Grimes" , jedgar@FreeBSD.org (Chris D. Faulhaber), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 8:30 PM +0200 4/6/01, Poul-Henning Kamp wrote: >I'm sorry my patch wasn't perfect, it was intended as a stopgap >only, and I think it fulfilled that role. As others have pointed >out, the entire file has numerous dubious fragments of code which >should be scrutinized. >I hate even more for such an exploit to be released in public >with no warning, and even more so when it comes at a time where >I have negative time available on my schedule :-( Personally, I thought it was quite impressive to have any patch available on such short notice. Yeah, "perfect" would have been nicer, but "merely adequate and immediately available" was very much appreciated... -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 13:31: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 6411937B424; Fri, 6 Apr 2001 13:31:45 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36KViq45399; Fri, 6 Apr 2001 13:31:44 -0700 (PDT) (envelope-from horikawa) Message-Id: <200104062031.f36KViq45399@freefall.freebsd.org> From: Kazuo Horikawa Date: Fri, 6 Apr 2001 13:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 bdes.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/04/06 13:31:44 PDT Modified files: ja_JP.eucJP/man/man1 bdes.1 Log: User the same translation word as other entries use, for "IMPLEMENTATION NOTE" Revision Changes Path 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/bdes.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 13:39: 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 23FE637B422; Fri, 6 Apr 2001 13:39:03 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36Kd3k46316; Fri, 6 Apr 2001 13:39:03 -0700 (PDT) (envelope-from horikawa) Message-Id: <200104062039.f36Kd3k46316@freefall.freebsd.org> From: Kazuo Horikawa Date: Fri, 6 Apr 2001 13:39:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/04/06 13:39:02 PDT Modified files: ja_JP.eucJP/man/man8 ppp.8 Log: Fix mistranslation in same_ports description. PR: [man-jp 3355] Submitted by:"Masahiro Sekiguchi" Revision Changes Path 1.46 +2 -3 doc/ja_JP.eucJP/man/man8/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 13:39: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 426C637B424; Fri, 6 Apr 2001 13:39:40 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36Kdef46481; Fri, 6 Apr 2001 13:39:40 -0700 (PDT) (envelope-from clive) Message-Id: <200104062039.f36Kdef46481@freefall.freebsd.org> From: Clive Lin Date: Fri, 6 Apr 2001 13:39:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gpa Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/04/06 13:39:40 PDT Modified files: security/gpa Makefile distinfo Log: Upgrade to 0.4.1 Revision Changes Path 1.5 +3 -3 ports/security/gpa/Makefile 1.3 +1 -1 ports/security/gpa/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 13:57: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 6A6A637B422; Fri, 6 Apr 2001 13:57:15 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36KvFR49216; Fri, 6 Apr 2001 13:57:15 -0700 (PDT) (envelope-from ume) Message-Id: <200104062057.f36KvFR49216@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 6 Apr 2001 13:57:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd/files patch-dg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/04/06 13:57:15 PDT Added files: mail/cyrus-imapd/files patch-dg Log: Add missing patch that does chown to cyrus spool directory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 14:36: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D237437B422; Fri, 6 Apr 2001 14:36:03 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36La3R56254; Fri, 6 Apr 2001 14:36:03 -0700 (PDT) (envelope-from clive) Message-Id: <200104062136.f36La3R56254@freefall.freebsd.org> From: Clive Lin Date: Fri, 6 Apr 2001 14:36:03 -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 X-Loop: FreeBSD.ORG clive 2001/04/06 14:36:03 PDT Modified files: irc/bitchx Makefile Log: Tune a knob to make WITH_IPV6 really work. Although in fact it still doesn't work: checking whether to enable IPv6 support... no (ipv6 support can currently be enabled on Linux only) Submitted by: Pekka Savola Revision Changes Path 1.33 +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 Apr 6 14: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 0421F37B424; Fri, 6 Apr 2001 14:37:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36Lbqk56434; Fri, 6 Apr 2001 14:37:52 -0700 (PDT) (envelope-from jhb) Message-Id: <200104062137.f36Lbqk56434@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Apr 2001 14:37:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys lock.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/06 14:37:52 PDT Modified files: sys/kern subr_witness.c sys/sys lock.h Log: - Split out the functionality of displaying the contents of a single lock list into a public witness_list_locks() function. Call this function twice in witness_list() instead of using an evil goto. - Adjust the 'show locks' command to take an optional parameter which specifies the pid of a process to list the locks of. By default the locks held by the current process are displayed. Revision Changes Path 1.62 +53 -22 src/sys/kern/subr_witness.c 1.29 +2 -1 src/sys/sys/lock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 14:41:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1DD237B422; Fri, 6 Apr 2001 14:41:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36LfqY56719; Fri, 6 Apr 2001 14:41:52 -0700 (PDT) (envelope-from jhb) Message-Id: <200104062141.f36LfqY56719@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Apr 2001 14:41:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 db_interface.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/06 14:41:52 PDT Modified files: sys/i386/i386 db_interface.c Log: Add a new ddb command 'show pcpu' which lists some of the per-cpu data. Specifically, the cpuid, curproc, curpcb, npxproc, and idleproc members. Also, if witness is compiled into the kernel, then a list of all the spin locks held by this CPU is displayed. By default the information for the current CPU is displayed, but a decimal cpu id may be specified as a parameter to obtain information on a specific CPU. Revision Changes Path 1.56 +46 -2 src/sys/i386/i386/db_interface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 14: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 BDD5037B423; Fri, 6 Apr 2001 14:48:19 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36LmJu57292; Fri, 6 Apr 2001 14:48:19 -0700 (PDT) (envelope-from alfred) Message-Id: <200104062148.f36LmJu57292@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 6 Apr 2001 14:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/06 14:48:19 PDT Modified files: sys/dev/wi if_wi.c Log: replace hardcoded 1518 with ETHER_MAX_LEN Revision Changes Path 1.48 +2 -2 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 15:11: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 61DAE37B424; Fri, 6 Apr 2001 15:11:46 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36MBkM61262; Fri, 6 Apr 2001 15:11:46 -0700 (PDT) (envelope-from sf) Message-Id: <200104062211.f36MBkM61262@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 6 Apr 2001 15:11:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/uclient Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/04/06 15:11:46 PDT Modified files: games/uclient Makefile Log: remove extra bachslash which broke this port. Revision Changes Path 1.2 +2 -2 ports/games/uclient/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 15: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 B93DD37B43C; Fri, 6 Apr 2001 15:21:57 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36MLvo62155; Fri, 6 Apr 2001 15:21:57 -0700 (PDT) (envelope-from alfred) Message-Id: <200104062221.f36MLvo62155@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 6 Apr 2001 15:21:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/06 15:21:57 PDT Modified files: sys/dev/wi if_wi.c Log: use correct contants (from net/ethernet.h) ETHER_TYPE_LEN instead of sizeof(u_int16_t) when looking at an ethernet header ETHERTYPE_IP instead of 0x800 Revision Changes Path 1.49 +3 -3 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 16:33:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7E7337B43C; Fri, 6 Apr 2001 16:33:42 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36NXgv72515; Fri, 6 Apr 2001 16:33:42 -0700 (PDT) (envelope-from greid) Message-Id: <200104062333.f36NXgv72515@freefall.freebsd.org> From: George C A Reid Date: Fri, 6 Apr 2001 16:33:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ettercap Makefile distinfo pkg-plist ports/net/ettercap/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greid 2001/04/06 16:33:42 PDT Modified files: net/ettercap Makefile distinfo pkg-plist net/ettercap/files patch-aa Log: Update to version 0.3.1 Reviewed by: billf Revision Changes Path 1.2 +5 -3 ports/net/ettercap/Makefile 1.2 +1 -1 ports/net/ettercap/distinfo 1.2 +14 -11 ports/net/ettercap/pkg-plist 1.2 +17 -8 ports/net/ettercap/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 Apr 6 16:35:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9828637B424; Fri, 6 Apr 2001 16:35:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36NZmi72778; Fri, 6 Apr 2001 16:35:48 -0700 (PDT) (envelope-from brian) Message-Id: <200104062335.f36NZmi72778@freefall.freebsd.org> From: Brian Somers Date: Fri, 6 Apr 2001 16:35:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arpwatch pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/06 16:35:48 PDT Modified files: net/arpwatch pkg-descr Log: Remove non-applicable libpcap stuff and extraneous MAINTAINER stuff Revision Changes Path 1.3 +0 -12 ports/net/arpwatch/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 Apr 6 17: 8: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 A65BC37B42C; Fri, 6 Apr 2001 17:08:25 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3708OG79318; Fri, 6 Apr 2001 17:08:24 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070008.f3708OG79318@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:08:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/libgdgeda Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:08:24 PDT Modified files: graphics Makefile Added files: graphics/libgdgeda Makefile distinfo pkg-comment pkg-descr pkg-plist Log: libgdgeda is a modified version of the gd graphic library, with extra changes for use by gschem. Submitted by: bruno.schwander@technologist.com Revision Changes Path 1.295 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 17: 8:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 221A937B620; Fri, 6 Apr 2001 17:08:31 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3708Uo79352; Fri, 6 Apr 2001 17:08:30 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070008.f3708Uo79352@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:08: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 X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:08:30 PDT Modified files: . modules Log: libgdgeda --> ports/graphics/libgdgeda Revision Changes Path 1.2843 +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 Apr 6 17:10: 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 C6A3A37B423; Fri, 6 Apr 2001 17:09:57 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3709vh79906; Fri, 6 Apr 2001 17:09:57 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070009.f3709vh79906@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:09:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/libgeda Makefile distinfo pkg-comment pkg-descr pkg-plist ports/cad/libgeda/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:09:57 PDT Modified files: cad Makefile Added files: cad/libgeda Makefile distinfo pkg-comment pkg-descr pkg-plist cad/libgeda/files patch-aa patch-ab patch-ac Log: libgeda is a a base library common to all the gEDA tools Submitted by: bruno.schwander@technologist.com Revision Changes Path 1.23 +2 -1 ports/cad/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 17:10:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DBDB37B627; Fri, 6 Apr 2001 17:10:02 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370A2m79953; Fri, 6 Apr 2001 17:10:02 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070010.f370A2m79953@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:10:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:10:01 PDT Modified files: . modules Log: libgeda --> ports/cad/libgeda Revision Changes Path 1.2844 +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 Apr 6 17:18: 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 0885A37B423; Fri, 6 Apr 2001 17:17:59 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370Hwl81452; Fri, 6 Apr 2001 17:17:58 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070017.f370Hwl81452@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:17:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/geda-symbols Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:17:58 PDT Modified files: cad Makefile Log: geda-symbols is the basic component of geda package. Submitted byu.schwander@technologist.com Revision Changes Path 1.24 +2 -1 ports/cad/Makefile Added files: cad/geda-symbols Makefile distinfo pkg-comment pkg-descr pkg-plist Log: geda-symbols is the basic component of geda package. Submitted by: bruno.schwander@technologist.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 17: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 7342137B43F; Fri, 6 Apr 2001 17:18:02 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370I2R81485; Fri, 6 Apr 2001 17:18:02 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070018.f370I2R81485@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17: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 X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:18:02 PDT Modified files: . modules Log: geda-symbols --> ports/cad/geda-symbols Revision Changes Path 1.2845 +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 Apr 6 17:19:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 725F537B423; Fri, 6 Apr 2001 17:19:09 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370J9d81931; Fri, 6 Apr 2001 17:19:09 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070019.f370J9d81931@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:19:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/gnetlist Makefile distinfo pkg-comment pkg-descr pkg-plist ports/cad/gnetlist/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:19:09 PDT Modified files: cad Makefile Added files: cad/gnetlist Makefile distinfo pkg-comment pkg-descr pkg-plist cad/gnetlist/files patch-aa Log: gEDA electronic schematic capture tools Submitted by: bruno.schwander@technologist.com Revision Changes Path 1.25 +2 -1 ports/cad/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 17:19:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC4C737B630; Fri, 6 Apr 2001 17:19:13 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370JDl81964; Fri, 6 Apr 2001 17:19:13 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070019.f370JDl81964@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:19: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 X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:19:13 PDT Modified files: . modules Log: gnetlist --> ports/cad/gnetlist Revision Changes Path 1.2846 +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 Apr 6 17: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 275ED37B424; Fri, 6 Apr 2001 17:20:38 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370KcO82505; Fri, 6 Apr 2001 17:20:38 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070020.f370KcO82505@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:20:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/gschem Makefile distinfo pkg-comment pkg-descr pkg-plist ports/cad/gschem/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:20:38 PDT Modified files: cad Makefile Added files: cad/gschem Makefile distinfo pkg-comment pkg-descr pkg-plist cad/gschem/files patch-aa Log: gEDA electronic schematic capture tools Submitted by: bruno.schwander@technologist.com Revision Changes Path 1.26 +2 -1 ports/cad/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 17:20:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A95A37B43C; Fri, 6 Apr 2001 17:20:41 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370Kev82543; Fri, 6 Apr 2001 17:20:40 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070020.f370Kev82543@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:20:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:20:40 PDT Modified files: . modules Log: gschem --> ports/cad/gschem Revision Changes Path 1.2847 +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 Apr 6 17:24: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 7DF7E37B43E; Fri, 6 Apr 2001 17:24:23 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370ON983134; Fri, 6 Apr 2001 17:24:23 -0700 (PDT) (envelope-from vanilla) Message-Id: <200104070024.f370ON983134@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Apr 2001 17:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/geda Makefile pkg-comment pkg-descr pkg-plist distinfo ports/cad/geda/files patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/04/06 17:24:23 PDT Modified files: cad/geda Makefile pkg-comment pkg-descr pkg-plist Removed files: cad/geda distinfo cad/geda/files patch-ab patch-ac patch-ad Log: Upgrade to 20010304. and change MAINTAINER to bruno.schwander@technologist.com Submitted by: bruno.schwander@technologist.com Revision Changes Path 1.22 +13 -14 ports/cad/geda/Makefile 1.2 +1 -1 ports/cad/geda/pkg-comment 1.3 +3 -11 ports/cad/geda/pkg-descr 1.10 +1 -459 ports/cad/geda/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 Apr 6 17: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 7E78C37B618; Fri, 6 Apr 2001 17:34:43 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370Yhg84255; Fri, 6 Apr 2001 17:34:43 -0700 (PDT) (envelope-from will) Message-Id: <200104070034.f370Yhg84255@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 17:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/accessx Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 17:34:43 PDT Modified files: x11 Makefile Added files: x11/accessx Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add accessx 9.50, a Tcl script to customise accessibility features for X. PR: 24496 Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.321 +2 -1 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 17: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 DC7C537B62B; Fri, 6 Apr 2001 17:34:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370YnO84326; Fri, 6 Apr 2001 17:34:49 -0700 (PDT) (envelope-from will) Message-Id: <200104070034.f370YnO84326@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 17:34: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 X-Loop: FreeBSD.ORG will 2001/04/06 17:34:49 PDT Modified files: . modules Log: accessx --> ports/x11/accessx Revision Changes Path 1.2848 +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 Apr 6 17:39: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 717AB37B43E; Fri, 6 Apr 2001 17:39:06 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370d6J84973; Fri, 6 Apr 2001 17:39:06 -0700 (PDT) (envelope-from will) Message-Id: <200104070039.f370d6J84973@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 17:39:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/oftpd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/ftp/oftpd/files patch-af_portability.c patch-configure patch-file_list.c patch-ftp_command.c patch-ftp_listener.c patch-ftp_session.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 17:39:06 PDT Modified files: ftp Makefile Added files: ftp/oftpd Makefile distinfo pkg-comment pkg-descr pkg-plist ftp/oftpd/files patch-af_portability.c patch-configure patch-file_list.c patch-ftp_command.c patch-ftp_listener.c patch-ftp_session.c Log: Add oftpd 0.3.3, a threaded, anonymous only FTP server designed for security. PR: 26243 Submitted by: Anders Nordby Revision Changes Path 1.20 +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 Fri Apr 6 17:39:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 624BA37B59E; Fri, 6 Apr 2001 17:39:14 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370dEc85060; Fri, 6 Apr 2001 17:39:14 -0700 (PDT) (envelope-from will) Message-Id: <200104070039.f370dEc85060@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 17:39:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 17:39:14 PDT Modified files: . modules Log: oftpd --> ports/ftp/oftpd Revision Changes Path 1.2849 +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 Apr 6 17:41:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23F6837B422; Fri, 6 Apr 2001 17:41:52 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370fqv85387; Fri, 6 Apr 2001 17:41:52 -0700 (PDT) (envelope-from ache) Message-Id: <200104070041.f370fqv85387@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 6 Apr 2001 17:41:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/04/06 17:41:51 PDT Modified files: www/apache13 Makefile Log: Apache dist moved to another subdir Bump PORTREVISION for util.c patch PR: 26383 Submitted by: Chang, Hye-Shik Revision Changes Path 1.93 +17 -16 ports/www/apache13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 17:48:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18DE537B42C; Fri, 6 Apr 2001 17:48:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370moZ86274; Fri, 6 Apr 2001 17:48:50 -0700 (PDT) (envelope-from will) Message-Id: <200104070048.f370moZ86274@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 17:48:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/chkrootkit Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 17:48:49 PDT Modified files: security Makefile Added files: security/chkrootkit Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add chkrootkit 0.30, a tool to locally check for signs of a rootkit. PR: 26115 Submitted by: Luiz Eduardo R. Cordeiro Revision Changes Path 1.181 +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 Fri Apr 6 17:49: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2901737B43C; Fri, 6 Apr 2001 17:49:02 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f370n2s86315; Fri, 6 Apr 2001 17:49:02 -0700 (PDT) (envelope-from will) Message-Id: <200104070049.f370n2s86315@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 17:49:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 17:49:02 PDT Modified files: . modules Log: chkrootkit --> ports/security/chkrootkit Revision Changes Path 1.2850 +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 Apr 6 18: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 A0A3437B43F; Fri, 6 Apr 2001 18:33:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371Xox92543; Fri, 6 Apr 2001 18:33:50 -0700 (PDT) (envelope-from will) Message-Id: <200104070133.f371Xox92543@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:33:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/fmio Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 18:33:50 PDT Modified files: audio Makefile Added files: audio/fmio Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add fmio 1.1.4, a FM radio card manipulation utility. PR: 24984 Submitted by: Den Ivanov Revision Changes Path 1.221 +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 Fri Apr 6 18:34: 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 104FC37B63D; Fri, 6 Apr 2001 18:33:59 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371Xxm92593; Fri, 6 Apr 2001 18:33:59 -0700 (PDT) (envelope-from will) Message-Id: <200104070133.f371Xxm92593@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:33: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 X-Loop: FreeBSD.ORG will 2001/04/06 18:33:58 PDT Modified files: . modules Log: fmio --> ports/audio/fmio Revision Changes Path 1.2851 +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 Apr 6 18:39: 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 9F06C37B423; Fri, 6 Apr 2001 18:39:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371d1392990; Fri, 6 Apr 2001 18:39:01 -0700 (PDT) (envelope-from will) Message-Id: <200104070139.f371d1392990@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:39:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/bdfresize Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 18:39:01 PDT Modified files: x11-fonts Makefile Added files: x11-fonts/bdfresize Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add bdfresize 1.5, a tool for resizing BDF format font. PR: 26263 Submitted by: Yoshihiko Sarumaru Revision Changes Path 1.17 +2 -1 ports/x11-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 18:39:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 778A237B63E; Fri, 6 Apr 2001 18:39:09 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371d9g93069; Fri, 6 Apr 2001 18:39:09 -0700 (PDT) (envelope-from will) Message-Id: <200104070139.f371d9g93069@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:39:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 18:39:09 PDT Modified files: . modules Log: bdfresize --> ports/x11-fonts/bdfresize Revision Changes Path 1.2852 +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 Apr 6 18:39:44 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 4325A37B422; Fri, 6 Apr 2001 18:39:30 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 03F9B6ACB7; Sat, 7 Apr 2001 11:09:29 +0930 (CST) Date: Sat, 7 Apr 2001 11:09:28 +0930 From: Greg Lehey To: "Bruce A. Mah" Cc: "Rodney W. Grimes" , "Chris D. Faulhaber" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Immediate MFC? (was: cvs commit: src/contrib/ntp/ntpd ntp_control.c) Message-ID: <20010407110928.F24010@wantadilla.lemis.com> References: <200104061541.IAA22729@gndrsh.dnsmgr.net> <200104061814.f36IETo67718@bmah-freebsd-0.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104061814.f36IETo67718@bmah-freebsd-0.cisco.com>; from bmah@FreeBSD.org on Fri, Apr 06, 2001 at 11:14:29AM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 6 April 2001 at 11:14:29 -0700, Bruce A. Mah wrote: > If memory serves me right, "Rodney W. Grimes" wrote: >> MFC??? phk's broken fixes as immediately mfc'ed, why has this not >> been? Especially the other commit to fix the DOS due to logging >> a bazillion messages when someone hits the snot out of you with >> bad ntp packets... > > Maybe because phk felt more comfortable, under the circumstances, > doing an immediate MFC without prior approval? Please remember that > RELENG_4 is still in code-freeze. As phk said, he took the situation into account and made what he thought was the best decision. He sent a message to -core explaining why. As soon as he could, he told both jkh and myself on IRC. Core, and specifically jkh, agree with his initiative. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 18:42: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 B610A37B424; Fri, 6 Apr 2001 18:42:21 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371gLa93469; Fri, 6 Apr 2001 18:42:21 -0700 (PDT) (envelope-from ache) Message-Id: <200104070142.f371gLa93469@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 6 Apr 2001 18:42:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/hpack.non-usa.only Makefile ports/archivers/hpack.non-usa.only/files patch-ac patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/04/06 18:42:21 PDT Modified files: archivers/hpack.non-usa.only Makefile archivers/hpack.non-usa.only/files patch-ac patch-aj Log: Distfile moved Honor CFLAGS Revision Changes Path 1.16 +2 -2 ports/archivers/hpack.non-usa.only/Makefile 1.2 +12 -3 ports/archivers/hpack.non-usa.only/files/patch-ac 1.2 +13 -4 ports/archivers/hpack.non-usa.only/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 Fri Apr 6 18:47: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 2F51B37B424; Fri, 6 Apr 2001 18:47:10 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371lAF94182; Fri, 6 Apr 2001 18:47:10 -0700 (PDT) (envelope-from will) Message-Id: <200104070147.f371lAF94182@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:47:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/jyuroku Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 18:47:10 PDT Modified files: japanese Makefile Added files: japanese/jyuroku Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add jyuroku 1.32, a japanese address book. PR: 24776 Submitted by: Yoichi NAKAYAMA Revision Changes Path 1.350 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 18: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 682B737B62E; Fri, 6 Apr 2001 18:47:15 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371lFC94222; Fri, 6 Apr 2001 18:47:15 -0700 (PDT) (envelope-from will) Message-Id: <200104070147.f371lFC94222@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:47:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 18:47:15 PDT Modified files: . modules Log: ja-jyuroku --> ports/japanese/jyuroku Revision Changes Path 1.2853 +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 Apr 6 18:49: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A96B37B424; Fri, 6 Apr 2001 18:48:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371mtq94407; Fri, 6 Apr 2001 18:48:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200104070148.f371mtq94407@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 6 Apr 2001 18:48:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/06 18:48:55 PDT Modified files: release Makefile Log: Blow away all the help files on the MFSROOT for the Alpha. Someone did something that really blew up the size of the crunchgen'ed sysinstall+friends. Revision Changes Path 1.605 +4 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 18:51: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 8682E37B422; Fri, 6 Apr 2001 18:51:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371pru94707; Fri, 6 Apr 2001 18:51:53 -0700 (PDT) (envelope-from brian) Message-Id: <200104070151.f371pru94707@freefall.freebsd.org> From: Brian Somers Date: Fri, 6 Apr 2001 18:51:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arpwatch Makefile ports/net/arpwatch/files arpwatch.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/06 18:51:53 PDT Modified files: net/arpwatch Makefile net/arpwatch/files arpwatch.sh Log: GNU_CONFIGURE=yes and teach arpwatch.sh to figure out $PREFIX Suggested and reviewed by: John E. Hein Revision Changes Path 1.19 +2 -1 ports/net/arpwatch/Makefile 1.4 +12 -2 ports/net/arpwatch/files/arpwatch.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 18:53: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 4541C37B424; Fri, 6 Apr 2001 18:53:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371rFL94817; Fri, 6 Apr 2001 18:53:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200104070153.f371rFL94817@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 6 Apr 2001 18:53:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/06 18:53:15 PDT Modified files: release Makefile Log: Strip comments from the MFSROOT's /stand/etc files. Revision Changes Path 1.606 +9 -3 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 18:56: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60C6F37B423; Fri, 6 Apr 2001 18:55:57 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371tvH95171; Fri, 6 Apr 2001 18:55:57 -0700 (PDT) (envelope-from will) Message-Id: <200104070155.f371tvH95171@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:55:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/xpenguins Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 18:55:57 PDT Modified files: games Makefile Added files: games/xpenguins Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add xpenguins 1.2, a program where cute little penguins that walk along the tops of your windows. (heh.) PR: 24607 Submitted by: Michael Lyngbøl Revision Changes Path 1.348 +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 Fri Apr 6 18:56: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 2C46F37B62B; Fri, 6 Apr 2001 18:56:04 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371u4S95230; Fri, 6 Apr 2001 18:56:04 -0700 (PDT) (envelope-from will) Message-Id: <200104070156.f371u4S95230@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:56:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 18:56:04 PDT Modified files: . modules Log: xpenguins --> ports/games/xpenguins Revision Changes Path 1.2854 +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 Apr 6 18:58: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 1974437B422; Fri, 6 Apr 2001 18:58:21 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f371wLr95397; Fri, 6 Apr 2001 18:58:21 -0700 (PDT) (envelope-from will) Message-Id: <200104070158.f371wLr95397@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 18:58:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 18:58:20 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Michael Lyngbøl for the games/xpenguins port. Revision Changes Path 1.404 +5 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 19: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 6DABA37B43C; Fri, 6 Apr 2001 19:13:55 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372DtL99377; Fri, 6 Apr 2001 19:13:55 -0700 (PDT) (envelope-from will) Message-Id: <200104070213.f372DtL99377@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 19:13:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/op Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/security/op/files patch-defs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 19:13:55 PDT Modified files: security Makefile Added files: security/op Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist security/op/files patch-defs.h Log: Add op 1.11, a program to allow others to run commands as root (like sudo but different). Hey, CERIAS @ Purdue wrote this. Cool. PR: 24771 Submitted by: Cyrille Lefevre Revision Changes Path 1.182 +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 Fri Apr 6 19:14: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 020B337B5AF; Fri, 6 Apr 2001 19:14:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372E0199415; Fri, 6 Apr 2001 19:14:00 -0700 (PDT) (envelope-from will) Message-Id: <200104070214.f372E0199415@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 19:14:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 19:14:00 PDT Modified files: . modules Log: op --> ports/security/op Revision Changes Path 1.2855 +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 Apr 6 19:17: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 7D4F937B42C; Fri, 6 Apr 2001 19:17:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372HI999623; Fri, 6 Apr 2001 19:17:18 -0700 (PDT) (envelope-from will) Message-Id: <200104070217.f372HI999623@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 19:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-kde Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 19:17:18 PDT Modified files: x11-toolkits/py-kde Makefile Log: Unbreak. Submitted by: knu Revision Changes Path 1.7 +2 -2 ports/x11-toolkits/py-kde/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 19:27: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 5CAB737B61D; Fri, 6 Apr 2001 19:27:22 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372RM200615; Fri, 6 Apr 2001 19:27:22 -0700 (PDT) (envelope-from will) Message-Id: <200104070227.f372RM200615@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 19:27:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/ksetiwatch Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 19:27:22 PDT Modified files: astro Makefile Added files: astro/ksetiwatch Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ksetiwatch 2.2.0, a monitoring tool for the seti@home client. PR: 24422 Submitted by: Sverre Valgeirsson Revision Changes Path 1.30 +2 -1 ports/astro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 19:27: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 9F70737B61E; Fri, 6 Apr 2001 19:27:27 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372RRH00652; Fri, 6 Apr 2001 19:27:27 -0700 (PDT) (envelope-from will) Message-Id: <200104070227.f372RRH00652@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 19:27:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 19:27:27 PDT Modified files: . modules Log: ksetiwatch --> ports/astro/ksetiwatch Revision Changes Path 1.2856 +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 Apr 6 19:40:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FFEC37B422; Fri, 6 Apr 2001 19:40:11 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372eBM01421; Fri, 6 Apr 2001 19:40:11 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200104070240.f372eBM01421@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 6 Apr 2001 19:40:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/04/06 19:40:10 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent Log: Add missing &a.schweikh; entity. Forgotten by: schweikh Revision Changes Path 1.154 +3 -1 doc/en_US.ISO_8859-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 Fri Apr 6 19:53:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79C5C37B423; Fri, 6 Apr 2001 19:53:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372rZJ02658; Fri, 6 Apr 2001 19:53:35 -0700 (PDT) (envelope-from brian) Message-Id: <200104070253.f372rZJ02658@freefall.freebsd.org> From: Brian Somers Date: Fri, 6 Apr 2001 19:53:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/06 19:53:35 PDT Modified files: bin/ps ps.c Log: The sess column went away last December with v1.26 of keyword.c Remove it from ``jfmt''. Forgotten by: mckusick Revision Changes Path 1.37 +2 -2 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 19:58: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 95C7237B443; Fri, 6 Apr 2001 19:58:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372w5N03288; Fri, 6 Apr 2001 19:58:05 -0700 (PDT) (envelope-from will) Message-Id: <200104070258.f372w5N03288@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 19:58:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/gtk+licq Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/gtk+licq/files patch-po::Makefile.in patch-src::options_dialog.cpp patch-src::plugin_dialog.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 19:58:05 PDT Modified files: net Makefile Added files: net/gtk+licq Makefile distinfo pkg-comment pkg-descr pkg-plist net/gtk+licq/files patch-po::Makefile.in patch-src::options_dialog.cpp patch-src::plugin_dialog.cpp Log: Add gtk+licq 0.50.1, a gtk+ plugin for licq. PR: 22109 Submitted by: Jeremy Norris Revision Changes Path 1.512 +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 Fri Apr 6 19:58:30 2001 Delivered-To: cvs-all@freebsd.org Received: from sj-msg-core-3.cisco.com (sj-msg-core-3.cisco.com [171.70.157.152]) by hub.freebsd.org (Postfix) with ESMTP id 9550537B440; Fri, 6 Apr 2001 19:58:04 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-3.cisco.com (8.9.3/8.9.1) with ESMTP id TAA24420; Fri, 6 Apr 2001 19:56:46 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f372w4D11676; Fri, 6 Apr 2001 19:58:04 -0700 (PDT) (envelope-from bmah) Message-Id: <200104070258.f372w4D11676@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: Greg Lehey Cc: "Bruce A. Mah" , "Rodney W. Grimes" , "Chris D. Faulhaber" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Immediate MFC? (was: cvs commit: src/contrib/ntp/ntpd ntp_control.c) In-Reply-To: <20010407110928.F24010@wantadilla.lemis.com> References: <200104061541.IAA22729@gndrsh.dnsmgr.net> <200104061814.f36IETo67718@bmah-freebsd-0.cisco.com> <20010407110928.F24010@wantadilla.lemis.com> Comments: In-reply-to Greg Lehey message dated "Sat, 07 Apr 2001 11:09:28 +0930." From: bmah@FreeBSD.org (Bruce A. Mah) Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1122176200P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 06 Apr 2001 19:58:04 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_1122176200P Content-Type: text/plain; charset=us-ascii If memory serves me right, Greg Lehey wrote: > On Friday, 6 April 2001 at 11:14:29 -0700, Bruce A. Mah wrote: > > If memory serves me right, "Rodney W. Grimes" wrote: > >> MFC??? phk's broken fixes as immediately mfc'ed, why has this not > >> been? Especially the other commit to fix the DOS due to logging > >> a bazillion messages when someone hits the snot out of you with > >> bad ntp packets... > > > > Maybe because phk felt more comfortable, under the circumstances, > > doing an immediate MFC without prior approval? Please remember that > > RELENG_4 is still in code-freeze. > > As phk said, he took the situation into account and made what he > thought was the best decision. He sent a message to -core explaining > why. As soon as he could, he told both jkh and myself on IRC. Core, > and specifically jkh, agree with his initiative. Greg-- As I said in my original message, my intention was not to criticize anyone (or to imply that anyone did anything wrong). I was just making the point (perhaps poorly) that phk saw the need to make an exception to the code freeze, and based on his judgement, was probably more comfortable in doing the immediate MFC than jedgar, who was waiting for approval. I wanted people to remember that we are still in code-freeze (ergo not to *expect* an immediate MFC from jedgar). Sorry if I was unclear. For what it is worth, I think that both phk and jedgar acted completely appropriately, and I'm thankful to both of them, and everyone else who contributed towards solving this problem. Cheers, Bruce. --==_Exmh_1122176200P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE6zoI82MoxcVugUsMRArrKAKD3mj+tI87HaYmHKjRvSs06Axi1ogCffGie C2lJpZ8MzGxwk9wfCj1q4As= =nIjk -----END PGP SIGNATURE----- --==_Exmh_1122176200P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 19: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 071DB37B423; Fri, 6 Apr 2001 19:58:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f372wB303324; Fri, 6 Apr 2001 19:58:11 -0700 (PDT) (envelope-from will) Message-Id: <200104070258.f372wB303324@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 19:58: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 X-Loop: FreeBSD.ORG will 2001/04/06 19:58:10 PDT Modified files: . modules Log: gtk+licq --> ports/net/gtk+licq Revision Changes Path 1.2857 +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 Apr 6 20: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 09E6337B424; Fri, 6 Apr 2001 20:12:10 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f373C9G07583; Fri, 6 Apr 2001 20:12:09 -0700 (PDT) (envelope-from will) Message-Id: <200104070312.f373C9G07583@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 20:12:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/ipe Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/ipe/files patch-Ipe patch-Ipe.app-defaults patch-Ium patch-Makefile patch-Plageo patch-tex X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 20:12:08 PDT Modified files: graphics Makefile Added files: graphics/ipe Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/ipe/files patch-Ipe patch-Ipe.app-defaults patch-Ium patch-Makefile patch-Plageo patch-tex Log: Add ipe 5.0, an extensible drawing editor. PR: 22393 Submitted by: bremner@unb.ca Revision Changes Path 1.296 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 20:12: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 367FA37B446; Fri, 6 Apr 2001 20:12:23 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f373CN907639; Fri, 6 Apr 2001 20:12:23 -0700 (PDT) (envelope-from will) Message-Id: <200104070312.f373CN907639@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 20:12: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 X-Loop: FreeBSD.ORG will 2001/04/06 20:12:21 PDT Modified files: . modules Log: ipe --> ports/graphics/ipe Revision Changes Path 1.2858 +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 Apr 6 20:20:31 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 0D4FE37B424; Fri, 6 Apr 2001 20:20:24 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 453016ACBC; Sat, 7 Apr 2001 12:50:22 +0930 (CST) Date: Sat, 7 Apr 2001 12:50:22 +0930 From: Greg Lehey To: "Bruce A. Mah" Cc: "Rodney W. Grimes" , "Chris D. Faulhaber" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Immediate MFC? (was: cvs commit: src/contrib/ntp/ntpd ntp_control.c) Message-ID: <20010407125022.B28499@wantadilla.lemis.com> References: <200104061541.IAA22729@gndrsh.dnsmgr.net> <200104061814.f36IETo67718@bmah-freebsd-0.cisco.com> <20010407110928.F24010@wantadilla.lemis.com> <200104070258.f372w4D11676@bmah-freebsd-0.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104070258.f372w4D11676@bmah-freebsd-0.cisco.com>; from bmah@FreeBSD.org on Fri, Apr 06, 2001 at 07:58:04PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 6 April 2001 at 19:58:04 -0700, Bruce A. Mah wrote: > If memory serves me right, Greg Lehey wrote: >> On Friday, 6 April 2001 at 11:14:29 -0700, Bruce A. Mah wrote: >>> If memory serves me right, "Rodney W. Grimes" wrote: >>>> MFC??? phk's broken fixes as immediately mfc'ed, why has this not >>>> been? Especially the other commit to fix the DOS due to logging >>>> a bazillion messages when someone hits the snot out of you with >>>> bad ntp packets... >>> >>> Maybe because phk felt more comfortable, under the circumstances, >>> doing an immediate MFC without prior approval? Please remember that >>> RELENG_4 is still in code-freeze. >> >> As phk said, he took the situation into account and made what he >> thought was the best decision. He sent a message to -core explaining >> why. As soon as he could, he told both jkh and myself on IRC. Core, >> and specifically jkh, agree with his initiative. > > Greg-- > > As I said in my original message, my intention was not to criticize > anyone (or to imply that anyone did anything wrong). Indeed, I didn't see it that way. But given the situation, I thought it was worth making it clear that we don't think phk did anything wrong. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 20:40: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 BAD7137B422; Fri, 6 Apr 2001 20:40:33 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f373eXj09838; Fri, 6 Apr 2001 20:40:33 -0700 (PDT) (envelope-from darrenr) Message-Id: <200104070340.f373eXj09838@freefall.freebsd.org> From: Darren Reed Date: Fri, 6 Apr 2001 20:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_frag.c ip_frag.h ip_nat.c ip_nat.h ip_state.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2001/04/06 20:40:32 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_frag.c ip_frag.h ip_nat.c ip_nat.h ip_state.c Log: fix security hole created by fragment cache Revision Changes Path 1.10.2.4 +26 -5 src/sys/netinet/ip_frag.c 1.7.2.3 +5 -3 src/sys/netinet/ip_frag.h 1.12.2.4 +5 -3 src/sys/netinet/ip_nat.c 1.8.2.4 +2 -1 src/sys/netinet/ip_nat.h 1.13.2.6 +3 -3 src/sys/netinet/ip_state.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 20:40:58 2001 Delivered-To: cvs-all@freebsd.org Received: from CPE-61-9-164-106.vic.bigpond.net.au (CPE-61-9-166-84.vic.bigpond.net.au [61.9.166.84]) by hub.freebsd.org (Postfix) with ESMTP id 78E1437B422; Fri, 6 Apr 2001 20:40:53 -0700 (PDT) (envelope-from darrenr@reed.wattle.id.au) Received: (from root@localhost) by CPE-61-9-164-106.vic.bigpond.net.au (8.11.0/8.11.0) id f373eog01319; Sat, 7 Apr 2001 13:40:50 +1000 (EST) From: Darren Reed Message-Id: <200104070340.NAA10621@avalon.reed.wattle.id.au> Subject: Re: cvs commit: src/sys/netinet ip_frag.c ip_frag.h ip_nat.c ip_nat.h ip_state.c In-Reply-To: <200104061914.f36JE2b41435@ns1.unixathome.org> from Dan Langille at "Apr 6, 1 03:13:55 pm" To: dan@langille.org Date: Sat, 7 Apr 2001 13:40:21 +1000 (EST) Cc: darrenr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL37 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In some email I received from Dan Langille, sie wrote: > On 6 Apr 2001, at 8:52, Darren Reed wrote: > > > darrenr 2001/04/06 08:52:29 PDT > > > > Modified files: > > sys/netinet ip_frag.c ip_frag.h ip_nat.c ip_nat.h > > ip_state.c > > Log: > > fix security hole created by fragment cache > > Will this be MFC'd to -stable in time for 4.3-release? Yes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 21:20: 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 A020437B422; Fri, 6 Apr 2001 21:19:55 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374JtJ15670; Fri, 6 Apr 2001 21:19:55 -0700 (PDT) (envelope-from will) Message-Id: <200104070419.f374JtJ15670@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:19:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/viewkit Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/viewkit/files patch-Makefile.in patch-Vk::VkCombo.h patch-Vk::VkConfig.h.in patch-VkCombo.C patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:19:55 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/viewkit Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/viewkit/files patch-Makefile.in patch-Vk::VkCombo.h patch-Vk::VkConfig.h.in patch-VkCombo.C patch-configure.in Log: Add viewkit 0.00, a ViewKit workalike from Hungry Programmers. PR: 20662 Submitted by: peterho@ned.dem.csiro.au Revision Changes Path 1.133 +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 Fri Apr 6 21:20:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2FB737B43C; Fri, 6 Apr 2001 21:20:02 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374K2r15719; Fri, 6 Apr 2001 21:20:02 -0700 (PDT) (envelope-from will) Message-Id: <200104070420.f374K2r15719@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:20:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:20:02 PDT Modified files: . modules Log: viewkit --> ports/x11-toolkits/viewkit Revision Changes Path 1.2859 +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 Apr 6 21:22:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B96237B42C; Fri, 6 Apr 2001 21:22:51 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374MpI15852; Fri, 6 Apr 2001 21:22:51 -0700 (PDT) (envelope-from will) Message-Id: <200104070422.f374MpI15852@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:22:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/accessx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:22:51 PDT Modified files: x11/accessx Makefile Log: PORTVERSION is 0.950 not 9.50. I think PORTEPOCH is not needed since this change and the original revision are not far apart enough to matter. PR: 26395 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/x11/accessx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 21:25: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 1DD2C37B43E; Fri, 6 Apr 2001 21:25:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374PJn16204; Fri, 6 Apr 2001 21:25:19 -0700 (PDT) (envelope-from will) Message-Id: <200104070425.f374PJn16204@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:25:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_auth_pam Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/mod_auth_pam/files patch-mod_auth_pam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:25:19 PDT Modified files: www Makefile Added files: www/mod_auth_pam Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist www/mod_auth_pam/files patch-mod_auth_pam.c Log: Add mod_auth_pam 1.0a, an apache module which allows users to use PAM modules for user authentication. PR: 26301 Submitted by: Anders Nordby Revision Changes Path 1.335 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 21:25: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 8B8CF37B43C; Fri, 6 Apr 2001 21:25:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374PPI16270; Fri, 6 Apr 2001 21:25:25 -0700 (PDT) (envelope-from will) Message-Id: <200104070425.f374PPI16270@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:25:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:25:25 PDT Modified files: . modules Log: mod_auth_pam --> ports/www/mod_auth_pam Revision Changes Path 1.2860 +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 Apr 6 21: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 998D737B42C; Fri, 6 Apr 2001 21:30:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374UCn16596; Fri, 6 Apr 2001 21:30:12 -0700 (PDT) (envelope-from will) Message-Id: <200104070430.f374UCn16596@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:30:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Tie-Cache Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:30:12 PDT Modified files: devel Makefile Added files: devel/p5-Tie-Cache Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Tie-Cache 0.15, LRU Cache in Memory through a tie interface. PR: 26289 Submitted by: Alex Kapranoff Revision Changes Path 1.495 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 21:30:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 823DA37B50B; Fri, 6 Apr 2001 21:30:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374UIZ16654; Fri, 6 Apr 2001 21:30:18 -0700 (PDT) (envelope-from will) Message-Id: <200104070430.f374UIZ16654@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:30:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:30:18 PDT Modified files: . modules Log: p5-Tie-Cache --> ports/devel/p5-Tie-Cache Revision Changes Path 1.2861 +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 Apr 6 21:33:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE0CA37B505; Fri, 6 Apr 2001 21:33:27 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374XRq17032; Fri, 6 Apr 2001 21:33:27 -0700 (PDT) (envelope-from will) Message-Id: <200104070433.f374XRq17032@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:33:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-Apache-Filter Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/p5-Apache-Filter/files patch-Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:33:26 PDT Modified files: www Makefile Added files: www/p5-Apache-Filter Makefile distinfo pkg-comment pkg-descr pkg-plist www/p5-Apache-Filter/files patch-Makefile.PL Log: Add p5-Apache-Filter 1.016, a perl module to alter the output of previous handlers. PR: 26290 Submitted by: Alex Kapranoff Revision Changes Path 1.336 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 21: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 DFDA937B443; Fri, 6 Apr 2001 21:33:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374XXD17069; Fri, 6 Apr 2001 21:33:33 -0700 (PDT) (envelope-from will) Message-Id: <200104070433.f374XXD17069@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:33:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:33:33 PDT Modified files: . modules Log: p5-Apache-Filter --> ports/www/p5-Apache-Filter Revision Changes Path 1.2862 +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 Apr 6 21:36: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 93FF837B42C; Fri, 6 Apr 2001 21:36:47 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374alb17381; Fri, 6 Apr 2001 21:36:47 -0700 (PDT) (envelope-from will) Message-Id: <200104070436.f374alb17381@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:36:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/deal Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:36:47 PDT Modified files: games Makefile Added files: games/deal Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add deal 2.1, a calculator for card-draw probabilities. PR: 26288 Submitted by: Mark Pulford Revision Changes Path 1.349 +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 Fri Apr 6 21:37: 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 7D0DE37B625; Fri, 6 Apr 2001 21:36:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374asH17462; Fri, 6 Apr 2001 21:36:54 -0700 (PDT) (envelope-from will) Message-Id: <200104070436.f374asH17462@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:36: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 X-Loop: FreeBSD.ORG will 2001/04/06 21:36:54 PDT Modified files: . modules Log: deal --> ports/games/deal Revision Changes Path 1.2863 +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 Apr 6 21:43: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 891DA37B443; Fri, 6 Apr 2001 21:43:40 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374heb18025; Fri, 6 Apr 2001 21:43:40 -0700 (PDT) (envelope-from will) Message-Id: <200104070443.f374heb18025@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:43:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/wmix Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/wmix/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:43:40 PDT Modified files: audio Makefile Added files: audio/wmix Makefile distinfo pkg-comment pkg-descr pkg-plist audio/wmix/files patch-aa patch-ab patch-ac Log: Add wmix 2.2, an audio mixer for the WindowMaker dock with TV-like OSD. PR: 26276 Submitted by: Konstantinos Konstantinidis Revision Changes Path 1.222 +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 Fri Apr 6 21: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 DBDD037B62D; Fri, 6 Apr 2001 21:43:47 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374hlb18069; Fri, 6 Apr 2001 21:43:47 -0700 (PDT) (envelope-from will) Message-Id: <200104070443.f374hlb18069@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:43:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:43:47 PDT Modified files: . modules Log: wmix --> ports/audio/wmix Revision Changes Path 1.2864 +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 Apr 6 21: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 1308C37B424; Fri, 6 Apr 2001 21:56:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374uIq18736; Fri, 6 Apr 2001 21:56:18 -0700 (PDT) (envelope-from will) Message-Id: <200104070456.f374uIq18736@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:56:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/jython Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:56:17 PDT Modified files: lang Makefile Added files: lang/jython Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add jython 2.0, an implementation of Python Interpreter with Pure Java. PR: 26302 Submitted by: Hye-Shik Chang Revision Changes Path 1.221 +2 -1 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 21: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 E847A37B42C; Fri, 6 Apr 2001 21:56:24 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374uOk18798; Fri, 6 Apr 2001 21:56:24 -0700 (PDT) (envelope-from will) Message-Id: <200104070456.f374uOk18798@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:56:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:56:24 PDT Modified files: . modules Log: jython --> ports/lang/jython Revision Changes Path 1.2865 +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 Apr 6 21:59: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 AD30E37B424; Fri, 6 Apr 2001 21:59:20 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374xKs19084; Fri, 6 Apr 2001 21:59:20 -0700 (PDT) (envelope-from will) Message-Id: <200104070459.f374xKs19084@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:59:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/wmsmixer Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/wmsmixer/files patch-Imakefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 21:59:20 PDT Modified files: audio Makefile Added files: audio/wmsmixer Makefile distinfo pkg-comment pkg-descr pkg-plist audio/wmsmixer/files patch-Imakefile Log: Add wmsmixer 0.5, an audio mixer for the WindowMaker dock. PR: 26281 Submitted by: Konstantinos Konstantinidis Revision Changes Path 1.223 +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 Fri Apr 6 21:59: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 4FDE337B63E; Fri, 6 Apr 2001 21:59:28 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f374xSl19151; Fri, 6 Apr 2001 21:59:28 -0700 (PDT) (envelope-from will) Message-Id: <200104070459.f374xSl19151@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 21:59: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 X-Loop: FreeBSD.ORG will 2001/04/06 21:59:28 PDT Modified files: . modules Log: wmsmixer --> ports/audio/wmsmixer Revision Changes Path 1.2866 +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 Apr 6 22: 4:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B2B637B43E; Fri, 6 Apr 2001 22:04:44 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3754iu19634; Fri, 6 Apr 2001 22:04:44 -0700 (PDT) (envelope-from will) Message-Id: <200104070504.f3754iu19634@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:04:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/wmrecord Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/wmrecord/files patch-Makefile patch-wmrecord.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:04:44 PDT Modified files: audio Makefile Added files: audio/wmrecord Makefile distinfo pkg-comment pkg-descr pkg-plist audio/wmrecord/files patch-Makefile patch-wmrecord.c Log: Add wmrecord 1.0.5, a general purpose audio recording utility for the WindowMaker dock. PR: 26282 Submitted by: Konstantinos Konstantinidis Revision Changes Path 1.224 +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 Fri Apr 6 22: 4: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 0AACA37B43C; Fri, 6 Apr 2001 22:04:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3754on19674; Fri, 6 Apr 2001 22:04:50 -0700 (PDT) (envelope-from will) Message-Id: <200104070504.f3754on19674@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:04: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 X-Loop: FreeBSD.ORG will 2001/04/06 22:04:49 PDT Modified files: . modules Log: wmrecord --> ports/audio/wmrecord Revision Changes Path 1.2867 +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 Apr 6 22: 9: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 690C737B424; Fri, 6 Apr 2001 22:09:06 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37596G23266; Fri, 6 Apr 2001 22:09:06 -0700 (PDT) (envelope-from will) Message-Id: <200104070509.f37596G23266@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:09:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/msend Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:09:05 PDT Modified files: net Makefile Added files: net/msend Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add msend 3.0, a client and server for the RFC1312 message protocol. PR: 26287 Submitted by: Mark Pulford Revision Changes Path 1.513 +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 Fri Apr 6 22: 9:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6109937B61D; Fri, 6 Apr 2001 22:09:14 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3759Es23332; Fri, 6 Apr 2001 22:09:14 -0700 (PDT) (envelope-from will) Message-Id: <200104070509.f3759Es23332@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:09:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:09:14 PDT Modified files: . modules Log: msend --> ports/net/msend Revision Changes Path 1.2868 +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 Apr 6 22:14:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6637837B424; Fri, 6 Apr 2001 22:14:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375EBo26405; Fri, 6 Apr 2001 22:14:11 -0700 (PDT) (envelope-from will) Message-Id: <200104070514.f375EBo26405@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:14:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks Makefile ports/x11-clocks/wmfishtime Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:14:11 PDT Modified files: x11-clocks Makefile Added files: x11-clocks/wmfishtime Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add wmfishtime 1.1, a time/date applet for WindowMaker with fishes swimming around. PR: 26245 Submitted by: Anders Nordby Revision Changes Path 1.22 +2 -1 ports/x11-clocks/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 22:14: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 D29FD37B648; Fri, 6 Apr 2001 22:14:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375EII26443; Fri, 6 Apr 2001 22:14:18 -0700 (PDT) (envelope-from will) Message-Id: <200104070514.f375EII26443@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:14:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:14:18 PDT Modified files: . modules Log: wmfishtime --> ports/x11-clocks/wmfishtime Revision Changes Path 1.2869 +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 Apr 6 22:24:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63E7237B422; Fri, 6 Apr 2001 22:24:31 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375OVc28568; Fri, 6 Apr 2001 22:24:31 -0700 (PDT) (envelope-from will) Message-Id: <200104070524.f375OVc28568@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:24:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/greed Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/games/greed/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:24:31 PDT Modified files: games Makefile Added files: games/greed Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist games/greed/files patch-Makefile Log: Add greed 3.3, a text puzzle game with the aim of clearing the game field. PR: 26294 Submitted by: Mark Pulford «mark@kyne.com.au> Revision Changes Path 1.350 +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 Fri Apr 6 22: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 7E14A37B43C; Fri, 6 Apr 2001 22:30:42 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375Ugp28989; Fri, 6 Apr 2001 22:30:42 -0700 (PDT) (envelope-from will) Message-Id: <200104070530.f375Ugp28989@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:30:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/nighthawk Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/games/nighthawk/files patch-configure patch-src-nighthawk.cc patch-src_sound-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:30:42 PDT Modified files: games Makefile Added files: games/nighthawk Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist games/nighthawk/files patch-configure patch-src-nighthawk.cc patch-src_sound-Makefile.in Log: Add nighthawk 2.2, an X11 shoot-'em up which requires some lateral thinking. PR: 26341 Submitted by: Mark Pulford Revision Changes Path 1.351 +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 Fri Apr 6 22:30:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B87237B63D; Fri, 6 Apr 2001 22:30:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375Unt29027; Fri, 6 Apr 2001 22:30:49 -0700 (PDT) (envelope-from will) Message-Id: <200104070530.f375Unt29027@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:30: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 X-Loop: FreeBSD.ORG will 2001/04/06 22:30:49 PDT Modified files: . modules Log: nighthawk --> ports/games/nighthawk Revision Changes Path 1.2870 +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 Apr 6 22: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 2384437B422; Fri, 6 Apr 2001 22:33:58 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375Xw729416; Fri, 6 Apr 2001 22:33:58 -0700 (PDT) (envelope-from will) Message-Id: <200104070533.f375Xw729416@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:33:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/gnomekiss Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:33:58 PDT Modified files: games Makefile Added files: games/gnomekiss Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add gnomekiss 0.7, the GNOME version of Kisekae Set System. PR: 26345 Submitted by: UMENO Takashi Revision Changes Path 1.352 +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 Fri Apr 6 22:34: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 9F54F37B443; Fri, 6 Apr 2001 22:34:04 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375Y4029456; Fri, 6 Apr 2001 22:34:04 -0700 (PDT) (envelope-from will) Message-Id: <200104070534.f375Y4029456@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:34:04 PDT Modified files: . modules Log: gnomekiss --> ports/games/gnomekiss Revision Changes Path 1.2871 +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 Apr 6 22: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 AD14C37B43C; Fri, 6 Apr 2001 22:39:17 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375dH029965; Fri, 6 Apr 2001 22:39:17 -0700 (PDT) (envelope-from will) Message-Id: <200104070539.f375dH029965@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:39:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/etherape Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:39:17 PDT Modified files: net Makefile Added files: net/etherape Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add etherape 0.5.7, a graphical network traffic visualization tool for gnome. PR: 26374 Submitted by: Holger Lamm Revision Changes Path 1.514 +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 Fri Apr 6 22:39: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 02EC237B509; Fri, 6 Apr 2001 22:39:24 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375dNL30008; Fri, 6 Apr 2001 22:39:23 -0700 (PDT) (envelope-from will) Message-Id: <200104070539.f375dNL30008@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:39:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:39:23 PDT Modified files: . modules Log: etherape --> ports/net/etherape Revision Changes Path 1.2872 +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 Apr 6 22:51: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 4E6EC37B423; Fri, 6 Apr 2001 22:51:43 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375phk30889; Fri, 6 Apr 2001 22:51:43 -0700 (PDT) (envelope-from will) Message-Id: <200104070551.f375phk30889@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/xrot Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/games/xrot/files patch-Imakefile patch-record.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:51:43 PDT Modified files: games Makefile Added files: games/xrot Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist games/xrot/files patch-Imakefile patch-record.c Log: Add xrot 1.3.2, a falling ball puzzle game for X. PR: 26377 Submitted by: Mark Pulford Revision Changes Path 1.353 +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 Fri Apr 6 22:51: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 82EFC37B63E; Fri, 6 Apr 2001 22:51:48 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375pm230929; Fri, 6 Apr 2001 22:51:48 -0700 (PDT) (envelope-from will) Message-Id: <200104070551.f375pm230929@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:51:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:51:48 PDT Modified files: . modules Log: xrot --> ports/games/xrot Revision Changes Path 1.2873 +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 Apr 6 22: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 8A3DE37B424; Fri, 6 Apr 2001 22:54:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375soI31307; Fri, 6 Apr 2001 22:54:50 -0700 (PDT) (envelope-from will) Message-Id: <200104070554.f375soI31307@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:54:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/proxy-suite Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/proxy-suite/files patch-includes patch-regex X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:54:50 PDT Modified files: net Makefile Added files: net/proxy-suite Makefile distinfo pkg-comment pkg-descr pkg-plist net/proxy-suite/files patch-includes patch-regex Log: Add proxy-suite 1.7, the SuSE Proxy-Suite, a set of programs to enhance firewall security. PR: 26380 Submitted by: Thomas Quinot Revision Changes Path 1.515 +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 Fri Apr 6 22:55:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD7CD37B725; Fri, 6 Apr 2001 22:55:02 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f375t2431409; Fri, 6 Apr 2001 22:55:02 -0700 (PDT) (envelope-from will) Message-Id: <200104070555.f375t2431409@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 22:55:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 22:55:02 PDT Modified files: . modules Log: proxy-suite --> ports/net/proxy-suite Revision Changes Path 1.2874 +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 Apr 6 23: 3: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 C592137B43F; Fri, 6 Apr 2001 23:03:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3763nd32104; Fri, 6 Apr 2001 23:03:49 -0700 (PDT) (envelope-from will) Message-Id: <200104070603.f3763nd32104@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:03:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/crashme Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:03:49 PDT Modified files: sysutils Makefile Added files: sysutils/crashme Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add crashme 2.4, a tool to test an operating system's robustness. PR: 26268 Submitted by: Mark Pulford Revision Changes Path 1.175 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 23: 4: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 709E637B636; Fri, 6 Apr 2001 23:03:58 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3763ws32143; Fri, 6 Apr 2001 23:03:58 -0700 (PDT) (envelope-from will) Message-Id: <200104070603.f3763ws32143@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:03:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:03:58 PDT Modified files: . modules Log: crashme --> ports/sysutils/crashme Revision Changes Path 1.2875 +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 Apr 6 23: 6: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A05037B618; Fri, 6 Apr 2001 23:05:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3765uG34866; Fri, 6 Apr 2001 23:05:56 -0700 (PDT) (envelope-from will) Message-Id: <200104070605.f3765uG34866@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/cpuburn Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:05:56 PDT Modified files: sysutils Makefile Added files: sysutils/cpuburn Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add cpuburn 1.3, CPU/memory stress testing utilities. PR: 26270 Submitted by: Mark Pulford Revision Changes Path 1.176 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 23: 6:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3B6237B50D; Fri, 6 Apr 2001 23:06:03 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37663l34914; Fri, 6 Apr 2001 23:06:03 -0700 (PDT) (envelope-from will) Message-Id: <200104070606.f37663l34914@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:06:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:06:03 PDT Modified files: . modules Log: cpuburn --> ports/sysutils/cpuburn Revision Changes Path 1.2876 +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 Apr 6 23: 8:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A6B437B43C; Fri, 6 Apr 2001 23:08:34 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3768YX35214; Fri, 6 Apr 2001 23:08:34 -0700 (PDT) (envelope-from will) Message-Id: <200104070608.f3768YX35214@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/isreal Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/isreal/files patch-Makefile patch-getopt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:08:34 PDT Modified files: graphics Makefile Added files: graphics/isreal Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/isreal/files patch-Makefile patch-getopt Log: Add isreal 2.0, an image classification utility. PR: 26266 Submitted by: Mark Pulford Revision Changes Path 1.297 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 23: 8: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 36B6E37B620; Fri, 6 Apr 2001 23:08:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3768fJ35264; Fri, 6 Apr 2001 23:08:41 -0700 (PDT) (envelope-from will) Message-Id: <200104070608.f3768fJ35264@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:08:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:08:41 PDT Modified files: . modules Log: isreal --> ports/graphics/isreal Revision Changes Path 1.2877 +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 Apr 6 23: 9: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 D501437B42C; Fri, 6 Apr 2001 23:09:14 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3769EQ35492; Fri, 6 Apr 2001 23:09:14 -0700 (PDT) (envelope-from will) Message-Id: <200104070609.f3769EQ35492@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:09:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/id3tool Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:09:14 PDT Modified files: audio Makefile Added files: audio/id3tool Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add id3tool 1.1f, a utility for manipulating mp3 ID3 Tags. PR: 26266 Submitted by: Mark Pulford Revision Changes Path 1.225 +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 Fri Apr 6 23: 9: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 88C3D37B635; Fri, 6 Apr 2001 23:09:21 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3769L935532; Fri, 6 Apr 2001 23:09:21 -0700 (PDT) (envelope-from will) Message-Id: <200104070609.f3769L935532@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:09: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 X-Loop: FreeBSD.ORG will 2001/04/06 23:09:21 PDT Modified files: . modules Log: id3tool --> ports/audio/id3tool Revision Changes Path 1.2878 +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 Apr 6 23: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 6BDD537B424; Fri, 6 Apr 2001 23:10:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376AuS35859; Fri, 6 Apr 2001 23:10:56 -0700 (PDT) (envelope-from will) Message-Id: <200104070610.f376AuS35859@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:10:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/funktrackergold Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/funktrackergold/files patch-Makefile patch-headers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:10:56 PDT Modified files: audio Makefile Added files: audio/funktrackergold Makefile distinfo pkg-comment pkg-descr pkg-plist audio/funktrackergold/files patch-Makefile patch-headers Log: Add funktrackergold 1.5.2, a curses MOD/FNK music tracker. PR: 26265 Submitted by: Mark Pulford Revision Changes Path 1.226 +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 Fri Apr 6 23:11: 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 9268137B638; Fri, 6 Apr 2001 23:11:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376B1d35897; Fri, 6 Apr 2001 23:11:01 -0700 (PDT) (envelope-from will) Message-Id: <200104070611.f376B1d35897@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:11:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:11:01 PDT Modified files: . modules Log: funktrackergold --> ports/audio/funktrackergold Revision Changes Path 1.2879 +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 Apr 6 23: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 B55D637B42C; Fri, 6 Apr 2001 23:12:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376CAQ36008; Fri, 6 Apr 2001 23:12:10 -0700 (PDT) (envelope-from obrien) Message-Id: <200104070612.f376CAQ36008@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 6 Apr 2001 23:12:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/06 23:12:10 PDT Modified files: release/scripts dokern.sh Log: Reorder the Alpha cut-out list to match the order in the GENERIC kernel. Revision Changes Path 1.45 +19 -18 src/release/scripts/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 23:16: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 7F4BC37B422; Fri, 6 Apr 2001 23:16:10 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376GAT36383; Fri, 6 Apr 2001 23:16:10 -0700 (PDT) (envelope-from will) Message-Id: <200104070616.f376GAT36383@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:16:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/wmnetmon Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/wmnetmon/files patch-Makefile.in patch-configure patch-configure.in patch-leds.c patch-list.c patch-pinger.c patch-pinger.h patch-tcpmonitor.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:16:10 PDT Modified files: net Makefile Added files: net/wmnetmon Makefile distinfo pkg-comment pkg-descr pkg-plist net/wmnetmon/files patch-Makefile.in patch-configure patch-configure.in patch-leds.c patch-list.c patch-pinger.c patch-pinger.h patch-tcpmonitor.c Log: Add wmnetmon 0.2p5, a host availability monitor intended for the WindowMaker dock. PR: 26273 Submitted by: Konstantinos Konstantinidis Revision Changes Path 1.516 +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 Fri Apr 6 23:16: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 7B2DD37B496; Fri, 6 Apr 2001 23:16:17 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376GH636421; Fri, 6 Apr 2001 23:16:17 -0700 (PDT) (envelope-from will) Message-Id: <200104070616.f376GH636421@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:16: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 X-Loop: FreeBSD.ORG will 2001/04/06 23:16:17 PDT Modified files: . modules Log: wmnetmon --> ports/net/wmnetmon Revision Changes Path 1.2880 +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 Apr 6 23:24:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E42F337B42C; Fri, 6 Apr 2001 23:24:38 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376Ocb37285; Fri, 6 Apr 2001 23:24:38 -0700 (PDT) (envelope-from will) Message-Id: <200104070624.f376Ocb37285@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:24:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-LJ-SpellCheck Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:24:38 PDT Modified files: textproc Makefile Added files: textproc/p5-LJ-SpellCheck Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-LJ-SpellCheck 1.0, HTML highlighting misspellings using ispell compatible program. PR: 26084 Submitted by: Michael Johnson Revision Changes Path 1.193 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 23:24: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 5816A37B62D; Fri, 6 Apr 2001 23:24:47 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376Olc37340; Fri, 6 Apr 2001 23:24:47 -0700 (PDT) (envelope-from will) Message-Id: <200104070624.f376Olc37340@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:24:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:24:47 PDT Modified files: . modules Log: p5-LJ-SpellCheck --> ports/textproc/p5-LJ-SpellCheck Revision Changes Path 1.2881 +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 Apr 6 23:29: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 429FA37B50C; Fri, 6 Apr 2001 23:29:20 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376TKS37762; Fri, 6 Apr 2001 23:29:20 -0700 (PDT) (envelope-from will) Message-Id: <200104070629.f376TKS37762@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:29:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/smb2www Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/smb2www/files patch-Install.pl patch-smb2www.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:29:20 PDT Modified files: www Makefile Added files: www/smb2www Makefile distinfo pkg-comment pkg-descr pkg-plist www/smb2www/files patch-Install.pl patch-smb2www.pm Log: Add smb2www 0.0.980804, a Windows Network client that is accessible through a web browser. PR: 26076 Submitted by: Roman Shterenzon Revision Changes Path 1.337 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 23:29: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 D5A7937B625; Fri, 6 Apr 2001 23:29:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376TQb37813; Fri, 6 Apr 2001 23:29:26 -0700 (PDT) (envelope-from will) Message-Id: <200104070629.f376TQb37813@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:29:26 PDT Modified files: . modules Log: smb2www --> ports/www/smb2www Revision Changes Path 1.2882 +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 Apr 6 23:38: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 E2F0337B42C; Fri, 6 Apr 2001 23:38:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376cnM38574; Fri, 6 Apr 2001 23:38:49 -0700 (PDT) (envelope-from will) Message-Id: <200104070638.f376cnM38574@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:38:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/SETIsupport Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/astro/SETIsupport/files SETISupport.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:38:49 PDT Modified files: astro Makefile Added files: astro/SETIsupport Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist astro/SETIsupport/files SETISupport.sh Log: Add SETIsupport 0.74, a JAVA application that shows current state of seti@home client. PR: 21953 Submitted by: HIYAMA Takeshi Revision Changes Path 1.31 +2 -1 ports/astro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Apr 6 23:39: 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 8593237B624; Fri, 6 Apr 2001 23:38:55 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376ctI38611; Fri, 6 Apr 2001 23:38:55 -0700 (PDT) (envelope-from will) Message-Id: <200104070638.f376ctI38611@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:38:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:38:55 PDT Modified files: . modules Log: SETIsupport --> ports/astro/SETIsupport Revision Changes Path 1.2883 +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 Apr 6 23:43: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 DA71537B43E; Fri, 6 Apr 2001 23:43:49 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376hn439124; Fri, 6 Apr 2001 23:43:49 -0700 (PDT) (envelope-from lioux) Message-Id: <200104070643.f376hn439124@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 6 Apr 2001 23:43:49 -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 X-Loop: FreeBSD.ORG lioux 2001/04/06 23:43:49 PDT Modified files: devel/understand_c Makefile distinfo Log: Update to 1.4 Build 108 Revision Changes Path 1.7 +3 -3 ports/devel/understand_c/Makefile 1.6 +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 Fri Apr 6 23: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 7E20E37B619; Fri, 6 Apr 2001 23:46:38 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376kc739394; Fri, 6 Apr 2001 23:46:38 -0700 (PDT) (envelope-from will) Message-Id: <200104070646.f376kc739394@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:46:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/qbrew Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:46:38 PDT Modified files: misc Makefile Added files: misc/qbrew Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add qbrew 0.1.6, a homebrewer's recipe calculator. PR: 21533 Submitted by: David Johnson Revision Changes Path 1.338 +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 Fri Apr 6 23:46: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 D287137B507; Fri, 6 Apr 2001 23:46:43 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f376khj39432; Fri, 6 Apr 2001 23:46:43 -0700 (PDT) (envelope-from will) Message-Id: <200104070646.f376khj39432@freefall.freebsd.org> From: Will Andrews Date: Fri, 6 Apr 2001 23:46:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/06 23:46:43 PDT Modified files: . modules Log: qbrew --> ports/misc/qbrew Revision Changes Path 1.2884 +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 Apr 7 0:11: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 C672137B618; Sat, 7 Apr 2001 00:11:21 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377BLe44140; Sat, 7 Apr 2001 00:11:21 -0700 (PDT) (envelope-from will) Message-Id: <200104070711.f377BLe44140@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:11:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/urlendec Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:11:21 PDT Modified files: net Makefile Added files: net/urlendec Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add urlendec 1.0, URL encoder and decoder. PR: 22303 Submitted by: G. Adam Stanislav Revision Changes Path 1.517 +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 Apr 7 0:11: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 5439737B62B; Sat, 7 Apr 2001 00:11:27 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377BR544182; Sat, 7 Apr 2001 00:11:27 -0700 (PDT) (envelope-from will) Message-Id: <200104070711.f377BR544182@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:11:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:11:27 PDT Modified files: . modules Log: urlendec --> ports/net/urlendec Revision Changes Path 1.2885 +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 Apr 7 0:33: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 D718437B43C; Sat, 7 Apr 2001 00:33:46 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377XkF46312; Sat, 7 Apr 2001 00:33:46 -0700 (PDT) (envelope-from will) Message-Id: <200104070733.f377XkF46312@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:33:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/bfbtester Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/bfbtester/files patch-src::bfbt::exec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:33:46 PDT Modified files: security Makefile Added files: security/bfbtester Makefile distinfo pkg-comment pkg-descr pkg-plist security/bfbtester/files patch-src::bfbt::exec.c Log: Add bfbtester 2.0, a security tool for testing binaries for overflows. PR: 24774 Submitted by: Mike Heffner Revision Changes Path 1.183 +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 Apr 7 0:34: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB95B37B424; Sat, 7 Apr 2001 00:34:00 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377Y0B46392; Sat, 7 Apr 2001 00:34:00 -0700 (PDT) (envelope-from will) Message-Id: <200104070734.f377Y0B46392@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:34:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:34:00 PDT Modified files: . modules Log: bfbtester --> ports/security/bfbtester Revision Changes Path 1.2886 +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 Apr 7 0:42:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 777D037B43C; Sat, 7 Apr 2001 00:42:47 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377glp47165; Sat, 7 Apr 2001 00:42:47 -0700 (PDT) (envelope-from will) Message-Id: <200104070742.f377glp47165@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:42:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/ripmime Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:42:47 PDT Modified files: mail Makefile Added files: mail/ripmime Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add ripmime 1.0.0pr3, a program that extracts attached files out of a MIME encoded email package. PR: 25848 Submitted by: Justin Stanford Revision Changes Path 1.213 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 0:43: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C5CB37B616; Sat, 7 Apr 2001 00:42:55 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377gtp47233; Sat, 7 Apr 2001 00:42:55 -0700 (PDT) (envelope-from will) Message-Id: <200104070742.f377gtp47233@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:42:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:42:55 PDT Modified files: . modules Log: ripmime --> ports/mail/ripmime Revision Changes Path 1.2887 +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 Apr 7 0: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 C288F37B443; Sat, 7 Apr 2001 00:52:32 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377qWW48120; Sat, 7 Apr 2001 00:52:32 -0700 (PDT) (envelope-from will) Message-Id: <200104070752.f377qWW48120@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:52:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/fvwm-themes Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-wm/fvwm-themes/files patch-configure patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:52:32 PDT Modified files: x11-wm Makefile Added files: x11-wm/fvwm-themes Makefile distinfo pkg-comment pkg-descr pkg-plist x11-wm/fvwm-themes/files patch-configure patch-configure.in Log: Add fvwm-themes 0.4.1, themes for the Fvwm2 window manager. PR: 24805 Submitted by: Oyvind Albrigtsen Revision Changes Path 1.60 +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 Sat Apr 7 0: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 5D60237B627; Sat, 7 Apr 2001 00:52:39 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377qdi48174; Sat, 7 Apr 2001 00:52:39 -0700 (PDT) (envelope-from will) Message-Id: <200104070752.f377qdi48174@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:52:39 PDT Modified files: . modules Log: fvwm-themes --> ports/x11-wm/fvwm-themes Revision Changes Path 1.2888 +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 Apr 7 0:57: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 8C3A537B42C; Sat, 7 Apr 2001 00:57:20 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377vK948541; Sat, 7 Apr 2001 00:57:20 -0700 (PDT) (envelope-from will) Message-Id: <200104070757.f377vK948541@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:57:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ocamlweb Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:57:20 PDT Modified files: devel Makefile Added files: devel/ocamlweb Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ocamlweb 0.9, a literate programming tool for Objective Caml. PR: 24858 Submitted by: Patrick Doane Revision Changes Path 1.496 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 0:57: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 CE0ED37B626; Sat, 7 Apr 2001 00:57:27 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f377vRd48578; Sat, 7 Apr 2001 00:57:27 -0700 (PDT) (envelope-from will) Message-Id: <200104070757.f377vRd48578@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 00:57:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 00:57:27 PDT Modified files: . modules Log: ocamlweb --> ports/devel/ocamlweb Revision Changes Path 1.2889 +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 Apr 7 0:59: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 CC42737B423; Sat, 7 Apr 2001 00:59:31 -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 RAA18938; Sat, 7 Apr 2001 17:59:30 +1000 Date: Sat, 7 Apr 2001 17:57:36 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps ps.c In-Reply-To: <200104070253.f372rZJ02658@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 6 Apr 2001, Brian Somers wrote: > brian 2001/04/06 19:53:35 PDT > > Modified files: > bin/ps ps.c > Log: > The sess column went away last December with v1.26 of keyword.c > Remove it from ``jfmt''. > > Forgotten by: mckusick This stomps on PR 26057, which contains more complete fixes. It's not clear whether the bug is the non-removal of the sess column and the sess keyword or the removal of the e_sess pointer. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 1: 1:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EA5337B42C; Sat, 7 Apr 2001 01:01:40 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3781eh48996; Sat, 7 Apr 2001 01:01:40 -0700 (PDT) (envelope-from will) Message-Id: <200104070801.f3781eh48996@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 01:01:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-libxml Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 01:01:40 PDT Modified files: textproc Makefile Added files: textproc/p5-libxml Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-libxml 0.07, a collection of Perl5 modules for working with XML. PR: 25769 Submitted by: Johann Visagie Revision Changes Path 1.194 +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 Apr 7 1: 1:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8214A37B59E; Sat, 7 Apr 2001 01:01:46 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3781k649033; Sat, 7 Apr 2001 01:01:46 -0700 (PDT) (envelope-from will) Message-Id: <200104070801.f3781k649033@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 01:01: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 X-Loop: FreeBSD.ORG will 2001/04/07 01:01:46 PDT Modified files: . modules Log: p5-libxml --> ports/textproc/p5-libxml Revision Changes Path 1.2890 +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 Apr 7 1: 4:20 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 C1F0337B422; Sat, 7 Apr 2001 01:04:15 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id E21673E09; Sat, 7 Apr 2001 01:04:12 -0700 (PDT) To: Bruce Evans Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps ps.c In-Reply-To: ; from bde@zeta.org.au on "Sat, 7 Apr 2001 17:57:36 +1000 (EST)" Date: Sat, 07 Apr 2001 01:04:12 -0700 From: Dima Dorfman Message-Id: <20010407080412.E21673E09@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bruce Evans writes: > On Fri, 6 Apr 2001, Brian Somers wrote: > > Log: > > The sess column went away last December with v1.26 of keyword.c > > Remove it from ``jfmt''. > > > > Forgotten by: mckusick > > This stomps on PR 26057, which contains more complete fixes. It's > not clear whether the bug is the non-removal of the sess column and > the sess keyword or the removal of the e_sess pointer. This particular commit doesn't really hurt anything. We just need to decide whether there should be an e_sess (or ki_sess, now) pointer or not. PR 26057, which you mention, contains a patch to add it back. Although mckusick did explicitly say he was removing it in his kproc_info commit, he didn't provide rationale. So, the question is: do we want a `sess' column? Regards, Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 1:15:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7B4637B423; Sat, 7 Apr 2001 01:15:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f378FoM52534; Sat, 7 Apr 2001 01:15:50 -0700 (PDT) (envelope-from will) Message-Id: <200104070815.f378FoM52534@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 01:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/qhacc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 01:15:50 PDT Modified files: misc/qhacc Makefile distinfo Log: Update to 0.8. Revision Changes Path 1.19 +2 -2 ports/misc/qhacc/Makefile 1.13 +1 -1 ports/misc/qhacc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 1:19:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD9637B43C; Sat, 7 Apr 2001 01:19:20 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f378JKr52989; Sat, 7 Apr 2001 01:19:20 -0700 (PDT) (envelope-from billf) Message-Id: <200104070819.f378JKr52989@freefall.freebsd.org> From: Bill Fumerola Date: Sat, 7 Apr 2001 01:19:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 an.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/04/07 01:19:20 PDT Modified files: share/man/man4 an.4 Log: Typo ("no not" -> "do not") Submitted by: Dave McKay Revision Changes Path 1.9 +2 -2 src/share/man/man4/an.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 1:25:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24D0C37B422; Sat, 7 Apr 2001 01:25:10 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f378PAp53508; Sat, 7 Apr 2001 01:25:10 -0700 (PDT) (envelope-from will) Message-Id: <200104070825.f378PAp53508@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 01:25:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/agbrowser Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 01:25:10 PDT Modified files: audio Makefile Added files: audio/agbrowser Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add agbrowser 0.9, a simple browser for Audiogalaxy under KDE2. Revision Changes Path 1.227 +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 Sat Apr 7 1:25: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 A4B6D37B424; Sat, 7 Apr 2001 01:25:16 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f378PGu53549; Sat, 7 Apr 2001 01:25:16 -0700 (PDT) (envelope-from will) Message-Id: <200104070825.f378PGu53549@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 01:25:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 01:25:16 PDT Modified files: . modules Log: agbrowser --> ports/audio/agbrowser Revision Changes Path 1.2891 +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 Apr 7 1:46:51 2001 Delivered-To: cvs-all@freebsd.org Received: from norn.ca.eu.org (h24-64-231-25.cg.shawcable.net [24.64.231.25]) by hub.freebsd.org (Postfix) with ESMTP id 7E51237B42C; Sat, 7 Apr 2001 01:46:47 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id ABD34206; Sat, 7 Apr 2001 02:46:45 -0600 (MDT) Date: Sat, 7 Apr 2001 02:46:45 -0600 From: Chris Piazza To: Will Andrews Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/games Makefile ports/games/greed Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/games/greed/files patch-Makefile Message-ID: <20010407024645.B1449@norn.ca.eu.org> References: <200104070524.f375OVc28568@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Mutt/1.2.5i-jp2 In-Reply-To: <200104070524.f375OVc28568@freefall.freebsd.org>; from will@FreeBSD.ORG on Fri, Apr 06, 2001 at 10:24:31PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 06, 2001 at 10:24:31PM -0700, Will Andrews wrote: > > will 2001/04/06 22:24:31 PDT > > Modified files: > games Makefile > Added files: > games/greed Makefile distinfo pkg-comment pkg-descr > pkg-install pkg-plist > games/greed/files patch-Makefile > Log: > Add greed 3.3, a text puzzle game with the aim of clearing the game > field. JFYI, there's already a package with the name greed - ftp/greed. You'll have to find a new package name... -Chris -- Chris Piazza (yawn...) Calgary, AB, Canada cpiazza@jaxon.net -or- cpiazza@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 Apr 7 1:48:58 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 14AE837B424; Sat, 7 Apr 2001 01:48:54 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 186DF1BD71; Sat, 7 Apr 2001 03:48:07 -0500 (EST) Date: Sat, 7 Apr 2001 03:48:06 -0500 From: Will Andrews To: Chris Piazza Cc: Will Andrews , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/games Makefile ports/games/greed Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/games/greed/files patch-Makefile Message-ID: <20010407034806.V1396@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Chris Piazza , Will Andrews , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200104070524.f375OVc28568@freefall.freebsd.org> <20010407024645.B1449@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2NSZC26AJDpFITwK" Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010407024645.B1449@norn.ca.eu.org>; from cpiazza@jaxon.net on Sat, Apr 07, 2001 at 02:46:45AM -0600 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --2NSZC26AJDpFITwK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 07, 2001 at 02:46:45AM -0600, Chris Piazza wrote: > JFYI, there's already a package with the name greed - ftp/greed. You'll > have to find a new package name... Good call. I'll commit a fix. --=20 wca --2NSZC26AJDpFITwK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6ztRGF47idPgWcsURAqM+AJwNgVWkaST51X4nzBFqA33dy75TpwCeNr9k IpMXklbBdydtTdKdi/hdgis= =LTl1 -----END PGP SIGNATURE----- --2NSZC26AJDpFITwK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 1:52: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 7D07337B43E; Sat, 7 Apr 2001 01:52:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f378qBF55673; Sat, 7 Apr 2001 01:52:11 -0700 (PDT) (envelope-from will) Message-Id: <200104070852.f378qBF55673@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 01:52:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/greed Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 01:52:11 PDT Modified files: games/greed Makefile Log: Set PKGNAME to games-greed using PKGNAMESUFFIX. Submitted by: cpiazza Revision Changes Path 1.2 +1 -0 ports/games/greed/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 1: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 6C6A237B422; Sat, 7 Apr 2001 01:53:58 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f378rwq55872; Sat, 7 Apr 2001 01:53:58 -0700 (PDT) (envelope-from will) Message-Id: <200104070853.f378rwq55872@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 01:53:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 01:53:58 PDT Modified files: . modules Log: Add greed_game module for ports/games/greed. Revision Changes Path 1.2892 +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 Apr 7 2:21:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 444CE37B43C; Sat, 7 Apr 2001 02:21:31 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f379LVX60099; Sat, 7 Apr 2001 02:21:31 -0700 (PDT) (envelope-from wosch) Message-Id: <200104070921.f379LVX60099@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 7 Apr 2001 02:21:30 -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 X-Loop: FreeBSD.ORG wosch 2001/04/07 02:21:30 PDT Modified files: en/news newsflash.sgml Log: Add immediately a short note about Wind River to Acquire BSDi Software Assets. Submitted by: eric PS: Feel free to replace this information with more and better text. Revision Changes Path 1.256 +7 -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 Sat Apr 7 3:47: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 A16F937B43C; Sat, 7 Apr 2001 03:47:35 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37AlZv69738; Sat, 7 Apr 2001 03:47:35 -0700 (PDT) (envelope-from knu) Message-Id: <200104071047.f37AlZv69738@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 7 Apr 2001 03:47:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/security Makefile ports/converters/ruby-sha1 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/ruby-sha1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/07 03:47:35 PDT Modified files: converters Makefile security Makefile security/ruby-sha1 Makefile Removed files: converters/ruby-sha1 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Move ruby-sha1 from converters to security. PR: ports/26239 Submitted by: Steve Coltrin Revision Changes Path 1.58 +1 -2 ports/converters/Makefile 1.184 +2 -1 ports/security/Makefile 1.3 +2 -2 ports/security/ruby-sha1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 3:48:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBE9D37B43C; Sat, 7 Apr 2001 03:48:50 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37AmoW69857; Sat, 7 Apr 2001 03:48:50 -0700 (PDT) (envelope-from knu) Message-Id: <200104071048.f37AmoW69857@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 7 Apr 2001 03:48:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/07 03:48:50 PDT Modified files: . modules Log: Change ruby-sha1 to point to ports/security/ruby-sha1. Revision Changes Path 1.2893 +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 Apr 7 3:54:49 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 7413E37B422; Sat, 7 Apr 2001 03:54:39 -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 f37Asah60880; Sat, 7 Apr 2001 13:54:36 +0300 (EEST) (envelope-from ru) Date: Sat, 7 Apr 2001 13:54:36 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20010407135436.A60681@sunbay.com> Mail-Followup-To: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104070148.f371mtq94407@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: <200104070148.f371mtq94407@freefall.freebsd.org>; from obrien@FreeBSD.org on Fri, Apr 06, 2001 at 06:48:55PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Apr 06, 2001 at 06:48:55PM -0700, David E. O'Brien wrote: > obrien 2001/04/06 18:48:55 PDT > > Modified files: > release Makefile > Log: > Blow away all the help files on the MFSROOT for the Alpha. > Someone did something that really blew up the size of the crunchgen'ed > sysinstall+friends. > > Revision Changes Path > 1.605 +4 -1 src/release/Makefile > Don't the supposed floppy size on Alpha always was 2.88M? -- 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 Sat Apr 7 4: 2: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 3448C37B424; Sat, 7 Apr 2001 04:01:54 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f37B28U24998; Sat, 7 Apr 2001 12:02:08 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f37B1ul55453; Sat, 7 Apr 2001 12:01:56 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200104071101.f37B1ul55453@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Dima Dorfman , mckusick@FreeBSD.org Cc: Bruce Evans , Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps ps.c In-Reply-To: Message from Dima Dorfman of "Sat, 07 Apr 2001 01:04:12 PDT." <20010407080412.E21673E09@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 07 Apr 2001 12:01:56 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Bruce Evans writes: > > On Fri, 6 Apr 2001, Brian Somers wrote: > > > Log: > > > The sess column went away last December with v1.26 of keyword.c > > > Remove it from ``jfmt''. > > > > > > Forgotten by: mckusick > > > > This stomps on PR 26057, which contains more complete fixes. It's > > not clear whether the bug is the non-removal of the sess column and > > the sess keyword or the removal of the e_sess pointer. > > This particular commit doesn't really hurt anything. We just need to > decide whether there should be an e_sess (or ki_sess, now) pointer or > not. PR 26057, which you mention, contains a patch to add it back. > Although mckusick did explicitly say he was removing it in his > kproc_info commit, he didn't provide rationale. > > So, the question is: do we want a `sess' column? Personally I preferred it *with* the sess column (my change just removed an irritating error message - I use ``ps j'' all the time and have eventually gotten sick of seeing it). Kirk, do you have any objections to restoring sess ? > Regards, > > Dima Dorfman > dima@unixfreak.org Cheers. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 4: 9:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF29B37B424; Sat, 7 Apr 2001 04:09:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37B9Tj79421; Sat, 7 Apr 2001 04:09:29 -0700 (PDT) (envelope-from ru) Message-Id: <200104071109.f37B9Tj79421@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 7 Apr 2001 04:09:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/07 04:09:29 PDT Modified files: (Branch: RELENG_4) usr.bin/kdump mkioctls Log: MFC: (rev 1.21) Execute this script in a "C" locale environment. Approved by: jkh Revision Changes Path 1.15.2.3 +3 -1 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 4:13: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 92F9837B424; Sat, 7 Apr 2001 04:13:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37BDlt79738; Sat, 7 Apr 2001 04:13:47 -0700 (PDT) (envelope-from ru) Message-Id: <200104071113.f37BDlt79738@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 7 Apr 2001 04:13:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.README bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/07 04:13:47 PDT Modified files: share/mk bsd.README bsd.prog.mk Log: Introduce SCRIPTS for bsd.prog.mk. See bsd.README for details. Idea stolen from NetBSD. Reviewed by: bde Revision Changes Path 1.19 +6 -1 src/share/mk/bsd.README 1.94 +30 -3 src/share/mk/bsd.prog.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 4: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 C3D7237B42C; Sat, 7 Apr 2001 04:16:42 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37BGgQ79954; Sat, 7 Apr 2001 04:16:42 -0700 (PDT) (envelope-from brian) Message-Id: <200104071116.f37BGgQ79954@freefall.freebsd.org> From: Brian Somers Date: Sat, 7 Apr 2001 04:16:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/07 04:16:42 PDT Modified files: bin/ps ps.1 Log: Update documentation in line with what the code does PR: 25435 Submitted by: dd Forgotten by: mckusick Revision Changes Path 1.31 +2 -10 src/bin/ps/ps.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 4:21:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96CE337B424; Sat, 7 Apr 2001 04:21:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37BLa881667; Sat, 7 Apr 2001 04:21:36 -0700 (PDT) (envelope-from ru) Message-Id: <200104071121.f37BLa881667@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 7 Apr 2001 04:21:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/caesar Makefile src/games/wargames Makefile src/gnu/libexec/uucp/uusched Makefile src/gnu/libexec/uucp/uuto Makefile src/gnu/usr.bin/cvs/contrib Makefile src/gnu/usr.bin/cvs/cvsbug Makefile src/gnu/usr.bin/groff/afmtodit ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/07 04:21:36 PDT Modified files: games/caesar Makefile games/wargames Makefile gnu/libexec/uucp/uusched Makefile gnu/libexec/uucp/uuto Makefile gnu/usr.bin/cvs/contrib Makefile gnu/usr.bin/cvs/cvsbug Makefile gnu/usr.bin/groff/afmtodit Makefile gnu/usr.bin/groff/eqn Makefile gnu/usr.bin/groff/grog Makefile gnu/usr.bin/groff/nroff Makefile gnu/usr.bin/gzip Makefile gnu/usr.bin/man/apropos Makefile gnu/usr.bin/man/catman Makefile gnu/usr.bin/man/makewhatis Makefile gnu/usr.bin/send-pr Makefile kerberosIV/usr.bin/ksrvtgt Makefile libexec/save-entropy Makefile sbin/dhclient Makefile sbin/nologin Makefile usr.bin/c89 Makefile usr.bin/locate/locate Makefile usr.bin/lorder Makefile usr.bin/mkdep Makefile usr.bin/pagesize Makefile usr.bin/shar Makefile usr.bin/sockstat Makefile usr.bin/tput Makefile usr.bin/vgrind Makefile usr.bin/whereis Makefile usr.bin/yacc Makefile usr.sbin/adduser Makefile usr.sbin/kbdmap Makefile usr.sbin/lpr/lp Makefile usr.sbin/manctl Makefile usr.sbin/mergemaster Makefile usr.sbin/named.reload Makefile usr.sbin/named.restart Makefile usr.sbin/periodic Makefile usr.sbin/pim6sd Makefile usr.sbin/pkg_install/update Makefile usr.sbin/pkg_install/version Makefile usr.sbin/setkey Makefile usr.sbin/spkrtest Makefile Removed files: gnu/usr.bin/man Makefile.shprog Log: beforeinstall -> SCRIPTS. Revision Changes Path 1.7 +2 -5 src/games/caesar/Makefile 1.11 +2 -5 src/games/wargames/Makefile 1.14 +6 -11 src/gnu/libexec/uucp/uusched/Makefile 1.12 +6 -11 src/gnu/libexec/uucp/uuto/Makefile 1.15 +2 -7 src/gnu/usr.bin/cvs/contrib/Makefile 1.13 +3 -8 src/gnu/usr.bin/cvs/cvsbug/Makefile 1.3 +2 -6 src/gnu/usr.bin/groff/afmtodit/Makefile 1.16 +5 -10 src/gnu/usr.bin/groff/eqn/Makefile 1.5 +6 -11 src/gnu/usr.bin/groff/grog/Makefile 1.10 +2 -7 src/gnu/usr.bin/groff/nroff/Makefile 1.23 +10 -20 src/gnu/usr.bin/gzip/Makefile 1.16 +17 -5 src/gnu/usr.bin/man/apropos/Makefile 1.13 +4 -8 src/gnu/usr.bin/man/catman/Makefile 1.18 +4 -10 src/gnu/usr.bin/man/makewhatis/Makefile 1.15 +2 -7 src/gnu/usr.bin/send-pr/Makefile 1.4 +2 -7 src/kerberosIV/usr.bin/ksrvtgt/Makefile 1.2 +2 -7 src/libexec/save-entropy/Makefile 1.12 +4 -6 src/sbin/dhclient/Makefile 1.8 +2 -7 src/sbin/nologin/Makefile 1.3 +2 -5 src/usr.bin/c89/Makefile 1.13 +5 -7 src/usr.bin/locate/locate/Makefile 1.8 +2 -5 src/usr.bin/lorder/Makefile 1.9 +4 -6 src/usr.bin/mkdep/Makefile 1.7 +2 -5 src/usr.bin/pagesize/Makefile 1.7 +2 -5 src/usr.bin/shar/Makefile 1.4 +2 -5 src/usr.bin/sockstat/Makefile 1.4 +2 -4 src/usr.bin/tput/Makefile 1.9 +5 -4 src/usr.bin/vgrind/Makefile 1.4 +2 -5 src/usr.bin/whereis/Makefile 1.10 +4 -7 src/usr.bin/yacc/Makefile 1.16 +3 -9 src/usr.sbin/adduser/Makefile 1.11 +4 -13 src/usr.sbin/kbdmap/Makefile 1.7 +3 -5 src/usr.sbin/lpr/lp/Makefile 1.12 +2 -6 src/usr.sbin/manctl/Makefile 1.6 +2 -5 src/usr.sbin/mergemaster/Makefile 1.8 +6 -10 src/usr.sbin/named.reload/Makefile 1.8 +5 -9 src/usr.sbin/named.restart/Makefile 1.4 +2 -7 src/usr.sbin/periodic/Makefile 1.7 +2 -5 src/usr.sbin/pim6sd/Makefile 1.3 +2 -5 src/usr.sbin/pkg_install/update/Makefile 1.9 +2 -5 src/usr.sbin/pkg_install/version/Makefile 1.8 +4 -10 src/usr.sbin/setkey/Makefile 1.10 +2 -5 src/usr.sbin/spkrtest/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 4: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 7282137B423; Sat, 7 Apr 2001 04:22:26 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37BMQL81722; Sat, 7 Apr 2001 04:22:26 -0700 (PDT) (envelope-from brian) Message-Id: <200104071122.f37BMQL81722@freefall.freebsd.org> From: Brian Somers Date: Sat, 7 Apr 2001 04:22:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/07 04:22:26 PDT Modified files: bin/ps ps.1 Log: Remove tsess for now. This (and sess) may come back shortly. Revision Changes Path 1.32 +1 -3 src/bin/ps/ps.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 4:46:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 765F237B422; Sat, 7 Apr 2001 04:46:52 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Bkq083346; Sat, 7 Apr 2001 04:46:52 -0700 (PDT) (envelope-from green) Message-Id: <200104071146.f37Bkq083346@freefall.freebsd.org> From: Brian Feldman Date: Sat, 7 Apr 2001 04:46:52 -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 X-Loop: FreeBSD.ORG green 2001/04/07 04:46:52 PDT Modified files: (Branch: RELENG_4) etc pam.conf Log: MFC: add "csshd" Approved by: jkh Revision Changes Path 1.6.2.5 +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 Sat Apr 7 5:15:35 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 D066537B424; Sat, 7 Apr 2001 05:15:29 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA30035; Sat, 7 Apr 2001 22:15:24 +1000 Date: Sat, 7 Apr 2001 22:13:25 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Dima Dorfman Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps ps.c In-Reply-To: <20010407080412.E21673E09@bazooka.unixfreak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 7 Apr 2001, Dima Dorfman wrote: > Bruce Evans writes: > > This stomps on PR 26057, which contains more complete fixes. It's > > not clear whether the bug is the non-removal of the sess column and > > the sess keyword or the removal of the e_sess pointer. > > This particular commit doesn't really hurt anything. We just need to > decide whether there should be an e_sess (or ki_sess, now) pointer or > not. PR 26057, which you mention, contains a patch to add it back. > Although mckusick did explicitly say he was removing it in his > kproc_info commit, he didn't provide rationale. > > So, the question is: do we want a `sess' column? Maybe not by default, but I think we want it. Linux ps (at least according to a RedHat ps.1 dated 1996/12/19) has a "session ID" (with short keyword "o" and long keyword "session"). It doesn't seem to anything corresponding to "tsess". I think BSD ps was just abusing the session pointers as unique IDs. The terminal session pointer is also printed by pstat(8). It works there because it is read out of a tty struct. Larger pointers makes abusing pointers for IDs more of a hack than before. pstat(8) simply converts them to u_longs and prints them using %8lx format (%p format is no good since it is uncontrollable). On alphas, the values take more like 16 characters than 8 to print and the formatting is messed up. ps(1) is more careful. It prints only the trailing v->width characters. The width was 6 for sess and tsess. Now it only prints 2 pointers (the ones for "nwchan" and "paddr"). It uses width 6 for these too. This makes the values shown by ps for pointers almost useless for locating the pointers in kmem and not even necessarily unique as IDs either -- even on i386's kernel addresses are no longer unique in the last 6 nybbles. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 5: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 0F9E937B424; Sat, 7 Apr 2001 05:17:22 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37CHLa89146; Sat, 7 Apr 2001 05:17:22 -0700 (PDT) (envelope-from knu) Message-Id: <200104071217.f37CHLa89146@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 7 Apr 2001 05:17:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-strscan Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/07 05:17:21 PDT Modified files: devel/ruby-strscan Makefile distinfo Log: Update to 0.6.3. Revision Changes Path 1.18 +3 -3 ports/devel/ruby-strscan/Makefile 1.9 +1 -1 ports/devel/ruby-strscan/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 5:20: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 D9BD237B423; Sat, 7 Apr 2001 05:20:30 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37CKU589608; Sat, 7 Apr 2001 05:20:30 -0700 (PDT) (envelope-from knu) Message-Id: <200104071220.f37CKU589608@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 7 Apr 2001 05:20:30 -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 X-Loop: FreeBSD.ORG knu 2001/04/07 05:20:30 PDT Modified files: devel/ruby-racc Makefile distinfo Log: Update to 1.3.9. Revision Changes Path 1.24 +5 -3 ports/devel/ruby-racc/Makefile 1.16 +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 Apr 7 6:25: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCA0637B424; Sat, 7 Apr 2001 06:24:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37DOxi03130; Sat, 7 Apr 2001 06:24:59 -0700 (PDT) (envelope-from phk) Message-Id: <200104071324.f37DOxi03130@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 7 Apr 2001 06:24:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck preen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/04/07 06:24:59 PDT Modified files: sbin/fsck preen.c Log: Don't make fsck go quite _that_ fast: In Preen mode we only checked one partition per disk device. Revision Changes Path 1.23 +4 -2 src/sbin/fsck/preen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 6:46: 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 2137837B423; Sat, 7 Apr 2001 06:46:03 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Dk3Z37744; Sat, 7 Apr 2001 06:46:03 -0700 (PDT) (envelope-from greid) Message-Id: <200104071346.f37Dk3Z37744@freefall.freebsd.org> From: George C A Reid Date: Sat, 7 Apr 2001 06:46:02 -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 X-Loop: FreeBSD.ORG greid 2001/04/07 06:46:02 PDT Modified files: en/news newsflash.sgml Log: Correct a typo in the Wind River announcement Reviewed by: cg Revision Changes Path 1.257 +2 -2 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 Sat Apr 7 7:13: 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 7F4D237B42C; Sat, 7 Apr 2001 07:12:55 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: (from orion@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37ECtA06414; Sat, 7 Apr 2001 07:12:55 -0700 (PDT) (envelope-from orion) Message-Id: <200104071412.f37ECtA06414@freefall.freebsd.org> From: Orion Hodson Date: Sat, 7 Apr 2001 07:12:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cmi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG orion 2001/04/07 07:12:55 PDT Modified files: sys/dev/sound/pci cmi.c Log: Quieten when re-triggering. Revision Changes Path 1.7 +5 -1 src/sys/dev/sound/pci/cmi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 7:16:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D43BC37B43C; Sat, 7 Apr 2001 07:16:33 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: (from orion@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37EGX307097; Sat, 7 Apr 2001 07:16:33 -0700 (PDT) (envelope-from orion) Message-Id: <200104071416.f37EGX307097@freefall.freebsd.org> From: Orion Hodson Date: Sat, 7 Apr 2001 07:16:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cmi.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG orion 2001/04/07 07:16:33 PDT Modified files: (Branch: RELENG_4) sys/dev/sound/pci cmi.c Log: MFC sample rate fixes for release. Approved by: jkh Revision Changes Path 1.1.2.2 +303 -233 src/sys/dev/sound/pci/cmi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 7: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 6F0A337B422; Sat, 7 Apr 2001 07:25:29 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37EPT408421; Sat, 7 Apr 2001 07:25:29 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200104071425.f37EPT408421@freefall.freebsd.org> From: Daniel Harris Date: Sat, 7 Apr 2001 07:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2001/04/07 07:25:29 PDT Modified files: net/isc-dhcp3 Makefile distinfo Log: Update to 3.0.b2.24. PR: 26390 Submitted by: maintainer Revision Changes Path 1.57 +2 -2 ports/net/isc-dhcp3/Makefile 1.25 +1 -1 ports/net/isc-dhcp3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 8:16: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id C684437B424; Sat, 7 Apr 2001 08:15:55 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f37FFs147486; Sat, 7 Apr 2001 08:15:54 -0700 (PDT) (envelope-from obrien) Date: Sat, 7 Apr 2001 08:15:54 -0700 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20010407081554.B47459@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200104070148.f371mtq94407@freefall.freebsd.org> <20010407135436.A60681@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: <20010407135436.A60681@sunbay.com>; from ru@FreeBSD.org on Sat, Apr 07, 2001 at 01:54:36PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 01:54:36PM +0300, Ruslan Ermilov wrote: > > Log: > > Blow away all the help files on the MFSROOT for the Alpha. > > Someone did something that really blew up the size of the crunchgen'ed > > sysinstall+friends. > > Don't the supposed floppy size on Alpha always was 2.88M? Exactly same as i386 -- both 2.88M and a set of 1.44M. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 8:26: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 C659837B424; Sat, 7 Apr 2001 08:26:31 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37FQV734607; Sat, 7 Apr 2001 08:26:31 -0700 (PDT) (envelope-from des) Message-Id: <200104071526.f37FQV734607@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 7 Apr 2001 08:26:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/04/07 08:26:31 PDT Modified files: lib/libfetch ftp.c Log: If the server's reply to the SIZE command is unparseable, reset us->size to -1 so the caller will know it's invalid. This is an MFC candidate. Revision Changes Path 1.62 +2 -1 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 9:36: 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 1884D37B43C; Sat, 7 Apr 2001 09:36:01 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Ga1E59289; Sat, 7 Apr 2001 09:36:01 -0700 (PDT) (envelope-from mharo) Message-Id: <200104071636.f37Ga1E59289@freefall.freebsd.org> From: Michael Haro Date: Sat, 7 Apr 2001 09:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/ratpoison Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/07 09:36:00 PDT Modified files: x11-wm/ratpoison Makefile distinfo pkg-descr pkg-plist Log: update x11-wm/ratpoison to 0.1.1 PR: 26403 Submitted by: maintainer Revision Changes Path 1.2 +4 -12 ports/x11-wm/ratpoison/Makefile 1.2 +1 -1 ports/x11-wm/ratpoison/distinfo 1.2 +1 -1 ports/x11-wm/ratpoison/pkg-descr 1.2 +5 -0 ports/x11-wm/ratpoison/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 Apr 7 9: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 AF69B37B422; Sat, 7 Apr 2001 09:41:37 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37GfbG61585; Sat, 7 Apr 2001 09:41:37 -0700 (PDT) (envelope-from mharo) Message-Id: <200104071641.f37GfbG61585@freefall.freebsd.org> From: Michael Haro Date: Sat, 7 Apr 2001 09:41:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-netscape47-communicator Makefile ports/www/netscape4-communicator distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/04/07 09:41:37 PDT Modified files: www/linux-netscape47-communicator Makefile www/netscape4-communicator distinfo Log: linux-netscape 4.7 is updated to 4.77, due to a security bug where a malicous user can read your history file. PR: 26392 Submitted by: maintainer Revision Changes Path 1.25 +2 -1 ports/www/linux-netscape47-communicator/Makefile 1.46 +2 -2 ports/www/netscape4-communicator/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 9:48: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 6074D37B423; Sat, 7 Apr 2001 09:48:52 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37GmqI64074; Sat, 7 Apr 2001 09:48:52 -0700 (PDT) (envelope-from peter) Message-Id: <200104071648.f37GmqI64074@freefall.freebsd.org> From: Peter Wemm Date: Sat, 7 Apr 2001 09:48:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/emu10k1 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/04/07 09:48:51 PDT Modified files: (Branch: RELENG_4) sys/modules/sound/driver/ad1816 Makefile sys/modules/sound/driver/emu10k1 Makefile Log: Add missing KMODDEPS=snd_pcm for two drivers in RELENG_4 PR: kern/26394 Approved by: jkh Revision Changes Path 1.1.2.2 +2 -1 src/sys/modules/sound/driver/ad1816/Makefile 1.1.2.2 +2 -1 src/sys/modules/sound/driver/emu10k1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 9:55:41 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id CD78637B42C; Sat, 7 Apr 2001 09:55:34 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@dhcp152.geekhouse.net [192.168.1.152]) by moby.geekhouse.net (8.11.3/8.11.3) with ESMTP id f37GvEj01332; Sat, 7 Apr 2001 09:57:15 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010407135436.A60681@sunbay.com> Date: Sat, 07 Apr 2001 09:54:56 -0700 (PDT) From: John Baldwin To: Ruslan Ermilov Subject: Re: cvs commit: src/release Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "David E. O'Brien" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Apr-01 Ruslan Ermilov wrote: > On Fri, Apr 06, 2001 at 06:48:55PM -0700, David E. O'Brien wrote: >> obrien 2001/04/06 18:48:55 PDT >> >> Modified files: >> release Makefile >> Log: >> Blow away all the help files on the MFSROOT for the Alpha. >> Someone did something that really blew up the size of the crunchgen'ed >> sysinstall+friends. >> >> Revision Changes Path >> 1.605 +4 -1 src/release/Makefile >> > Don't the supposed floppy size on Alpha always was 2.88M? > uname -a FreeBSD baz.osd.bsdi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #152: Thu Apr 5 11:33:18 PDT 2001 root@baz.osd.bsdi.com:/usr/src/sys/compile/BAZ alpha > dmesg | grep ^fd fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: interrupting at ISA irq 6 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ^^^^ I don't know about you, but even if I did have a 2.88 drive in my alpha, I would be hard pressed to find 2.88 disks to feed it. Is this why you bumped up the fixit_crunch.conf file recently on the alpha? If so, I'd ask that you back it back down to something that fits on a 1.44 floppy. -- 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 Sat Apr 7 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 5B1EF37B422; Sat, 7 Apr 2001 10:05:23 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37H5NC72624; Sat, 7 Apr 2001 10:05:23 -0700 (PDT) (envelope-from des) Message-Id: <200104071705.f37H5NC72624@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 7 Apr 2001 10:05:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-tomcat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/04/07 10:05:23 PDT Modified files: www/jakarta-tomcat Makefile Log: It ain't me. Revision Changes Path 1.3 +2 -2 ports/www/jakarta-tomcat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 10:11:49 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 8D20C37B422; Sat, 7 Apr 2001 10:11:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f37HBhi04393; Sat, 7 Apr 2001 10:11:43 -0700 (PDT) (envelope-from obrien) Date: Sat, 7 Apr 2001 10:11:43 -0700 From: "David O'Brien" To: John Baldwin Cc: Ruslan Ermilov , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20010407101142.A1348@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010407135436.A60681@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Sat, Apr 07, 2001 at 09:54:56AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 09:54:56AM -0700, John Baldwin wrote: > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > > I don't know about you, but even if I did have a 2.88 drive in my > alpha, Older Alpha' actually do have 2.88MB floppies. AS2100, 3000 series, etc. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 10: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 56A9937B422; Sat, 7 Apr 2001 10:15:23 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37HFNq76793; Sat, 7 Apr 2001 10:15:23 -0700 (PDT) (envelope-from ben) Message-Id: <200104071715.f37HFNq76793@freefall.freebsd.org> From: Ben Smithurst Date: Sat, 7 Apr 2001 10:15:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/wordplay pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/04/07 10:15:23 PDT Modified files: games/wordplay pkg-descr Log: Point WWW: line at a site that actually exists. Revision Changes Path 1.4 +1 -1 ports/games/wordplay/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 Apr 7 10:30: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 2021B37B422; Sat, 7 Apr 2001 10:30:53 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37HUrs83382; Sat, 7 Apr 2001 10:30:53 -0700 (PDT) (envelope-from des) Message-Id: <200104071730.f37HUrs83382@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 7 Apr 2001 10:30:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/04/07 10:30:52 PDT Modified files: (Branch: RELENG_4) lib/libfetch ftp.c Log: MFC: set us->size to -1 when server's response is unparseable. Approved by: jkh Revision Changes Path 1.16.2.21 +2 -1 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 10:44:40 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 2D9F837B42C; Sat, 7 Apr 2001 10:44:34 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@dhcp152.geekhouse.net [192.168.1.152]) by moby.geekhouse.net (8.11.3/8.11.3) with ESMTP id f37HkEj01514; Sat, 7 Apr 2001 10:46:14 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010407101142.A1348@dragon.nuxi.com> Date: Sat, 07 Apr 2001 10:43:57 -0700 (PDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/release Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Apr-01 David O'Brien wrote: > On Sat, Apr 07, 2001 at 09:54:56AM -0700, John Baldwin wrote: >> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> >> I don't know about you, but even if I did have a 2.88 drive in my >> alpha, > > Older Alpha' actually do have 2.88MB floppies. AS2100, 3000 series, etc. Yes, we had a 2.88 external drive on the Decstation's at school, but not all alpha's do, so the fixit floppies, etc. should still be 1.44 mb floppies. -- 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 Sat Apr 7 10:48: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 ACA0F37B423; Sat, 7 Apr 2001 10:48:24 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37HmO288257; Sat, 7 Apr 2001 10:48:24 -0700 (PDT) (envelope-from ben) Message-Id: <200104071748.f37HmO288257@freefall.freebsd.org> From: Ben Smithurst Date: Sat, 7 Apr 2001 10:48:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/fhttpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/04/07 10:48:24 PDT Modified files: www/fhttpd Makefile Log: Fix fennerism. Revision Changes Path 1.8 +3 -2 ports/www/fhttpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 10:49: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 54CFF37B422; Sat, 7 Apr 2001 10:49:34 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37HnYv88705; Sat, 7 Apr 2001 10:49:34 -0700 (PDT) (envelope-from ben) Message-Id: <200104071749.f37HnYv88705@freefall.freebsd.org> From: Ben Smithurst Date: Sat, 7 Apr 2001 10:49:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/fhttpd pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/04/07 10:49:33 PDT Modified files: www/fhttpd pkg-descr Log: Update WWW: Revision Changes Path 1.2 +1 -1 ports/www/fhttpd/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 Apr 7 11: 4: 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 5B35A37B424; Sat, 7 Apr 2001 11:03:58 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37I3w693502; Sat, 7 Apr 2001 11:03:58 -0700 (PDT) (envelope-from ben) Message-Id: <200104071803.f37I3w693502@freefall.freebsd.org> From: Ben Smithurst Date: Sat, 7 Apr 2001 11:03:57 -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 X-Loop: FreeBSD.ORG ben 2001/04/07 11:03:57 PDT Modified files: devel/gnustep Makefile Log: Fix fennerism. Revision Changes Path 1.17 +3 -3 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 Sat Apr 7 11:20: 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 10A1E37B424; Sat, 7 Apr 2001 11:20:00 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37IK0s01719; Sat, 7 Apr 2001 11:20:00 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104071820.f37IK0s01719@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 7 Apr 2001 11:19:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/rfc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/07 11:19:59 PDT Modified files: misc/rfc Makefile distinfo Log: Update port to 3.2, now with versioned distfiles Revision Changes Path 1.12 +3 -4 ports/misc/rfc/Makefile 1.9 +1 -1 ports/misc/rfc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 11:22: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 62E5837B423; Sat, 7 Apr 2001 11:22:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37IMXM02930; Sat, 7 Apr 2001 11:22:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200104071822.f37IMXM02930@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 7 Apr 2001 11:22:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/07 11:22:33 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Back out rev 1.57. It wasn't clear to me what was being said in rev 1.56. Hopefully the header "Commit log" will bet tweaked to not give the impression the example is supose to be a complete log message and thus the text is an example of a good commit message. Revision Changes Path 1.59 +3 -3 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 11:31: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 CBA7E37B42C; Sat, 7 Apr 2001 11:31:13 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37IVD606134; Sat, 7 Apr 2001 11:31:13 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104071831.f37IVD606134@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 7 Apr 2001 11:31:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/tcserver Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/tcserver/files patch-ab patch-ac tcserver-freebsd_x86.sh.diff X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/07 11:31:13 PDT Modified files: net Makefile Removed files: net/tcserver Makefile distinfo pkg-comment pkg-descr pkg-plist net/tcserver/files patch-ab patch-ac tcserver-freebsd_x86.sh.diff Log: Remove tcserver. The company was bought out recently and no longer distributes this package. Revision Changes Path 1.518 +1 -2 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 Apr 7 11: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 81FC837B424; Sat, 7 Apr 2001 11:31:32 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37IVWC06295; Sat, 7 Apr 2001 11:31:32 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104071831.f37IVWC06295@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 7 Apr 2001 11:31:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/07 11:31:32 PDT Modified files: . LEGAL Log: Remove tcserver Revision Changes Path 1.208 +1 -3 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 11:31: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 91BF237B42C; Sat, 7 Apr 2001 11:31:50 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37IVnu06435; Sat, 7 Apr 2001 11:31:49 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104071831.f37IVnu06435@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 7 Apr 2001 11:31:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/07 11:31:49 PDT Modified files: . modules Log: Remove tcserver Revision Changes Path 1.2894 +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 Apr 7 11:38: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 8E91037B43C; Sat, 7 Apr 2001 11:38:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Ic9m08197; Sat, 7 Apr 2001 11:38:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200104071838.f37Ic9m08197@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 7 Apr 2001 11:38:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nmap/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/04/07 11:38:08 PDT Modified files: security/nmap/files patch-aa Log: While the previous patch worked, this is a fresh one generated from this version's sources. Revision Changes Path 1.11 +10 -9 ports/security/nmap/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 Apr 7 12:27: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 C2A4D37B423; Sat, 7 Apr 2001 12:27:12 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37JRCP28434; Sat, 7 Apr 2001 12:27:12 -0700 (PDT) (envelope-from clive) Message-Id: <200104071927.f37JRCP28434@freefall.freebsd.org> From: Clive Lin Date: Sat, 7 Apr 2001 12:27:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/imlib2 pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/04/07 12:27:12 PDT Modified files: graphics/imlib2 pkg-descr Log: Remove WWW. Rasterman removed its page. PR: 26407 Submitted by: MAINTAINER Revision Changes Path 1.3 +0 -2 ports/graphics/imlib2/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 Apr 7 12:37:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E2AC37B422; Sat, 7 Apr 2001 12:37:31 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37JbVL31896; Sat, 7 Apr 2001 12:37:31 -0700 (PDT) (envelope-from will) Message-Id: <200104071937.f37JbVL31896@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 12:37:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/cuecat Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 12:37:31 PDT Modified files: misc Makefile Added files: misc/cuecat Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add cuecat 1.0, tools for decoding and using the output of a :Cue:Cat(TM) wand scanner. PR: 22104 Submitted by: mwm@mired.org Revision Changes Path 1.339 +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 Apr 7 12:37: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 5B70137B59E; Sat, 7 Apr 2001 12:37:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37JbbH31997; Sat, 7 Apr 2001 12:37:37 -0700 (PDT) (envelope-from will) Message-Id: <200104071937.f37JbbH31997@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 12:37: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 X-Loop: FreeBSD.ORG will 2001/04/07 12:37:37 PDT Modified files: . modules Log: cuecat --> ports/misc/cuecat Revision Changes Path 1.2895 +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 Apr 7 12: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 6515F37B43C; Sat, 7 Apr 2001 12:38:07 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Jc7Z32225; Sat, 7 Apr 2001 12:38:07 -0700 (PDT) (envelope-from knu) Message-Id: <200104071938.f37Jc7Z32225@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 7 Apr 2001 12:38:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ptl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/ptl/files patch-Makefile patch-Util::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/07 12:38:07 PDT Modified files: devel Makefile Added files: devel/ptl Makefile distinfo pkg-comment pkg-descr pkg-plist devel/ptl/files patch-Makefile patch-Util::Makefile.in Log: Add ptl. PTL (Portable Thread Library) is an implementation of user level multi-thread library based on POSIX 1003.1c API. Revision Changes Path 1.497 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 12:38:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F31D37B622; Sat, 7 Apr 2001 12:38:14 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37JcEr32317; Sat, 7 Apr 2001 12:38:14 -0700 (PDT) (envelope-from knu) Message-Id: <200104071938.f37JcEr32317@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 7 Apr 2001 12:38:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/04/07 12:38:14 PDT Modified files: . modules Log: ptl --> ports/devel/ptl Revision Changes Path 1.2896 +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 Apr 7 12:51:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25D3F37B423; Sat, 7 Apr 2001 12:51:13 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37JpD136472; Sat, 7 Apr 2001 12:51:13 -0700 (PDT) (envelope-from des) Message-Id: <200104071951.f37JpD136472@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 7 Apr 2001 12:51:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h pseudofs_vncache.c pseudofs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/04/07 12:51:13 PDT Added files: sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h pseudofs_vncache.c pseudofs_vnops.c Log: Let pseudofs into the warmth of the FreeBSD CVS repo. It's not finished yet (I still have to find a way to implement process- dependent nodes without consuming too much memory, and the permission system needs tightening up), but it's becoming hard to work on without a repo (I've accidentally almost nuked it once already), and it works (except for the lack of process-dependent nodes, that is). I was supposed to commit this a week ago, but timed out waiting for jkh to reply to some questions I had. Pass him a spoonful of bad karma :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 13:12:41 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 0B56C37B424; Sat, 7 Apr 2001 13:12:36 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f37KCXC81196; Sat, 7 Apr 2001 22:12:33 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h pseudofs_vncache.c pseudofs_vnops.c In-Reply-To: Your message of "Sat, 07 Apr 2001 12:51:13 PDT." <200104071951.f37JpD136472@freefall.freebsd.org> Date: Sat, 07 Apr 2001 22:12:33 +0200 Message-ID: <81194.986674353@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What does it do ? In message <200104071951.f37JpD136472@freefall.freebsd.org>, Dag-Erling Smorgra v writes: >des 2001/04/07 12:51:13 PDT > > Added files: > sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c > pseudofs_internal.h pseudofs_vncache.c > pseudofs_vnops.c > Log: > Let pseudofs into the warmth of the FreeBSD CVS repo. > > It's not finished yet (I still have to find a way to implement process- > dependent nodes without consuming too much memory, and the permission > system needs tightening up), but it's becoming hard to work on without > a repo (I've accidentally almost nuked it once already), and it works > (except for the lack of process-dependent nodes, that is). > > I was supposed to commit this a week ago, but timed out waiting for jkh > to reply to some questions I had. Pass him a spoonful of bad karma :) > > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 13:16:51 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id D5F2737B423; Sat, 7 Apr 2001 13:16:46 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A5AC94F0180; Sat, 07 Apr 2001 13:16:44 -0700 Message-ID: <3ACF75AD.C4DD23AE@urx.com> Date: Sat, 07 Apr 2001 13:16:45 -0700 From: Kent Stewart X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Orion Hodson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c References: <200104071416.f37EGX307097@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Orion Hodson wrote: > > orion 2001/04/07 07:16:33 PDT > > Modified files: (Branch: RELENG_4) > sys/dev/sound/pci cmi.c > Log: > MFC sample rate fixes for release. > > Approved by: jkh > > Revision Changes Path > 1.1.2.2 +303 -233 src/sys/dev/sound/pci/cmi.c This change breaks 4-stable. The problem is that your changes of 29 Mar to cmireg.h of 27 Feb 2001 aren't showing up when you cvsup RELENG_4. I even rm'ed cmireg.h and re-cvsuped and your new version wasn't downloaded. STRANGE! Kent > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 13:47: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 BC16F37B424; Sat, 7 Apr 2001 13:47:29 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37KlTb53203; Sat, 7 Apr 2001 13:47:29 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200104072047.f37KlTb53203@freefall.freebsd.org> From: Nick Hibma Date: Sat, 7 Apr 2001 13:47:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_kue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/04/07 13:47:29 PDT Modified files: sys/dev/usb if_kue.c Log: Add id for the IO Data ET/T PR: 23877 Submitted by: Makoto MATSUSHITA Revision Changes Path 1.30 +3 -2 src/sys/dev/usb/if_kue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 13:51: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 C4FF537B422; Sat, 7 Apr 2001 13:51:24 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37KpOr53431; Sat, 7 Apr 2001 13:51:24 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200104072051.f37KpOr53431@freefall.freebsd.org> From: Nick Hibma Date: Sat, 7 Apr 2001 13:51:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern makedevops.pl makeobjops.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/04/07 13:51:24 PDT Modified files: sys/kern makedevops.pl makeobjops.pl Log: Use getopt instead of a home grown one Submitted by: DES Revision Changes Path 1.15 +66 -80 src/sys/kern/makedevops.pl 1.3 +75 -89 src/sys/kern/makeobjops.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 14: 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 C7C0937B43F; Sat, 7 Apr 2001 14:02:44 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37L2iJ54156; Sat, 7 Apr 2001 14:02:44 -0700 (PDT) (envelope-from will) Message-Id: <200104072102.f37L2iJ54156@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 14:02:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtk+licq Makefile pkg-plist ports/net/gtk+licq/files patch-src::options_dialog.cpp patch-src::plugin_dialog.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 14:02:44 PDT Modified files: net/gtk+licq Makefile pkg-plist net/gtk+licq/files patch-src::options_dialog.cpp patch-src::plugin_dialog.cpp Log: Fixup port net/gtk+licq: - Build with pspell support. - Remove unnecessary USE_AUTOMAKE. - Properly defined optional GNOME support. - Only install GNOME helppages if building with GNOME support. - Fix build so that licq_*_gui is shared module, not static archive. - Fix pkg-plist. - Fix patch-src::options_dialog.cpp and patch-src::plugin_dialog.cpp to include - unistd.h instead of sys/unistd.h. - Bump PORTREVISION for all the fixes. PR: 26404 Submitted by: maintainer Revision Changes Path 1.2 +18 -13 ports/net/gtk+licq/Makefile 1.2 +25 -1 ports/net/gtk+licq/pkg-plist 1.2 +1 -1 ports/net/gtk+licq/files/patch-src::options_dialog.cpp 1.2 +1 -1 ports/net/gtk+licq/files/patch-src::plugin_dialog.cpp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 14:10:12 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 84BBF37B422; Sat, 7 Apr 2001 14:10:02 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 64AF51BD71; Sat, 7 Apr 2001 16:09:11 -0500 (EST) Date: Sat, 7 Apr 2001 16:09:11 -0500 From: Will Andrews To: Kent Stewart Cc: Orion Hodson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c Message-ID: <20010407160911.N1396@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Kent Stewart , Orion Hodson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200104071416.f37EGX307097@freefall.freebsd.org> <3ACF75AD.C4DD23AE@urx.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5OiCWnsosOq6PSM0" Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3ACF75AD.C4DD23AE@urx.com>; from kstewart@urx.com on Sat, Apr 07, 2001 at 01:16:45PM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --5OiCWnsosOq6PSM0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 07, 2001 at 01:16:45PM -0700, Kent Stewart wrote: > This change breaks 4-stable. The problem is that your changes of 29 Mar > to cmireg.h of 27 Feb 2001 aren't showing up when you cvsup RELENG_4. I > even rm'ed cmireg.h and re-cvsuped and your new version wasn't > downloaded. STRANGE! Not really, since rev 1.2 (the 29 Mar change you speak of) was committed to HEAD and not MFC'd to RELENG_4. --=20 wca --5OiCWnsosOq6PSM0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6z4H2F47idPgWcsURAgPwAJ4uXyqtXR7bSluxhcgfQ0cPPOBRhACffSXC 7tSYn8iN0wTOtmkNa5q0Brc= =4dEA -----END PGP SIGNATURE----- --5OiCWnsosOq6PSM0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 14:32:54 2001 Delivered-To: cvs-all@freebsd.org Received: from narf.osd.bsdi.com (narf.osd.bsdi.com [204.216.28.215]) by hub.freebsd.org (Postfix) with ESMTP id B6E7337B423; Sat, 7 Apr 2001 14:32:52 -0700 (PDT) (envelope-from jkh@narf.osd.bsdi.com) Received: from narf.osd.bsdi.com (localhost [127.0.0.1]) by narf.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f37LUAf07648; Sat, 7 Apr 2001 14:30:10 -0700 (PDT) (envelope-from jkh@narf.osd.bsdi.com) Message-Id: <200104072130.f37LUAf07648@narf.osd.bsdi.com> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_internal.h pseudofs_vncache.c pseudofs_vnops.c In-Reply-To: Message from Dag-Erling Smorgrav of "Sat, 07 Apr 2001 12:51:13 PDT." <200104071951.f37JpD136472@freefall.freebsd.org> Date: Sat, 07 Apr 2001 14:30:10 -0700 From: Jordan K Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Erm, I don't recall getting anything about this - where did you send it? - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 15: 9:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51C9137B422; Sat, 7 Apr 2001 15:09:39 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37M9dW62506; Sat, 7 Apr 2001 15:09:39 -0700 (PDT) (envelope-from jmz) Message-Id: <200104072209.f37M9dW62506@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sat, 7 Apr 2001 15:09:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/iozone Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/04/07 15:09:39 PDT Modified files: benchmarks/iozone Makefile distinfo Log: Upgrade to version 3.53 Revision Changes Path 1.30 +6 -6 ports/benchmarks/iozone/Makefile 1.7 +1 -1 ports/benchmarks/iozone/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 15:15: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 A5C9937B424; Sat, 7 Apr 2001 15:15:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37MFTe63025; Sat, 7 Apr 2001 15:15:29 -0700 (PDT) (envelope-from will) Message-Id: <200104072215.f37MFTe63025@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 15:15:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/gmime Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/gmime/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 15:15:29 PDT Modified files: mail Makefile Added files: mail/gmime Makefile distinfo pkg-comment pkg-descr pkg-plist mail/gmime/files patch-Makefile.in Log: Add gmime 0.5.0, a library (written in C) for parsing and creating messages using MIME. PR: 26411 Submitted by: Bas Kruit Revision Changes Path 1.214 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 15:15: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 BAC4937B496; Sat, 7 Apr 2001 15:15:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37MFZZ63068; Sat, 7 Apr 2001 15:15:35 -0700 (PDT) (envelope-from will) Message-Id: <200104072215.f37MFZZ63068@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 15:15:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 15:15:35 PDT Modified files: . modules Log: gmime --> ports/mail/gmime Revision Changes Path 1.2897 +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 Apr 7 15:35: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 6318D37B423; Sat, 7 Apr 2001 15:35:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37MZoa64759; Sat, 7 Apr 2001 15:35:50 -0700 (PDT) (envelope-from will) Message-Id: <200104072235.f37MZoa64759@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 15:35:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/t3x Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 15:35:50 PDT Modified files: lang/t3x Makefile distinfo pkg-plist Log: Update to 6.10.2. Nuke bad @cwd directive. PR: 26413 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/lang/t3x/Makefile 1.3 +1 -1 ports/lang/t3x/distinfo 1.3 +4 -1 ports/lang/t3x/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 Apr 7 15: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 D813637B422; Sat, 7 Apr 2001 15:59:53 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Mxrv66947; Sat, 7 Apr 2001 15:59:53 -0700 (PDT) (envelope-from will) Message-Id: <200104072259.f37Mxrv66947@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 15:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/tide Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 15:59:53 PDT Modified files: devel Makefile Added files: devel/tide Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add tide 1.4, T3X Integrated Development Environment and T3X Tool classes. PR: 22048 Submitted by: Nils M Holm Revision Changes Path 1.498 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 16: 0: 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 F3D9837B627; Sat, 7 Apr 2001 16:00:03 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37N03s67019; Sat, 7 Apr 2001 16:00:03 -0700 (PDT) (envelope-from will) Message-Id: <200104072300.f37N03s67019@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 16:00:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 16:00:02 PDT Modified files: . modules Log: tide --> ports/devel/tide Revision Changes Path 1.2898 +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 Apr 7 16:24: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 EC77937B422; Sat, 7 Apr 2001 16:24:24 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37NOOL70875; Sat, 7 Apr 2001 16:24:24 -0700 (PDT) (envelope-from will) Message-Id: <200104072324.f37NOOL70875@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 16:24:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/bftpd Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 16:24:24 PDT Modified files: ftp Makefile Added files: ftp/bftpd Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add bftpd 1.0.18, a very configurable FTP server that can do chroot easily. Revision Changes Path 1.21 +2 -1 ports/ftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 16:24: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 97C7037B440; Sat, 7 Apr 2001 16:24:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37NOTo70914; Sat, 7 Apr 2001 16:24:29 -0700 (PDT) (envelope-from will) Message-Id: <200104072324.f37NOTo70914@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 16:24: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 X-Loop: FreeBSD.ORG will 2001/04/07 16:24:29 PDT Modified files: . modules Log: bftpd --> ports/ftp/bftpd Revision Changes Path 1.2899 +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 Apr 7 16: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 D815037B43E; Sat, 7 Apr 2001 16:28:20 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37NSKg71223; Sat, 7 Apr 2001 16:28:20 -0700 (PDT) (envelope-from will) Message-Id: <200104072328.f37NSKg71223@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 16:28:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gmime Makefile pkg-plist ports/mail/gmime/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 16:28:20 PDT Modified files: mail/gmime Makefile pkg-plist mail/gmime/files patch-Makefile.in Log: Fix mistakes: - Fixed installation prefix, it is GNOME dependent, should not be in LOCALBASE but X11BASE. - Changed location of installed gmimeConf.sh for gnome-config script PR: 26414 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/mail/gmime/Makefile 1.2 +1 -1 ports/mail/gmime/pkg-plist 1.2 +11 -2 ports/mail/gmime/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 Sat Apr 7 16:42:39 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id EEC8937B42C; Sat, 7 Apr 2001 16:42:32 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A5E712B70234; Sat, 07 Apr 2001 16:42:31 -0700 Message-ID: <3ACFA5E7.F61A4A78@urx.com> Date: Sat, 07 Apr 2001 16:42:31 -0700 From: Kent Stewart X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Will Andrews Cc: Orion Hodson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c References: <200104071416.f37EGX307097@freefall.freebsd.org> <3ACF75AD.C4DD23AE@urx.com> <20010407160911.N1396@casimir.physics.purdue.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Andrews wrote: > > On Sat, Apr 07, 2001 at 01:16:45PM -0700, Kent Stewart wrote: > > This change breaks 4-stable. The problem is that your changes of 29 Mar > > to cmireg.h of 27 Feb 2001 aren't showing up when you cvsup RELENG_4. I > > even rm'ed cmireg.h and re-cvsuped and your new version wasn't > > downloaded. STRANGE! > > Not really, since rev 1.2 (the 29 Mar change you speak of) was committed to > HEAD and not MFC'd to RELENG_4. I obviously missed that point on cvsweb. The (colored) delta was to 1.2, which was head. Now it makes sense on why things are broken. Kent > > -- > wca > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 16:48: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 D0C0637B43E; Sat, 7 Apr 2001 16:48:48 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Nmmp72777; Sat, 7 Apr 2001 16:48:48 -0700 (PDT) (envelope-from gallatin) Message-Id: <200104072348.f37Nmmp72777@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 7 Apr 2001 16:48:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand cd9660.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/04/07 16:48:48 PDT Modified files: lib/libstand cd9660.c Log: fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreak cdboot on alphas (which has been broken since just after 4.0-RELEASE) submitted by: jlemon Revision Changes Path 1.6 +5 -4 src/lib/libstand/cd9660.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 16:49: 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 56EB837B422; Sat, 7 Apr 2001 16:49:00 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Nn0o72884; Sat, 7 Apr 2001 16:49:00 -0700 (PDT) (envelope-from will) Message-Id: <200104072349.f37Nn0o72884@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 16:49:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/cannadic Makefile distinfo pkg-comment pkg-descr pkg-plist ports/japanese/cannadic/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 16:49:00 PDT Modified files: japanese Makefile Added files: japanese/cannadic Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/cannadic/files patch-aa patch-ab patch-ac Log: Add cannadic 0.92, a canna dictionary containing a lot of words. PR: 22296 Submitted by: TOGAWA Satoshi Revision Changes Path 1.351 +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 Sat Apr 7 16:49: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 984A937B440; Sat, 7 Apr 2001 16:49:06 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37Nn6U72922; Sat, 7 Apr 2001 16:49:06 -0700 (PDT) (envelope-from will) Message-Id: <200104072349.f37Nn6U72922@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 16:49:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 16:49:06 PDT Modified files: . modules Log: ja-cannadic --> ports/japanese/cannadic Revision Changes Path 1.2900 +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 Apr 7 16: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 3F36C37B423; Sat, 7 Apr 2001 16:52:32 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37NqWM73186; Sat, 7 Apr 2001 16:52:32 -0700 (PDT) (envelope-from gallatin) Message-Id: <200104072352.f37NqWM73186@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 7 Apr 2001 16:52:32 -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 X-Loop: FreeBSD.ORG gallatin 2001/04/07 16:52:32 PDT Modified files: sys/boot/alpha/cdboot Makefile Log: build cdboot from sources now that the cd9660 fs support works MFC candidate Revision Changes Path 1.5 +5 -6 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 Sat Apr 7 16:59:30 2001 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id B927237B423; Sat, 7 Apr 2001 16:59:25 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id TAA12522; Sat, 7 Apr 2001 19:59:24 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f37Nwsp13055; Sat, 7 Apr 2001 19:58:54 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Sat, 7 Apr 2001 19:58:54 -0400 From: Andrew Gallatin To: cvs-committers@freebsd.org, cvs-all@freebsd.org Cc: obrien@freebsd.org Subject: Re: cvs commit: src/lib/libstand cd9660.c Message-ID: <20010407195854.A12986@grasshopper.cs.duke.edu> References: <200104072348.f37Nmmp72777@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: <200104072348.f37Nmmp72777@freefall.freebsd.org>; from gallatin@FreeBSD.org on Sat, Apr 07, 2001 at 04:48:48PM -0700 X-Operating-System: FreeBSD 4.3-BETA on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew Gallatin [gallatin@FreeBSD.org] wrote: > gallatin 2001/04/07 16:48:48 PDT > > Modified files: > lib/libstand cd9660.c > Log: > fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreak > cdboot on alphas (which has been broken since just after 4.0-RELEASE) This should have been tagged as an MFC candidate.. If we get bold enough to MFC the loader fixes for big-iron machines, we'll really want to MFC this since many of them only have CDROMS. What do you think, David? Drew -- ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 17: 1: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 45AAC37B424; Sat, 7 Apr 2001 17:01:55 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3801tO73543; Sat, 7 Apr 2001 17:01:55 -0700 (PDT) (envelope-from gallatin) Message-Id: <200104080001.f3801tO73543@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 7 Apr 2001 17:01:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/cdboot cdboot-4.0R.gz.uu X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/04/07 17:01:55 PDT Removed files: sys/boot/alpha/cdboot cdboot-4.0R.gz.uu Log: no longer needed now that we are able to build cdboot from sources again To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 17: 4:16 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 760D137B424; Sat, 7 Apr 2001 17:04:07 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f3803tx04715; Sat, 7 Apr 2001 17:03:55 -0700 (PDT) (envelope-from obrien) Date: Sat, 7 Apr 2001 17:03:49 -0700 From: "David O'Brien" To: Andrew Gallatin Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libstand cd9660.c Message-ID: <20010407170349.A4691@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200104072348.f37Nmmp72777@freefall.freebsd.org> <20010407195854.A12986@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010407195854.A12986@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Sat, Apr 07, 2001 at 07:58:54PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 07:58:54PM -0400, Andrew Gallatin wrote: > > Log: > > fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreak > > cdboot on alphas (which has been broken since just after 4.0-RELEASE) > > What do you think, David? I'll commit my local patches that will get `make release' working again. Then I'll make a small ISO image (of 5-CURRENT) and make available for testing and evaluation. If no problems, I think an MFC would be good for us. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 17: 7: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 C7EE337B423; Sat, 7 Apr 2001 17:07:53 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3807rN76282; Sat, 7 Apr 2001 17:07:53 -0700 (PDT) (envelope-from greid) Message-Id: <200104080007.f3807rN76282@freefall.freebsd.org> From: George C A Reid Date: Sat, 7 Apr 2001 17:07:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci es137x.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greid 2001/04/07 17:07:53 PDT Modified files: sys/dev/sound/pci es137x.c Log: Add yet another chip revision of the ES1371 which requires initialisation delays PR: 26415 Submitted by: Jose M. Alcaide Reviewed by: cg Revision Changes Path 1.34 +3 -2 src/sys/dev/sound/pci/es137x.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 17:15: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4A8F37B422; Sat, 7 Apr 2001 17:15:00 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f380F0K76992; Sat, 7 Apr 2001 17:15:00 -0700 (PDT) (envelope-from jedgar) Message-Id: <200104080015.f380F0K76992@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 7 Apr 2001 17:15:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd popen.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/04/07 17:15:00 PDT Modified files: (Branch: RELENG_3) libexec/ftpd popen.c Log: MFC: globbing limits for ftpd Revision Changes Path 1.15.2.2 +3 -1 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 Sat Apr 7 17: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 B2ECF37B422; Sat, 7 Apr 2001 17:59:46 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f380xkF79558; Sat, 7 Apr 2001 17:59:46 -0700 (PDT) (envelope-from billf) Message-Id: <200104080059.f380xkF79558@freefall.freebsd.org> From: Bill Fumerola Date: Sat, 7 Apr 2001 17:59:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/bigyear Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/04/07 17:59:46 PDT Modified files: deskutils/bigyear Makefile Log: use a more standard date format in the port version Reviewed by: maintainer Revision Changes Path 1.2 +4 -3 ports/deskutils/bigyear/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 18:29: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 924A037B422; Sat, 7 Apr 2001 18:29:53 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f381TrY83715; Sat, 7 Apr 2001 18:29:53 -0700 (PDT) (envelope-from sanpei) Message-Id: <200104080129.f381TrY83715@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sat, 7 Apr 2001 18:29:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmovie Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2001/04/07 18:29:53 PDT Modified files: graphics/xmovie Makefile distinfo pkg-descr Log: update to 1.6 1.6 Fullscreen video, transportque algorithm, PCM soundfile support, letterbox cropping and hardware acceleration for uncompressed video, and uninterrupted resizes. 1.5.4 64 bit Quicktime. Improved DVD decoding. Documented IDE bug move Web page NOTICE: If you use with 4.x-RELEASE, it need to add ``options USER_LDT'' in your kernel config. Suggested by: Lee Hamilton Revision Changes Path 1.14 +2 -2 ports/graphics/xmovie/Makefile 1.5 +1 -1 ports/graphics/xmovie/distinfo 1.6 +5 -2 ports/graphics/xmovie/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 Apr 7 19: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 3AB5037B422; Sat, 7 Apr 2001 19:18:15 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f382IFx89400; Sat, 7 Apr 2001 19:18:15 -0700 (PDT) (envelope-from grog) Message-Id: <200104080218.f382IFx89400@freefall.freebsd.org> From: Greg Lehey Date: Sat, 7 Apr 2001 19:18:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/04/07 19:18:14 PDT Modified files: (Branch: RELENG_4) sys/dev/vinum vinumvar.h Log: struct drive: Workaround size mismatch in struct drive on alpha platform only. This struct is shared between kernel and userland and contains a dev_t, which now refers to a completely different structure in userland and kernel: int the kernel, userland dev_t is called udev_t, and dev_t is struct specinfo *. In practical terms, kernel dev_t is a pointer and userland dev_t is an int, which on the alpha are different sizes. As stated, this is a workaround. The correct fix would be in two parts: 1. Don't define structures in the kernel with the same name and a different content as a userland structure. This is a kernel-wide issue: kernel dev_t needs another name. 2. Don't export unnecessary kernel structures to userland. This can be done within Vinum. It is currently on the tuit queue. Sleuth work by: Normand Leclerc Tested by: Normand Leclerc Blanket approved by: jkh Revision Changes Path 1.32.2.3 +6 -1 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 20:29:41 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id BD60737B423; Sat, 7 Apr 2001 20:29:36 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f383Tac10623; Sat, 7 Apr 2001 20:29:36 -0700 (PDT) (envelope-from obrien) Date: Sat, 7 Apr 2001 20:29:35 -0700 From: "David O'Brien" To: Orion Hodson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c Message-ID: <20010407202934.A10520@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200104071416.f37EGX307097@freefall.freebsd.org> <3ACF75AD.C4DD23AE@urx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3ACF75AD.C4DD23AE@urx.com>; from kstewart@urx.com on Sat, Apr 07, 2001 at 01:16:45PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 01:16:45PM -0700, Kent Stewart wrote: > > orion 2001/04/07 07:16:33 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/dev/sound/pci cmi.c > > Log: > > MFC sample rate fixes for release. > > > > Approved by: jkh > > This change breaks 4-stable. And *EXACTLY* why the committer should have seriously considered what the great bug / problem was that this commit addressed before asking JKH to MFC it at this time. Was it was worth the break in the build in this late phase of the release cycle? Or do all committers not realize what _RELEASE_CANDIDATE_ means? If a commit was going to do something like this; I expect them to do a `cvsup' and `make world' + kernel build from _virgin_ sources. By virgin, I mean `cd /usr && rm -rf src && cvs co src -rRELENG_4'. The build has been broken now for several hours because the committer didn't bother to perform this simple test. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 20:34: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 53B4637B422; Sat, 7 Apr 2001 20:34:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f383YCM97922; Sat, 7 Apr 2001 20:34:12 -0700 (PDT) (envelope-from will) Message-Id: <200104080334.f383YCM97922@freefall.freebsd.org> From: Will Andrews Date: Sat, 7 Apr 2001 20:34:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/kappdock Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/04/07 20:34:12 PDT Modified files: x11-wm/kappdock Makefile pkg-plist Log: Fix PLIST, original date written, and use USE_QT_VER=2. Revision Changes Path 1.2 +3 -11 ports/x11-wm/kappdock/Makefile 1.2 +0 -4 ports/x11-wm/kappdock/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 Apr 7 20:35:48 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 EAF7837B423; Sat, 7 Apr 2001 20:35:41 -0700 (PDT) (envelope-from graywane@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010408033539.TYKG26721.femail8.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Sat, 7 Apr 2001 20:35:39 -0700 Received: (from graywane@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f383Zc758711; Sat, 7 Apr 2001 23:35:38 -0400 (EDT) (envelope-from graywane) Date: Sat, 7 Apr 2001 23:35:38 -0400 From: Graywane To: "David O'Brien" Cc: Orion Hodson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c Message-ID: <20010407233538.A58666@home.com> References: <200104071416.f37EGX307097@freefall.freebsd.org> <3ACF75AD.C4DD23AE@urx.com> <20010407202934.A10520@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010407202934.A10520@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Sat, Apr 07, 2001 at 08:29:35PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 07, 2001 at 08:29:35PM -0700, David O'Brien wrote: > > > Modified files: (Branch: RELENG_4) > > > sys/dev/sound/pci cmi.c >=20 > If a commit was going to do something like this; I expect them to do a > `cvsup' and `make world' + kernel build from _virgin_ sources. By > virgin, I mean `cd /usr && rm -rf src && cvs co src -rRELENG_4'. A simple config ... make depend make on just the kernel source would also have found the error in just a few minutes. Odd that no one actually compiles code before checking it in. --=20 Note: See http://www.members.home.net/graywane/ for PGP information. --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrP3IoACgkQeHdFaBWUGN2wfACgtIhc1dEQmA5xUEmxTiGDT6bH cRMAniExncfbIhrFQ3a9eHxTlNv5IbPd =iqTl -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 21:15:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BD2937B422; Sat, 7 Apr 2001 21:15:27 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f384FRw03617; Sat, 7 Apr 2001 21:15:27 -0700 (PDT) (envelope-from jake) Message-Id: <200104080415.f384FRw03617@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 7 Apr 2001 21:15:27 -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 X-Loop: FreeBSD.ORG jake 2001/04/07 21:15:27 PDT Modified files: sys/kern kern_lock.c Log: Fix a precedence bug. ! has higher precedence than &. Revision Changes Path 1.43 +2 -2 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 Sat Apr 7 21:28: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 C69D937B422; Sat, 7 Apr 2001 21:28:39 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f384SdQ04367; Sat, 7 Apr 2001 21:28:39 -0700 (PDT) (envelope-from bmah) Message-Id: <200104080428.f384SdQ04367@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 7 Apr 2001 21:28:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/07 21:28:39 PDT Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: Fix IPFilter fragment cache, libposix1e integration into libc. Note default root partition for alpha is now 120MB. Revision Changes Path 1.166 +6 -2 src/release/texts/alpha/RELNOTES.TXT 1.240 +6 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 21:31: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 BD8C037B42C; Sat, 7 Apr 2001 21:31:31 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f384VVf04709; Sat, 7 Apr 2001 21:31:31 -0700 (PDT) (envelope-from bmah) Message-Id: <200104080431.f384VVf04709@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 7 Apr 2001 21:31:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/04/07 21:31:31 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: Fix IPFilter fragment cache. Semi-MFC: ata(4) supports ATA66/ATA100 on Acer chipsets (not noted in -CURRENT because this note covered by existing items). Approved by: jkh (implicitly) Revision Changes Path 1.31.2.131 +6 -1 src/release/texts/alpha/RELNOTES.TXT 1.72.2.126 +6 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 22: 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 9E23037B423; Sat, 7 Apr 2001 22:05:51 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3855p908767; Sat, 7 Apr 2001 22:05:51 -0700 (PDT) (envelope-from cjh) Message-Id: <200104080505.f3855p908767@freefall.freebsd.org> From: CHOI Junho Date: Sat, 7 Apr 2001 22:05:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/gtkcomm Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2001/04/07 22:05:51 PDT Modified files: korean/gtkcomm Makefile distinfo pkg-plist Log: Update to 0.5.16. Revision Changes Path 1.7 +2 -2 ports/korean/gtkcomm/Makefile 1.5 +1 -1 ports/korean/gtkcomm/distinfo 1.5 +2 -0 ports/korean/gtkcomm/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 Apr 7 22:40: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id D2CC737B423; Sat, 7 Apr 2001 22:40:01 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f385dx311527; Sat, 7 Apr 2001 22:39:59 -0700 (PDT) (envelope-from obrien) Date: Sat, 7 Apr 2001 22:39:59 -0700 From: "David O'Brien" To: Graywane Cc: Orion Hodson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c Message-ID: <20010407223959.B11476@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200104071416.f37EGX307097@freefall.freebsd.org> <3ACF75AD.C4DD23AE@urx.com> <20010407202934.A10520@dragon.nuxi.com> <20010407233538.A58666@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010407233538.A58666@home.com>; from graywane@home.com on Sat, Apr 07, 2001 at 11:35:38PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 11:35:38PM -0400, Graywane wrote: > > If a commit was going to do something like this; I expect them to do a > > `cvsup' and `make world' + kernel build from _virgin_ sources. By > > virgin, I mean `cd /usr && rm -rf src && cvs co src -rRELENG_4'. > > A simple > > config ... > make depend > make > > on just the kernel source would also have found the error in just a few > minutes. Odd that no one actually compiles code before checking it in. The committer [hopefully] did this. But probably has other local changes that allowed the kernel to build. Thus the need for a side virgin tree to post-commit test things. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 23: 9: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 B2A2937B424; Sat, 7 Apr 2001 23:09:50 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3869oW19787; Sat, 7 Apr 2001 23:09:50 -0700 (PDT) (envelope-from sf) Message-Id: <200104080609.f3869oW19787@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sat, 7 Apr 2001 23:09:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mozilla-jlp Makefile distinfo pkg-plist ports/japanese/mozilla-jlp/files all.js installed-chrome.txt patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/04/07 23:09:50 PDT Modified files: japanese/mozilla-jlp Makefile distinfo pkg-plist japanese/mozilla-jlp/files all.js installed-chrome.txt patch-aa Log: update to 0.8.1. use mozilla+ipv6 until www/mozilla comes up to date. Submitted by: maintainer Revision Changes Path 1.7 +35 -19 ports/japanese/mozilla-jlp/Makefile 1.4 +2 -1 ports/japanese/mozilla-jlp/distinfo 1.4 +10 -6 ports/japanese/mozilla-jlp/pkg-plist 1.4 +65 -6 ports/japanese/mozilla-jlp/files/all.js 1.2 +14 -2 ports/japanese/mozilla-jlp/files/installed-chrome.txt 1.2 +3 -3 ports/japanese/mozilla-jlp/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 Apr 7 23:15:19 2001 Delivered-To: cvs-all@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 1466337B424; Sat, 7 Apr 2001 23:15:08 -0700 (PDT) (envelope-from clive@CirX.ORG) Received: from cartier.cirx.org (nullmail@localhost [127.0.0.1]) by cartier.cirx.org (8.11.3/8.11.3) with SMTP id f386F2A39333; Sun, 8 Apr 2001 14:15:03 +0800 (CST) (envelope-from clive@CirX.ORG) Received: (nullmailer pid 39329 invoked by uid 1000); Sun, 08 Apr 2001 06:15:02 -0000 Date: Sun, 8 Apr 2001 14:15:02 +0800 From: Clive Lin To: "David O'Brien" Cc: Graywane , Orion Hodson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c Message-ID: <20010408141502.A38706@cartier.cirx.org> References: <200104071416.f37EGX307097@freefall.freebsd.org> <3ACF75AD.C4DD23AE@urx.com> <20010407202934.A10520@dragon.nuxi.com> <20010407233538.A58666@home.com> <20010407223959.B11476@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010407223959.B11476@dragon.nuxi.com>; from obrien@FreeBSD.org on Sat, Apr 07, 2001 at 10:39:59PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Apr 07, 2001 at 10:39:59PM -0700, David O'Brien wrote: > On Sat, Apr 07, 2001 at 11:35:38PM -0400, Graywane wrote: > > A simple > > > > config ... > > make depend > > make > > > > on just the kernel source would also have found the error in just a few > > minutes. Odd that no one actually compiles code before checking it in. > > The committer [hopefully] did this. But probably has other local changes > that allowed the kernel to build. Thus the need for a side virgin tree > to post-commit test things. For this reason, as to myself, I'll build a chrooted environment. There's too many possible traps (local hacks) in my desktop when build/test ports. (Oh well, I know you're talking about the world, not ports. I want to say is what obrien said "virgin" environment/src/everything) EXAMPLES section in jail(8) shows a simply script to build a perfect test bed. -- pub 1024D/F8D2B472 2000-08-05 Clive Lin Key fingerprint = 7F9D 57A8 55C7 AA18 49B5 3820 570B 27F6 F8D2 B472 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 23:34: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from narf.osd.bsdi.com (narf.osd.bsdi.com [204.216.28.215]) by hub.freebsd.org (Postfix) with ESMTP id EA4F537B42C; Sat, 7 Apr 2001 23:33:58 -0700 (PDT) (envelope-from jkh@narf.osd.bsdi.com) Received: from narf.osd.bsdi.com (localhost [127.0.0.1]) by narf.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f386VEf14591; Sat, 7 Apr 2001 23:31:14 -0700 (PDT) (envelope-from jkh@narf.osd.bsdi.com) Message-Id: <200104080631.f386VEf14591@narf.osd.bsdi.com> To: obrien@FreeBSD.org Cc: Orion Hodson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c In-Reply-To: Message from "David O'Brien" of "Sat, 07 Apr 2001 20:29:35 PDT." <20010407202934.A10520@dragon.nuxi.com> Date: Sat, 07 Apr 2001 23:31:14 -0700 From: Jordan K Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think we should give the committer in question the benefit of the doubt given that he's very new and I think that going a little easy on folks during their first 90 days or so is only reasonable. That's why I haven't simply dived in and fixed it, I'm waiting for him to do so and through so doing, hopefully, understand the process a little better in the future. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Apr 7 23:40:58 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 0723637B424; Sat, 7 Apr 2001 23:40:54 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@dhcp152.geekhouse.net [192.168.1.152]) by moby.geekhouse.net (8.11.3/8.11.3) with ESMTP id f386gbj04262; Sat, 7 Apr 2001 23:42:38 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200104072348.f37Nmmp72777@freefall.freebsd.org> Date: Sat, 07 Apr 2001 23:40:16 -0700 (PDT) From: John Baldwin To: Andrew Gallatin Subject: RE: cvs commit: src/lib/libstand cd9660.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Apr-01 Andrew Gallatin wrote: > gallatin 2001/04/07 16:48:48 PDT > > Modified files: > lib/libstand cd9660.c > Log: > fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreak > cdboot on alphas (which has been broken since just after 4.0-RELEASE) > > submitted by: jlemon Woot!!!!! Way to go! -- 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 Sat Apr 7 23:58:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B92137B423; Sat, 7 Apr 2001 23:58:49 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f386wnQ22824; Sat, 7 Apr 2001 23:58:49 -0700 (PDT) (envelope-from dd) Message-Id: <200104080658.f386wnQ22824@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 7 Apr 2001 23:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/04/07 23:58:49 PDT Modified files: lib/libc/sys Makefile.inc Log: Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2). Revision Changes Path 1.85 +6 -3 src/lib/libc/sys/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message