From owner-cvs-all Sun Mar 25 1:21: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C959637B719; Sun, 25 Mar 2001 01:20:58 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2P9Kwr75740; Sun, 25 Mar 2001 01:20:58 -0800 (PST) (envelope-from andreas) Message-Id: <200103250920.f2P9Kwr75740@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 01:20:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 01:20:58 PST Modified files: net/flowscan Makefile Log: fix package making, one more: ${{ -> ${ Revision Changes Path 1.9 +2 -2 ports/net/flowscan/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 1:53:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E72137B719; Sun, 25 Mar 2001 01:53:08 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2P9r8477986; Sun, 25 Mar 2001 01:53:08 -0800 (PST) (envelope-from joerg) Message-Id: <200103250953.f2P9r8477986@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 25 Mar 2001 01:53:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_spppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/03/25 01:53:07 PST Modified files: sys/net if_spppsubr.c Log: This is another MFC candidate. Fix a serious bug in sppp where anyone could obtain a successful PAP authentication by supplying a null password. I've only stumpled across the PR while browsing for all sppp-related PRs. Should we also file a security advisory for this? PR: 21592 Submitted by: Dirk Liebke Revision Changes Path 1.66 +3 -3 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 1: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 A1C6B37B719; Sun, 25 Mar 2001 01:59:24 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2P9xOE78381; Sun, 25 Mar 2001 01:59:24 -0800 (PST) (envelope-from joerg) Message-Id: <200103250959.f2P9xOE78381@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 25 Mar 2001 01:59:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_ispppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/03/25 01:59:24 PST Modified files: sys/i4b/driver i4b_ispppsubr.c Log: (MFC candidate since this is already a merge from /sys/net only.) Merge rev's 1.65 and 1.66 from sys/net/if_spppsubr.c (implement the `restart' option, and fix a blatant bug with PAP authentication). The i4b implementation of this file should be merged back, but for now, we need this here as well. Reviewed by: gj Revision Changes Path 1.11 +17 -3 src/sys/i4b/driver/i4b_ispppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 2:23:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DE037B71A; Sun, 25 Mar 2001 02:23:41 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PANfG82198; Sun, 25 Mar 2001 02:23:41 -0800 (PST) (envelope-from murray) Message-Id: <200103251023.f2PANfG82198@freefall.freebsd.org> From: Murray Stokely Date: Sun, 25 Mar 2001 02:23:41 -0800 (PST) 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 murray 2001/03/25 02:23:41 PST Modified files: . access Log: Welcome Eric Melville to commiters. Eric and I have been working on a binary updates project that should soon make its way to the cvs repo on usw4.freebsd.org. Naturally, Eric is interested in working on all areas of FreeBSD's installation and upgrade process. He'll also start maintaining his own ports and hopefully writing some documentation as well. Mentored by: murray Approved by: core Revision Changes Path 1.215 +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 Sun Mar 25 2:37: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 7146837B718; Sun, 25 Mar 2001 02:37:36 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PAbah82976; Sun, 25 Mar 2001 02:37:36 -0800 (PST) (envelope-from andreas) Message-Id: <200103251037.f2PAbah82976@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 02:37:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cflowd Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 02:37:36 PST Modified files: net/cflowd Makefile pkg-plist Log: Add a start stop script to the port which starts up services delayed so that every service has a chance to come up properly before the next one begins Additionally provide graceful delayed shutdown of services by using killall -15. Install startup script as .sample file, since cflowd (and flowscan) are not easy ports. You should read the docu properly. Revision Changes Path 1.6 +6 -2 ports/net/cflowd/Makefile 1.4 +1 -0 ports/net/cflowd/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 Mar 25 3:13:26 2001 Delivered-To: cvs-all@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 11C8437B718; Sun, 25 Mar 2001 03:13:16 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.1/8.11.1) id f2PBDF898146; Sun, 25 Mar 2001 13:13:15 +0200 (CEST) (envelope-from ibex) Date: Sun, 25 Mar 2001 13:13:15 +0200 From: Dirk Froemberg To: CHOI Junho Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/korean Makefile ports/korean/mkisofs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/korean/mkisofs/files patch-ac patch-ad patch-aj patch-bb patch-bc patch-bd patch-be Message-ID: <20010325131314.A98085@physik.TU-Berlin.DE> References: <200103230654.f2N6s9s99209@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: <200103230654.f2N6s9s99209@freefall.freebsd.org>; from cjh@freebsd.org on Thu, Mar 22, 2001 at 10:54:09PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Junho! Why didn't you create a slave port for sysutils/mkisofs? The diffs are quite small... Regards Dirk On Thu, Mar 22, 2001 at 10:54:09PM -0800, CHOI Junho wrote: > cjh 2001/03/22 22:54:09 PST > > Modified files: > korean Makefile > Added files: > korean/mkisofs Makefile distinfo pkg-comment pkg-descr > pkg-plist > korean/mkisofs/files patch-ac patch-ad patch-aj patch-bb > patch-bc patch-bd patch-be > Log: > ko-mkisofs, with Korean charset conversion support, activated. > > Revision Changes Path > 1.59 +2 -1 ports/korean/Makefile -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 3:35: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 AC23A37B71B; Sun, 25 Mar 2001 03:35:23 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PBZN690547; Sun, 25 Mar 2001 03:35:23 -0800 (PST) (envelope-from brian) Message-Id: <200103251135.f2PBZN690547@freefall.freebsd.org> From: Brian Somers Date: Sun, 25 Mar 2001 03:35:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/weekly 400.status-pkg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/25 03:35:23 PST Modified files: etc/periodic/weekly 400.status-pkg Log: Identify obsolete ports Revision Changes Path 1.5 +3 -2 src/etc/periodic/weekly/400.status-pkg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 3: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 4587737B719; Sun, 25 Mar 2001 03:48:49 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PBmnc91288; Sun, 25 Mar 2001 03:48:49 -0800 (PST) (envelope-from andreas) Message-Id: <200103251148.f2PBmnc91288@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 03:48:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan pkg-message Makefile pkg-plist ports/net/flowscan/files flowscan.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 03:48:48 PST Modified files: net/flowscan Makefile pkg-plist Added files: net/flowscan pkg-message net/flowscan/files flowscan.sh Log: - completely new functionalities, so bumped port revision this was overdue, since this complex port needs more docu, explanation, preparation, etc ... - installation directory moved from ${PREFIX}/var/flows to ${PREFIX}/var/db/flows to match our typical /var filesystem layout, but since I want to package this port, I don't want to write into /var/filesystem its up to the user, to move the data around later if he has a large /var and likes the data to reside there. - create needed directories in ${PREFIX}/var/db/flows (bin and graphs) use a .keep_me file, so that things are packaged properly - install needed documentation the INSTALL file is essential as well as the various example file. NOPORTDOCS only covers unneeded files, which are not crucial for installation - the ${PREFIX}/var/db/flows/bin directory carries the sample files for the flowscan script. Therefore those sample files reside there. Other sample files like the crontab settings are up to the user, so they reside in ${PREFIX}/share/doc/flowscan - install a sample rc file in ${PREFIX}/etc/rc.d, its deactivated, since this is a port that needs thinking and handcrafting config files before use... - added a pkg-message file, that explains pre-requisites (cisco configuration) and other post installation tasks as well as a BIG WARNING, that enabling Netflow Switching and Netflow Data Export on your Cisco CORE or DISTRIBUTION routers might affect the routers switching performance. You should know IF you need to do it and if its o.k. IF you enable it. - output pkg-message on port based installation as well since the warnings are important. - updated PLIST Revision Changes Path 1.10 +30 -4 ports/net/flowscan/Makefile 1.2 +30 -12 ports/net/flowscan/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 Mar 25 3:57:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA55237B71A; Sun, 25 Mar 2001 03:57:26 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PBvQJ91906; Sun, 25 Mar 2001 03:57:26 -0800 (PST) (envelope-from dirk) Message-Id: <200103251157.f2PBvQJ91906@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Mar 2001 03:57:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 asr.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/03/25 03:57:26 PST Modified files: share/man/man4/man4.i386 asr.4 Log: Fix .Xr sd -> da. Revision Changes Path 1.6 +2 -2 src/share/man/man4/man4.i386/asr.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 3:58:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B102237B71B; Sun, 25 Mar 2001 03:58:49 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: (from gj@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PBwnI92067; Sun, 25 Mar 2001 03:58:49 -0800 (PST) (envelope-from gj) Message-Id: <200103251158.f2PBwnI92067@freefall.freebsd.org> From: Gary Jennejohn Date: Sun, 25 Mar 2001 03:58:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vile Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gj 2001/03/25 03:58:49 PST Modified files: editors/vile Makefile Log: Oops ! PORTVERSION was supposed to be 9.2j, not 9.2_pj (because portlint doesn't like it). I changed it in xvile but forgot it in vile. Revision Changes Path 1.27 +2 -2 ports/editors/vile/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 4: 5:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3D8337B718; Sun, 25 Mar 2001 04:05:11 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PC5Bg98555; Sun, 25 Mar 2001 04:05:11 -0800 (PST) (envelope-from brian) Message-Id: <200103251205.f2PC5Bg98555@freefall.freebsd.org> From: Brian Somers Date: Sun, 25 Mar 2001 04:05:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias.c alias.h alias_db.c alias_local.h alias_nbt.c alias_pptp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/25 04:05:11 PST Modified files: lib/libalias alias.c alias.h alias_db.c alias_local.h alias_nbt.c alias_pptp.c Log: Make header files conform to style(9). Reviewed by (*): bde (*) alias_local.h only got a cursory glance. Revision Changes Path 1.28 +16 -14 src/lib/libalias/alias.c 1.20 +138 -151 src/lib/libalias/alias.h 1.42 +9 -7 src/lib/libalias/alias_db.c 1.19 +146 -154 src/lib/libalias/alias_local.h 1.6 +4 -4 src/lib/libalias/alias_nbt.c 1.5 +3 -1 src/lib/libalias/alias_pptp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 5:17: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 A3AB837B719; Sun, 25 Mar 2001 05:17:54 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PDHse07251; Sun, 25 Mar 2001 05:17:54 -0800 (PST) (envelope-from ijliao) Message-Id: <200103251317.f2PDHse07251@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Mar 2001 05:17:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/grc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/grc/files patch-grc patch-grc.1 patch-grcat patch-grcat.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/25 05:17:54 PST Modified files: misc Makefile Added files: misc/grc Makefile distinfo pkg-comment pkg-descr pkg-plist misc/grc/files patch-grc patch-grc.1 patch-grcat patch-grcat.1 Log: add grc Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands Revision Changes Path 1.335 +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 Sun Mar 25 5:18: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A067937B724; Sun, 25 Mar 2001 05:17:58 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PDHw307284; Sun, 25 Mar 2001 05:17:58 -0800 (PST) (envelope-from ijliao) Message-Id: <200103251317.f2PDHw307284@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Mar 2001 05:17:58 -0800 (PST) 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/03/25 05:17:58 PST Modified files: . modules Log: grc --> ports/misc/grc Revision Changes Path 1.2732 +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 Mar 25 5:23: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 2B13A37B719; Sun, 25 Mar 2001 05:23:37 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PDNbW07802; Sun, 25 Mar 2001 05:23:37 -0800 (PST) (envelope-from andreas) Message-Id: <200103251323.f2PDNbW07802@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 05:23:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan Makefile pkg-plist ports/net/flowscan/files flowscan.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 05:23:37 PST Modified files: net/flowscan Makefile pkg-plist net/flowscan/files flowscan.sh Log: - additional important port changes - modify sample startup script - run in background properly - use variables for progs (grep, perl, kill, ...) - style (use $var consistently, spaces after io redirection) - install startup script as cflowd-flowscan.sh.sample to get an order, cflowd ports startup script will be named cflowd-base.sh.sample, so that cflowd will be started first. Revision Changes Path 1.11 +3 -3 ports/net/flowscan/Makefile 1.3 +1 -1 ports/net/flowscan/pkg-plist 1.2 +21 -8 ports/net/flowscan/files/flowscan.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 5: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 10B6F37B71B; Sun, 25 Mar 2001 05:28:22 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PDSLp08083; Sun, 25 Mar 2001 05:28:22 -0800 (PST) (envelope-from andreas) Message-Id: <200103251328.f2PDSLp08083@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 05:28:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cflowd Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 05:28:21 PST Modified files: net/cflowd Makefile pkg-plist Log: - make sure, cflowd starts prior flowscan by renaming it to cflowd-base.sh.sample (flowscan port uses cflowd-flowscan.sh.sample) - bump port revision Revision Changes Path 1.7 +2 -2 ports/net/cflowd/Makefile 1.5 +1 -1 ports/net/cflowd/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 Mar 25 5:38: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 366E537B71A; Sun, 25 Mar 2001 05:38:33 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PDcXA08795; Sun, 25 Mar 2001 05:38:33 -0800 (PST) (envelope-from ijliao) Message-Id: <200103251338.f2PDcXA08795@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Mar 2001 05:38:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm Makefile ports/palm/romeo Makefile distinfo pkg-comment pkg-descr pkg-plist ports/palm/romeo/files patch-Makefile patch-types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/25 05:38:33 PST Modified files: palm Makefile Added files: palm/romeo Makefile distinfo pkg-comment pkg-descr pkg-plist palm/romeo/files patch-Makefile patch-types.h Log: add romeo The Palm ROM Discombobulator Revision Changes Path 1.28 +2 -1 ports/palm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 5:38: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 AB47E37B72C; Sun, 25 Mar 2001 05:38:36 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PDcaN08830; Sun, 25 Mar 2001 05:38:36 -0800 (PST) (envelope-from ijliao) Message-Id: <200103251338.f2PDcaN08830@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Mar 2001 05:38:36 -0800 (PST) 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/03/25 05:38:36 PST Modified files: . modules Log: romeo --> ports/palm/romeo Revision Changes Path 1.2733 +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 Mar 25 6: 2:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2615837B71A; Sun, 25 Mar 2001 06:02:43 -0800 (PST) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PE2hD10588; Sun, 25 Mar 2001 06:02:43 -0800 (PST) (envelope-from rse) Message-Id: <200103251402.f2PE2hD10588@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 25 Mar 2001 06:02:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/shtool Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rse 2001/03/25 06:02:42 PST Modified files: devel/shtool Makefile distinfo Log: Upgrade to GNU Shtool, version 1.5.2 Revision Changes Path 1.26 +2 -2 ports/devel/shtool/Makefile 1.22 +1 -1 ports/devel/shtool/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 6:11:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FF8D37B71A; Sun, 25 Mar 2001 06:11:56 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PEBu613599; Sun, 25 Mar 2001 06:11:56 -0800 (PST) (envelope-from scottl) Message-Id: <200103251411.f2PEBu613599@freefall.freebsd.org> From: Scott Long Date: Sun, 25 Mar 2001 06:11:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2001/03/25 06:11:56 PST Modified files: etc MAKEDEV Log: 'ln -s' -> 'ln -sf' for the afa link. Pointy hat Obtained from: roam@orbitel.bg Revision Changes Path 1.296 +2 -2 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 6:12:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A9BE37B718; Sun, 25 Mar 2001 06:12:18 -0800 (PST) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PECHX13669; Sun, 25 Mar 2001 06:12:17 -0800 (PST) (envelope-from rse) Message-Id: <200103251412.f2PECHX13669@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Sun, 25 Mar 2001 06:12:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pth Makefile distinfo pkg-descr pkg-plist ports/devel/pth/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rse 2001/03/25 06:12:17 PST Modified files: devel/pth Makefile distinfo pkg-descr pkg-plist Removed files: devel/pth/files patch-aa Log: Upgrade to GNU Portable Threads (Pth), version 1.4.0 Revision Changes Path 1.53 +2 -2 ports/devel/pth/Makefile 1.48 +1 -1 ports/devel/pth/distinfo 1.7 +1 -1 ports/devel/pth/pkg-descr 1.9 +2 -2 ports/devel/pth/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 Mar 25 6:24:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D900C37B71B; Sun, 25 Mar 2001 06:24:42 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PEOgD14439; Sun, 25 Mar 2001 06:24:42 -0800 (PST) (envelope-from andreas) Message-Id: <200103251424.f2PEOgD14439@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 06:24:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cflowd Makefile ports/net/cflowd/files cflowd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 06:24:42 PST Modified files: net/cflowd Makefile Added files: net/cflowd/files cflowd.sh Log: - forgot somehow to add the cflowd.sh sample startup script $FILESDIR - bump port revision, since port has now better functionality Revision Changes Path 1.8 +2 -2 ports/net/cflowd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 7:23: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 B0C6E37B719; Sun, 25 Mar 2001 07:23:24 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PFNOb12906; Sun, 25 Mar 2001 07:23:24 -0800 (PST) (envelope-from kevlo) Message-Id: <200103251523.f2PFNOb12906@freefall.freebsd.org> From: Kevin Lo Date: Sun, 25 Mar 2001 07:23:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBZ_File Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/25 07:23:24 PST Modified files: databases/p5-DBZ_File Makefile Log: Fix problem on -CURRENT. PR: 26066 Submitted by: MAINTAINER Revision Changes Path 1.5 +8 -2 ports/databases/p5-DBZ_File/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 7:24: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4E5837B73B; Sun, 25 Mar 2001 07:23:55 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PFNtc13044; Sun, 25 Mar 2001 07:23:55 -0800 (PST) (envelope-from iedowse) Message-Id: <200103251523.f2PFNtc13044@freefall.freebsd.org> From: Ian Dowse Date: Sun, 25 Mar 2001 07:23:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/03/25 07:23:55 PST Modified files: (Branch: RELENG_4) usr.sbin/boot0cfg boot0cfg.c Log: MFC: 1.11: Fix usage line. Approved by: jkh Revision Changes Path 1.7.2.3 +2 -2 src/usr.sbin/boot0cfg/boot0cfg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 7:32: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 E911637B71D; Sun, 25 Mar 2001 07:32:39 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PFWdJ13620; Sun, 25 Mar 2001 07:32:39 -0800 (PST) (envelope-from iedowse) Message-Id: <200103251532.f2PFWdJ13620@freefall.freebsd.org> From: Ian Dowse Date: Sun, 25 Mar 2001 07:32:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pccard_beep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/03/25 07:32:39 PST Modified files: (Branch: RELENG_4) sys/pccard pccard.c pccard_beep.c Log: MFC: pccard.c r1.117, pccard_beep.c r1.7 Avoid duplicate or incorrect beep tones. Don't depend on undefined C behaviour, and use 0 instead of NULL for an integer zero. Approved by: jkh Revision Changes Path 1.106.2.4 +2 -2 src/sys/pccard/pccard.c 1.3.2.2 +13 -13 src/sys/pccard/pccard_beep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 7:51:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D96E137B71B; Sun, 25 Mar 2001 07:51:43 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PFphj15504; Sun, 25 Mar 2001 07:51:43 -0800 (PST) (envelope-from scottl) Message-Id: <200103251551.f2PFphj15504@freefall.freebsd.org> From: Scott Long Date: Sun, 25 Mar 2001 07:51:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2001/03/25 07:51:43 PST Modified files: etc MAKEDEV Log: Bah. 'ln -sf' -> 'ln -fs'. I need to read my email more closely in the mornings. Pointy hat again Obtained from: roam@orbitel.org Revision Changes Path 1.297 +2 -2 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 7:54:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E33F937B71A; Sun, 25 Mar 2001 07:54:49 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PFsnI15787; Sun, 25 Mar 2001 07:54:49 -0800 (PST) (envelope-from andreas) Message-Id: <200103251554.f2PFsnI15787@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 07:54:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan Makefile pkg-message pkg-plist ports/net/flowscan/files cflowd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 07:54:49 PST Modified files: net/flowscan Makefile pkg-message pkg-plist Added files: net/flowscan/files cflowd.sh Log: - bump portrevision because important features were added to port to make it more functional and userfriendly - added cflowd's startup script to FILESDIR, add startup options to it, that are only valid for the patched cflowd. So later we overwrite the sample startup script of "stock" cflowd. This is done this way, because cflowd also can be used without flowscan. But *if* we use cflowd with flowscan, we have to manage things to work with flowscan. - install sample Makefile to graphs directory, so you can generate graphs more easily as being described in the docu (see INSTALL) - Added comments to pkg-message file, that this Makefile has to be updated whenever you add or remove protocol types in ${PREFIX}/var/db/flows/bin/CampusIO.cf - comment post-install section more.. - keep_me file could be removed, since we install the sample Makefile now in the graphs subdir Revision Changes Path 1.12 +15 -4 ports/net/flowscan/Makefile 1.2 +4 -1 ports/net/flowscan/pkg-message 1.4 +2 -1 ports/net/flowscan/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 Mar 25 8:15: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 258B437B719; Sun, 25 Mar 2001 08:15:07 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGF7r19737; Sun, 25 Mar 2001 08:15:07 -0800 (PST) (envelope-from kevlo) Message-Id: <200103251615.f2PGF7r19737@freefall.freebsd.org> From: Kevin Lo Date: Sun, 25 Mar 2001 08:15:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/loserjabber Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/25 08:15:06 PST Modified files: deskutils/loserjabber Makefile distinfo pkg-descr Log: Update to version 2.1.5 PR: 26063 Submitted by: MAINTAINER Revision Changes Path 1.5 +2 -2 ports/deskutils/loserjabber/Makefile 1.4 +1 -1 ports/deskutils/loserjabber/distinfo 1.2 +0 -3 ports/deskutils/loserjabber/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 Mar 25 8:25: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 3411C37B71D; Sun, 25 Mar 2001 08:25:39 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGPdd20510; Sun, 25 Mar 2001 08:25:39 -0800 (PST) (envelope-from obrien) Message-Id: <200103251625.f2PGPdd20510@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 08:25:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vn7to8/files vn7to8.1 vn80to81.1 vn8to7.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 08:25:39 PST Modified files: vietnamese/vn7to8/files vn7to8.1 vn80to81.1 vn8to7.1 Log: Add reference to vnconvert(1). Revision Changes Path 1.3 +2 -1 ports/vietnamese/vn7to8/files/vn7to8.1 1.3 +2 -1 ports/vietnamese/vn7to8/files/vn80to81.1 1.3 +2 -1 ports/vietnamese/vn7to8/files/vn8to7.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 8:36: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 E529037B71B; Sun, 25 Mar 2001 08:36:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGaMi21050; Sun, 25 Mar 2001 08:36:22 -0800 (PST) (envelope-from obrien) Message-Id: <200103251636.f2PGaMi21050@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 08:36:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnconvert pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 08:36:22 PST Modified files: vietnamese/vnconvert pkg-descr Log: Minor tweak. Revision Changes Path 1.2 +2 -2 ports/vietnamese/vnconvert/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 Mar 25 8:44: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 D062B37B71A; Sun, 25 Mar 2001 08:44:38 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGicW21644; Sun, 25 Mar 2001 08:44:38 -0800 (PST) (envelope-from obrien) Message-Id: <200103251644.f2PGicW21644@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 08:44:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnconvert/files vnconvert.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 08:44:38 PST Added files: vietnamese/vnconvert/files vnconvert.1 Log: Add a man page. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 8:44: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 7C77137B718; Sun, 25 Mar 2001 08:44:52 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGiqw21685; Sun, 25 Mar 2001 08:44:52 -0800 (PST) (envelope-from obrien) Message-Id: <200103251644.f2PGiqw21685@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 08:44:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnconvert/files patch-makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 08:44:52 PST Added files: vietnamese/vnconvert/files patch-makefile Log: Respect CFLAGS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 8:46:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3AFC37B718; Sun, 25 Mar 2001 08:46:40 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGkeK21895; Sun, 25 Mar 2001 08:46:40 -0800 (PST) (envelope-from obrien) Message-Id: <200103251646.f2PGkeK21895@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 08:46:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnconvert/files patch-vn78.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 08:46:40 PST Added files: vietnamese/vnconvert/files patch-vn78.c Log: Sigh. This code is based on vnlibs. Thus I need to fix the Pascal'ism where the author thought C arrays are indexed 1..sizeof(array). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 8:48: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 6562737B718; Sun, 25 Mar 2001 08:48:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGmMV22024; Sun, 25 Mar 2001 08:48:22 -0800 (PST) (envelope-from obrien) Message-Id: <200103251648.f2PGmMV22024@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 08:48:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnconvert/files patch-makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 08:48:22 PST Modified files: vietnamese/vnconvert/files patch-makefile Log: Grr. a local cc(1) option got added by mistake. Revision Changes Path 1.2 +3 -3 ports/vietnamese/vnconvert/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 Mar 25 8:49:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F9537B718; Sun, 25 Mar 2001 08:49:04 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGn4R22135; Sun, 25 Mar 2001 08:49:04 -0800 (PST) (envelope-from obrien) Message-Id: <200103251649.f2PGn4R22135@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 08:49:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnconvert pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 08:49:04 PST Modified files: vietnamese/vnconvert pkg-plist Log: Add FreeBSD ID. Revision Changes Path 1.2 +1 -0 ports/vietnamese/vnconvert/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 Mar 25 8:49: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 D688F37B71A; Sun, 25 Mar 2001 08:49:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGnMn22177; Sun, 25 Mar 2001 08:49:22 -0800 (PST) (envelope-from obrien) Message-Id: <200103251649.f2PGnMn22177@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 08:49:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnconvert Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 08:49:22 PST Modified files: vietnamese/vnconvert Makefile Log: Install new manpage. Revision Changes Path 1.3 +3 -1 ports/vietnamese/vnconvert/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 8:51: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 CA83937B71A; Sun, 25 Mar 2001 08:51:16 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGpGe22303; Sun, 25 Mar 2001 08:51:16 -0800 (PST) (envelope-from knu) Message-Id: <200103251651.f2PGpGe22303@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 25 Mar 2001 08:51:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-strscan Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/25 08:51:16 PST Modified files: devel/ruby-strscan Makefile Log: Fix a revisited bug in the installer. Submitted by: asami & bento (not asami bento :) Revision Changes Path 1.17 +5 -1 ports/devel/ruby-strscan/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 8:56: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 7632337B719; Sun, 25 Mar 2001 08:56:56 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PGuu722801; Sun, 25 Mar 2001 08:56:56 -0800 (PST) (envelope-from andreas) Message-Id: <200103251656.f2PGuu722801@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 08:56:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 08:56:56 PST Modified files: net/flowscan Makefile pkg-message Log: - detected, that the graphs/Makefile.sample isn't bmake friendly we need gmake here, added it to run dependencies therefore updated PORTREVISION, otherwise you don't get the png file... - updated pkg-message. You need to configure SNMP on your cisco or Juniper router Revision Changes Path 1.13 +3 -2 ports/net/flowscan/Makefile 1.3 +2 -0 ports/net/flowscan/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 9:17:45 2001 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 44BBF37B71A; Sun, 25 Mar 2001 09:17:39 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.3/8.11.3) id f2PHKjN24791; Sun, 25 Mar 2001 09:20:45 -0800 (PST) (envelope-from sgk) Date: Sun, 25 Mar 2001 09:20:45 -0800 From: Steve Kargl To: Brian Somers Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/periodic/weekly 400.status-pkg Message-ID: <20010325092045.A24469@troutmask.apl.washington.edu> References: <200103251135.f2PBZN690547@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: <200103251135.f2PBZN690547@freefall.freebsd.org>; from brian@FreeBSD.ORG on Sun, Mar 25, 2001 at 03:35:23AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 25, 2001 at 03:35:23AM -0800, Brian Somers wrote: > brian 2001/03/25 03:35:23 PST > > Modified files: > etc/periodic/weekly 400.status-pkg > Log: > Identify obsolete ports > Is this really a good idea? I have 29 ports that are considered obsolete on my system. One of those 29 is png-1.0.8. If I blindly update png, do I then need to update all the ports that depend on png: root[18] pkg_info -R png-1.0.8 Information for png-1.0.8: Required by: gd-1.8.3 gnuplot-3.7.1 ghostscript-6.01 teTeX-1.0.7 xpaint-2.5.7 netpbm-9.7 transfig-3.2.3 xfig-3.2.3c knews-1.0b.1 ImageMagick-5.2.3 -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 9:24: 0 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 4926A37B71A; Sun, 25 Mar 2001 09:23:56 -0800 (PST) (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 f2PHNs349815; Sun, 25 Mar 2001 19:23:54 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Steve Kargl Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/weekly 400.status-pkg In-Reply-To: Your message of "Sun, 25 Mar 2001 09:20:45 -0800." <20010325092045.A24469@troutmask.apl.washington.edu> Date: Sun, 25 Mar 2001 19:23:54 +0200 Message-ID: <49813.985541034@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010325092045.A24469@troutmask.apl.washington.edu>, Steve Kargl wr ites: >On Sun, Mar 25, 2001 at 03:35:23AM -0800, Brian Somers wrote: >> brian 2001/03/25 03:35:23 PST >> >> Modified files: >> etc/periodic/weekly 400.status-pkg >> Log: >> Identify obsolete ports >> > >Is this really a good idea? I have 29 ports that are >considered obsolete on my system. One of those 29 >is png-1.0.8. If I blindly update png, do I then >need to update all the ports that depend on png: Despite all the good things one can say about our ports system, I don't think anyone should do anything "blindly" to their installed ports. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 9:44: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 2832F37B718; Sun, 25 Mar 2001 09:44:45 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PHijp29735; Sun, 25 Mar 2001 09:44:45 -0800 (PST) (envelope-from andreas) Message-Id: <200103251744.f2PHijp29735@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 09:44:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 09:44:45 PST Modified files: net/flowscan pkg-message Log: cosmetic: you need cisco flow export version 5. Revision Changes Path 1.4 +1 -1 ports/net/flowscan/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 9:49:10 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 C348A37B718; Sun, 25 Mar 2001 09:49:05 -0800 (PST) (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 f2PHn5p15267; Sun, 25 Mar 2001 09:49:05 -0800 (PST) (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 f2PHn5h12900; Sun, 25 Mar 2001 09:49:05 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200103251749.f2PHn5h12900@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh channels.c channels.h compat.c compat.h serverloop.c sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c In-Reply-To: <200103200206.f2K26fZ49793@freefall.freebsd.org> Date: Sun, 25 Mar 2001 09:49:05 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Feldman wrote: > green 2001/03/19 18:06:41 PST > > Modified files: > crypto/openssh channels.c channels.h compat.c compat.h > serverloop.c sshconnect.c sshconnect.h > sshconnect1.c sshconnect2.c > Log: > Make password attacks based on traffic analysis harder by requiring that > "non-echoed" characters are still echoed back in a null packet, as well > as pad passwords sent to not give hints to the length otherwise. > > Obtained from: OpenBSD > > Revision Changes Path > 1.2 +1367 -620 src/crypto/openssh/channels.c > 1.2 +262 -10 src/crypto/openssh/channels.h > 1.3 +2 -0 src/crypto/openssh/compat.c > 1.2 +20 -6 src/crypto/openssh/compat.h > 1.2 +397 -158 src/crypto/openssh/serverloop.c > 1.14 +16 -1 src/crypto/openssh/sshconnect.c > 1.3 +2 -0 src/crypto/openssh/sshconnect.h > 1.8 +3 -3 src/crypto/openssh/sshconnect1.c > 1.2 +756 -200 src/crypto/openssh/sshconnect2.c BTW; are these changes going to be in the next import? If so, they should have been committed to the vendor branch. It is not too late to correct this... or there will be even more merge conflicts from hell at the next import. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 9:55:40 2001 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 5DBC537B71E; Sun, 25 Mar 2001 09:55:35 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.3/8.11.3) id f2PHwdO25136; Sun, 25 Mar 2001 09:58:39 -0800 (PST) (envelope-from sgk) Date: Sun, 25 Mar 2001 09:58:39 -0800 From: Steve Kargl To: Poul-Henning Kamp Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/weekly 400.status-pkg Message-ID: <20010325095839.A25046@troutmask.apl.washington.edu> References: <20010325092045.A24469@troutmask.apl.washington.edu> <49813.985541034@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <49813.985541034@critter>; from phk@critter.freebsd.dk on Sun, Mar 25, 2001 at 07:23:54PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 25, 2001 at 07:23:54PM +0200, Poul-Henning Kamp wrote: > In message <20010325092045.A24469@troutmask.apl.washington.edu>, Steve Kargl wr > ites: > >On Sun, Mar 25, 2001 at 03:35:23AM -0800, Brian Somers wrote: > >> brian 2001/03/25 03:35:23 PST > >> > >> Modified files: > >> etc/periodic/weekly 400.status-pkg > >> Log: > >> Identify obsolete ports > >> > > > >Is this really a good idea? I have 29 ports that are > >considered obsolete on my system. One of those 29 > >is png-1.0.8. If I blindly update png, do I then > >need to update all the ports that depend on png: > > Despite all the good things one can say about our ports system, > I don't think anyone should do anything "blindly" to their > installed ports. Which is my point! Once every week, the script tells people to update their obsolete ports. Perhaps, I spend too much time answering questions in USENET to have higher expectations of Joe Normal User. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 9:55:55 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 3088937B71D; Sun, 25 Mar 2001 09:55:35 -0800 (PST) (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 f2PHthT25162; Sun, 25 Mar 2001 18:55:43 +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 f2PHwCw73383; Sun, 25 Mar 2001 18:58:12 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103251758.f2PHwCw73383@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Steve Kargl Cc: Brian Somers , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: cvs commit: src/etc/periodic/weekly 400.status-pkg In-Reply-To: Message from Steve Kargl of "Sun, 25 Mar 2001 09:20:45 -0800." <20010325092045.A24469@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 25 Mar 2001 18:58:12 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, Mar 25, 2001 at 03:35:23AM -0800, Brian Somers wrote: > > brian 2001/03/25 03:35:23 PST > > > > Modified files: > > etc/periodic/weekly 400.status-pkg > > Log: > > Identify obsolete ports > > > > Is this really a good idea? 400.status-pkg is an advisory thing and is disabled by default. It identifies what ports are out-of-date. If you're not interested in knowing this then you should leave this facility disabled. > I have 29 ports that are > considered obsolete on my system. One of those 29 > is png-1.0.8. png isn't obsolete, it's out of date (and is already identified as such by 400.status-pkg). The change is to identify obsolete ports (so that for example ``sane'' is shown as needing attention now that it's been split into two new ports). > If I blindly update png, do I then > need to update all the ports that depend on png: > > root[18] pkg_info -R png-1.0.8 > Information for png-1.0.8: > > Required by: > gd-1.8.3 > gnuplot-3.7.1 > ghostscript-6.01 > teTeX-1.0.7 > xpaint-2.5.7 > netpbm-9.7 > transfig-3.2.3 > xfig-3.2.3c > knews-1.0b.1 > ImageMagick-5.2.3 Essentially yes. You need to pkg_delete the whole lot and then either rebuild each port or re-install the latest packages. But as phk says, don't do it blindly :*P I agree that this is a PITA, but AFAIK it's the only reliable way to do things. But this is a digression. 400.status-pkg is just the messenger.... > -- > Steve -- 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 Sun Mar 25 9:57: 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 4512537B71A; Sun, 25 Mar 2001 09:57:00 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PHv0930381; Sun, 25 Mar 2001 09:57:00 -0800 (PST) (envelope-from peter) Message-Id: <200103251757.f2PHv0930381@freefall.freebsd.org> From: Peter Wemm Date: Sun, 25 Mar 2001 09:57:00 -0800 (PST) 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 peter 2001/03/25 09:57:00 PST Modified files: (Branch: RELENG_4) release/texts ABOUT.TXT Log: MFC: s/Over 3000 ports/Over 4500 ports/ Approved by: jkh Revision Changes Path 1.8.2.1 +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 Sun Mar 25 9:59: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 38F5337B719; Sun, 25 Mar 2001 09:59:42 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PHxgR30617; Sun, 25 Mar 2001 09:59:42 -0800 (PST) (envelope-from will) Message-Id: <200103251759.f2PHxgR30617@freefall.freebsd.org> From: Will Andrews Date: Sun, 25 Mar 2001 09:59:42 -0800 (PST) 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/03/25 09:59:42 PST Modified files: . modules Log: Adjust position of eddie module. Not sure how it got here. Obtained from: waterspout.com cvs repository Revision Changes Path 1.2734 +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 Sun Mar 25 10: 0: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 EFE8D37B718; Sun, 25 Mar 2001 10:00:54 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PI0s030737; Sun, 25 Mar 2001 10:00:54 -0800 (PST) (envelope-from dinoex) Message-Id: <200103251800.f2PI0s030737@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 25 Mar 2001 10:00:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/amaya Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/03/25 10:00:54 PST Modified files: www/amaya Makefile distinfo pkg-plist Log: - Updating the port to use the latest bugfix release. - Notwithstanding the comment in bsd.port.mk, sometimes defining both EXTRACT_SUFX and DISTFILES is appropriate. PR: 26047 Submitted by: croyle@gelemna.org Revision Changes Path 1.19 +3 -4 ports/www/amaya/Makefile 1.13 +1 -1 ports/www/amaya/distinfo 1.14 +1 -0 ports/www/amaya/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 Mar 25 10: 5: 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 6ED6437B718; Sun, 25 Mar 2001 10:04:56 -0800 (PST) (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 f2PI58T25239; Sun, 25 Mar 2001 19:05:09 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f2PI7cw73619; Sun, 25 Mar 2001 19:07:38 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103251807.f2PI7cw73619@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Steve Kargl Cc: Poul-Henning Kamp , Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc/periodic/weekly 400.status-pkg In-Reply-To: Message from Steve Kargl of "Sun, 25 Mar 2001 09:58:39 -0800." <20010325095839.A25046@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 25 Mar 2001 19:07:38 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, Mar 25, 2001 at 07:23:54PM +0200, Poul-Henning Kamp wrote: > > In message <20010325092045.A24469@troutmask.apl.washington.edu>, Steve Kargl wr > > ites: > > >On Sun, Mar 25, 2001 at 03:35:23AM -0800, Brian Somers wrote: > > >> brian 2001/03/25 03:35:23 PST > > >> > > >> Modified files: > > >> etc/periodic/weekly 400.status-pkg > > >> Log: > > >> Identify obsolete ports > > >> > > > > > >Is this really a good idea? I have 29 ports that are > > >considered obsolete on my system. One of those 29 > > >is png-1.0.8. If I blindly update png, do I then > > >need to update all the ports that depend on png: > > > > Despite all the good things one can say about our ports system, > > I don't think anyone should do anything "blindly" to their > > installed ports. > > Which is my point! Once every week, the script tells people > to update their obsolete ports. Perhaps, I spend too much > time answering questions in USENET to have higher expectations > of Joe Normal User. This script is disabled by default. If Joe Normal User doesn't understand what the output means then he shouldn't be enabling it. > -- > Steve -- 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 Sun Mar 25 10:37: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 0EBBE37B71B; Sun, 25 Mar 2001 10:37:09 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PIb8M35577; Sun, 25 Mar 2001 10:37:08 -0800 (PST) (envelope-from obrien) Message-Id: <200103251837.f2PIb8M35577@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 10:37:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/file - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 10:37:08 PST src/contrib/file - Imported sources Update of /home/ncvs/src/contrib/file In directory freefall.freebsd.org:/c/tmp/cvs-serv35524 Log Message: Virgin import of Christos Zoulas's FILE 3.34. Status: Vendor Tag: ZOULAS Release Tags: file_3_34 U src/contrib/file/Localstuff U src/contrib/file/Header U src/contrib/file/LEGAL.NOTICE U src/contrib/file/MAINT U src/contrib/file/Makefile.am U src/contrib/file/Makefile.in U src/contrib/file/Makefile.std U src/contrib/file/README U src/contrib/file/acconfig.h U src/contrib/file/acinclude.m4 U src/contrib/file/aclocal.m4 U src/contrib/file/apprentice.c U src/contrib/file/ascmagic.c U src/contrib/file/compress.c U src/contrib/file/config.h.in U src/contrib/file/configure U src/contrib/file/configure.in U src/contrib/file/file.c U src/contrib/file/file.h U src/contrib/file/file.man U src/contrib/file/fsmagic.c U src/contrib/file/install-sh U src/contrib/file/is_tar.c U src/contrib/file/missing U src/contrib/file/magic.man U src/contrib/file/magic.mime U src/contrib/file/magic2mime U src/contrib/file/mkinstalldirs U src/contrib/file/names.h U src/contrib/file/patchlevel.h U src/contrib/file/print.c U src/contrib/file/readelf.c U src/contrib/file/readelf.h U src/contrib/file/softmagic.c U src/contrib/file/stamp-h.in U src/contrib/file/tar.h U src/contrib/file/Magdir/adventure U src/contrib/file/Magdir/allegro U src/contrib/file/Magdir/alliant U src/contrib/file/Magdir/alpha U src/contrib/file/Magdir/amanda U src/contrib/file/Magdir/amigaos U src/contrib/file/Magdir/animation U src/contrib/file/Magdir/apl U src/contrib/file/Magdir/apple U src/contrib/file/Magdir/applix U src/contrib/file/Magdir/archive U src/contrib/file/Magdir/asterix U src/contrib/file/Magdir/att3b U src/contrib/file/Magdir/audio U src/contrib/file/Magdir/blender U src/contrib/file/Magdir/blit U src/contrib/file/Magdir/bsdi U src/contrib/file/Magdir/c-lang U src/contrib/file/Magdir/chi U src/contrib/file/Magdir/cisco U src/contrib/file/Magdir/claris U src/contrib/file/Magdir/clipper U src/contrib/file/Magdir/commands U src/contrib/file/Magdir/compress U src/contrib/file/Magdir/console U src/contrib/file/Magdir/convex U src/contrib/file/Magdir/ctags U src/contrib/file/Magdir/database U src/contrib/file/Magdir/diamond U src/contrib/file/Magdir/elf U src/contrib/file/Magdir/diff U src/contrib/file/Magdir/digital U src/contrib/file/Magdir/dump N src/contrib/file/Magdir/dyadic N src/contrib/file/Magdir/editors U src/contrib/file/Magdir/encore U src/contrib/file/Magdir/epoc U src/contrib/file/Magdir/filesystems U src/contrib/file/Magdir/flash U src/contrib/file/Magdir/fonts U src/contrib/file/Magdir/frame U src/contrib/file/Magdir/freebsd U src/contrib/file/Magdir/fsav U src/contrib/file/Magdir/gimp U src/contrib/file/Magdir/gnu U src/contrib/file/Magdir/grace N src/contrib/file/Magdir/hitachi-sh U src/contrib/file/Magdir/hp U src/contrib/file/Magdir/ibm370 U src/contrib/file/Magdir/ibm6000 U src/contrib/file/Magdir/iff U src/contrib/file/Magdir/images U src/contrib/file/Magdir/intel U src/contrib/file/Magdir/interleaf U src/contrib/file/Magdir/island U src/contrib/file/Magdir/ispell U src/contrib/file/Magdir/java U src/contrib/file/Magdir/jpeg U src/contrib/file/Magdir/karma U src/contrib/file/Magdir/lecter U src/contrib/file/Magdir/lex U src/contrib/file/Magdir/lif U src/contrib/file/Magdir/linux U src/contrib/file/Magdir/lisp U src/contrib/file/Magdir/mach U src/contrib/file/Magdir/macintosh U src/contrib/file/Magdir/magic U src/contrib/file/Magdir/mail.news U src/contrib/file/Magdir/maple U src/contrib/file/Magdir/mathematica U src/contrib/file/Magdir/mcrypt U src/contrib/file/Magdir/mime U src/contrib/file/Magdir/mirage U src/contrib/file/Magdir/mkid U src/contrib/file/Magdir/mmdf U src/contrib/file/Magdir/modem U src/contrib/file/Magdir/motorola U src/contrib/file/Magdir/msdos U src/contrib/file/Magdir/msvc U src/contrib/file/Magdir/ncr U src/contrib/file/Magdir/netbsd U src/contrib/file/Magdir/netscape U src/contrib/file/Magdir/news U src/contrib/file/Magdir/octave U src/contrib/file/Magdir/olf U src/contrib/file/Magdir/os2 U src/contrib/file/Magdir/os9 U src/contrib/file/Magdir/osf1 U src/contrib/file/Magdir/palm N src/contrib/file/Magdir/parix U src/contrib/file/Magdir/pbm U src/contrib/file/Magdir/pdf U src/contrib/file/Magdir/pdp U src/contrib/file/Magdir/pgp U src/contrib/file/Magdir/rpm U src/contrib/file/Magdir/pkgadd U src/contrib/file/Magdir/plus5 U src/contrib/file/Magdir/printer U src/contrib/file/Magdir/project U src/contrib/file/Magdir/psdbms U src/contrib/file/Magdir/pyramid U src/contrib/file/Magdir/python U src/contrib/file/Magdir/riff U src/contrib/file/Magdir/rtf U src/contrib/file/Magdir/sc U src/contrib/file/Magdir/sccs U src/contrib/file/Magdir/sendmail U src/contrib/file/Magdir/sequent U src/contrib/file/Magdir/sgi U src/contrib/file/Magdir/sgml U src/contrib/file/Magdir/sniffer U src/contrib/file/Magdir/softquad U src/contrib/file/Magdir/spectrum U src/contrib/file/Magdir/sun U src/contrib/file/Magdir/teapot U src/contrib/file/Magdir/terminfo U src/contrib/file/Magdir/tex U src/contrib/file/Magdir/ti-8x U src/contrib/file/Magdir/timezone U src/contrib/file/Magdir/troff N src/contrib/file/Magdir/tuxedo U src/contrib/file/Magdir/typeset U src/contrib/file/Magdir/unknown U src/contrib/file/Magdir/uuencode U src/contrib/file/Magdir/varied.out U src/contrib/file/Magdir/vax U src/contrib/file/Magdir/vms U src/contrib/file/Magdir/vicar U src/contrib/file/Magdir/visx U src/contrib/file/Magdir/vmware U src/contrib/file/Magdir/wordperfect U src/contrib/file/Magdir/xdelta U src/contrib/file/Magdir/xenix U src/contrib/file/Magdir/zilog U src/contrib/file/Magdir/zyxel No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 10:38:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8434D37B718; Sun, 25 Mar 2001 10:38:47 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PIclB35660; Sun, 25 Mar 2001 10:38:47 -0800 (PST) (envelope-from obrien) Message-Id: <200103251838.f2PIclB35660@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 10:38:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/file FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 10:38:47 PST Modified files: contrib/file FREEBSD-upgrade Log: Update for file 3.34. Revision Changes Path 1.2 +6 -5 src/contrib/file/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 10:56: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 B7EA237B71E; Sun, 25 Mar 2001 10:56:48 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PIumi37076; Sun, 25 Mar 2001 10:56:48 -0800 (PST) (envelope-from cg) Message-Id: <200103251856.f2PIumi37076@freefall.freebsd.org> From: Cameron Grant Date: Sun, 25 Mar 2001 10:56:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa mss.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/03/25 10:56:48 PST Modified files: sys/dev/sound/isa mss.c Log: the softc is not a mutex, don't try to lock it. Submitted by: George Reid Revision Changes Path 1.66 +3 -3 src/sys/dev/sound/isa/mss.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 11: 1: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 3B7F037B71A; Sun, 25 Mar 2001 11:01:29 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PJ1T837366; Sun, 25 Mar 2001 11:01:29 -0800 (PST) (envelope-from obrien) Message-Id: <200103251901.f2PJ1T837366@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 11:01:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim6 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 11:01:29 PST Modified files: editors/vim6 Makefile distinfo pkg-plist Log: Update to Vim 6.0 beta Z Revision Changes Path 1.113 +2 -2 ports/editors/vim6/Makefile 1.66 +2 -2 ports/editors/vim6/distinfo 1.40 +4 -1 ports/editors/vim6/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 Mar 25 11: 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 1783337B719; Sun, 25 Mar 2001 11:09:07 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PJ97340479; Sun, 25 Mar 2001 11:09:07 -0800 (PST) (envelope-from cg) Message-Id: <200103251909.f2PJ97340479@freefall.freebsd.org> From: Cameron Grant Date: Sun, 25 Mar 2001 11:09:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa mss.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/03/25 11:09:06 PST Modified files: sys/dev/sound/isa mss.c Log: release resources if one of the speculative probes in opti_detect() fails, otherwise resource_list_alloc panics when opti_detect tries its next probe. Revision Changes Path 1.67 +13 -8 src/sys/dev/sound/isa/mss.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 11:18:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7D1437B718; Sun, 25 Mar 2001 11:18:43 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PJIhO41143; Sun, 25 Mar 2001 11:18:43 -0800 (PST) (envelope-from alfred) Message-Id: <200103251918.f2PJIhO41143@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 25 Mar 2001 11:18:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/25 11:18:43 PST Modified files: sbin/mount_nfs mount_nfs.c Log: fix -o port=xxx Revision Changes Path 1.39 +9 -6 src/sbin/mount_nfs/mount_nfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 11:58: 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 F116D37B71B; Sun, 25 Mar 2001 11:57:59 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PJvxA43381; Sun, 25 Mar 2001 11:57:59 -0800 (PST) (envelope-from alfred) Message-Id: <200103251957.f2PJvxA43381@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 25 Mar 2001 11:57:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd mountd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/25 11:57:59 PST Modified files: sbin/mountd mountd.c Log: Deal with lack of IPv6 support gracefully. Submitted by: Martin Blapp Revision Changes Path 1.42 +9 -5 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 11:58: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 0B9A437B765; Sun, 25 Mar 2001 11:58:07 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PJw7A43407; Sun, 25 Mar 2001 11:58:07 -0800 (PST) (envelope-from jkh) Message-Id: <200103251958.f2PJw7A43407@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 25 Mar 2001 11:58:07 -0800 (PST) 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 jkh 2001/03/25 11:58:07 PST Modified files: . access Log: Add Yar Tikhiy to committers as punishment for submitting too many complicated PRs. Welcome, Yar! Approved by: core Revision Changes Path 1.216 +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 Sun Mar 25 11:59:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E44637B71A; Sun, 25 Mar 2001 11:59:08 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PJx8t43589; Sun, 25 Mar 2001 11:59:08 -0800 (PST) (envelope-from alfred) Message-Id: <200103251959.f2PJx8t43589@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 25 Mar 2001 11:59:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd mountd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/25 11:59:08 PST Modified files: sbin/mountd mountd.c Log: Replace pmap_unset() with rpcb_unset() which fixes the unregistering. Submitted by: Martin Blapp Revision Changes Path 1.43 +3 -3 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 12: 1:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9541D37B71D; Sun, 25 Mar 2001 12:01:42 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PK1gb43813; Sun, 25 Mar 2001 12:01:42 -0800 (PST) (envelope-from jkh) Message-Id: <200103252001.f2PK1gb43813@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 25 Mar 2001 12:01:42 -0800 (PST) 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 jkh 2001/03/25 12:01:42 PST Modified files: en/news newsflash.sgml Log: Catch up with new committer additions. Revision Changes Path 1.251 +9 -1 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 12: 6:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10F3D37B71B; Sun, 25 Mar 2001 12:06:09 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PK68d46596; Sun, 25 Mar 2001 12:06:09 -0800 (PST) (envelope-from brian) Message-Id: <200103252006.f2PK68d46596@freefall.freebsd.org> From: Brian Somers Date: Sun, 25 Mar 2001 12:06:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pppctl pppctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/25 12:06:08 PST Modified files: usr.sbin/pppctl pppctl.c Log: Issue a ``quit'' after other ppp commands given on the command line and then wait for the connection to be closed by the peer. This means that commands such as ``pppctl ... show links'' will display the correct output again (rather than truncating it depending on how much data arrived in the last packet). Revision Changes Path 1.26 +6 -1 src/usr.sbin/pppctl/pppctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 12:17:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E25B37B71B; Sun, 25 Mar 2001 12:17:47 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PKHla47515; Sun, 25 Mar 2001 12:17:47 -0800 (PST) (envelope-from trevor) Message-Id: <200103252017.f2PKHla47515@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 25 Mar 2001 12:17:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pine4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/03/25 12:17:47 PST Modified files: mail/pine4 Makefile Log: Set PORTREVISION because of new files/patch-reply.c. It looks as though the only slave port to this is mail/pine4-ssl, which is marked BROKEN. Submitted by: kris Revision Changes Path 1.51 +2 -1 ports/mail/pine4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 12:20:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A17F37B718; Sun, 25 Mar 2001 12:20:32 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PKKW647775; Sun, 25 Mar 2001 12:20:32 -0800 (PST) (envelope-from imp) Message-Id: <200103252020.f2PKKW647775@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Mar 2001 12:20:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcic_p.c pcic_p.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/03/25 12:20:32 PST Modified files: (Branch: RELENG_4) sys/pci pcic_p.c pcic_p.h Log: MFC: Add OZ6832 cardbus ids. Approved by: jkh Revision Changes Path 1.20.2.3 +4 -1 src/sys/pci/pcic_p.c 1.10.2.3 +2 -1 src/sys/pci/pcic_p.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 12: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 9869937B718; Sun, 25 Mar 2001 12:22:02 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PKM2G47898; Sun, 25 Mar 2001 12:22:02 -0800 (PST) (envelope-from wosch) Message-Id: <200103252022.f2PKM2G47898@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 25 Mar 2001 12:22:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi ports.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/03/25 12:22:02 PST Modified files: en/cgi ports.cgi Log: Copyright++ Revision Changes Path 1.52 +4 -4 www/en/cgi/ports.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 12:34:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFBE937B719; Sun, 25 Mar 2001 12:34:50 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PKYoU48675; Sun, 25 Mar 2001 12:34:50 -0800 (PST) (envelope-from andreas) Message-Id: <200103252034.f2PKYoU48675@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 12:34:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/personality Makefile pkg-comment pkg-descr pkg-message pkg-plist ports/sysutils/personality/src personality personality.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 12:34:50 PST Modified files: sysutils Makefile Added files: sysutils/personality Makefile pkg-comment pkg-descr pkg-message pkg-plist sysutils/personality/src personality personality.8 Log: new port of Michael Smith's personality script personality manages different system configurations Revision Changes Path 1.168 +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 Sun Mar 25 12:35: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17B4937B728; Sun, 25 Mar 2001 12:34:56 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PKYu548737; Sun, 25 Mar 2001 12:34:56 -0800 (PST) (envelope-from andreas) Message-Id: <200103252034.f2PKYu548737@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 12:34:56 -0800 (PST) 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 andreas 2001/03/25 12:34:55 PST Modified files: . modules Log: personality --> ports/sysutils/personality Revision Changes Path 1.2735 +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 Mar 25 12:35:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2843A37B71A; Sun, 25 Mar 2001 12:35:18 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PKZIU48826; Sun, 25 Mar 2001 12:35:18 -0800 (PST) (envelope-from imp) Message-Id: <200103252035.f2PKZIU48826@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Mar 2001 12:35:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/03/25 12:35:18 PST Modified files: (Branch: RELENG_4) . UPDATING Log: Fix typo. I'm sorry, but I lost the mail that contained this patch, so I don't know who sent this to me. Revision Changes Path 1.73.2.28 +2 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 12:38:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EA0437B719; Sun, 25 Mar 2001 12:38:28 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PKcS049065; Sun, 25 Mar 2001 12:38:28 -0800 (PST) (envelope-from andreas) Message-Id: <200103252038.f2PKcS049065@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 12:38:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan Makefile pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 12:38:28 PST Modified files: net/flowscan Makefile pkg-comment Log: portlintify Revision Changes Path 1.14 +11 -11 ports/net/flowscan/Makefile 1.2 +1 -1 ports/net/flowscan/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 12:41: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 7D6E337B71A; Sun, 25 Mar 2001 12:41:45 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PKfjR49285; Sun, 25 Mar 2001 12:41:45 -0800 (PST) (envelope-from andreas) Message-Id: <200103252041.f2PKfjR49285@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 12:41:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cflowd pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 12:41:45 PST Modified files: net/cflowd pkg-comment Log: portlintify Revision Changes Path 1.3 +1 -1 ports/net/cflowd/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 13: 5: 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 125E437B71E; Sun, 25 Mar 2001 13:05:03 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PL52X50761; Sun, 25 Mar 2001 13:05:02 -0800 (PST) (envelope-from sobomax) Message-Id: <200103252105.f2PL52X50761@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 25 Mar 2001 13:05:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/micq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/25 13:05:02 PST Modified files: net/micq Makefile Log: Fix slightly broken l10n support. Submitted by: Olexander Kunytsa Revision Changes Path 1.19 +1 -1 ports/net/micq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 13:32:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 886C037B718; Sun, 25 Mar 2001 13:32:41 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PLWfP55062; Sun, 25 Mar 2001 13:32:41 -0800 (PST) (envelope-from dirk) Message-Id: <200103252132.f2PLWfP55062@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Mar 2001 13:32:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 asr.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/03/25 13:32:41 PST Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 asr.4 Log: MFC: Fix .Xr sd -> da. Approved by: jkh Revision Changes Path 1.2.2.4 +2 -2 src/share/man/man4/man4.i386/asr.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 13: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 2968137B71B; Sun, 25 Mar 2001 13:43:26 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PLhQS55964; Sun, 25 Mar 2001 13:43:26 -0800 (PST) (envelope-from cg) Message-Id: <200103252143.f2PLhQS55964@freefall.freebsd.org> From: Cameron Grant Date: Sun, 25 Mar 2001 13:43:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm buffer.c channel.c src/sys/dev/sound/isa mss.h sb16.c src/sys/dev/sound/pci maestro3.c via82c686.c vibes.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/03/25 13:43:25 PST Modified files: sys/dev/sound/pcm buffer.c channel.c sys/dev/sound/isa mss.h sb16.c sys/dev/sound/pci maestro3.c via82c686.c vibes.c Log: fix whitespace bogons Revision Changes Path 1.4 +5 -5 src/sys/dev/sound/pcm/buffer.c 1.53 +34 -34 src/sys/dev/sound/pcm/channel.c 1.11 +5 -5 src/sys/dev/sound/isa/mss.h 1.67 +2 -2 src/sys/dev/sound/isa/sb16.c 1.4 +76 -76 src/sys/dev/sound/pci/maestro3.c 1.10 +17 -17 src/sys/dev/sound/pci/via82c686.c 1.4 +56 -56 src/sys/dev/sound/pci/vibes.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 13:50:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34C9737B718; Sun, 25 Mar 2001 13:50:23 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PLoN056453; Sun, 25 Mar 2001 13:50:23 -0800 (PST) (envelope-from dirk) Message-Id: <200103252150.f2PLoN056453@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Mar 2001 13:50:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/03/25 13:50:22 PST Modified files: www/mod_php4/scripts configure.php Log: Add support for transparent session id. Submitted by: Dalin S. Owen Revision Changes Path 1.120 +5 -1 ports/www/mod_php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 14: 2: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 115FE37B719; Sun, 25 Mar 2001 14:02:50 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PM2no57526; Sun, 25 Mar 2001 14:02:49 -0800 (PST) (envelope-from dirk) Message-Id: <200103252202.f2PM2no57526@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Mar 2001 14:02:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php3/scripts configure.php ports/www/mod_php4/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/03/25 14:02:48 PST Modified files: www/mod_php3/scripts configure.php www/mod_php4/scripts configure.php Log: Add Interbase 6 database support (Firebird). (I had no chance to test it...) PR: ports/25908 Submitted by: Chris Knight Revision Changes Path 1.110 +7 -1 ports/www/mod_php3/scripts/configure.php 1.121 +7 -1 ports/www/mod_php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 14: 6: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 0D56E37B71A; Sun, 25 Mar 2001 14:06:40 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PM6dG60376; Sun, 25 Mar 2001 14:06:39 -0800 (PST) (envelope-from andreas) Message-Id: <200103252206.f2PM6dG60376@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 14:06:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 14:06:39 PST Modified files: net/flowscan Makefile Log: another show stopper, missing dependency to p5-Net-Patricia didn't bump PORTREVISION, since package building has been impossible Revision Changes Path 1.15 +2 -1 ports/net/flowscan/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 14:14: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 DFB7C37B718; Sun, 25 Mar 2001 14:14:07 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PME7w60926; Sun, 25 Mar 2001 14:14:07 -0800 (PST) (envelope-from dirk) Message-Id: <200103252214.f2PME7w60926@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Mar 2001 14:14:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/03/25 14:14:07 PST Modified files: www/mod_php4/scripts configure.php Log: Add CURL support. Submitted by: Garrett Rooney Revision Changes Path 1.122 +6 -1 ports/www/mod_php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 15: 5: 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 CB05837B718; Sun, 25 Mar 2001 15:04:52 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PN4qN64756; Sun, 25 Mar 2001 15:04:52 -0800 (PST) (envelope-from sf) Message-Id: <200103252304.f2PN4qN64756@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 25 Mar 2001 15:04:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/imake-4 Makefile distinfo pkg-plist ports/devel/imake-4/files patch-c2 patch-xthreads patch-c patch-d patch-h patch-t01 patch-i ports/devel/imake-4/scripts configure ports/x11/XFree86-4-clients Makefile distinfo pkg-comment ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/03/25 15:04:52 PST Modified files: devel/imake-4 Makefile distinfo pkg-plist devel/imake-4/files patch-c patch-d patch-h patch-t01 devel/imake-4/scripts configure x11/XFree86-4-clients Makefile distinfo pkg-comment pkg-descr pkg-plist x11/XFree86-4-clients/scripts configure x11/XFree86-4-documents Makefile distinfo pkg-descr pkg-plist x11/XFree86-4-documents/files patch-01 patch-04 x11/XFree86-4-libraries Makefile distinfo pkg-descr pkg-plist x11/XFree86-4-libraries/files patch-2 patch-c patch-d patch-f patch-h patch-t01 patch-z01 patch-z02 patch-z04 patch-z30 patch-z31 patch-z32 patch-z33 patch-z34 patch-z35 patch-z37 x11/XFree86-4-libraries/scripts configure x11/XFree86-4-manuals Makefile distinfo pkg-descr x11-fonts/XFree86-4-font100dpi Makefile distinfo x11-fonts/XFree86-4-font75dpi Makefile distinfo x11-fonts/XFree86-4-fontCyrillic Makefile distinfo x11-fonts/XFree86-4-fontDefaultBitmaps Makefile distinfo pkg-plist x11-fonts/XFree86-4-fontEncodings Makefile distinfo pkg-plist x11-fonts/XFree86-4-fontLatin2 Makefile distinfo pkg-plist x11-fonts/XFree86-4-fontScalable Makefile distinfo pkg-plist x11-fonts/XFree86-4-fontScalable/files patch-01 x11-servers/XFree86-4-FontServer Makefile distinfo pkg-plist x11-servers/XFree86-4-NestServer Makefile distinfo pkg-plist x11-servers/XFree86-4-PrintServer Makefile distinfo pkg-plist x11-servers/XFree86-4-Server Makefile distinfo pkg-plist x11-servers/XFree86-4-Server/scripts configure x11-servers/XFree86-4-VirtualFramebufferServer Makefile distinfo pkg-plist Added files: devel/imake-4/files patch-c2 patch-xthreads x11/XFree86-4-clients/files manpages x11/XFree86-4-libraries/files patch-c2 patch-riva_hw.c patch-t03 patch-xdm patch-xthreads patch-z39 patch-z40 patch-z41 patch-z42 patch-z43 x11/XFree86-4-manuals/files manpages Removed files: devel/imake-4/files patch-i x11/XFree86-4-documents/files patch-02 patch-03 patch-05 x11/XFree86-4-libraries/files patch-1 patch-5 patch-6 patch-8 patch-9 patch-config_cf_Server_tmpl patch-g patch-i810 patch-k patch-l patch-s01 patch-t02 patch-z03 patch-z07 patch-z08 patch-z09 patch-z10 patch-z11 patch-z12 patch-z13 patch-z20 patch-z21 patch-z38 Log: update to 4.0.3. o use internal freetype2 for consistency with x11/XFree86-4. o added xthreads obtained from x11/XFree86-4. o install "ws" type config sample for xdm. o build DRI only if kernel source installed in /sys. o fix Riva128/SGRAM driver(patch-riva_hw.c). PR: 24338(4.0.2) Submitted by: maintainer, keith Revision Changes Path 1.10 +78 -26 ports/devel/imake-4/Makefile 1.4 +2 -1 ports/devel/imake-4/distinfo 1.4 +4 -0 ports/devel/imake-4/pkg-plist 1.4 +4 -5 ports/devel/imake-4/files/patch-c 1.4 +3 -11 ports/devel/imake-4/files/patch-d 1.4 +7 -9 ports/devel/imake-4/files/patch-h 1.2 +12 -3 ports/devel/imake-4/files/patch-t01 1.5 +128 -34 ports/devel/imake-4/scripts/configure 1.88 +49 -124 ports/x11/XFree86-4-clients/Makefile 1.27 +4 -1 ports/x11/XFree86-4-clients/distinfo 1.11 +1 -1 ports/x11/XFree86-4-clients/pkg-comment 1.10 +0 -5 ports/x11/XFree86-4-clients/pkg-descr 1.35 +59 -2 ports/x11/XFree86-4-clients/pkg-plist 1.63 +24 -20 ports/x11/XFree86-4-clients/scripts/configure 1.4 +12 -10 ports/x11/XFree86-4-documents/Makefile 1.3 +3 -2 ports/x11/XFree86-4-documents/distinfo 1.3 +0 -5 ports/x11/XFree86-4-documents/pkg-descr 1.3 +2 -0 ports/x11/XFree86-4-documents/pkg-plist 1.2 +6 -6 ports/x11/XFree86-4-documents/files/patch-01 1.2 +9 -8 ports/x11/XFree86-4-documents/files/patch-04 1.92 +52 -13 ports/x11/XFree86-4-libraries/Makefile 1.27 +3 -1 ports/x11/XFree86-4-libraries/distinfo 1.10 +0 -5 ports/x11/XFree86-4-libraries/pkg-descr 1.36 +89 -28 ports/x11/XFree86-4-libraries/pkg-plist 1.2 +21 -5 ports/x11/XFree86-4-libraries/files/patch-2 1.5 +4 -5 ports/x11/XFree86-4-libraries/files/patch-c 1.7 +3 -30 ports/x11/XFree86-4-libraries/files/patch-d 1.4 +53 -55 ports/x11/XFree86-4-libraries/files/patch-f 1.3 +6 -9 ports/x11/XFree86-4-libraries/files/patch-h 1.2 +12 -3 ports/x11/XFree86-4-libraries/files/patch-t01 1.2 +42 -10 ports/x11/XFree86-4-libraries/files/patch-z01 1.3 +24 -17 ports/x11/XFree86-4-libraries/files/patch-z02 1.3 +3 -5 ports/x11/XFree86-4-libraries/files/patch-z04 1.2 +6 -6 ports/x11/XFree86-4-libraries/files/patch-z30 1.2 +15 -13 ports/x11/XFree86-4-libraries/files/patch-z31 1.2 +4 -4 ports/x11/XFree86-4-libraries/files/patch-z32 1.2 +70 -20 ports/x11/XFree86-4-libraries/files/patch-z33 1.2 +11 -11 ports/x11/XFree86-4-libraries/files/patch-z34 1.2 +4 -4 ports/x11/XFree86-4-libraries/files/patch-z35 1.2 +18 -8 ports/x11/XFree86-4-libraries/files/patch-z37 1.63 +27 -5 ports/x11/XFree86-4-libraries/scripts/configure 1.4 +11 -999 ports/x11/XFree86-4-manuals/Makefile 1.3 +1 -1 ports/x11/XFree86-4-manuals/distinfo 1.3 +0 -5 ports/x11/XFree86-4-manuals/pkg-descr 1.4 +4 -8 ports/x11-fonts/XFree86-4-font100dpi/Makefile 1.3 +1 -1 ports/x11-fonts/XFree86-4-font100dpi/distinfo 1.3 +4 -8 ports/x11-fonts/XFree86-4-font75dpi/Makefile 1.3 +1 -1 ports/x11-fonts/XFree86-4-font75dpi/distinfo 1.3 +4 -8 ports/x11-fonts/XFree86-4-fontCyrillic/Makefile 1.3 +1 -1 ports/x11-fonts/XFree86-4-fontCyrillic/distinfo 1.4 +6 -10 ports/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile 1.3 +2 -2 ports/x11-fonts/XFree86-4-fontDefaultBitmaps/distinfo 1.4 +234 -62 ports/x11-fonts/XFree86-4-fontDefaultBitmaps/pkg-plist 1.3 +4 -8 ports/x11-fonts/XFree86-4-fontEncodings/Makefile 1.3 +1 -1 ports/x11-fonts/XFree86-4-fontEncodings/distinfo 1.3 +1 -0 ports/x11-fonts/XFree86-4-fontEncodings/pkg-plist 1.3 +29 -13 ports/x11-fonts/XFree86-4-fontLatin2/Makefile 1.3 +1 -1 ports/x11-fonts/XFree86-4-fontLatin2/distinfo 1.4 +334 -334 ports/x11-fonts/XFree86-4-fontLatin2/pkg-plist 1.3 +38 -18 ports/x11-fonts/XFree86-4-fontScalable/Makefile 1.3 +1 -1 ports/x11-fonts/XFree86-4-fontScalable/distinfo 1.4 +61 -61 ports/x11-fonts/XFree86-4-fontScalable/pkg-plist 1.2 +3 -3 ports/x11-fonts/XFree86-4-fontScalable/files/patch-01 1.7 +10 -10 ports/x11-servers/XFree86-4-FontServer/Makefile 1.3 +2 -1 ports/x11-servers/XFree86-4-FontServer/distinfo 1.5 +0 -2 ports/x11-servers/XFree86-4-FontServer/pkg-plist 1.6 +10 -9 ports/x11-servers/XFree86-4-NestServer/Makefile 1.3 +2 -1 ports/x11-servers/XFree86-4-NestServer/distinfo 1.4 +0 -2 ports/x11-servers/XFree86-4-NestServer/pkg-plist 1.6 +9 -9 ports/x11-servers/XFree86-4-PrintServer/Makefile 1.3 +2 -1 ports/x11-servers/XFree86-4-PrintServer/distinfo 1.4 +0 -2 ports/x11-servers/XFree86-4-PrintServer/pkg-plist 1.91 +83 -60 ports/x11-servers/XFree86-4-Server/Makefile 1.27 +2 -1 ports/x11-servers/XFree86-4-Server/distinfo 1.34 +55 -43 ports/x11-servers/XFree86-4-Server/pkg-plist 1.65 +37 -21 ports/x11-servers/XFree86-4-Server/scripts/configure 1.6 +10 -10 ports/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile 1.3 +2 -1 ports/x11-servers/XFree86-4-VirtualFramebufferServer/distinfo 1.4 +0 -2 ports/x11-servers/XFree86-4-VirtualFramebufferServer/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 Mar 25 15: 7: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 A8BFC37B718; Sun, 25 Mar 2001 15:07:44 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PN7io67561; Sun, 25 Mar 2001 15:07:44 -0800 (PST) (envelope-from obrien) Message-Id: <200103252307.f2PN7io67561@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 25 Mar 2001 15:07:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/25 15:07:44 PST Modified files: sys/boot Makefile Log: Turn off building the ARC loader. I don't know of anyone currently working on advancing this WIP. Revision Changes Path 1.8 +5 -4 src/sys/boot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 15:22:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE16637B718; Sun, 25 Mar 2001 15:22:46 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PNMkT68446; Sun, 25 Mar 2001 15:22:46 -0800 (PST) (envelope-from will) Message-Id: <200103252322.f2PNMkT68446@freefall.freebsd.org> From: Will Andrews Date: Sun, 25 Mar 2001 15:22:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.kde.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/25 15:22:46 PST Modified files: Mk bsd.kde.mk Log: Fix variable usage and comments. Submitted by: asami Revision Changes Path 1.2 +10 -10 ports/Mk/bsd.kde.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 15:27: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 5752B37B71A; Sun, 25 Mar 2001 15:27:08 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PNR8d68803; Sun, 25 Mar 2001 15:27:08 -0800 (PST) (envelope-from kris) Message-Id: <200103252327.f2PNR8d68803@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 25 Mar 2001 15:27:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xawtv Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/03/25 15:27:08 PST Modified files: graphics/xawtv Makefile Log: Don't fail on a read-only ${PORTSDIR} Approved by: maintainer Revision Changes Path 1.2 +2 -2 ports/graphics/xawtv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 15:28: 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 2091637B71A; Sun, 25 Mar 2001 15:28:04 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PNS4G68902; Sun, 25 Mar 2001 15:28:04 -0800 (PST) (envelope-from alfred) Message-Id: <200103252328.f2PNS4G68902@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 25 Mar 2001 15:28:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/nfsd nfsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/25 15:28:03 PST Modified files: sbin/nfsd nfsd.c Log: Disable ipv6 when getnetconfigent("udp6"/"tcp6") fails. Submitted by: Martin Blapp Revision Changes Path 1.18 +3 -2 src/sbin/nfsd/nfsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 15: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 24D7F37B718; Sun, 25 Mar 2001 15:32:56 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PNWuI69209; Sun, 25 Mar 2001 15:32:56 -0800 (PST) (envelope-from alfred) Message-Id: <200103252332.f2PNWuI69209@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 25 Mar 2001 15:32:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/nfsd nfsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/25 15:32:55 PST Modified files: sbin/nfsd nfsd.c Log: Don't call daemon() and setup our signal handlers until after we check and do the unregister/reregister work. Don't call syslog in the unregister/reregister code as we haven't called openlog() yet. Be a more conservative about accepting errno values from socket(2), only EPROTONOSUPPORT means that the kernel isn't supporting it something like INET6. The other possible errnos would be returned if there was a mistake in the socket(2) call so remove them from the list of "acceptable" return values. Revision Changes Path 1.19 +35 -42 src/sbin/nfsd/nfsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 15:52: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 CB3FE37B71B; Sun, 25 Mar 2001 15:52:12 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PNqCU70542; Sun, 25 Mar 2001 15:52:12 -0800 (PST) (envelope-from andreas) Message-Id: <200103252352.f2PNqCU70542@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 15:52:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 15:52:12 PST Modified files: net/flowscan Makefile Log: - fix another showstopper, forgot a "\" at the end of the previous build dependency. Revision Changes Path 1.16 +2 -2 ports/net/flowscan/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 15:56:27 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 67E3337B71B; Sun, 25 Mar 2001 15:56:19 -0800 (PST) (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 f2PNu2h64120; Sun, 25 Mar 2001 18:56:02 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 25 Mar 2001 18:56:01 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Kris Kennaway Cc: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile In-Reply-To: <20010323183125.A26086@xor.obsecurity.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, 23 Mar 2001, Kris Kennaway wrote: > On Fri, Mar 23, 2001 at 04:33:06PM -0800, Brian Feldman wrote: > > green 2001/03/23 16:33:06 PST > > > > Modified files: > > etc Makefile > > Log: > > Install /etc/primes. > > Shouldn't this be /etc/ssh/primes? I just ran mergemaster locally and picked up on this also -- I agree it should be /etc/ssh/primes. 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 Sun Mar 25 16:35:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0A4F37B719; Sun, 25 Mar 2001 16:35:23 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q0ZNt75401; Sun, 25 Mar 2001 16:35:23 -0800 (PST) (envelope-from alfred) Message-Id: <200103260035.f2Q0ZNt75401@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 25 Mar 2001 16:35:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/rpc rpcb_prot.x X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/25 16:35:23 PST Modified files: include/rpc rpcb_prot.x Log: fix: text following `#else' violates ANSI standard Pointed out by: ${BDECFLAGS} Revision Changes Path 1.2 +2 -2 src/include/rpc/rpcb_prot.x To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 16:51: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 D149C37B71B; Sun, 25 Mar 2001 16:51:16 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q0pGF76480; Sun, 25 Mar 2001 16:51:16 -0800 (PST) (envelope-from andreas) Message-Id: <200103260051.f2Q0pGF76480@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 25 Mar 2001 16:51:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/flowscan pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/25 16:51:16 PST Modified files: net/flowscan pkg-descr Log: Add Juniper Revision Changes Path 1.2 +1 -1 ports/net/flowscan/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 Mar 25 17:10:13 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 7DFC937B71A; Sun, 25 Mar 2001 17:10:06 -0800 (PST) (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 f2Q19xq09058; Sun, 25 Mar 2001 20:10:00 -0500 (EST) (envelope-from jim@FreeBSD.org) Received: by guinness.osdn.com (Postfix, from userid 1000) id 43AE3180; Sun, 25 Mar 2001 20:09:54 -0500 (EST) Date: Sun, 25 Mar 2001 20:09:53 -0500 From: Jim Mock To: Robert Watson Cc: Kris Kennaway , Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile Message-ID: <20010325200953.A55043@guinness.osdn.com> Reply-To: jim@FreeBSD.org References: <20010323183125.A26086@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: ; from rwatson@FreeBSD.org on Sun, Mar 25, 2001 at 06:56:01PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 25 Mar 2001 at 18:56:01 -0500, Robert Watson wrote: > On Fri, 23 Mar 2001, Kris Kennaway wrote: > > On Fri, Mar 23, 2001 at 04:33:06PM -0800, Brian Feldman wrote: > > > green 2001/03/23 16:33:06 PST > > > > > > Modified files: > > > etc Makefile > > > Log: > > > Install /etc/primes. > > > > Shouldn't this be /etc/ssh/primes? > > I just ran mergemaster locally and picked up on this also -- I agree > it should be /etc/ssh/primes. Yes, it should be in /etc/ssh -- sshd bitches about it if it's not. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 17:32: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 2C3AE37B719; Sun, 25 Mar 2001 17:32:30 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q1WUY81980; Sun, 25 Mar 2001 17:32:30 -0800 (PST) (envelope-from jkh) Message-Id: <200103260132.f2Q1WUY81980@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 25 Mar 2001 17:32:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/03/25 17:32:29 PST Modified files: release/texts HARDWARE.TXT release/texts/i386 RELNOTES.TXT Log: Stop claiming to support the DEC EtherWorks II/III cards. PR: misc/18641 Revision Changes Path 1.106 +0 -2 src/release/texts/HARDWARE.TXT 1.228 +1 -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 Sun Mar 25 18:26:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4995D37B718; Sun, 25 Mar 2001 18:26:15 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q2QFV88551; Sun, 25 Mar 2001 18:26:15 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103260226.f2Q2QFV88551@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 25 Mar 2001 18:26:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3m Makefile distinfo ports/www/w3m/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/25 18:26:15 PST Modified files: www/w3m Makefile distinfo www/w3m/files patch-aa Log: Update to 0.2.1. Submitted by: nobutaka@nobutaka.com (maintainer) PR: ports/26040 Revision Changes Path 1.26 +9 -20 ports/www/w3m/Makefile 1.10 +1 -2 ports/www/w3m/distinfo 1.8 +55 -14 ports/www/w3m/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 Mar 25 18:31: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 6456037B71A; Sun, 25 Mar 2001 18:31:30 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q2VUf89233; Sun, 25 Mar 2001 18:31:30 -0800 (PST) (envelope-from horikawa) Message-Id: <200103260231.f2Q2VUf89233@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 25 Mar 2001 18:31:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 sysinstall.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/03/25 18:31:30 PST Added files: ja_JP.eucJP/man/man8 sysinstall.8 Log: Initial translation to Japanese. Submitted by:Yasunori Osana To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 19:10: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 AB9DC37B718; Sun, 25 Mar 2001 19:10:07 -0800 (PST) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q3A7L94541; Sun, 25 Mar 2001 19:10:07 -0800 (PST) (envelope-from bp) Message-Id: <200103260310.f2Q3A7L94541@freefall.freebsd.org> From: Boris Popov Date: Sun, 25 Mar 2001 19:10:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2001/03/25 19:10:07 PST Modified files: sys/kern vfs_vnops.c Log: Prevent race condition by using msleep() instead of mtx_unlock()/tsleep(). Reviewed by: alfred Revision Changes Path 1.112 +2 -3 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 19:40: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 1CF1F37B719; Sun, 25 Mar 2001 19:40:29 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q3eTB96702; Sun, 25 Mar 2001 19:40:29 -0800 (PST) (envelope-from will) Message-Id: <200103260340.f2Q3eTB96702@freefall.freebsd.org> From: Will Andrews Date: Sun, 25 Mar 2001 19:40:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.kde.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/25 19:40:25 PST Modified files: Mk bsd.kde.mk Log: Fix bogon. Note to self: pay more attention to what you're doing. Revision Changes Path 1.3 +1 -4 ports/Mk/bsd.kde.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 20: 0: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 2418537B718; Sun, 25 Mar 2001 20:00:46 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q40kT98020; Sun, 25 Mar 2001 20:00:46 -0800 (PST) (envelope-from ijliao) Message-Id: <200103260400.f2Q40kT98020@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Mar 2001 20:00:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/flac/files patch-src::flac::Makefile.am patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/25 20:00:45 PST Modified files: audio/flac/files patch-configure.in Added files: audio/flac/files patch-src::flac::Makefile.am Log: - respect CFLAGS - build on alpha Submitted by: Christian Weisgerber (via private mail) Revision Changes Path 1.2 +18 -3 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 Sun Mar 25 20:43:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58C9437B719; Sun, 25 Mar 2001 20:43:29 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q4hTl03775; Sun, 25 Mar 2001 20:43:29 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103260443.f2Q4hTl03775@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 25 Mar 2001 20:43:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/25 20:43:28 PST Modified files: mail/postfix/scripts configure.postfix Log: Revert previous commit. sendmail_enable="YES" in rc.conf executes /usr/sbin/sendmail at startup. But mysql-client.sh is not yet executed at that stage. Revision Changes Path 1.6 +2 -2 ports/mail/postfix/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 21: 0: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 8598037B719; Sun, 25 Mar 2001 21:00:55 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q50te04847; Sun, 25 Mar 2001 21:00:55 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103260500.f2Q50te04847@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 25 Mar 2001 21:00:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-CClient/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/25 21:00:55 PST Modified files: mail/p5-Mail-CClient/files patch-aa Log: Use \${PREFIX} instead of $ENV{PREFIX} in Makefile.PL. Revision Changes Path 1.2 +2 -2 ports/mail/p5-Mail-CClient/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 21: 2: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 99C7737B71A; Sun, 25 Mar 2001 21:02:25 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q52Pv05080; Sun, 25 Mar 2001 21:02:25 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103260502.f2Q52Pv05080@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 25 Mar 2001 21:02:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-ASP Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/25 21:02:25 PST Modified files: www/p5-Apache-ASP Makefile Log: Location of MD5.pm is moved. Revision Changes Path 1.6 +2 -2 ports/www/p5-Apache-ASP/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 21:46:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD8A437B71E; Sun, 25 Mar 2001 21:46:40 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q5keS10310; Sun, 25 Mar 2001 21:46:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200103260546.f2Q5keS10310@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Mar 2001 21:46:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/cgicc 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/03/25 21:46:40 PST Modified files: www Makefile Added files: www/cgicc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add cgicc A C++ class library for writing CGI applications Revision Changes Path 1.323 +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 Mar 25 21:46: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 CCE4037B73C; Sun, 25 Mar 2001 21:46:44 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q5kiq10344; Sun, 25 Mar 2001 21:46:44 -0800 (PST) (envelope-from ijliao) Message-Id: <200103260546.f2Q5kiq10344@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Mar 2001 21:46:44 -0800 (PST) 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/03/25 21:46:44 PST Modified files: . modules Log: cgicc --> ports/www/cgicc Revision Changes Path 1.2736 +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 Mar 25 22: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 5ACED37B71D; Sun, 25 Mar 2001 22:11:20 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q6BKa18724; Sun, 25 Mar 2001 22:11:20 -0800 (PST) (envelope-from jkoshy) Message-Id: <200103260611.f2Q6BKa18724@freefall.freebsd.org> From: Joseph Koshy Date: Sun, 25 Mar 2001 22:11:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xli Makefile ports/graphics/xli/files patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2001/03/25 22:11:20 PST Modified files: graphics/xli Makefile graphics/xli/files patch-aa Added files: graphics/xli/files patch-ab Log: 1. Fix man page installation error; this port installs to MANN not MAN1 2. Fix buglet in clipping zoomed images. PR: ports/26075 Submitted by: Yoshihiko Sarumaru 3. Enable handling Gzip'ped images. 4. Better default image path. PORTREVISION incremented to `1'. Revision Changes Path 1.19 +4 -2 ports/graphics/xli/Makefile 1.4 +22 -4 ports/graphics/xli/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 Mar 25 22:56:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C1FF37B719; Sun, 25 Mar 2001 22:56:42 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q6ugX23598; Sun, 25 Mar 2001 22:56:42 -0800 (PST) (envelope-from jkoshy) Message-Id: <200103260656.f2Q6ugX23598@freefall.freebsd.org> From: Joseph Koshy Date: Sun, 25 Mar 2001 22:56:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2001/03/25 22:56:42 PST Modified files: en/news press.sgml Log: Correct formatting for a few articles. Revision Changes Path 1.175 +2 -5 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 23:28:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28BF937B718; Sun, 25 Mar 2001 23:28:28 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q7SSx29393; Sun, 25 Mar 2001 23:28:28 -0800 (PST) (envelope-from ru) Message-Id: <200103260728.f2Q7SSx29393@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 25 Mar 2001 23:28:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff Makefile.cfg src/gnu/usr.bin/man/manpath Makefile src/lib/msun Makefile src/libexec/atrun Makefile src/usr.bin/at Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/25 23:28:27 PST Modified files: gnu/usr.bin/groff Makefile.cfg gnu/usr.bin/man/manpath Makefile lib/msun Makefile libexec/atrun Makefile usr.bin/at Makefile Log: Don't use MANDEPEND and MANSRC. Revision Changes Path 2.12 +1 -3 src/gnu/usr.bin/groff/Makefile.cfg 1.24 +4 -7 src/gnu/usr.bin/man/manpath/Makefile 1.24 +1 -3 src/lib/msun/Makefile 1.10 +2 -1 src/libexec/atrun/Makefile 1.11 +3 -6 src/usr.bin/at/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 23:46:26 2001 Delivered-To: cvs-all@freebsd.org Received: from njord.bart.nl (njord.bart.nl [194.158.170.15]) by hub.freebsd.org (Postfix) with ESMTP id C297A37B71A; Sun, 25 Mar 2001 23:46:17 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.chronias.ninth-circle.org (root@cable.ninth-circle.org [195.38.232.6]) by njord.bart.nl (8.10.1/8.10.1) with ESMTP id f2Q7kCG02062; Mon, 26 Mar 2001 09:46:12 +0200 (CEST) Received: (from asmodai@localhost) by daemon.chronias.ninth-circle.org (8.11.3/8.11.3) id f2Q7k3S53580; Mon, 26 Mar 2001 09:46:03 +0200 (CEST) (envelope-from asmodai) Date: Mon, 26 Mar 2001 09:46:02 +0200 From: Jeroen Ruigrok/Asmodai To: Gordon Tetlow Cc: Seth Kingsley , "Brett G. Lemoine" , cvs-all@FreeBSD.ORG, cvs-commiters@FreeBSD.ORG Subject: Re: Why not cvs-stable@freebsd.org (was Re: proposals for fixing the PROBLEM..) Message-ID: <20010326094602.A48075@daemon.ninth-circle.org> References: <20010323163104.B23438@meow.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gordont@bluemtn.net on Fri, Mar 23, 2001 at 05:07:24PM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010324 02:30], Gordon Tetlow (gordont@bluemtn.net) wrote: >There should be a cvs-stable mailing list. it would make life much easier. No thank you. Procmail works just great on the branch: RELENG_4 message. Follow-ups are always a problem. Having a cvs-stable mailinglist would add more difficulty to my life. So you see, you cannot just generalise this for every person. Also, I think this issue has come up a multitude of times in the past already. We nowadays even add extra headers to the messages to ease filtering. -- 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 Better to light a candle than to curse the darkness... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 23:47: 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 F009E37B718; Sun, 25 Mar 2001 23:46:57 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q7kvk31422; Sun, 25 Mar 2001 23:46:57 -0800 (PST) (envelope-from ru) Message-Id: <200103260746.f2Q7kvk31422@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 25 Mar 2001 23:46:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.lib.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/25 23:46:57 PST Modified files: share/mk bsd.lib.mk Log: Do not depend on ``all-man'' if -DNOMAN. Revision Changes Path 1.94 +5 -2 src/share/mk/bsd.lib.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 25 23:55:44 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 2833937B719; Sun, 25 Mar 2001 23:55:26 -0800 (PST) (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 f2Q7sxX21264; Mon, 26 Mar 2001 10:55:22 +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 f2Q7sv811918; Mon, 26 Mar 2001 10:54:57 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ABEF5CF.D86D931C@FreeBSD.org> Date: Mon, 26 Mar 2001 10:54:55 +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: Will Andrews Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm Makefile ports/x11-wm/kappdock Makefiledistinfo pkg-comment pkg-descr pkg-plist References: <200103250541.f2P5fA546039@freefall.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 Will Andrews wrote: > will 2001/03/24 21:41:10 PST > > Modified files: > x11-wm Makefile > Added files: > x11-wm/kappdock Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Add kappdock 0.43, a dock-like applet for KDE2. > > PR: 24099 > Submitted by: Jeremy Shaffner Huh, are you sure it belongs to x11-wm? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 0: 4: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 9ECCE37B71B; Mon, 26 Mar 2001 00:04:12 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q84C833717; Mon, 26 Mar 2001 00:04:12 -0800 (PST) (envelope-from ru) Message-Id: <200103260804.f2Q84C833717@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 00:04:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.man.mk bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 00:04:12 PST Modified files: share/mk bsd.man.mk bsd.prog.mk Log: Removed _MANPAGES, MANDEPEND and MANSRC. Added MAN which will eventually replace MAN[0-9] and MAN1aout. For now, the old syntax is still supported. Reviewed by: bde Revision Changes Path 1.36 +42 -45 src/share/mk/bsd.man.mk 1.89 +8 -4 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 Mar 26 0: 5:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEB5737B719; Mon, 26 Mar 2001 00:05:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q85Kt35295; Mon, 26 Mar 2001 00:05:20 -0800 (PST) (envelope-from imp) Message-Id: <200103260805.f2Q85Kt35295@freefall.freebsd.org> From: Warner Losh Date: Mon, 26 Mar 2001 00:05:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard cardinfo.h pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/03/26 00:05:20 PST Modified files: sys/pccard cardinfo.h pccard.c Log: First step towards plugging the "pccard is trying to map into a BIOS region for CIS reading" problem: Use bus_alloc_resource to get the memory that we'll be using. Also has the benefit of doing usage checking as well. This gets rid of the ugly kludge that we had before for mapping pmem to vmem. Second, move PIOCSRESOURCE to its own routine and make it conform more to style(9) in the process. Revision Changes Path 1.20 +2 -1 src/sys/pccard/cardinfo.h 1.118 +64 -76 src/sys/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 0: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 D944E37B737; Mon, 26 Mar 2001 00:27:33 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q8RXj38541; Mon, 26 Mar 2001 00:27:33 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103260827.f2Q8RXj38541@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Mar 2001 00:27:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/qtez Makefile distinfo pkg-plist ports/devel/qtez/files patch-aj patch-ad patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/26 00:27:33 PST Modified files: devel/qtez Makefile distinfo pkg-plist devel/qtez/files patch-ad patch-ag Added files: devel/qtez/files patch-aj Log: Update to 0.93.5. Submitted by: tkato@prontomail.ne.jp PR: ports/25869 Revision Changes Path 1.21 +5 -9 ports/devel/qtez/Makefile 1.5 +1 -1 ports/devel/qtez/distinfo 1.6 +21 -34 ports/devel/qtez/pkg-plist 1.3 +8 -8 ports/devel/qtez/files/patch-ad 1.2 +1 -1 ports/devel/qtez/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 Mon Mar 26 0:51:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD93C37B718; Mon, 26 Mar 2001 00:51:19 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q8pJm40761; Mon, 26 Mar 2001 00:51:19 -0800 (PST) (envelope-from asmodai) Message-Id: <200103260851.f2Q8pJm40761@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 26 Mar 2001 00:51:19 -0800 (PST) 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/03/26 00:51:19 PST Modified files: irc/epic4 Makefile distinfo pkg-plist Log: Update to 0.10.1. Submitted by: MAINTAINER > Revision Changes Path 1.34 +2 -2 ports/irc/epic4/Makefile 1.23 +1 -1 ports/irc/epic4/distinfo 1.23 +1 -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 Mar 26 1:31: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 D401F37B719; Mon, 26 Mar 2001 01:31:41 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q9Vfv46674; Mon, 26 Mar 2001 01:31:41 -0800 (PST) (envelope-from sobomax) Message-Id: <200103260931.f2Q9Vfv46674@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Mar 2001 01:31:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info perform.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/26 01:31:41 PST Modified files: usr.sbin/pkg_install/info perform.c Log: In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. This is done without realpath() to avoid symlinks resolving. Submitted by: sobomax, Garrett Rooney Revision Changes Path 1.38 +67 -40 src/usr.sbin/pkg_install/info/perform.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 1:57:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E690337B719; Mon, 26 Mar 2001 01:57:26 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2Q9vQf49210; Mon, 26 Mar 2001 01:57:26 -0800 (PST) (envelope-from sobomax) Message-Id: <200103260957.f2Q9vQf49210@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Mar 2001 01:57:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info perform.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/26 01:57:26 PST Modified files: usr.sbin/pkg_install/info perform.c Log: Decapitalise first letter of warning message. Revision Changes Path 1.39 +1 -1 src/usr.sbin/pkg_install/info/perform.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 2:44:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ACBE37B719; Mon, 26 Mar 2001 02:44:18 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QAiIx55977; Mon, 26 Mar 2001 02:44:18 -0800 (PST) (envelope-from demon) Message-Id: <200103261044.f2QAiIx55977@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 26 Mar 2001 02:44:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/kdevelop Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/26 02:44:17 PST Modified files: devel/kdevelop Makefile Log: RUN_DEPENDS on gmake. Revision Changes Path 1.23 +2 -1 ports/devel/kdevelop/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 2: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 0AB2737B718; Mon, 26 Mar 2001 02:55:30 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QAtT557116; Mon, 26 Mar 2001 02:55:30 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103261055.f2QAtT557116@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Mar 2001 02:55:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rrdtool Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/26 02:55:29 PST Modified files: net/rrdtool Makefile Log: Remove -ffast-math from $CFLAGS. PR: ports/25750 (problem report) Submitted by: kuriyama Approved by: dima (maintainer) Revision Changes Path 1.19 +2 -1 ports/net/rrdtool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 3:31:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10EB337B719; Mon, 26 Mar 2001 03:31:20 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QBVJ462989; Mon, 26 Mar 2001 03:31:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200103261131.f2QBVJ462989@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Mar 2001 03:31:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-libraries Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/26 03:31:19 PST Modified files: x11/XFree86-4-libraries Makefile Log: Unbroke if USA_RESIDENT isn't defined. Revision Changes Path 1.93 +3 -1 ports/x11/XFree86-4-libraries/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 3:38: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 CC12437B718; Mon, 26 Mar 2001 03:38:29 -0800 (PST) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QBcT663717; Mon, 26 Mar 2001 03:38:29 -0800 (PST) (envelope-from tg) Message-Id: <200103261138.f2QBcT663717@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 26 Mar 2001 03:38:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/py-mx-base Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/03/26 03:38:29 PST Modified files: lang/py-mx-base Makefile Log: Add MASTER_SITE_LOCAL to the master sites, as bento seems to have problems fetching the distfile. Revision Changes Path 1.11 +4 -2 ports/lang/py-mx-base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 4:41: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 EBE9737B718; Mon, 26 Mar 2001 04:41:29 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QCfTA78391; Mon, 26 Mar 2001 04:41:29 -0800 (PST) (envelope-from phk) Message-Id: <200103261241.f2QCfTA78391@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 26 Mar 2001 04:41:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mem.c promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_target.c src/sys/coda ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/26 04:41:29 PST Modified files: sys/alpha/alpha mem.c promcons.c sys/alpha/tlsb zs_tlsb.c sys/cam cam_xpt.c sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_target.c sys/coda coda_fbsd.c sys/contrib/dev/fla fla.c sys/dev/aac aac.c aac_disk.c sys/dev/amr amr.c amr_disk.c sys/dev/asr asr.c sys/dev/ata ata-all.c ata-disk.c ata-raid.c atapi-cd.c atapi-fd.c atapi-tape.c sys/dev/bktr bktr_os.c sys/dev/ccd ccd.c sys/dev/dgb dgb.c dgm.c sys/dev/dpt dpt_control.c sys/dev/fb fb.c sys/dev/hfa fore_load.c sys/dev/ida ida_disk.c sys/dev/iicbus iic.c sys/dev/kbd kbd.c sys/dev/mlx mlx.c mlx_disk.c sys/dev/nmdm nmdm.c sys/dev/null null.c sys/dev/pci pci_user.c sys/dev/ppbus lpt.c pcfclock.c ppi.c pps.c sys/dev/random randomdev.c sys/dev/rp rp.c sys/dev/si si.c sys/dev/smbus smb.c sys/dev/sound/midi midi.c sequencer.c sys/dev/sound/pcm sound.c sys/dev/streams streams.c sys/dev/syscons syscons.c sysmouse.c sys/dev/tdfx tdfx_pci.c sys/dev/usb ugen.c uhid.c ulpt.c umodem.c ums.c usb.c uscanner.c sys/dev/vinum vinum.c vinumvar.h sys/i386/apm apm.c sys/i386/i386 mem.c perfmon.c sys/i386/isa asc.c ctx.c cx.c cy.c gpib.c gsc.c istallion.c loran.c mcd.c mse.c pcaudio.c rc.c rp.c scd.c spic.c spigot.c spkr.c stallion.c tw.c wt.c sys/i386/isa/matcd matcd.c sys/i386/isa/pcvt pcvt_drv.c sys/i4b/driver i4b_ctl.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/layer4 i4b_i4bdrv.c sys/ia64/ia64 mem.c ssc.c sscdisk.c sys/isa fd.c joy.c psm.c sio.c vga_isa.c sys/kern kern_descrip.c subr_log.c tty_cons.c tty_pty.c tty_snoop.c tty_tty.c sys/net bpf.c if_tap.c if_tun.c sys/netinet mlfk_ipl.c sys/pc98/apm apm.c sys/pc98/pc98 fd.c mse.c olpt.c pc98gdc.c pcaudio.c sio.c spkr.c syscons.c wd.c wd_cd.c wfd.c wst.c sys/pccard pccard.c sys/pci agp.c meteor.c xrpu.c sys/sys conf.h sys/ufs/mfs mfs_vfsops.c Log: Send the remains (such as I have located) of "block major numbers" to the bit-bucket. Revision Changes Path 1.34 +1 -2 src/sys/alpha/alpha/mem.c 1.18 +1 -2 src/sys/alpha/alpha/promcons.c 1.28 +1 -2 src/sys/alpha/tlsb/zs_tlsb.c 1.109 +1 -2 src/sys/cam/cam_xpt.c 1.48 +1 -3 src/sys/cam/scsi/scsi_cd.c 1.26 +1 -2 src/sys/cam/scsi/scsi_ch.c 1.66 +1 -3 src/sys/cam/scsi/scsi_da.c 1.27 +1 -2 src/sys/cam/scsi/scsi_pass.c 1.26 +1 -2 src/sys/cam/scsi/scsi_pt.c 1.66 +1 -2 src/sys/cam/scsi/scsi_sa.c 1.17 +1 -2 src/sys/cam/scsi/scsi_ses.c 1.38 +1 -2 src/sys/cam/scsi/scsi_target.c 1.20 +1 -2 src/sys/coda/coda_fbsd.c 1.27 +1 -3 src/sys/contrib/dev/fla/fla.c 1.14 +1 -2 src/sys/dev/aac/aac.c 1.7 +1 -2 src/sys/dev/aac/aac_disk.c 1.24 +1 -2 src/sys/dev/amr/amr.c 1.13 +1 -2 src/sys/dev/amr/amr_disk.c 1.10 +1 -2 src/sys/dev/asr/asr.c 1.113 +1 -2 src/sys/dev/ata/ata-all.c 1.99 +1 -2 src/sys/dev/ata/ata-disk.c 1.15 +1 -2 src/sys/dev/ata/ata-raid.c 1.86 +1 -2 src/sys/dev/ata/atapi-cd.c 1.63 +1 -2 src/sys/dev/ata/atapi-fd.c 1.56 +1 -2 src/sys/dev/ata/atapi-tape.c 1.22 +1 -2 src/sys/dev/bktr/bktr_os.c 1.88 +1 -3 src/sys/dev/ccd/ccd.c 1.65 +1 -2 src/sys/dev/dgb/dgb.c 1.29 +1 -2 src/sys/dev/dgb/dgm.c 1.18 +1 -2 src/sys/dev/dpt/dpt_control.c 1.16 +1 -2 src/sys/dev/fb/fb.c 1.23 +2 -3 src/sys/dev/hfa/fore_load.c 1.23 +1 -3 src/sys/dev/ida/ida_disk.c 1.22 +1 -2 src/sys/dev/iicbus/iic.c 1.24 +1 -2 src/sys/dev/kbd/kbd.c 1.27 +1 -2 src/sys/dev/mlx/mlx.c 1.17 +1 -3 src/sys/dev/mlx/mlx_disk.c 1.4 +1 -2 src/sys/dev/nmdm/nmdm.c 1.6 +1 -3 src/sys/dev/null/null.c 1.2 +1 -2 src/sys/dev/pci/pci_user.c 1.21 +1 -2 src/sys/dev/ppbus/lpt.c 1.6 +1 -2 src/sys/dev/ppbus/pcfclock.c 1.27 +1 -2 src/sys/dev/ppbus/ppi.c 1.28 +1 -2 src/sys/dev/ppbus/pps.c 1.27 +1 -2 src/sys/dev/random/randomdev.c 1.40 +1 -2 src/sys/dev/rp/rp.c 1.108 +1 -2 src/sys/dev/si/si.c 1.24 +1 -2 src/sys/dev/smbus/smb.c 1.6 +1 -2 src/sys/dev/sound/midi/midi.c 1.7 +1 -2 src/sys/dev/sound/midi/sequencer.c 1.42 +1 -2 src/sys/dev/sound/pcm/sound.c 1.23 +1 -2 src/sys/dev/streams/streams.c 1.355 +1 -2 src/sys/dev/syscons/syscons.c 1.10 +1 -2 src/sys/dev/syscons/sysmouse.c 1.14 +1 -2 src/sys/dev/tdfx/tdfx_pci.c 1.48 +1 -2 src/sys/dev/usb/ugen.c 1.35 +1 -2 src/sys/dev/usb/uhid.c 1.34 +1 -2 src/sys/dev/usb/ulpt.c 1.29 +1 -2 src/sys/dev/usb/umodem.c 1.43 +1 -2 src/sys/dev/usb/ums.c 1.38 +1 -2 src/sys/dev/usb/usb.c 1.12 +1 -2 src/sys/dev/usb/uscanner.c 1.43 +2 -2 src/sys/dev/vinum/vinum.c 1.39 +1 -4 src/sys/dev/vinum/vinumvar.h 1.122 +1 -2 src/sys/i386/apm/apm.c 1.88 +1 -2 src/sys/i386/i386/mem.c 1.23 +1 -2 src/sys/i386/i386/perfmon.c 1.49 +1 -2 src/sys/i386/isa/asc.c 1.39 +1 -2 src/sys/i386/isa/ctx.c 1.48 +1 -2 src/sys/i386/isa/cx.c 1.114 +1 -2 src/sys/i386/isa/cy.c 1.31 +1 -2 src/sys/i386/isa/gpib.c 1.39 +1 -2 src/sys/i386/isa/gsc.c 1.44 +1 -2 src/sys/i386/isa/istallion.c 1.32 +1 -2 src/sys/i386/isa/loran.c 1.122 +1 -5 src/sys/i386/isa/mcd.c 1.53 +1 -2 src/sys/i386/isa/mse.c 1.60 +1 -2 src/sys/i386/isa/pcaudio.c 1.62 +1 -2 src/sys/i386/isa/rc.c 1.38 +1 -2 src/sys/i386/isa/rp.c 1.61 +2 -3 src/sys/i386/isa/scd.c 1.2 +1 -2 src/sys/i386/isa/spic.c 1.47 +1 -2 src/sys/i386/isa/spigot.c 1.49 +1 -2 src/sys/i386/isa/spkr.c 1.47 +1 -2 src/sys/i386/isa/stallion.c 1.41 +1 -2 src/sys/i386/isa/tw.c 1.65 +1 -2 src/sys/i386/isa/wt.c 1.56 +1 -3 src/sys/i386/isa/matcd/matcd.c 1.69 +1 -2 src/sys/i386/isa/pcvt/pcvt_drv.c 1.15 +1 -2 src/sys/i4b/driver/i4b_ctl.c 1.17 +1 -2 src/sys/i4b/driver/i4b_rbch.c 1.18 +1 -2 src/sys/i4b/driver/i4b_tel.c 1.15 +1 -2 src/sys/i4b/driver/i4b_trace.c 1.19 +1 -2 src/sys/i4b/layer4/i4b_i4bdrv.c 1.3 +1 -2 src/sys/ia64/ia64/mem.c 1.5 +1 -2 src/sys/ia64/ia64/ssc.c 1.6 +1 -3 src/sys/ia64/ia64/sscdisk.c 1.194 +1 -3 src/sys/isa/fd.c 1.39 +1 -2 src/sys/isa/joy.c 1.36 +1 -2 src/sys/isa/psm.c 1.329 +1 -2 src/sys/isa/sio.c 1.19 +1 -2 src/sys/isa/vga_isa.c 1.98 +1 -2 src/sys/kern/kern_descrip.c 1.43 +1 -2 src/sys/kern/subr_log.c 1.90 +1 -2 src/sys/kern/tty_cons.c 1.85 +1 -3 src/sys/kern/tty_pty.c 1.52 +1 -2 src/sys/kern/tty_snoop.c 1.32 +1 -2 src/sys/kern/tty_tty.c 1.78 +1 -2 src/sys/net/bpf.c 1.8 +1 -2 src/sys/net/if_tap.c 1.89 +1 -2 src/sys/net/if_tun.c 1.9 +1 -2 src/sys/netinet/mlfk_ipl.c 1.6 +1 -2 src/sys/pc98/apm/apm.c 1.99 +1 -3 src/sys/pc98/pc98/fd.c 1.33 +1 -2 src/sys/pc98/pc98/mse.c 1.14 +1 -2 src/sys/pc98/pc98/olpt.c 1.28 +1 -2 src/sys/pc98/pc98/pc98gdc.c 1.35 +1 -2 src/sys/pc98/pc98/pcaudio.c 1.149 +1 -2 src/sys/pc98/pc98/sio.c 1.29 +1 -2 src/sys/pc98/pc98/spkr.c 1.157 +1 -2 src/sys/pc98/pc98/syscons.c 1.119 +1 -3 src/sys/pc98/pc98/wd.c 1.38 +2 -3 src/sys/pc98/pc98/wd_cd.c 1.41 +1 -3 src/sys/pc98/pc98/wfd.c 1.34 +1 -2 src/sys/pc98/pc98/wst.c 1.119 +1 -2 src/sys/pccard/pccard.c 1.11 +1 -2 src/sys/pci/agp.c 1.54 +1 -2 src/sys/pci/meteor.c 1.22 +1 -2 src/sys/pci/xrpu.c 1.126 +1 -3 src/sys/sys/conf.h 1.89 +1 -2 src/sys/ufs/mfs/mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 4:45: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 EC3E537B719; Mon, 26 Mar 2001 04:45:35 -0800 (PST) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QCjZv78702; Mon, 26 Mar 2001 04:45:35 -0800 (PST) (envelope-from bp) Message-Id: <200103261245.f2QCjZv78702@freefall.freebsd.org> From: Boris Popov Date: Mon, 26 Mar 2001 04:45:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2001/03/26 04:45:35 PST Modified files: sys/kern vfs_vnops.c Log: Previous commit broke interlock locking for !LK_RETRY case. Revision Changes Path 1.113 +4 -3 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 4:46:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDB5B37B719; Mon, 26 Mar 2001 04:46:17 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QCkHc78786; Mon, 26 Mar 2001 04:46:17 -0800 (PST) (envelope-from ru) Message-Id: <200103261246.f2QCkHc78786@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 04:46:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 04:46:17 PST Modified files: . Makefile.inc1 Log: Add missing NOSECURE check for `includes' target. Reviewed by: markm Revision Changes Path 1.195 +2 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 4:49: 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 B7C5937B718; Mon, 26 Mar 2001 04:49:05 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QCn5479050; Mon, 26 Mar 2001 04:49:05 -0800 (PST) (envelope-from ru) Message-Id: <200103261249.f2QCn5479050@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 04:49:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile src/libexec Makefile src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 04:49:05 PST Modified files: lib Makefile libexec Makefile usr.bin Makefile Log: Do not build (and install) both secure/ and standard versions of libtelnet, telnetd, and telnet. This only worked because secure/ was listed late in SUBDIR in Makefile.inc1. Reviewed by: markm Revision Changes Path 1.117 +2 -2 src/lib/Makefile 1.45 +4 -2 src/libexec/Makefile 1.157 +4 -4 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 5:20:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EC0E37B719; Mon, 26 Mar 2001 05:20:50 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QDKop84497; Mon, 26 Mar 2001 05:20:50 -0800 (PST) (envelope-from kevlo) Message-Id: <200103261320.f2QDKop84497@freefall.freebsd.org> From: Kevin Lo Date: Mon, 26 Mar 2001 05:20:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xtux Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/26 05:20:49 PST Modified files: games/xtux Makefile distinfo pkg-plist Log: Update to lastest version PR: 26082 Submitted by: MAINTAINER Revision Changes Path 1.5 +5 -4 ports/games/xtux/Makefile 1.5 +1 -1 ports/games/xtux/distinfo 1.5 +58 -15 ports/games/xtux/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 Mar 26 6: 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 81C9D37B719; Mon, 26 Mar 2001 06:04:53 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QE4ro89298; Mon, 26 Mar 2001 06:04:53 -0800 (PST) (envelope-from ijliao) Message-Id: <200103261404.f2QE4ro89298@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Mar 2001 06:04:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/happydoc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/26 06:04:53 PST Modified files: devel/happydoc Makefile distinfo pkg-plist Log: upgrade to 1.4 Revision Changes Path 1.3 +2 -2 ports/devel/happydoc/Makefile 1.3 +1 -1 ports/devel/happydoc/distinfo 1.3 +12 -4 ports/devel/happydoc/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 Mar 26 6:21: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 5E9E337B71B; Mon, 26 Mar 2001 06:21:02 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QEL2q94328; Mon, 26 Mar 2001 06:21:02 -0800 (PST) (envelope-from ru) Message-Id: <200103261421.f2QEL2q94328@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 06:21:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games Makefile.inc src/games/adventure Makefile src/games/arithmetic Makefile src/games/atc Makefile src/games/backgammon/backgammon Makefile src/games/battlestar Makefile src/games/bcd Makefile src/games/bs Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 06:21:02 PST Modified files: games Makefile.inc games/adventure Makefile games/arithmetic Makefile games/atc Makefile games/backgammon/backgammon Makefile games/battlestar Makefile games/bcd Makefile games/bs Makefile games/caesar Makefile games/canfield/canfield Makefile games/cribbage Makefile games/dm Makefile games/factor Makefile games/fish Makefile games/fortune/fortune Makefile games/fortune/strfile Makefile games/grdc Makefile games/hack Makefile games/hangman Makefile games/larn Makefile games/mille Makefile games/morse Makefile games/number Makefile games/phantasia Makefile games/piano Makefile games/pig Makefile games/pom Makefile games/quiz Makefile games/rain Makefile games/random Makefile games/robots Makefile games/rogue Makefile games/sail Makefile games/snake/snake Makefile games/trek Makefile games/wargames Makefile games/worm Makefile games/worms Makefile games/wump Makefile Log: - Backout botched attempt to intoduce MANSECT feature. - MAN[1-9] -> MAN. Revision Changes Path 1.12 +1 -3 src/games/Makefile.inc 1.9 +2 -1 src/games/adventure/Makefile 1.3 +2 -1 src/games/arithmetic/Makefile 1.17 +2 -1 src/games/atc/Makefile 1.4 +2 -1 src/games/backgammon/backgammon/Makefile 1.8 +2 -1 src/games/battlestar/Makefile 1.5 +2 -1 src/games/bcd/Makefile 1.8 +2 -1 src/games/bs/Makefile 1.6 +2 -1 src/games/caesar/Makefile 1.8 +2 -1 src/games/canfield/canfield/Makefile 1.10 +2 -1 src/games/cribbage/Makefile 1.4 +2 -2 src/games/dm/Makefile 1.4 +2 -1 src/games/factor/Makefile 1.6 +2 -1 src/games/fish/Makefile 1.6 +2 -1 src/games/fortune/fortune/Makefile 1.4 +2 -2 src/games/fortune/strfile/Makefile 1.7 +2 -1 src/games/grdc/Makefile 1.22 +2 -1 src/games/hack/Makefile 1.5 +2 -1 src/games/hangman/Makefile 1.8 +2 -1 src/games/larn/Makefile 1.5 +2 -1 src/games/mille/Makefile 1.7 +2 -1 src/games/morse/Makefile 1.4 +2 -1 src/games/number/Makefile 1.19 +2 -1 src/games/phantasia/Makefile 1.4 +2 -1 src/games/piano/Makefile 1.4 +2 -1 src/games/pig/Makefile 1.4 +2 -1 src/games/pom/Makefile 1.7 +2 -1 src/games/quiz/Makefile 1.8 +2 -1 src/games/rain/Makefile 1.3 +2 -1 src/games/random/Makefile 1.8 +2 -1 src/games/robots/Makefile 1.10 +2 -1 src/games/rogue/Makefile 1.7 +2 -1 src/games/sail/Makefile 1.7 +2 -1 src/games/snake/snake/Makefile 1.3 +2 -1 src/games/trek/Makefile 1.10 +3 -1 src/games/wargames/Makefile 1.5 +2 -1 src/games/worm/Makefile 1.6 +2 -1 src/games/worms/Makefile 1.5 +2 -1 src/games/wump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 6:22: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 E6B7737B719; Mon, 26 Mar 2001 06:22:12 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QEMC995136; Mon, 26 Mar 2001 06:22:12 -0800 (PST) (envelope-from ru) Message-Id: <200103261422.f2QEMC995136@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 06:22:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec Makefile.inc src/libexec/atrun Makefile src/libexec/bootpd Makefile src/libexec/bootpd/tools Makefile.inc src/libexec/bootpd/tools/bootpef Makefile src/libexec/bootpd/tools/bootptest Makefile src/libexec/comsat Makefile src/libexec/fingerd Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 06:22:12 PST Modified files: libexec Makefile.inc libexec/atrun Makefile libexec/bootpd Makefile libexec/bootpd/tools Makefile.inc libexec/bootpd/tools/bootpef Makefile libexec/bootpd/tools/bootptest Makefile libexec/comsat Makefile libexec/fingerd Makefile libexec/ftpd Makefile libexec/getNAME Makefile libexec/getty Makefile libexec/mail.local Makefile libexec/makekey Makefile libexec/mknetid Makefile libexec/named-xfer Makefile libexec/pppoed Makefile libexec/rbootd Makefile libexec/revnetgroup Makefile libexec/rexecd Makefile libexec/rlogind Makefile libexec/rpc.rquotad Makefile libexec/rpc.rstatd Makefile libexec/rpc.rusersd Makefile libexec/rpc.rwalld Makefile libexec/rpc.sprayd Makefile libexec/rshd Makefile libexec/rtld-aout Makefile libexec/rtld-elf Makefile libexec/smrsh Makefile libexec/talkd Makefile libexec/telnetd Makefile libexec/tftpd Makefile libexec/uucpd Makefile libexec/xtend Makefile libexec/ypxfr Makefile Log: - Backout botched attempt to intoduce MANSECT feature. - MAN[1-9] -> MAN. Revision Changes Path 1.3 +1 -2 src/libexec/Makefile.inc 1.11 +6 -5 src/libexec/atrun/Makefile 1.9 +2 -3 src/libexec/bootpd/Makefile 1.6 +1 -2 src/libexec/bootpd/tools/Makefile.inc 1.6 +2 -1 src/libexec/bootpd/tools/bootpef/Makefile 1.8 +2 -1 src/libexec/bootpd/tools/bootptest/Makefile 1.8 +2 -1 src/libexec/comsat/Makefile 1.9 +2 -1 src/libexec/fingerd/Makefile 1.39 +2 -1 src/libexec/ftpd/Makefile 1.7 +1 -2 src/libexec/getNAME/Makefile 1.10 +2 -3 src/libexec/getty/Makefile 1.17 +2 -1 src/libexec/mail.local/Makefile 1.13 +2 -1 src/libexec/makekey/Makefile 1.6 +3 -1 src/libexec/mknetid/Makefile 1.12 +3 -1 src/libexec/named-xfer/Makefile 1.3 +2 -1 src/libexec/pppoed/Makefile 1.11 +2 -1 src/libexec/rbootd/Makefile 1.6 +3 -1 src/libexec/revnetgroup/Makefile 1.12 +2 -1 src/libexec/rexecd/Makefile 1.19 +2 -1 src/libexec/rlogind/Makefile 1.6 +2 -1 src/libexec/rpc.rquotad/Makefile 1.7 +2 -1 src/libexec/rpc.rstatd/Makefile 1.8 +2 -1 src/libexec/rpc.rusersd/Makefile 1.6 +2 -1 src/libexec/rpc.rwalld/Makefile 1.6 +2 -1 src/libexec/rpc.sprayd/Makefile 1.18 +2 -1 src/libexec/rshd/Makefile 1.30 +2 -2 src/libexec/rtld-aout/Makefile 1.14 +2 -2 src/libexec/rtld-elf/Makefile 1.7 +2 -1 src/libexec/smrsh/Makefile 1.7 +2 -2 src/libexec/talkd/Makefile 1.15 +2 -1 src/libexec/telnetd/Makefile 1.9 +2 -1 src/libexec/tftpd/Makefile 1.13 +2 -1 src/libexec/uucpd/Makefile 1.9 +3 -1 src/libexec/xtend/Makefile 1.10 +3 -1 src/libexec/ypxfr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 6:33: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 153DF37B718; Mon, 26 Mar 2001 06:33:28 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QEXRi99452; Mon, 26 Mar 2001 06:33:27 -0800 (PST) (envelope-from ru) Message-Id: <200103261433.f2QEXRi99452@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 06:33:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile.inc src/sbin/adjkerntz Makefile src/sbin/atacontrol Makefile src/sbin/atm/atm Makefile src/sbin/atm/fore_dnld Makefile src/sbin/atm/ilmid Makefile src/sbin/badsect Makefile src/sbin/camcontrol Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 06:33:27 PST Modified files: sbin Makefile.inc sbin/adjkerntz Makefile sbin/atacontrol Makefile sbin/atm/atm Makefile sbin/atm/fore_dnld Makefile sbin/atm/ilmid Makefile sbin/badsect Makefile sbin/camcontrol Makefile sbin/ccdconfig Makefile sbin/clri Makefile sbin/comcontrol Makefile sbin/dhclient Makefile sbin/disklabel Makefile sbin/dmesg Makefile sbin/dump Makefile sbin/dumpfs Makefile sbin/dumpon Makefile sbin/ffsinfo Makefile sbin/fsck Makefile sbin/fsck_ffs Makefile sbin/fsdb Makefile sbin/fsirand Makefile sbin/growfs Makefile sbin/i386/cxconfig Makefile sbin/i386/fdisk Makefile sbin/i386/nextboot Makefile sbin/ifconfig Makefile sbin/init Makefile sbin/ip6fw Makefile sbin/ipf Makefile sbin/ipfstat Makefile sbin/ipfw Makefile sbin/ipmon Makefile sbin/ipnat Makefile sbin/kget Makefile sbin/kldload Makefile sbin/kldstat Makefile sbin/kldunload Makefile sbin/ldconfig Makefile sbin/md5 Makefile sbin/mdconfig Makefile sbin/mknod Makefile sbin/mount Makefile sbin/mount_cd9660 Makefile sbin/mount_ext2fs Makefile sbin/mount_hpfs Makefile sbin/mount_msdos Makefile sbin/mount_nfs Makefile sbin/mount_ntfs Makefile sbin/mount_null Makefile sbin/mount_nwfs Makefile sbin/mount_portal Makefile sbin/mount_std Makefile sbin/mount_umap Makefile sbin/mount_union Makefile sbin/mountd Makefile sbin/natd Makefile sbin/newfs Makefile sbin/newfs_msdos Makefile sbin/nfsd Makefile sbin/nfsiod Makefile sbin/nologin Makefile sbin/nos-tun Makefile sbin/pc98/fdisk Makefile sbin/ping Makefile sbin/ping6 Makefile sbin/quotacheck Makefile sbin/reboot Makefile sbin/restore Makefile sbin/route Makefile sbin/routed Makefile sbin/routed/rtquery Makefile sbin/savecore Makefile sbin/shutdown Makefile sbin/slattach Makefile sbin/spppcontrol Makefile sbin/startslip Makefile sbin/swapon Makefile sbin/sysctl Makefile sbin/tunefs Makefile sbin/umount Makefile sbin/vinum Makefile Log: - Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN. Revision Changes Path 1.7 +1 -2 src/sbin/Makefile.inc 1.4 +2 -1 src/sbin/adjkerntz/Makefile 1.5 +2 -1 src/sbin/atacontrol/Makefile 1.6 +2 -1 src/sbin/atm/atm/Makefile 1.7 +2 -1 src/sbin/atm/fore_dnld/Makefile 1.6 +2 -1 src/sbin/atm/ilmid/Makefile 1.4 +2 -1 src/sbin/badsect/Makefile 1.6 +2 -1 src/sbin/camcontrol/Makefile 1.4 +2 -1 src/sbin/ccdconfig/Makefile 1.4 +2 -1 src/sbin/clri/Makefile 1.4 +2 -1 src/sbin/comcontrol/Makefile 1.11 +3 -3 src/sbin/dhclient/Makefile 1.7 +2 -3 src/sbin/disklabel/Makefile 1.4 +2 -1 src/sbin/dmesg/Makefile 1.14 +2 -1 src/sbin/dump/Makefile 1.4 +2 -1 src/sbin/dumpfs/Makefile 1.6 +2 -1 src/sbin/dumpon/Makefile 1.3 +2 -1 src/sbin/ffsinfo/Makefile 1.9 +2 -1 src/sbin/fsck/Makefile 1.9 +2 -1 src/sbin/fsck_ffs/Makefile 1.12 +2 -1 src/sbin/fsdb/Makefile 1.4 +2 -1 src/sbin/fsirand/Makefile 1.3 +2 -1 src/sbin/growfs/Makefile 1.3 +3 -2 src/sbin/i386/cxconfig/Makefile 1.7 +2 -1 src/sbin/i386/fdisk/Makefile 1.3 +2 -1 src/sbin/i386/nextboot/Makefile 1.17 +2 -1 src/sbin/ifconfig/Makefile 1.25 +2 -1 src/sbin/init/Makefile 1.3 +2 -1 src/sbin/ip6fw/Makefile 1.7 +2 -4 src/sbin/ipf/Makefile 1.9 +2 -1 src/sbin/ipfstat/Makefile 1.9 +2 -1 src/sbin/ipfw/Makefile 1.8 +2 -3 src/sbin/ipmon/Makefile 1.8 +2 -4 src/sbin/ipnat/Makefile 1.7 +2 -1 src/sbin/kget/Makefile 1.6 +2 -1 src/sbin/kldload/Makefile 1.6 +2 -1 src/sbin/kldstat/Makefile 1.6 +2 -1 src/sbin/kldunload/Makefile 1.17 +2 -1 src/sbin/ldconfig/Makefile 1.4 +1 -2 src/sbin/md5/Makefile 1.5 +2 -1 src/sbin/mdconfig/Makefile 1.4 +2 -1 src/sbin/mknod/Makefile 1.11 +2 -1 src/sbin/mount/Makefile 1.6 +2 -1 src/sbin/mount_cd9660/Makefile 1.5 +2 -1 src/sbin/mount_ext2fs/Makefile 1.3 +2 -1 src/sbin/mount_hpfs/Makefile 1.17 +2 -1 src/sbin/mount_msdos/Makefile 1.10 +2 -1 src/sbin/mount_nfs/Makefile 1.4 +2 -1 src/sbin/mount_ntfs/Makefile 1.7 +2 -1 src/sbin/mount_null/Makefile 1.4 +2 -1 src/sbin/mount_nwfs/Makefile 1.12 +2 -1 src/sbin/mount_portal/Makefile 1.8 +2 -1 src/sbin/mount_std/Makefile 1.8 +2 -1 src/sbin/mount_umap/Makefile 1.8 +2 -1 src/sbin/mount_union/Makefile 1.10 +2 -3 src/sbin/mountd/Makefile 1.6 +2 -1 src/sbin/natd/Makefile 1.9 +2 -1 src/sbin/newfs/Makefile 1.5 +2 -1 src/sbin/newfs_msdos/Makefile 1.13 +2 -1 src/sbin/nfsd/Makefile 1.6 +2 -1 src/sbin/nfsiod/Makefile 1.7 +2 -2 src/sbin/nologin/Makefile 1.3 +3 -2 src/sbin/nos-tun/Makefile 1.3 +2 -1 src/sbin/pc98/fdisk/Makefile 1.14 +2 -1 src/sbin/ping/Makefile 1.5 +2 -1 src/sbin/ping6/Makefile 1.5 +2 -1 src/sbin/quotacheck/Makefile 1.7 +2 -1 src/sbin/reboot/Makefile 1.15 +2 -1 src/sbin/restore/Makefile 1.13 +2 -1 src/sbin/route/Makefile 1.11 +3 -2 src/sbin/routed/Makefile 1.10 +2 -1 src/sbin/routed/rtquery/Makefile 1.5 +2 -1 src/sbin/savecore/Makefile 1.5 +2 -1 src/sbin/shutdown/Makefile 1.11 +2 -1 src/sbin/slattach/Makefile 1.4 +2 -1 src/sbin/spppcontrol/Makefile 1.7 +1 -2 src/sbin/startslip/Makefile 1.4 +2 -1 src/sbin/swapon/Makefile 1.7 +2 -1 src/sbin/sysctl/Makefile 1.4 +2 -1 src/sbin/tunefs/Makefile 1.8 +2 -1 src/sbin/umount/Makefile 1.19 +2 -1 src/sbin/vinum/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 6: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 3FE1B37B719; Mon, 26 Mar 2001 06:42:21 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QEgLp19287; Mon, 26 Mar 2001 06:42:21 -0800 (PST) (envelope-from ru) Message-Id: <200103261442.f2QEgLp19287@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 06:42:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin Makefile.inc src/usr.sbin/IPXrouted Makefile src/usr.sbin/ac Makefile src/usr.sbin/accton Makefile src/usr.sbin/acpi/acpiconf Makefile src/usr.sbin/acpi/acpidump Makefile src/usr.sbin/acpi/amldb Makefile src/usr.sbin/adduser ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 06:42:20 PST Modified files: usr.sbin Makefile.inc usr.sbin/IPXrouted Makefile usr.sbin/ac Makefile usr.sbin/accton Makefile usr.sbin/acpi/acpiconf Makefile usr.sbin/acpi/acpidump Makefile usr.sbin/acpi/amldb Makefile usr.sbin/adduser Makefile usr.sbin/amd/amd Makefile usr.sbin/amd/amq Makefile usr.sbin/amd/fixmount Makefile usr.sbin/amd/fsinfo Makefile usr.sbin/amd/hlfsd Makefile usr.sbin/amd/mk-amd-map Makefile usr.sbin/amd/pawd Makefile usr.sbin/amd/scripts Makefile usr.sbin/amd/wire-test Makefile usr.sbin/ancontrol Makefile usr.sbin/apm Makefile usr.sbin/apmd Makefile usr.sbin/arp Makefile usr.sbin/atm/atmarpd Makefile usr.sbin/atm/scspd Makefile usr.sbin/boot0cfg Makefile usr.sbin/boot98cfg Makefile usr.sbin/bootparamd/bootparamd Makefile usr.sbin/btxld Makefile usr.sbin/burncd Makefile usr.sbin/cdcontrol Makefile usr.sbin/chkgrp Makefile usr.sbin/chown Makefile usr.sbin/chroot Makefile usr.sbin/ckdist Makefile usr.sbin/config Makefile usr.sbin/cron/cron Makefile usr.sbin/cron/crontab Makefile usr.sbin/ctm/ctm Makefile usr.sbin/ctm/ctm_rmail Makefile usr.sbin/dev_mkdb Makefile usr.sbin/diskpart Makefile usr.sbin/dpt/dpt_ctlinfo Makefile usr.sbin/dpt/dpt_ctls Makefile usr.sbin/dpt/dpt_dm Makefile usr.sbin/dpt/dpt_led Makefile usr.sbin/dpt/dpt_sig Makefile usr.sbin/dpt/dpt_softc Makefile usr.sbin/dpt/dpt_sysinfo Makefile usr.sbin/edquota Makefile usr.sbin/elf2exe Makefile usr.sbin/extattrctl Makefile usr.sbin/faithd Makefile usr.sbin/fdcontrol Makefile usr.sbin/fdformat Makefile usr.sbin/fdwrite Makefile usr.sbin/getextattr Makefile usr.sbin/gifconfig Makefile usr.sbin/i4b/dtmfdecode Makefile usr.sbin/i4b/g711conv Makefile usr.sbin/i4b/isdnd Makefile usr.sbin/i4b/isdndebug Makefile usr.sbin/i4b/isdndecode Makefile usr.sbin/i4b/isdnmonitor Makefile usr.sbin/i4b/isdnphone Makefile usr.sbin/i4b/isdntel Makefile usr.sbin/i4b/isdntelctl Makefile usr.sbin/i4b/isdntest Makefile usr.sbin/i4b/isdntrace Makefile usr.sbin/i4b/ispppcontrol Makefile usr.sbin/i4b/man Makefile usr.sbin/ifmcstat Makefile usr.sbin/inetd Makefile usr.sbin/iostat Makefile usr.sbin/ipftest Makefile usr.sbin/ipresend Makefile usr.sbin/ipsend Makefile usr.sbin/iptest Makefile usr.sbin/jail Makefile usr.sbin/kbdcontrol Makefile usr.sbin/kbdmap Makefile usr.sbin/kernbb Makefile usr.sbin/keyadmin Makefile usr.sbin/keyserv Makefile usr.sbin/kgmon Makefile usr.sbin/kgzip Makefile usr.sbin/lastlogin Makefile usr.sbin/lpr/chkprintcap Makefile usr.sbin/lpr/lp Makefile usr.sbin/lpr/lpc Makefile usr.sbin/lpr/lpd Makefile usr.sbin/lpr/lpq Makefile usr.sbin/lpr/lpr Makefile usr.sbin/lpr/lprm Makefile usr.sbin/lpr/lptest Makefile usr.sbin/lpr/pac Makefile usr.sbin/lptcontrol Makefile usr.sbin/mailstats Makefile usr.sbin/mailwrapper Makefile usr.sbin/makemap Makefile usr.sbin/manctl Makefile usr.sbin/memcontrol Makefile usr.sbin/mergemaster Makefile usr.sbin/mixer Makefile usr.sbin/mld6query Makefile usr.sbin/mlxcontrol Makefile usr.sbin/moused Makefile usr.sbin/mptable Makefile usr.sbin/mrouted/map-mbone Makefile usr.sbin/mrouted/mrinfo Makefile usr.sbin/mrouted/mrouted Makefile usr.sbin/mrouted/mtrace Makefile usr.sbin/mtest Makefile usr.sbin/mtree Makefile usr.sbin/named Makefile usr.sbin/named.reload Makefile usr.sbin/named.restart Makefile usr.sbin/ndc Makefile usr.sbin/ndp Makefile usr.sbin/newsyslog Makefile usr.sbin/ngctl Makefile usr.sbin/nghook Makefile usr.sbin/nslookup Makefile usr.sbin/ntp/doc Makefile usr.sbin/pccard/pccardc Makefile usr.sbin/pccard/pccardd Makefile usr.sbin/pciconf Makefile usr.sbin/pcvt/cursor Makefile usr.sbin/pcvt/fontedit Makefile usr.sbin/pcvt/ispcvt Makefile usr.sbin/pcvt/kcon Makefile usr.sbin/pcvt/keycap Makefile usr.sbin/pcvt/loadfont Makefile usr.sbin/pcvt/scon Makefile usr.sbin/pcvt/userkeys Makefile usr.sbin/pcvt/vgaio Makefile usr.sbin/pcvt/vttest Makefile usr.sbin/periodic Makefile usr.sbin/pim6dd Makefile usr.sbin/pim6sd Makefile usr.sbin/pim6sd/mtrace6 Makefile usr.sbin/pkg_install Makefile.inc usr.sbin/pkg_install/update Makefile usr.sbin/pkg_install/version Makefile usr.sbin/pnpinfo Makefile usr.sbin/ppp Makefile usr.sbin/pppctl Makefile usr.sbin/pppd Makefile usr.sbin/pppstats Makefile usr.sbin/praliases Makefile usr.sbin/prefix Makefile usr.sbin/procctl Makefile usr.sbin/pstat Makefile usr.sbin/pw Makefile usr.sbin/pwd_mkdb Makefile usr.sbin/quot Makefile usr.sbin/quotaon Makefile usr.sbin/rarpd Makefile usr.sbin/raycontrol Makefile usr.sbin/repquota Makefile usr.sbin/rip6query Makefile usr.sbin/rmt Makefile usr.sbin/route6d Makefile usr.sbin/rpc.lockd Makefile usr.sbin/rpc.statd Makefile usr.sbin/rpc.umntall Makefile usr.sbin/rpc.yppasswdd Makefile usr.sbin/rpc.ypxfrd Makefile usr.sbin/rpcbind Makefile usr.sbin/rrenumd Makefile usr.sbin/rtadvd Makefile usr.sbin/rtprio Makefile usr.sbin/rtsold Makefile usr.sbin/rwhod Makefile usr.sbin/sa Makefile usr.sbin/sendmail Makefile usr.sbin/setextattr Makefile usr.sbin/setkey Makefile usr.sbin/sgsc Makefile usr.sbin/sicontrol Makefile usr.sbin/sliplogin Makefile usr.sbin/slstat Makefile usr.sbin/spkrtest Makefile usr.sbin/spray Makefile usr.sbin/stallion/bootcode Makefile usr.sbin/stallion/stlload Makefile usr.sbin/stallion/stlstats Makefile usr.sbin/sysinstall Makefile usr.sbin/syslogd Makefile usr.sbin/tcpdchk Makefile usr.sbin/tcpdmatch Makefile usr.sbin/tcpdump/tcpdump Makefile usr.sbin/tcpdump/tcpslice Makefile usr.sbin/timed/timed Makefile usr.sbin/timed/timedc Makefile usr.sbin/traceroute Makefile usr.sbin/traceroute6 Makefile usr.sbin/trpt Makefile usr.sbin/tzsetup Makefile usr.sbin/usbd Makefile usr.sbin/usbdevs Makefile usr.sbin/vidcontrol Makefile usr.sbin/vipw Makefile usr.sbin/watch Makefile usr.sbin/wicontrol Makefile usr.sbin/wlconfig Makefile usr.sbin/xten Makefile usr.sbin/yp_mkdb Makefile usr.sbin/ypbind Makefile usr.sbin/yppoll Makefile usr.sbin/yppush Makefile usr.sbin/ypserv Makefile usr.sbin/ypset Makefile usr.sbin/zic/zdump Makefile usr.sbin/zic/zic Makefile Log: - Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN. Revision Changes Path 1.3 +1 -2 src/usr.sbin/Makefile.inc 1.6 +2 -1 src/usr.sbin/IPXrouted/Makefile 1.6 +2 -1 src/usr.sbin/ac/Makefile 1.4 +2 -1 src/usr.sbin/accton/Makefile 1.4 +2 -1 src/usr.sbin/acpi/acpiconf/Makefile 1.4 +2 -1 src/usr.sbin/acpi/acpidump/Makefile 1.5 +2 -1 src/usr.sbin/acpi/amldb/Makefile 1.15 +2 -2 src/usr.sbin/adduser/Makefile 1.19 +2 -1 src/usr.sbin/amd/amd/Makefile 1.14 +2 -1 src/usr.sbin/amd/amq/Makefile 1.7 +2 -1 src/usr.sbin/amd/fixmount/Makefile 1.12 +2 -1 src/usr.sbin/amd/fsinfo/Makefile 1.6 +2 -1 src/usr.sbin/amd/hlfsd/Makefile 1.14 +2 -1 src/usr.sbin/amd/mk-amd-map/Makefile 1.4 +1 -3 src/usr.sbin/amd/pawd/Makefile 1.3 +2 -2 src/usr.sbin/amd/scripts/Makefile 1.7 +2 -1 src/usr.sbin/amd/wire-test/Makefile 1.4 +2 -1 src/usr.sbin/ancontrol/Makefile 1.12 +2 -1 src/usr.sbin/apm/Makefile 1.5 +3 -1 src/usr.sbin/apmd/Makefile 1.5 +2 -2 src/usr.sbin/arp/Makefile 1.6 +2 -1 src/usr.sbin/atm/atmarpd/Makefile 1.10 +2 -1 src/usr.sbin/atm/scspd/Makefile 1.5 +2 -1 src/usr.sbin/boot0cfg/Makefile 1.3 +2 -1 src/usr.sbin/boot98cfg/Makefile 1.12 +2 -3 src/usr.sbin/bootparamd/bootparamd/Makefile 1.6 +2 -1 src/usr.sbin/btxld/Makefile 1.4 +2 -1 src/usr.sbin/burncd/Makefile 1.4 +1 -2 src/usr.sbin/cdcontrol/Makefile 1.5 +2 -1 src/usr.sbin/chkgrp/Makefile 1.6 +2 -3 src/usr.sbin/chown/Makefile 1.4 +2 -1 src/usr.sbin/chroot/Makefile 1.4 +1 -2 src/usr.sbin/ckdist/Makefile 1.30 +2 -1 src/usr.sbin/config/Makefile 1.14 +2 -1 src/usr.sbin/cron/cron/Makefile 1.11 +2 -3 src/usr.sbin/cron/crontab/Makefile 1.14 +2 -3 src/usr.sbin/ctm/ctm/Makefile 1.6 +1 -2 src/usr.sbin/ctm/ctm_rmail/Makefile 1.4 +2 -1 src/usr.sbin/dev_mkdb/Makefile 1.4 +2 -1 src/usr.sbin/diskpart/Makefile 1.7 +2 -1 src/usr.sbin/dpt/dpt_ctlinfo/Makefile 1.6 +2 -1 src/usr.sbin/dpt/dpt_ctls/Makefile 1.6 +2 -1 src/usr.sbin/dpt/dpt_dm/Makefile 1.6 +2 -1 src/usr.sbin/dpt/dpt_led/Makefile 1.6 +2 -1 src/usr.sbin/dpt/dpt_sig/Makefile 1.6 +2 -1 src/usr.sbin/dpt/dpt_softc/Makefile 1.6 +2 -1 src/usr.sbin/dpt/dpt_sysinfo/Makefile 1.4 +2 -1 src/usr.sbin/edquota/Makefile 1.5 +2 -1 src/usr.sbin/elf2exe/Makefile 1.4 +2 -1 src/usr.sbin/extattrctl/Makefile 1.5 +2 -1 src/usr.sbin/faithd/Makefile 1.3 +2 -1 src/usr.sbin/fdcontrol/Makefile 1.7 +1 -2 src/usr.sbin/fdformat/Makefile 1.7 +1 -2 src/usr.sbin/fdwrite/Makefile 1.4 +2 -1 src/usr.sbin/getextattr/Makefile 1.3 +2 -1 src/usr.sbin/gifconfig/Makefile 1.7 +1 -3 src/usr.sbin/i4b/dtmfdecode/Makefile 1.4 +1 -3 src/usr.sbin/i4b/g711conv/Makefile 1.9 +2 -3 src/usr.sbin/i4b/isdnd/Makefile 1.4 +2 -1 src/usr.sbin/i4b/isdndebug/Makefile 1.4 +2 -1 src/usr.sbin/i4b/isdndecode/Makefile 1.5 +2 -1 src/usr.sbin/i4b/isdnmonitor/Makefile 1.3 +2 -1 src/usr.sbin/i4b/isdnphone/Makefile 1.6 +2 -1 src/usr.sbin/i4b/isdntel/Makefile 1.4 +2 -1 src/usr.sbin/i4b/isdntelctl/Makefile 1.4 +2 -1 src/usr.sbin/i4b/isdntest/Makefile 1.5 +2 -1 src/usr.sbin/i4b/isdntrace/Makefile 1.3 +2 -1 src/usr.sbin/i4b/ispppcontrol/Makefile 1.5 +2 -2 src/usr.sbin/i4b/man/Makefile 1.3 +2 -1 src/usr.sbin/ifmcstat/Makefile 1.21 +2 -1 src/usr.sbin/inetd/Makefile 1.7 +2 -1 src/usr.sbin/iostat/Makefile 1.7 +1 -2 src/usr.sbin/ipftest/Makefile 1.6 +1 -2 src/usr.sbin/ipresend/Makefile 1.10 +2 -3 src/usr.sbin/ipsend/Makefile 1.6 +1 -2 src/usr.sbin/iptest/Makefile 1.6 +2 -1 src/usr.sbin/jail/Makefile 1.8 +2 -3 src/usr.sbin/kbdcontrol/Makefile 1.10 +2 -2 src/usr.sbin/kbdmap/Makefile 1.7 +2 -1 src/usr.sbin/kernbb/Makefile 1.3 +2 -1 src/usr.sbin/keyadmin/Makefile 1.8 +3 -1 src/usr.sbin/keyserv/Makefile 1.4 +2 -1 src/usr.sbin/kgmon/Makefile 1.6 +2 -1 src/usr.sbin/kgzip/Makefile 1.3 +2 -1 src/usr.sbin/lastlogin/Makefile 1.9 +2 -1 src/usr.sbin/lpr/chkprintcap/Makefile 1.6 +3 -3 src/usr.sbin/lpr/lp/Makefile 1.9 +2 -1 src/usr.sbin/lpr/lpc/Makefile 1.12 +2 -1 src/usr.sbin/lpr/lpd/Makefile 1.9 +1 -2 src/usr.sbin/lpr/lpq/Makefile 1.9 +2 -3 src/usr.sbin/lpr/lpr/Makefile 1.10 +1 -2 src/usr.sbin/lpr/lprm/Makefile 1.5 +1 -2 src/usr.sbin/lpr/lptest/Makefile 1.9 +2 -1 src/usr.sbin/lpr/pac/Makefile 1.4 +2 -1 src/usr.sbin/lptcontrol/Makefile 1.7 +2 -1 src/usr.sbin/mailstats/Makefile 1.7 +2 -1 src/usr.sbin/mailwrapper/Makefile 1.8 +2 -1 src/usr.sbin/makemap/Makefile 1.11 +2 -2 src/usr.sbin/manctl/Makefile 1.4 +2 -1 src/usr.sbin/memcontrol/Makefile 1.5 +2 -2 src/usr.sbin/mergemaster/Makefile 1.8 +2 -1 src/usr.sbin/mixer/Makefile 1.3 +2 -1 src/usr.sbin/mld6query/Makefile 1.4 +2 -1 src/usr.sbin/mlxcontrol/Makefile 1.6 +2 -1 src/usr.sbin/moused/Makefile 1.6 +1 -2 src/usr.sbin/mptable/Makefile 1.10 +2 -1 src/usr.sbin/mrouted/map-mbone/Makefile 1.13 +2 -1 src/usr.sbin/mrouted/mrinfo/Makefile 1.15 +2 -1 src/usr.sbin/mrouted/mrouted/Makefile 1.12 +2 -1 src/usr.sbin/mrouted/mtrace/Makefile 1.3 +2 -1 src/usr.sbin/mtest/Makefile 1.20 +2 -1 src/usr.sbin/mtree/Makefile 1.28 +2 -3 src/usr.sbin/named/Makefile 1.7 +2 -2 src/usr.sbin/named.reload/Makefile 1.7 +2 -2 src/usr.sbin/named.restart/Makefile 1.9 +2 -1 src/usr.sbin/ndc/Makefile 1.3 +2 -1 src/usr.sbin/ndp/Makefile 1.9 +3 -1 src/usr.sbin/newsyslog/Makefile 1.9 +2 -1 src/usr.sbin/ngctl/Makefile 1.4 +2 -1 src/usr.sbin/nghook/Makefile 1.13 +2 -1 src/usr.sbin/nslookup/Makefile 1.6 +3 -3 src/usr.sbin/ntp/doc/Makefile 1.13 +2 -1 src/usr.sbin/pccard/pccardc/Makefile 1.6 +2 -3 src/usr.sbin/pccard/pccardd/Makefile 1.8 +2 -1 src/usr.sbin/pciconf/Makefile 1.7 +1 -2 src/usr.sbin/pcvt/cursor/Makefile 1.6 +1 -2 src/usr.sbin/pcvt/fontedit/Makefile 1.8 +2 -1 src/usr.sbin/pcvt/ispcvt/Makefile 1.10 +1 -2 src/usr.sbin/pcvt/kcon/Makefile 1.12 +3 -3 src/usr.sbin/pcvt/keycap/Makefile 1.7 +1 -2 src/usr.sbin/pcvt/loadfont/Makefile 1.7 +1 -2 src/usr.sbin/pcvt/scon/Makefile 1.7 +1 -2 src/usr.sbin/pcvt/userkeys/Makefile 1.15 +2 -1 src/usr.sbin/pcvt/vgaio/Makefile 1.8 +1 -2 src/usr.sbin/pcvt/vttest/Makefile 1.3 +2 -2 src/usr.sbin/periodic/Makefile 1.3 +2 -3 src/usr.sbin/pim6dd/Makefile 1.6 +2 -4 src/usr.sbin/pim6sd/Makefile 1.4 +3 -1 src/usr.sbin/pim6sd/mtrace6/Makefile 1.7 +1 -3 src/usr.sbin/pkg_install/Makefile.inc 1.2 +2 -2 src/usr.sbin/pkg_install/update/Makefile 1.7 +2 -2 src/usr.sbin/pkg_install/version/Makefile 1.7 +2 -1 src/usr.sbin/pnpinfo/Makefile 1.84 +2 -1 src/usr.sbin/ppp/Makefile 1.11 +2 -1 src/usr.sbin/pppctl/Makefile 1.21 +2 -1 src/usr.sbin/pppd/Makefile 1.9 +2 -1 src/usr.sbin/pppstats/Makefile 1.7 +2 -1 src/usr.sbin/praliases/Makefile 1.3 +2 -1 src/usr.sbin/prefix/Makefile 1.6 +2 -1 src/usr.sbin/procctl/Makefile 1.7 +2 -1 src/usr.sbin/pstat/Makefile 1.13 +2 -4 src/usr.sbin/pw/Makefile 1.7 +2 -1 src/usr.sbin/pwd_mkdb/Makefile 1.7 +2 -1 src/usr.sbin/quot/Makefile 1.4 +2 -1 src/usr.sbin/quotaon/Makefile 1.9 +2 -1 src/usr.sbin/rarpd/Makefile 1.3 +2 -1 src/usr.sbin/raycontrol/Makefile 1.4 +2 -1 src/usr.sbin/repquota/Makefile 1.4 +2 -1 src/usr.sbin/rip6query/Makefile 1.8 +2 -1 src/usr.sbin/rmt/Makefile 1.7 +2 -1 src/usr.sbin/route6d/Makefile 1.11 +2 -1 src/usr.sbin/rpc.lockd/Makefile 1.11 +2 -1 src/usr.sbin/rpc.statd/Makefile 1.3 +2 -1 src/usr.sbin/rpc.umntall/Makefile 1.15 +3 -1 src/usr.sbin/rpc.yppasswdd/Makefile 1.10 +3 -1 src/usr.sbin/rpc.ypxfrd/Makefile 1.3 +2 -1 src/usr.sbin/rpcbind/Makefile 1.6 +2 -3 src/usr.sbin/rrenumd/Makefile 1.3 +2 -3 src/usr.sbin/rtadvd/Makefile 1.8 +1 -2 src/usr.sbin/rtprio/Makefile 1.5 +2 -1 src/usr.sbin/rtsold/Makefile 1.4 +2 -1 src/usr.sbin/rwhod/Makefile 1.7 +2 -1 src/usr.sbin/sa/Makefile 1.32 +2 -4 src/usr.sbin/sendmail/Makefile 1.4 +2 -1 src/usr.sbin/setextattr/Makefile 1.7 +2 -1 src/usr.sbin/setkey/Makefile 1.6 +1 -2 src/usr.sbin/sgsc/Makefile 1.5 +2 -1 src/usr.sbin/sicontrol/Makefile 1.6 +2 -1 src/usr.sbin/sliplogin/Makefile 1.9 +2 -1 src/usr.sbin/slstat/Makefile 1.9 +2 -2 src/usr.sbin/spkrtest/Makefile 1.7 +2 -1 src/usr.sbin/spray/Makefile 1.11 +2 -2 src/usr.sbin/stallion/bootcode/Makefile 1.8 +2 -1 src/usr.sbin/stallion/stlload/Makefile 1.10 +2 -1 src/usr.sbin/stallion/stlstats/Makefile 1.108 +2 -1 src/usr.sbin/sysinstall/Makefile 1.5 +2 -3 src/usr.sbin/syslogd/Makefile 1.6 +2 -1 src/usr.sbin/tcpdchk/Makefile 1.5 +2 -1 src/usr.sbin/tcpdmatch/Makefile 1.28 +1 -2 src/usr.sbin/tcpdump/tcpdump/Makefile 1.11 +1 -1 src/usr.sbin/tcpdump/tcpslice/Makefile 1.4 +2 -1 src/usr.sbin/timed/timed/Makefile 1.5 +2 -1 src/usr.sbin/timed/timedc/Makefile 1.15 +2 -1 src/usr.sbin/traceroute/Makefile 1.5 +3 -1 src/usr.sbin/traceroute6/Makefile 1.5 +2 -1 src/usr.sbin/trpt/Makefile 1.13 +2 -1 src/usr.sbin/tzsetup/Makefile 1.5 +2 -3 src/usr.sbin/usbd/Makefile 1.7 +2 -1 src/usr.sbin/usbdevs/Makefile 1.4 +1 -2 src/usr.sbin/vidcontrol/Makefile 1.4 +2 -1 src/usr.sbin/vipw/Makefile 1.11 +2 -1 src/usr.sbin/watch/Makefile 1.5 +2 -1 src/usr.sbin/wicontrol/Makefile 1.5 +2 -1 src/usr.sbin/wlconfig/Makefile 1.10 +1 -2 src/usr.sbin/xten/Makefile 1.7 +3 -1 src/usr.sbin/yp_mkdb/Makefile 1.8 +2 -1 src/usr.sbin/ypbind/Makefile 1.7 +2 -1 src/usr.sbin/yppoll/Makefile 1.8 +3 -1 src/usr.sbin/yppush/Makefile 1.18 +2 -2 src/usr.sbin/ypserv/Makefile 1.4 +2 -1 src/usr.sbin/ypset/Makefile 1.6 +2 -1 src/usr.sbin/zic/zdump/Makefile 1.7 +2 -1 src/usr.sbin/zic/zic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 6:47: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 8D16B37B71A; Mon, 26 Mar 2001 06:47:22 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QElMd38705; Mon, 26 Mar 2001 06:47:22 -0800 (PST) (envelope-from ru) Message-Id: <200103261447.f2QElMd38705@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 06:47:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 06:47:22 PST Modified files: share/mk bsd.prog.mk Log: Backout botched attempt to introduce MANSECT feature; it doesn't work in "developer" mode (single module checkout). Revision Changes Path 1.90 +2 -5 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 Mar 26 6:53: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 46F9B37B71A; Mon, 26 Mar 2001 06:53:35 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QErZB65795; Mon, 26 Mar 2001 06:53:35 -0800 (PST) (envelope-from ru) Message-Id: <200103261453.f2QErZB65795@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Mar 2001 06:53:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure Makefile.inc src/secure/lib/libcipher Makefile src/secure/lib/libcrypto Makefile src/secure/lib/libssh Makefile src/secure/lib/libtelnet Makefile src/secure/libexec Makefile.inc src/secure/libexec/sftp-server Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/26 06:53:34 PST Modified files: secure Makefile.inc secure/lib/libcipher Makefile secure/lib/libcrypto Makefile secure/lib/libssh Makefile secure/lib/libtelnet Makefile secure/libexec Makefile.inc secure/libexec/sftp-server Makefile secure/libexec/telnetd Makefile secure/usr.bin Makefile.inc secure/usr.bin/openssl Makefile secure/usr.bin/scp Makefile secure/usr.bin/ssh Makefile secure/usr.bin/ssh-add Makefile secure/usr.bin/ssh-agent Makefile secure/usr.bin/ssh-keygen Makefile secure/usr.bin/telnet Makefile secure/usr.sbin Makefile.inc secure/usr.sbin/sshd Makefile Log: secure/ build fixes: - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Revision Changes Path 1.17 +10 -7 src/secure/Makefile.inc 1.12 +2 -2 src/secure/lib/libcipher/Makefile 1.38 +3 -4 src/secure/lib/libcrypto/Makefile 1.8 +7 -11 src/secure/lib/libssh/Makefile 1.20 +5 -4 src/secure/lib/libtelnet/Makefile 1.7 +3 -2 src/secure/libexec/Makefile.inc 1.2 +6 -15 src/secure/libexec/sftp-server/Makefile 1.21 +3 -3 src/secure/libexec/telnetd/Makefile 1.7 +3 -2 src/secure/usr.bin/Makefile.inc 1.17 +1 -2 src/secure/usr.bin/openssl/Makefile 1.4 +4 -11 src/secure/usr.bin/scp/Makefile 1.12 +5 -12 src/secure/usr.bin/ssh/Makefile 1.4 +5 -11 src/secure/usr.bin/ssh-add/Makefile 1.4 +5 -11 src/secure/usr.bin/ssh-agent/Makefile 1.5 +5 -11 src/secure/usr.bin/ssh-keygen/Makefile 1.23 +2 -2 src/secure/usr.bin/telnet/Makefile 1.4 +3 -2 src/secure/usr.sbin/Makefile.inc 1.15 +8 -15 src/secure/usr.sbin/sshd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 6:59:10 2001 Delivered-To: cvs-all@freebsd.org Received: from ohm.physics.purdue.edu (ohm.physics.purdue.edu [128.210.146.32]) by hub.freebsd.org (Postfix) with ESMTP id EA15A37B71A; Mon, 26 Mar 2001 06:59:02 -0800 (PST) (envelope-from will@physics.purdue.edu) Received: (from will@localhost) by ohm.physics.purdue.edu (8.11.2/8.9.3) id f2QF3Zi22601; Mon, 26 Mar 2001 10:03:35 -0500 (EST) (envelope-from will@physics.purdue.edu) X-Authentication-Warning: ohm.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f Date: Mon, 26 Mar 2001 10:03:35 -0500 From: Will Andrews To: Jeroen Ruigrok/Asmodai Cc: Gordon Tetlow , Seth Kingsley , "Brett G. Lemoine" , cvs-all@FreeBSD.org, cvs-commiters@FreeBSD.org Subject: Re: Why not cvs-stable@freebsd.org (was Re: proposals for fixing the PROBLEM..) Message-ID: <20010326100335.P5821@ohm.physics.purdue.edu> Reply-To: Will Andrews References: <20010323163104.B23438@meow.osd.bsdi.com> <20010326094602.A48075@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="nFP5HOmuB4FR6qoM" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010326094602.A48075@daemon.ninth-circle.org>; from asmodai@wxs.nl on Mon, Mar 26, 2001 at 09:46:02AM +0200 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --nFP5HOmuB4FR6qoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 26, 2001 at 09:46:02AM +0200, Jeroen Ruigrok/Asmodai wrote: > Having a cvs-stable mailinglist would add more difficulty to my life. Really? Since when? Let's say something like this happens. log_accum.pl decides where to send the message. So, if the commit is on the stable branch in src/, send it to cvs-stable. If the commit is on the current branch of ports, send it to cvs-ports. And so on. Then for people like you or me or curious/dedicated FreeBSD power users, we have an end-all, catch-all cvs-[all,committers] list which is subscribed to all of the above. It's not like it will add much more to log_accum.pl.. plus, didn't we used to have things this way at some point in the past? Then nothing changes for you, unless you wish to change the repositories you watch. I'd like to note that OpenBSD and NetBSD have both done this kind of thing, for their ports trees at least. And in slightly differing styles (grr..). --=20 wca --nFP5HOmuB4FR6qoM 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 iD8DBQE6v1pGF47idPgWcsURAgtmAJ4i3g3EAN40r3CpFIDD6xLk4aEzGQCfcfrk wNGQ8hMzFvH2weOPzLSSmlA= =W6bJ -----END PGP SIGNATURE----- --nFP5HOmuB4FR6qoM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 7:21: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 C465737B71A; Mon, 26 Mar 2001 07:21:27 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QFLRt03746; Mon, 26 Mar 2001 07:21:27 -0800 (PST) (envelope-from ijliao) Message-Id: <200103261521.f2QFLRt03746@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Mar 2001 07:21:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freecell-solver Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/26 07:21:27 PST Modified files: games/freecell-solver Makefile distinfo Log: upgrade to 1.5.14 Revision Changes Path 1.2 +2 -2 ports/games/freecell-solver/Makefile 1.2 +1 -1 ports/games/freecell-solver/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 7:23: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 2040C37B71D; Mon, 26 Mar 2001 07:23:14 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QFNEI03864; Mon, 26 Mar 2001 07:23:14 -0800 (PST) (envelope-from sobomax) Message-Id: <200103261523.f2QFNEI03864@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Mar 2001 07:23:13 -0800 (PST) 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/03/26 07:23:13 PST Modified files: . modules Log: genassym --> src/usr.sbin/genassym Revision Changes Path 1.2737 +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 Mar 26 7:34: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C27337B719; Mon, 26 Mar 2001 07:34:03 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QFY3Q09220; Mon, 26 Mar 2001 07:34:03 -0800 (PST) (envelope-from demon) Message-Id: <200103261534.f2QFY3Q09220@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 26 Mar 2001 07:34:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/kmago 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 demon 2001/03/26 07:34:03 PST Modified files: ftp Makefile Added files: ftp/kmago Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: kmago. KMago (KDE Multiple Automated Get Operations) is a download manager which works as a frontend to GNU wget or with the KDE kioslaves. Revision Changes Path 1.17 +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 Mar 26 7:34: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 F309A37B71A; Mon, 26 Mar 2001 07:34:17 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QFYHo09488; Mon, 26 Mar 2001 07:34:17 -0800 (PST) (envelope-from demon) Message-Id: <200103261534.f2QFYHo09488@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 26 Mar 2001 07:34:17 -0800 (PST) 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/03/26 07:34:17 PST Modified files: . modules Log: kmago --> ports/ftp/kmago Revision Changes Path 1.2738 +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 Mar 26 8:18: 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 A654937B719; Mon, 26 Mar 2001 08:18:02 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QGI2A17690; Mon, 26 Mar 2001 08:18:02 -0800 (PST) (envelope-from fenner) Message-Id: <200103261618.f2QGI2A17690@freefall.freebsd.org> From: Bill Fenner Date: Mon, 26 Mar 2001 08:18:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date netdate.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/03/26 08:18:02 PST Modified files: bin/date netdate.c Log: Fix error reporting of delayed send errors. Revision Changes Path 1.12 +2 -2 src/bin/date/netdate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 8:23: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 09D6A37B718; Mon, 26 Mar 2001 08:23:56 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QGNtd18427; Mon, 26 Mar 2001 08:23:56 -0800 (PST) (envelope-from jim) Message-Id: <200103261623.f2QGNtd18427@freefall.freebsd.org> From: Jim Mock Date: Mon, 26 Mar 2001 08:23:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/irssi Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/03/26 08:23:55 PST Modified files: irc/irssi Makefile distinfo Log: Update to version 0.7.98.3. Revision Changes Path 1.44 +2 -2 ports/irc/irssi/Makefile 1.34 +1 -1 ports/irc/irssi/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 8:36:32 2001 Delivered-To: cvs-all@freebsd.org Received: from one.net (ip-216-23-53-181.adsl.one.net [216.23.53.181]) by hub.freebsd.org (Postfix) with ESMTP id A1B4537B718; Mon, 26 Mar 2001 08:36:26 -0800 (PST) (envelope-from cokane@one.net) Received: (from cokane@localhost) by one.net (8.11.3/8.11.3) id f2QGmku88261; Mon, 26 Mar 2001 11:48:46 -0500 (EST) (envelope-from cokane) Date: Mon, 26 Mar 2001 11:48:46 -0500 From: Coleman Kane To: Ian Dowse Cc: Peter Jeremy , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/reboot reboot.c Message-ID: <20010326114846.A83061@cokane.yi.org> References: <20010323080736.A8221@gsmx07.alcatel.com.au> <200103222207.aa91848@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" X-Mailer: Mutt 1.0.1i In-Reply-To: <200103222207.aa91848@salmon.maths.tcd.ie>; from iedowse@maths.tcd.ie on Thu, Mar 22, 2001 at 10:07:49PM +0000 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable I am in agreement with Kris and Garrett on this one. I too have seen Linux init hold up the system until it is powered off. Typically, this is because of my own stupidity, but it is nice to be able to seperately down the box gracefully. Ian Dowse had the audacity to say: >=20 > In message <20010323080736.A8221@gsmx07.alcatel.com.au>, Peter Jeremy wri= tes: > > > >Instead of moving the common functionality into a common library, > >why not move it into a common process. Why can't reboot(8) just > >ask init(8) to massacre all the processes and reboot? (Or, vice > >versa, init could spawn reboot(8) to do the same thing). >=20 > This had certainly crossed my mind too, but for reasons already > suggested, it doesn't seem the right thing to do. I'm not convinced > that libutil is the right place for such code either - it's not > useful enough to appear in a fairly widely-used library. >=20 > Two other not-so-elegant approaches are: >=20 > - Share a source file between reboot and init. >=20 > - Make reboot(8) and halt(8) hard links to init(8), and have init > do the right thing according to argv[0]. >=20 > Ian >=20 --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6v3LsERViMObJ880RAS09AJ96Ul4LJjdEh3h2O6kOpvoaDZjcgQCgxx2o 8E/naUUYxOG0eSgBUXXBf40= =7pz4 -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 8:47:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C175137B718; Mon, 26 Mar 2001 08:47:11 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QGlBG20797; Mon, 26 Mar 2001 08:47:11 -0800 (PST) (envelope-from knu) Message-Id: <200103261647.f2QGlBG20797@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 26 Mar 2001 08:47:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ruby-sdl Makefile distinfo pkg-comment pkg-descr 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/03/26 08:47:08 PST Modified files: devel Makefile Added files: devel/ruby-sdl Makefile distinfo pkg-comment pkg-descr pkg-plist devel/ruby-sdl/files patch-extconf.rb Log: Add ruby-sdl, a Ruby extension library to use SDL library. Currently 3D features are unsupported. SGE support will be enabled after SGE is ported. Revision Changes Path 1.476 +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 Mar 26 8: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 3462337B71A; Mon, 26 Mar 2001 08:47:34 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QGlYF20849; Mon, 26 Mar 2001 08:47:34 -0800 (PST) (envelope-from knu) Message-Id: <200103261647.f2QGlYF20849@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 26 Mar 2001 08:47:34 -0800 (PST) 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/03/26 08:47:34 PST Modified files: . modules Log: ruby-sdl --> ports/devel/ruby-sdl Revision Changes Path 1.2739 +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 Mar 26 8:52: 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 47EA637B71B; Mon, 26 Mar 2001 08:51:55 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QGpte21290; Mon, 26 Mar 2001 08:51:55 -0800 (PST) (envelope-from nsayer) Message-Id: <200103261651.f2QGpte21290@freefall.freebsd.org> From: Nick Sayer Date: Mon, 26 Mar 2001 08:51:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/bzflag Makefile distinfo ports/games/bzflag/files patch-Make-common patch-config patch-multicast.cxx patch-LinuxMedia.cxx patch-common.h patch-network.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/03/26 08:51:54 PST Modified files: games/bzflag Makefile distinfo Added files: games/bzflag/files patch-Make-common patch-config patch-multicast.cxx Removed files: games/bzflag/files patch-LinuxMedia.cxx patch-common.h patch-network.h Log: 1. Update to 1.7e.1. d.9 is no longer interoperable. 2. Get rid of half-speed audio flag. It breaks audio on Yamaha chipsets. 3. The program maintainer has a bad habit of morphing the distfile and WRKSRC name. Grr. 4. Some patches were subsumed and thus deleted. Other stuff has come up though and thus must be patched. 5. Take over MAINTAINERship. PR: ports/26112 Approved by: nbm Revision Changes Path 1.6 +5 -4 ports/games/bzflag/Makefile 1.2 +1 -1 ports/games/bzflag/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 8:54:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFBFC37B719; Mon, 26 Mar 2001 08:54:30 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QGsUK21514; Mon, 26 Mar 2001 08:54:30 -0800 (PST) (envelope-from nsayer) Message-Id: <200103261654.f2QGsUK21514@freefall.freebsd.org> From: Nick Sayer Date: Mon, 26 Mar 2001 08:54:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/bzflag Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/03/26 08:54:30 PST Modified files: games/bzflag Makefile Log: portlint Revision Changes Path 1.7 +2 -2 ports/games/bzflag/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 8:58: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 5665A37B718; Mon, 26 Mar 2001 08:58:48 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QGwmj21802; Mon, 26 Mar 2001 08:58:48 -0800 (PST) (envelope-from iedowse) Message-Id: <200103261658.f2QGwmj21802@freefall.freebsd.org> From: Ian Dowse Date: Mon, 26 Mar 2001 08:58:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vn vn.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/03/26 08:58:48 PST Modified files: (Branch: RELENG_4) sys/dev/vn vn.c Log: Clean up properly when a `vn' module is kldunloaded to avoid panics later. We now call cdesw_remove() to unregister the device, NULL out any pointers to the vn_softc that exist in dev_t `si_drv1' fields, and perform a destroy_dev() corresponding to the initial make_dev(). This is not an MFC; vn(4) is no longer in -current. PR: kern/18270, i386/26049 Submitted by: peter.edwards@ireland.com, chervarium@nove.bg Reviewed by: phk Approved by: jkh Revision Changes Path 1.105.2.2 +21 -2 src/sys/dev/vn/Attic/vn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9:10:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22DAD37B719; Mon, 26 Mar 2001 09:10:51 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QHAp525437; Mon, 26 Mar 2001 09:10:51 -0800 (PST) (envelope-from ijliao) Message-Id: <200103261710.f2QHAp525437@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Mar 2001 09:10:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/converters/siconv Makefile distinfo pkg-comment pkg-descr pkg-plist ports/converters/siconv/files patch-siconv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/26 09:10:50 PST Modified files: converters Makefile Added files: converters/siconv Makefile distinfo pkg-comment pkg-descr pkg-plist converters/siconv/files patch-siconv.c Log: add siconv siconv will convert data from one character set to another Revision Changes Path 1.57 +2 -1 ports/converters/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9: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 D920137B74F; Mon, 26 Mar 2001 09:10:55 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QHAt925475; Mon, 26 Mar 2001 09:10:55 -0800 (PST) (envelope-from ijliao) Message-Id: <200103261710.f2QHAt925475@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Mar 2001 09:10:55 -0800 (PST) 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/03/26 09:10:55 PST Modified files: . modules Log: siconv --> ports/converters/siconv Revision Changes Path 1.2740 +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 Mar 26 9: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 D4FCE37B718; Mon, 26 Mar 2001 09:11:41 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QHBfR25632; Mon, 26 Mar 2001 09:11:41 -0800 (PST) (envelope-from andreas) Message-Id: <200103261711.f2QHBfR25632@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 26 Mar 2001 09:11:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript6 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/26 09:11:40 PST Modified files: print/ghostscript6 Makefile distinfo pkg-plist Log: - update port to use pcl3-3.2, this is the release version of the PCL3 driver from Martin Lottermoser (former 3.0.2 was BETA) - therefore bump PORTREVISION - pkg-plist: remove BETA file, added NEWS file instead Revision Changes Path 1.66 +3 -3 ports/print/ghostscript6/Makefile 1.23 +1 -1 ports/print/ghostscript6/distinfo 1.15 +1 -1 ports/print/ghostscript6/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 Mar 26 9:24:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E974937B719; Mon, 26 Mar 2001 09:24:15 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QHOFD26782; Mon, 26 Mar 2001 09:24:15 -0800 (PST) (envelope-from andreas) Message-Id: <200103261724.f2QHOFD26782@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 26 Mar 2001 09:24:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/personality/src personality.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/26 09:24:15 PST Modified files: sysutils/personality/src personality.8 Log: style: fix manpage section, 1 -> 8 Revision Changes Path 1.2 +2 -2 ports/sysutils/personality/src/personality.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9:29:40 2001 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id F30BC37B719; Mon, 26 Mar 2001 09:29:33 -0800 (PST) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 14hao8-0000aS-00; Mon, 26 Mar 2001 17:29:33 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f2QHWDW01244; Mon, 26 Mar 2001 19:32:13 +0200 (CEST) (envelope-from wkb) Date: Mon, 26 Mar 2001 19:32:13 +0200 From: Wilko Bulte To: "Jordan K. Hubbard" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20010326193213.A1222@freebie.demon.nl> References: <200103260132.f2Q1WUY81980@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200103260132.f2Q1WUY81980@freefall.freebsd.org>; from jkh@freebsd.org on Sun, Mar 25, 2001 at 05:32:30PM -0800 X-OS: FreeBSD 4.3-RC X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 25, 2001 at 05:32:30PM -0800, Jordan K. Hubbard wrote: > jkh 2001/03/25 17:32:29 PST > > Modified files: > release/texts HARDWARE.TXT > release/texts/i386 RELNOTES.TXT > Log: > Stop claiming to support the DEC EtherWorks II/III cards. What is wrong with those? W/ -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte http://www.freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9:34:14 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 665C437B71A; Mon, 26 Mar 2001 09:34:05 -0800 (PST) (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 JAA02192; Mon, 26 Mar 2001 09:34:27 -0800 (PST) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f2QHY4a88491; Mon, 26 Mar 2001 09:34:04 -0800 (PST) (envelope-from bmah) Message-Id: <200103261734.f2QHY4a88491@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: Wilko Bulte Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <20010326193213.A1222@freebie.demon.nl> References: <200103260132.f2Q1WUY81980@freefall.freebsd.org> <20010326193213.A1222@freebie.demon.nl> Comments: In-reply-to Wilko Bulte message dated "Mon, 26 Mar 2001 19:32:13 +0200." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1825044876P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 26 Mar 2001 09:34:04 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_1825044876P Content-Type: text/plain; charset=us-ascii If memory serves me right, Wilko Bulte wrote: > On Sun, Mar 25, 2001 at 05:32:30PM -0800, Jordan K. Hubbard wrote: > > jkh 2001/03/25 17:32:29 PST > > > > Modified files: > > release/texts HARDWARE.TXT > > release/texts/i386 RELNOTES.TXT > > Log: > > Stop claiming to support the DEC EtherWorks II/III cards. > > What is wrong with those? And does this apply to RELENG_4 also? Bruce. --==_Exmh_1825044876P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE6v32M2MoxcVugUsMRArLCAKD+T1Zi3r/npT//o7bkfjeWXde1HQCeN3EF rroIsAUhqKOK+k8Z5GJ/Wlo= =YHhy -----END PGP SIGNATURE----- --==_Exmh_1825044876P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9:34: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 88A3A37B71A; Mon, 26 Mar 2001 09:34:38 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QHYcO27881; Mon, 26 Mar 2001 09:34:38 -0800 (PST) (envelope-from sf) Message-Id: <200103261734.f2QHYcO27881@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 26 Mar 2001 09:34:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-libraries Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/03/26 09:34:38 PST Modified files: x11/XFree86-4-libraries Makefile pkg-plist Log: install freetype-config. This should solve build problem of freetype2 apprications. Revision Changes Path 1.94 +11 -4 ports/x11/XFree86-4-libraries/Makefile 1.37 +1 -0 ports/x11/XFree86-4-libraries/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 Mar 26 9:42: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id E5D6937B718; Mon, 26 Mar 2001 09:42:03 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f2QHfO031180; Mon, 26 Mar 2001 09:41:24 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: wkb@freebie.demon.nl Cc: jkh@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <20010326193213.A1222@freebie.demon.nl> References: <200103260132.f2Q1WUY81980@freefall.freebsd.org> <20010326193213.A1222@freebie.demon.nl> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010326094124J.jkh@osd.bsdi.com> Date: Mon, 26 Mar 2001 09:41:24 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What is wrong with those? We have a PR with multiple follow-up attachments to it which indicate that using it panics the system, and it's already been commented out in GENERIC for awhile now. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9:44:13 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 5C91A37B71A; Mon, 26 Mar 2001 09:44:07 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f2QHhn031203; Mon, 26 Mar 2001 09:43:51 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: bmah@FreeBSD.org Cc: wkb@freebie.demon.nl, jkh@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <200103261734.f2QHY4a88491@bmah-freebsd-0.cisco.com> References: <200103260132.f2Q1WUY81980@freefall.freebsd.org> <20010326193213.A1222@freebie.demon.nl> <200103261734.f2QHY4a88491@bmah-freebsd-0.cisco.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010326094349R.jkh@osd.bsdi.com> Date: Mon, 26 Mar 2001 09:43:49 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9:44: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 8B80B37B718; Mon, 26 Mar 2001 09:44:08 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QHi8N28890; Mon, 26 Mar 2001 09:44:08 -0800 (PST) (envelope-from jkh) Message-Id: <200103261744.f2QHi8N28890@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 26 Mar 2001 09:44:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh src/release/texts HARDWARE.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 jkh 2001/03/26 09:44:08 PST Modified files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh release/texts HARDWARE.TXT release/texts/i386 RELNOTES.TXT Log: MFC: add apsfilter to cdrom packages, note DEC EtherWorks II/III situation Revision Changes Path 1.1.2.2 +6 -1 src/release/scripts/print-cdrom-packages.sh 1.39.2.33 +0 -2 src/release/texts/HARDWARE.TXT 1.72.2.120 +1 -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 Mon Mar 26 9:52:20 2001 Delivered-To: cvs-all@freebsd.org Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by hub.freebsd.org (Postfix) with ESMTP id A825C37B719; Mon, 26 Mar 2001 09:52:16 -0800 (PST) (envelope-from blaz@amis.net) Received: by titanic.medinet.si (Postfix, from userid 1000) id C7C3826C02; Mon, 26 Mar 2001 19:52:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by titanic.medinet.si (Postfix) with ESMTP id BE8A911717; Mon, 26 Mar 2001 19:52:15 +0200 (CEST) Date: Mon, 26 Mar 2001 19:52:15 +0200 (CEST) From: Blaz Zupan To: "Bruce A. Mah" Cc: Wilko Bulte , "Jordan K. Hubbard" , , Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <200103261734.f2QHY4a88491@bmah-freebsd-0.cisco.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 > If memory serves me right, Wilko Bulte wrote: > > On Sun, Mar 25, 2001 at 05:32:30PM -0800, Jordan K. Hubbard wrote: > > > jkh 2001/03/25 17:32:29 PST > > > > > > Modified files: > > > release/texts HARDWARE.TXT > > > release/texts/i386 RELNOTES.TXT > > > Log: > > > Stop claiming to support the DEC EtherWorks II/III cards. > > > > What is wrong with those? > > And does this apply to RELENG_4 also? Actually, why not fix the driver? Take a look at PR 25650. Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9:53: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 064E337B718; Mon, 26 Mar 2001 09:53:20 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QHrJ229776; Mon, 26 Mar 2001 09:53:19 -0800 (PST) (envelope-from rwatson) Message-Id: <200103261753.f2QHrJ229776@freefall.freebsd.org> From: Robert Watson Date: Mon, 26 Mar 2001 09:53:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/ufs/ufs acl.h ufs_acl.c ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/26 09:53:19 PST Modified files: sys/conf files options sys/ufs/ufs ufs_vnops.c Added files: sys/ufs/ufs acl.h ufs_acl.c Log: Introduce support for POSIX.1e ACLs on UFS-based file systems. This implementation is still experimental, and while fairly broadly tested, is not yet intended for production use. Support for POSIX.1e ACLs on UFS will not be MFC'd to RELENG_4. This implementation works by providing implementations of VOP_[GS]ETACL() for FFS, as well as modifying the appropriate access control and file creation routines. In this implementation, ACLs are backed into extended attributes; the base ACL (owner, group, other) permissions remain in the inode for performance and compatibility reasons, so only the extended and default ACLs are placed in extended attributes. The logic for ACL evaluation is provided by the fs-independent kern/kern_acl.c. o Introduce UFS_ACL, a compile-time configuration option that enables support for ACLs on FFS (and potentially other UFS-based file systems). o Introduce ufs_getacl(), ufs_setacl(), ufs_aclcheck(), which respectively get, set, and check the ACLs on the passed vnode. o Introduce ufs_sync_acl_from_inode(), ufs_sync_inode_from_acl() to maintain access control information between inode permissions and extended attribute data. o Modify ufs_access() to load a file access ACL and invoke vaccess_acl_posix1e() if ACLs are available on the file system o Modify ufs_mkdir() and ufs_makeinode() to associate ACLs with newly created directories and files, inheriting from the parent directory's default ACL. o Enable these new vnode operations and conditionally compiled code paths if UFS_ACL is defined. A few notes: o This implementation is fairly widely tested, but still should be considered experimental. o Currently, ACLs are not exported via NFS, instead, the summarizing file mode/etc from the inode is. This results in conservative protection behavior, similar to the behavior of ACL-nonaware programs acting locally. o It is possible that underlying binary data formats associated with this implementation may change. Consumers of the implementation should expect to find their local configuration obsoleted in the next few months, resulting in possible loss of ACL data during an upgrade. o The extended attributes interface and implementation is still undergoing modification to address portable interface concerns, as well as performance. o Many applications do not yet correctly handle ACLs. In general, due to the POSIX.1e ACL model, behavior of ACL-unaware applications will be conservative with respects to file protection; some caution is recommended. o Instructions for configuring and maintaining ACLs on UFS will be committed in the near future; in the mean time it is possible to reference the README included in the last UFS ACL distribution placed in the TrustedBSD web site: http://www.TrustedBSD.org/downloads/ Substantial debugging, hardware, travel, or connectivity support for this project was provided by: BSDi, Safeport Network Services, and NAI Labs. Significant coding contributions were made by Chris Faulhaber. Additional support was provided by Brian Feldman, Thomas Moestl, and Ilmar Habibulin. Reviewed by: jedgar, keichii, mckusick, trustedbsd-discuss, freebsd-fs Obtained from: TrustedBSD Project Revision Changes Path 1.502 +2 -1 src/sys/conf/files 1.266 +6 -1 src/sys/conf/options 1.160 +214 -6 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 9:58:33 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id D633837B718; Mon, 26 Mar 2001 09:58:26 -0800 (PST) (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 f2QHwNh76442; Mon, 26 Mar 2001 12:58:24 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 26 Mar 2001 12:58:23 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Coleman Kane Cc: Ian Dowse , Peter Jeremy , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/reboot reboot.c In-Reply-To: <20010326114846.A83061@cokane.yi.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, 26 Mar 2001, Coleman Kane wrote: > I am in agreement with Kris and Garrett on this one. I too have seen > Linux init hold up the system until it is powered off. Typically, this > is because of my own stupidity, but it is nice to be able to seperately > down the box gracefully. However, what you could imagine is a scenario where: (a) reboot(8) and halt(8) signal init(8) to perform sane system shutdown by default, but (b) have a new flag that specifies that rather than taking down the system via the supported shutdown sequence, to directly kill system processes and request the kernel halt the system. This would distinguish the sane and orderly shutdown of init from the "it's not working" behavior of reboot and halt, while combining code paths in the common ("it is working") case. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10: 1:15 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 4A9F337B71A; Mon, 26 Mar 2001 10:01:11 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f2QI0Z031295; Mon, 26 Mar 2001 10:00:35 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: blaz@amis.net Cc: bmah@FreeBSD.org, wkb@freebie.demon.nl, jkh@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: References: <200103261734.f2QHY4a88491@bmah-freebsd-0.cisco.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010326100035X.jkh@osd.bsdi.com> Date: Mon, 26 Mar 2001 10:00:35 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Actually, why not fix the driver? Take a look at PR 25650. You should also feel more than free to submit such diffs yourself! :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10: 2:46 2001 Delivered-To: cvs-all@freebsd.org Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by hub.freebsd.org (Postfix) with ESMTP id E0B8537B718; Mon, 26 Mar 2001 10:02:40 -0800 (PST) (envelope-from blaz@amis.net) Received: by titanic.medinet.si (Postfix, from userid 1000) id 7755726C02; Mon, 26 Mar 2001 20:02:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by titanic.medinet.si (Postfix) with ESMTP id 6BE4211716; Mon, 26 Mar 2001 20:02:39 +0200 (CEST) Date: Mon, 26 Mar 2001 20:02:39 +0200 (CEST) From: Blaz Zupan To: Jordan Hubbard Cc: , , , , Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <20010326100035X.jkh@osd.bsdi.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 > > Actually, why not fix the driver? Take a look at PR 25650. > You should also feel more than free to submit such diffs yourself! :) Ehm, I might be misunderstanding what you're saying here, but have you looked at the PR? A patch is included. Do you really think I'd be pointing you at a PR without a fix at this point? :) Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10: 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 A2D9D37B719; Mon, 26 Mar 2001 10:04:53 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QI4rI30788; Mon, 26 Mar 2001 10:04:53 -0800 (PST) (envelope-from bmah) Message-Id: <200103261804.f2QI4rI30788@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Mar 2001 10:04:53 -0800 (PST) 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/03/26 10:04:53 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: netstat -W, sockstat -c and -l, FFS/EXT2FS security fixes (FreeBSD-SA-01:30). Reorder netstat(1) notes to be adjacent. Revision Changes Path 1.155 +15 -4 src/release/texts/alpha/RELNOTES.TXT 1.229 +15 -4 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10: 6: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 303C137B718; Mon, 26 Mar 2001 10:05:56 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QI5un33340; Mon, 26 Mar 2001 10:05:56 -0800 (PST) (envelope-from knu) Message-Id: <200103261805.f2QI5un33340@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 26 Mar 2001 10:05:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-sdl Makefile 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/03/26 10:05:56 PST Modified files: devel/ruby-sdl Makefile devel/ruby-sdl/files patch-extconf.rb Log: Oops. The libc_r weirdness of 4-STABLE and prior prevents this from working. Mark as broken for systems < 500018. Revision Changes Path 1.2 +11 -3 ports/devel/ruby-sdl/Makefile 1.2 +3 -3 ports/devel/ruby-sdl/files/patch-extconf.rb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10: 7: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 23F6A37B719; Mon, 26 Mar 2001 10:07:00 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f2QI6b031352; Mon, 26 Mar 2001 10:06:37 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: blaz@amis.net Cc: bmah@FreeBSD.org, wkb@freebie.demon.nl, jkh@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: References: <20010326100035X.jkh@osd.bsdi.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010326100637F.jkh@osd.bsdi.com> Date: Mon, 26 Mar 2001 10:06:37 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 12 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Ehm, I might be misunderstanding what you're saying here, but have you looked > at the PR? A patch is included. Do you really think I'd be pointing you at a > PR without a fix at this point? :) No, it was me misunderstanding you, actually. I just blindly assumed that we were still talking about a different PR, the one which simply notes that the driver is broken and can panic your system. Now that I've actually *looked* at the PR which you referenced, I see the fix. Heh, sorry! :) I'll see if I can get anyone to review this since my own driver-fu is not good enough. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10: 8: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 868D437B719; Mon, 26 Mar 2001 10:08:32 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QI8Wf33580; Mon, 26 Mar 2001 10:08:32 -0800 (PST) (envelope-from bmah) Message-Id: <200103261808.f2QI8Wf33580@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Mar 2001 10:08:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/03/26 10:08:32 PST Modified files: (Branch: RELENG_4) release/texts HARDWARE.TXT Log: Fix omission of Comtrol Rocketport cards in hardware list (was already in release notes). Submitted by: Chris Williams Approved by: jkh Revision Changes Path 1.39.2.34 +2 -0 src/release/texts/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10: 9:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC00B37B719; Mon, 26 Mar 2001 10:09:40 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QI9eI33755; Mon, 26 Mar 2001 10:09:40 -0800 (PST) (envelope-from bmah) Message-Id: <200103261809.f2QI9eI33755@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Mar 2001 10:09:40 -0800 (PST) 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/03/26 10:09:40 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: netstat(1) -W, sockstat(1) -c and -l, FFS/EXT2FS security fixes (FreeBSD-SA-01:30). Approved by: jkh Revision Changes Path 1.31.2.125 +11 -1 src/release/texts/alpha/RELNOTES.TXT 1.72.2.121 +11 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10:10:49 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 A1A7B37B719; Mon, 26 Mar 2001 10:10:42 -0800 (PST) (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 f2QIAWF66875; Mon, 26 Mar 2001 20:10:36 +0200 (CEST) Received: (from asmodai@localhost) by daemon.chronias.ninth-circle.org (8.11.3/8.11.3) id f2QIAJG61498; Mon, 26 Mar 2001 20:10:19 +0200 (CEST) (envelope-from asmodai) Date: Mon, 26 Mar 2001 20:10:19 +0200 From: Jeroen Ruigrok/Asmodai To: Will Andrews Cc: Gordon Tetlow , Seth Kingsley , "Brett G. Lemoine" , cvs-all@FreeBSD.org, cvs-commiters@FreeBSD.org Subject: Re: Why not cvs-stable@freebsd.org (was Re: proposals for fixing the PROBLEM..) Message-ID: <20010326201019.G48075@daemon.ninth-circle.org> References: <20010323163104.B23438@meow.osd.bsdi.com> <20010326094602.A48075@daemon.ninth-circle.org> <20010326100335.P5821@ohm.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010326100335.P5821@ohm.physics.purdue.edu>; from will@physics.purdue.edu on Mon, Mar 26, 2001 at 10:03:35AM -0500 Organisation: Ninth-Circle Enterprises Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010326 17:54], Will Andrews (will@physics.purdue.edu) wrote: [snip life is hard] >So, if the commit is on the stable branch in src/, >send it to cvs-stable. If the commit is on the current branch of ports, >send it to cvs-ports. And so on. Then for people like you or me or >curious/dedicated FreeBSD power users, we have an end-all, catch-all >cvs-[all,committers] list which is subscribed to all of the above. It's >not like it will add much more to log_accum.pl.. plus, didn't we used to >have things this way at some point in the past? Ah ok, this explains it better. Yes, that would work yes and provide better granularity. And this also illustrates the reason why you need context in an email. =P [Excessive snipping sucks.] -- 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 Better to light a candle than to curse the darkness... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10: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 53A8B37B71B; Mon, 26 Mar 2001 10:10:59 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QIAxN33953; Mon, 26 Mar 2001 10:10:59 -0800 (PST) (envelope-from bmah) Message-Id: <200103261810.f2QIAxN33953@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Mar 2001 10:10:59 -0800 (PST) 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_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/03/26 10:10:59 PST Modified files: (Branch: RELENG_3) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: timed(8) security fix (FreeBSD-SA-01:28), rwhod(8) security fix (FreeBSD-SA-01:29), FFS/EXT2FS security fixes (FreeBSD-SA-01:30). Revision Changes Path 1.1.2.27 +11 -1 src/release/texts/alpha/RELNOTES.TXT 1.28.2.33 +11 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 10:18:53 2001 Delivered-To: cvs-all@freebsd.org Received: from phobos.talarian.com (mailhost.talarian.com [207.5.32.17]) by hub.freebsd.org (Postfix) with ESMTP id C594837B718; Mon, 26 Mar 2001 10:18:48 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com ([10.4.10.6]) by phobos.talarian.com (8.9.0/8.9.0) with ESMTP id KAA26720; Mon, 26 Mar 2001 10:19:00 -0800 (PST) Message-ID: <3ABF8806.50601@quack.kfu.com> Date: Mon, 26 Mar 2001 10:18:46 -0800 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 Cc: "Brett G. Lemoine" , cvs-all@FreeBSD.org, cvs-commiters@FreeBSD.org Subject: Re: Why not cvs-stable@freebsd.org (was Re: proposals for fixing the PROBLEM..) References: <20010323163104.B23438@meow.osd.bsdi.com> <20010326094602.A48075@daemon.ninth-circle.org> <20010326100335.P5821@ohm.physics.purdue.edu> <20010326201019.G48075@daemon.ninth-circle.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 The trouble with these ideas is that everyone has a different set of criteria for what they want to send into which mailboxes, etc. Anyone subscribing to the FreeBSD CVS list should, IMHO, be presumed to be smart enough to set up procmail if they desire to. It's not the same audience as freebsd-questions. Jeroen Ruigrok/Asmodai wrote: > -On [20010326 17:54], Will Andrews (will@physics.purdue.edu) wrote: > > [snip life is hard] > >> So, if the commit is on the stable branch in src/, >> send it to cvs-stable. If the commit is on the current branch of ports, >> send it to cvs-ports. And so on. Then for people like you or me or >> curious/dedicated FreeBSD power users, we have an end-all, catch-all >> cvs-[all,committers] list which is subscribed to all of the above. It's >> not like it will add much more to log_accum.pl.. plus, didn't we used to >> have things this way at some point in the past? > > > Ah ok, this explains it better. Yes, that would work yes and provide > better granularity. > > And this also illustrates the reason why you need context in an email. > =P [Excessive snipping sucks.] > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 11:25: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 4D2C437B71A; Mon, 26 Mar 2001 11:25:17 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QJPH644232; Mon, 26 Mar 2001 11:25:17 -0800 (PST) (envelope-from yar) Message-Id: <200103261925.f2QJPH644232@freefall.freebsd.org> From: Yar Tikhiy Date: Mon, 26 Mar 2001 11:25:17 -0800 (PST) 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 yar 2001/03/26 11:25:17 PST 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: Add myself to the list of commiters Revision Changes Path 1.151 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.398 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.203 +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 Mon Mar 26 11:29: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 9BE2B37B71A; Mon, 26 Mar 2001 11:29:50 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QJToC44593; Mon, 26 Mar 2001 11:29:50 -0800 (PST) (envelope-from ache) Message-Id: <200103261929.f2QJToC44593@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 26 Mar 2001 11:29:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/26 11:29:50 PST Modified files: usr.bin/tail forward.c Log: rlines() checks: 1) really check for size overflow by checking negative value. 2) since mmap() not support files over INT_MAX size, add check for it until either mmap() will be fixed or tail will be rewritted to handle large files alternatively. 3) replace fseek(... file_size, SEEK_SET) with fseek(... 0L, SEEK_END) to avoid off_t -> long cast 4) Use exit() if file is too big instead of warning and wrong logic afterwards. Revision Changes Path 1.19 +11 -4 src/usr.bin/tail/forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 11:35:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9562737B719; Mon, 26 Mar 2001 11:35:15 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QJZFq45089; Mon, 26 Mar 2001 11:35:15 -0800 (PST) (envelope-from wosch) Message-Id: <200103261935.f2QJZFq45089@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 26 Mar 2001 11:35:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/03/26 11:35:15 PST Modified files: share/misc bsd-family-tree Log: Adjust FreeBSD 4.3 release date. Approved by: jkh Revision Changes Path 1.40 +2 -2 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 11:36: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 4C4C637B719; Mon, 26 Mar 2001 11:36:26 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QJaQR45241; Mon, 26 Mar 2001 11:36:26 -0800 (PST) (envelope-from wosch) Message-Id: <200103261936.f2QJaQR45241@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 26 Mar 2001 11:36:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/03/26 11:36:26 PST Modified files: (Branch: RELENG_4) share/misc bsd-family-tree Log: merge up to rev 1.40 Revision Changes Path 1.21.2.5 +2 -2 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 11:36: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 D3F0D37B718; Mon, 26 Mar 2001 11:36:27 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QJaR045258; Mon, 26 Mar 2001 11:36:27 -0800 (PST) (envelope-from ache) Message-Id: <200103261936.f2QJaR045258@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 26 Mar 2001 11:36:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/26 11:36:27 PST Modified files: usr.bin/tail forward.c Log: Treat mmap() error as fatal too, i.e. do exit(1) instead of return Revision Changes Path 1.20 +2 -2 src/usr.bin/tail/forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 11:49:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E4E637B718; Mon, 26 Mar 2001 11:49:40 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QJneQ46639; Mon, 26 Mar 2001 11:49:40 -0800 (PST) (envelope-from sos) Message-Id: <200103261949.f2QJneQ46639@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 26 Mar 2001 11:49:40 -0800 (PST) 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 sos 2001/03/26 11:49:40 PST Modified files: share/man/man4 ata.4 Log: Added burncd to the SEE ALSO section. Idea by: "Akinori MUSHA" Revision Changes Path 1.16 +2 -1 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 Mon Mar 26 11:55:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C7A237B719; Mon, 26 Mar 2001 11:55:36 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QJta447344; Mon, 26 Mar 2001 11:55:36 -0800 (PST) (envelope-from rwatson) Message-Id: <200103261955.f2QJta447344@freefall.freebsd.org> From: Robert Watson Date: Mon, 26 Mar 2001 11:55:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/26 11:55:35 PST Modified files: lib/libposix1e acl.3 Log: o Update copyright date o Revise description in light of commits over last month including: - ACL editing library is now implemented - ACLs are now implemented Obtained from: TrustedBSD Project Revision Changes Path 1.10 +32 -47 src/lib/libposix1e/acl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 12: 6: 0 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 0536C37B71A; Mon, 26 Mar 2001 12:05:05 -0800 (PST) (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 f2QK4RT34997; Mon, 26 Mar 2001 21:04:27 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f2QK6gl09125; Mon, 26 Mar 2001 21:06:42 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103262006.f2QK6gl09125@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Robert Watson Cc: Coleman Kane , Ian Dowse , Peter Jeremy , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sbin/reboot reboot.c In-Reply-To: Message from Robert Watson of "Mon, 26 Mar 2001 12:58:23 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 26 Mar 2001 21:06:42 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, 26 Mar 2001, Coleman Kane wrote: > > > I am in agreement with Kris and Garrett on this one. I too have seen > > Linux init hold up the system until it is powered off. Typically, this > > is because of my own stupidity, but it is nice to be able to seperately > > down the box gracefully. > > However, what you could imagine is a scenario where: (a) reboot(8) and > halt(8) signal init(8) to perform sane system shutdown by default, but (b) > have a new flag that specifies that rather than taking down the system via > the supported shutdown sequence, to directly kill system processes and > request the kernel halt the system. This would distinguish the sane and > orderly shutdown of init from the "it's not working" behavior of reboot > and halt, while combining code paths in the common ("it is working") case. I've always considered shutdown(8) to be the way of shutting a system down in an orderly fasion and halt(8) & reboot(8) as being the way to ``just do it and do it now''. > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 12: 7: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 0D27737B718; Mon, 26 Mar 2001 12:07:48 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QK7l650893; Mon, 26 Mar 2001 12:07:48 -0800 (PST) (envelope-from knu) Message-Id: <200103262007.f2QK7l650893@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 26 Mar 2001 12:07:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/26 12:07:47 PST Modified files: graphics/gimp1 Makefile Log: Add MASTER_SITE_RINGSERVER to MASTER_SITES. Approved by: vanilla (MAINTAINER) Revision Changes Path 1.90 +6 -4 ports/graphics/gimp1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 13:21: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 9C2A737B719; Mon, 26 Mar 2001 13:21:39 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QLLdC59018; Mon, 26 Mar 2001 13:21:39 -0800 (PST) (envelope-from asami) Message-Id: <200103262121.f2QLLdC59018@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 26 Mar 2001 13:21:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/kdevelop Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2001/03/26 13:21:39 PST Modified files: devel/kdevelop Makefile Log: pre-everything should use ::, not :. Submitted by: obento Revision Changes Path 1.24 +2 -2 ports/devel/kdevelop/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 13:23:10 2001 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 4161037B71A; Mon, 26 Mar 2001 13:23:05 -0800 (PST) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 14heS7-0009vl-00; Mon, 26 Mar 2001 21:23:04 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f2QLPds02299; Mon, 26 Mar 2001 23:25:39 +0200 (CEST) (envelope-from wkb) Date: Mon, 26 Mar 2001 23:25:39 +0200 From: Wilko Bulte To: Jordan Hubbard Cc: blaz@amis.net, bmah@FreeBSD.org, jkh@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20010326232539.A2277@freebie.demon.nl> References: <20010326100035X.jkh@osd.bsdi.com> <20010326100637F.jkh@osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010326100637F.jkh@osd.bsdi.com>; from jkh@osd.bsdi.com on Mon, Mar 26, 2001 at 10:06:37AM -0800 X-OS: FreeBSD 4.3-RC X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Mar 26, 2001 at 10:06:37AM -0800, Jordan Hubbard wrote: > > Ehm, I might be misunderstanding what you're saying here, but have you looked > > at the PR? A patch is included. Do you really think I'd be pointing you at a > > PR without a fix at this point? :) > > No, it was me misunderstanding you, actually. I just blindly assumed > that we were still talking about a different PR, the one which simply > notes that the driver is broken and can panic your system. Now that > I've actually *looked* at the PR which you referenced, I see the fix. > Heh, sorry! :) I'll see if I can get anyone to review this since my > own driver-fu is not good enough. FWIW: I have a DE205 sitting here that I can test on -current if so desired. If anybody is interested, it has to be this week. Next week I'm leaving for HongKong. W/ -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte http://www.freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 15:10: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 2D35A37B719; Mon, 26 Mar 2001 15:10:51 -0800 (PST) (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 f2QNAfG29093; Mon, 26 Mar 2001 15:10:42 -0800 (PST) (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, 26 Mar 2001 15:10:18 -0800 (PST) From: John Baldwin To: Robert Watson Subject: Re: cvs commit: src/sbin/reboot reboot.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Peter Jeremy , Ian Dowse , Coleman Kane Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 26-Mar-01 Robert Watson wrote: > On Mon, 26 Mar 2001, Coleman Kane wrote: > >> I am in agreement with Kris and Garrett on this one. I too have seen >> Linux init hold up the system until it is powered off. Typically, this >> is because of my own stupidity, but it is nice to be able to seperately >> down the box gracefully. > > However, what you could imagine is a scenario where: (a) reboot(8) and > halt(8) signal init(8) to perform sane system shutdown by default, but (b) > have a new flag that specifies that rather than taking down the system via > the supported shutdown sequence, to directly kill system processes and > request the kernel halt the system. This would distinguish the sane and > orderly shutdown of init from the "it's not working" behavior of reboot > and halt, while combining code paths in the common ("it is working") case. Since reboot will still need the code for the fallback case, this doesn't avoid any of the code duplication. This would just be more work than what we have now w/o any gain that I can see. :-P If you want to share the code, stick it in a library. -- 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 Mar 26 15:14: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 9315C37B71B; Mon, 26 Mar 2001 15:14:24 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QNEOk73924; Mon, 26 Mar 2001 15:14:24 -0800 (PST) (envelope-from vanilla) Message-Id: <200103262314.f2QNEOk73924@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 Mar 2001 15:14:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sane-backends Makefile pkg-plist pkg-message 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 vanilla 2001/03/26 15:14:24 PST Modified files: graphics/sane-backends Makefile pkg-plist graphics/sane-backends/files patch-backend_Makefile.in Removed files: graphics/sane-backends pkg-message Log: - Reorganize MASTER_SITES - Add missing INSTALL_SHLIB - Remove unused pkg-message - Fix pkg-plist PR: ports/26097 Submitted by: KATO Tsuguru Revision Changes Path 1.32 +6 -4 ports/graphics/sane-backends/Makefile 1.19 +0 -64 ports/graphics/sane-backends/pkg-plist 1.2 +15 -2 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 Mar 26 15:16:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54E7737B71D; Mon, 26 Mar 2001 15:16:24 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QNGOY74101; Mon, 26 Mar 2001 15:16:24 -0800 (PST) (envelope-from vanilla) Message-Id: <200103262316.f2QNGOY74101@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 Mar 2001 15:16:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sane-frontends Makefile pkg-message ports/graphics/sane-frontends/files patch-src_Makefile.in patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/03/26 15:16:24 PST Modified files: graphics/sane-frontends Makefile pkg-message graphics/sane-frontends/files patch-src_Makefile.in Removed files: graphics/sane-frontends/files patch-configure Log: - Reorganize MASTER_SITES - Fix PKGMESSAGE handling PR: ports/26100 Submitted by: KATO Tsuguru Revision Changes Path 1.32 +17 -9 ports/graphics/sane-frontends/Makefile 1.4 +4 -4 ports/graphics/sane-frontends/pkg-message 1.2 +2 -11 ports/graphics/sane-frontends/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 Mar 26 15:25: 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 392D937B71A; Mon, 26 Mar 2001 15:24:59 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QNOxE74996; Mon, 26 Mar 2001 15:24:59 -0800 (PST) (envelope-from nsayer) Message-Id: <200103262324.f2QNOxE74996@freefall.freebsd.org> From: Nick Sayer Date: Mon, 26 Mar 2001 15:24:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/bzflag pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/03/26 15:24:59 PST Modified files: games/bzflag pkg-descr Log: Add www Revision Changes Path 1.2 +2 -0 ports/games/bzflag/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 Mar 26 15:27: 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 E9C1137B718; Mon, 26 Mar 2001 15:26:59 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QNQxk75307; Mon, 26 Mar 2001 15:26:59 -0800 (PST) (envelope-from vanilla) Message-Id: <200103262326.f2QNQxk75307@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 Mar 2001 15:26:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/icewm Makefile pkg-plist ports/x11-wm/icewm/files patch-sysdep.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/03/26 15:26:59 PST Modified files: x11-wm/icewm Makefile pkg-plist Added files: x11-wm/icewm/files patch-sysdep.in Log: - Fix compilation error - Fix NOPORTDOCS handling PR: ports/26103 Submitted by: Ports Fury Revision Changes Path 1.61 +1 -7 ports/x11-wm/icewm/Makefile 1.24 +23 -23 ports/x11-wm/icewm/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 Mar 26 15:54: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 6023237B71A; Mon, 26 Mar 2001 15:54:16 -0800 (PST) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2QNsG977602; Mon, 26 Mar 2001 15:54:16 -0800 (PST) (envelope-from eric) Message-Id: <200103262354.f2QNsG977602@freefall.freebsd.org> From: Eric Melville Date: Mon, 26 Mar 2001 15:54:16 -0800 (PST) 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 eric 2001/03/26 15:54:16 PST 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: First commit, add myself to staff and remove myself from contrib. Approved by: murray Revision Changes Path 1.152 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.399 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.204 +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 Mon Mar 26 16:31: 8 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 4DFB837B71B; Mon, 26 Mar 2001 16:31:03 -0800 (PST) (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 TAA28848; Mon, 26 Mar 2001 19:31:02 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f2R0UWs68275; Mon, 26 Mar 2001 19:30:32 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Mon, 26 Mar 2001 19:30:32 -0500 From: Andrew Gallatin To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20010326193031.A54642@grasshopper.cs.duke.edu> References: <200103261929.f2QJToC44593@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: <200103261929.f2QJToC44593@freefall.freebsd.org>; from ache@FreeBSD.org on Mon, Mar 26, 2001 at 11:29:50AM -0800 X-Operating-System: FreeBSD 4.3-BETA on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrey A. Chernov [ache@FreeBSD.org] wrote: > ache 2001/03/26 11:29:50 PST <...> > 2) since mmap() not support files over INT_MAX size, add check for it > until either mmap() will be fixed or tail will be rewritted to handle Don't you mean SSIZE_MAX, and not INT_MAX? Not all systems are 32-bits, after all. Eg: % grep SSIZE_MAX {alpha,ia64,i386}/include/limits.h alpha/include/limits.h:#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */ ia64/include/limits.h:#define SSIZE_MAX LONG_MAX /* max value for a ssize_t */ i386/include/limits.h:#define SSIZE_MAX INT_MAX /* max value for a ssize_t */ Cheers, 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 Mon Mar 26 17: 2:20 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 6DC6437B719; Mon, 26 Mar 2001 17:02:12 -0800 (PST) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f2R121d12361; Tue, 27 Mar 2001 05:02:01 +0400 (MSD) (envelope-from ache) Date: Tue, 27 Mar 2001 05:01:57 +0400 From: "Andrey A. Chernov" To: Andrew Gallatin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20010327050155.A12287@nagual.pp.ru> References: <200103261929.f2QJToC44593@freefall.freebsd.org> <20010326193031.A54642@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: <20010326193031.A54642@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Mon, Mar 26, 2001 at 07:30:32PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Mar 26, 2001 at 19:30:32 -0500, Andrew Gallatin wrote: > Andrey A. Chernov [ache@FreeBSD.org] wrote: > > ache 2001/03/26 11:29:50 PST > <...> > > 2) since mmap() not support files over INT_MAX size, add check for it > > until either mmap() will be fixed or tail will be rewritted to handle > > Don't you mean SSIZE_MAX, and not INT_MAX? Not all systems are Yes, I'll change that. Kernel actually use ssize_t for check. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 17: 7: 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 C4BB137B71A; Mon, 26 Mar 2001 17:06:58 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R16wp88602; Mon, 26 Mar 2001 17:06:58 -0800 (PST) (envelope-from obrien) Message-Id: <200103270106.f2R16wp88602@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 26 Mar 2001 17:06:58 -0800 (PST) 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/03/26 17:06:58 PST Modified files: release Makefile Log: Add ttyd0 which is needed on the Alpha when using the fix-it CDROM over a serial console. Revision Changes Path 1.599 +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 Mon Mar 26 17:16:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B7D837B719; Mon, 26 Mar 2001 17:16:45 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R1GjU89357; Mon, 26 Mar 2001 17:16:45 -0800 (PST) (envelope-from ache) Message-Id: <200103270116.f2R1GjU89357@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 26 Mar 2001 17:16:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/26 17:16:44 PST Modified files: usr.bin/tail forward.c Log: Use SSIZE_MAX instead of INT_MAX, as kernel does ssize_t check Better explanation comment of FIXME section Revision Changes Path 1.21 +4 -2 src/usr.bin/tail/forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 17:23: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 64ADC37B71A; Mon, 26 Mar 2001 17:23:08 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R1N8a89857; Mon, 26 Mar 2001 17:23:08 -0800 (PST) (envelope-from obrien) Message-Id: <200103270123.f2R1N8a89857@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 26 Mar 2001 17:23:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/26 17:23:08 PST Modified files: etc MAKEDEV Log: Don't call the fictious `MAKEDEV' from the path "/sbin:/bin" when we recurse. Rather recurse on ourself (as we know our own name). Revision Changes Path 1.298 +70 -70 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 17: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 68AEB37B71A; Mon, 26 Mar 2001 17:34:59 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R1Yxj90971; Mon, 26 Mar 2001 17:34:59 -0800 (PST) (envelope-from obrien) Message-Id: <200103270134.f2R1Yxj90971@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 26 Mar 2001 17:34:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/26 17:34:59 PST Modified files: sbin/newfs newfs.c Log: The common wisdom is to use the largest number of cylinders per group. So bump the default from `16' to `22', which is the largest value allowed with the current default block size. This change increases the the group size from 32MB/g to 44MB/g on a 4GB SCSI disk. Revision Changes Path 1.33 +5 -4 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 Mon Mar 26 17:42:10 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 AAD6A37B71A; Mon, 26 Mar 2001 17:42:05 -0800 (PST) (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 f2R1g4h83109; Mon, 26 Mar 2001 20:42:04 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 26 Mar 2001 20:42:04 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Peter Jeremy , Ian Dowse , Coleman Kane Subject: Re: cvs commit: src/sbin/reboot reboot.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, 26 Mar 2001, John Baldwin wrote: > Since reboot will still need the code for the fallback case, this > doesn't avoid any of the code duplication. This would just be more work > than what we have now w/o any gain that I can see. :-P If you want to > share the code, stick it in a library. Well, my feeling was that part of the potential to "stick" init comes from the complex shutdown procedure. Maybe we need to just assert more strongly that neither "reboot" nor "halt" provides a "gentle" shutdown, and stick with the current signalling technique (not attempt to run any more complex shutdown code), perhaps spacing the time periods a little more. I.e., the status quo is right, modulo a bit of tweaking. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 18:20: 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 7DDF837B71D; Mon, 26 Mar 2001 18:19:56 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R2Jux97326; Mon, 26 Mar 2001 18:19:56 -0800 (PST) (envelope-from will) Message-Id: <200103270219.f2R2Jux97326@freefall.freebsd.org> From: Will Andrews Date: Mon, 26 Mar 2001 18:19:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt23 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/26 18:19:56 PST Modified files: x11-toolkits/qt23 Makefile Log: Fix last-minute change to avoid broken packaging for qt2-static. Submitted by: steve Revision Changes Path 1.81 +3 -3 ports/x11-toolkits/qt23/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19: 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 E414137B718; Mon, 26 Mar 2001 19:03:48 -0800 (PST) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R33mR01103; Mon, 26 Mar 2001 19:03:48 -0800 (PST) (envelope-from eric) Message-Id: <200103270303.f2R33mR01103@freefall.freebsd.org> From: Eric Melville Date: Mon, 26 Mar 2001 19:03:48 -0800 (PST) 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 eric 2001/03/26 19:03:48 PST Modified files: en/news newsflash.sgml Log: Correct the new committer entries for Yar and I. Approved by: murray Revision Changes Path 1.252 +4 -4 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19:45:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E18837B719; Mon, 26 Mar 2001 19:45:17 -0800 (PST) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R3jHZ07004; Mon, 26 Mar 2001 19:45:17 -0800 (PST) (envelope-from okazaki) Message-Id: <200103270345.f2R3jHZ07004@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Mon, 26 Mar 2001 19:45:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3m Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/03/26 19:45:17 PST Modified files: www/w3m Makefile Log: Do not override MAINTAINER for slave ports. PR: 26129 Submitted by: maintainer Revision Changes Path 1.27 +2 -2 ports/www/w3m/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19:49: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 ED73E37B719; Mon, 26 Mar 2001 19:49:22 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R3nMJ07452; Mon, 26 Mar 2001 19:49:22 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103270349.f2R3nMJ07452@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Mar 2001 19:49:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gru Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/26 19:49:22 PST Modified files: games/gru Makefile Log: Change maintainer's address. Submitted by: Takeshi Hiyama (maintainer) PR: ports/26095 Revision Changes Path 1.3 +2 -2 ports/games/gru/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19:51:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AACE37B718; Mon, 26 Mar 2001 19:51:26 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R3pQS07724; Mon, 26 Mar 2001 19:51:26 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103270351.f2R3pQS07724@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Mar 2001 19:51:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/seti_applet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/26 19:51:26 PST Modified files: astro/seti_applet Makefile Log: Change maintainer's address. Submitted by: Takeshi Hiyama (maintainer) PR: ports/26096 Revision Changes Path 1.6 +2 -2 ports/astro/seti_applet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19: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 CBAEB37B718; Mon, 26 Mar 2001 19:52:29 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R3qTG07837; Mon, 26 Mar 2001 19:52:29 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103270352.f2R3qTG07837@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Mar 2001 19:52:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/sl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/26 19:52:29 PST Modified files: games/sl Makefile Log: Change maintainer's address. Submitted by: Takeshi Hiyama (maintainer) PR: ports/26098 Revision Changes Path 1.5 +2 -2 ports/games/sl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19:53: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 F194437B718; Mon, 26 Mar 2001 19:53:42 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R3rgX08004; Mon, 26 Mar 2001 19:53:42 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103270353.f2R3rgX08004@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Mar 2001 19:53:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xbaby Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/26 19:53:42 PST Modified files: games/xbaby Makefile Log: Change maintainer's address. Submitted by: Takeshi Hiyama (maintainer) PR: ports/26099 Revision Changes Path 1.4 +2 -2 ports/games/xbaby/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19:54: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 AE39937B719; Mon, 26 Mar 2001 19:54:36 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R3sam08115; Mon, 26 Mar 2001 19:54:36 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103270354.f2R3sam08115@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Mar 2001 19:54:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xeji Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/26 19:54:36 PST Modified files: games/xeji Makefile Log: Change maintainer's address. Submitted by: Takeshi Hiyama (maintainer) PR: ports/26101 Revision Changes Path 1.5 +2 -2 ports/games/xeji/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19: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 9C93237B71F; Mon, 26 Mar 2001 19:55:29 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R3tTW08240; Mon, 26 Mar 2001 19:55:29 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103270355.f2R3tTW08240@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Mar 2001 19:55:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xlifegame Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/26 19:55:29 PST Modified files: games/xlifegame Makefile Log: Change maintainer's address. Submitted by: Takeshi Hiyama (maintainer) PR: ports/26102 Revision Changes Path 1.6 +2 -2 ports/games/xlifegame/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 19:58: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 EB29B37B71B; Mon, 26 Mar 2001 19:58:12 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R3wCN08964; Mon, 26 Mar 2001 19:58:12 -0800 (PST) (envelope-from green) Message-Id: <200103270358.f2R3wCN08964@freefall.freebsd.org> From: Brian Feldman Date: Mon, 26 Mar 2001 19:58:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/03/26 19:58:12 PST Modified files: etc Makefile Log: At least install primes to the right place, for now. I suppose. Reminded by: everyone Revision Changes Path 1.247 +3 -3 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 20: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 454A737B719; Mon, 26 Mar 2001 20:10:04 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R4A4T12335; Mon, 26 Mar 2001 20:10:04 -0800 (PST) (envelope-from will) Message-Id: <200103270410.f2R4A4T12335@freefall.freebsd.org> From: Will Andrews Date: Mon, 26 Mar 2001 20:10:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/26 20:10:04 PST Modified files: x11/kdebase2 Makefile Log: Thought I removed these PTHREAD_* things from the Makefile. FWIW, the reason it worked for me is because PTHREAD_* weren't in bsd.port.mk at the time testing was done. Revision Changes Path 1.68 +2 -2 ports/x11/kdebase2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 21: 3: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 3D2DE37B71A; Mon, 26 Mar 2001 21:03:50 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R53ob16703; Mon, 26 Mar 2001 21:03:50 -0800 (PST) (envelope-from alfred) Message-Id: <200103270503.f2R53ob16703@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 26 Mar 2001 21:03:50 -0800 (PST) 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/03/26 21:03:49 PST Modified files: sys/dev/wi if_wi.c Log: limit the amount of retries when sending data to prevent lockups. Revision Changes Path 1.39 +11 -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 Mon Mar 26 21:19:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AF5337B718; Mon, 26 Mar 2001 21:19:55 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R5Jtm20426; Mon, 26 Mar 2001 21:19:55 -0800 (PST) (envelope-from andreas) Message-Id: <200103270519.f2R5Jtm20426@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 26 Mar 2001 21:19:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/symlinks Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/03/26 21:19:54 PST Modified files: sysutils/symlinks Makefile Log: change to my standard of using freebsd.org address. Revision Changes Path 1.2 +2 -2 ports/sysutils/symlinks/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 21:28: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 B9DC037B718; Mon, 26 Mar 2001 21:28:30 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: (from simokawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R5SU121106; Mon, 26 Mar 2001 21:28:30 -0800 (PST) (envelope-from simokawa) Message-Id: <200103270528.f2R5SU121106@freefall.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 26 Mar 2001 21:28:30 -0800 (PST) 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 simokawa 2001/03/26 21:28:30 PST Modified files: sys/netinet ip_fw.c Log: Replace dyn_fin_lifetime with dyn_ack_lifetime for half-closed state. Half-closed state could last long for some connections and fin_lifetime (default 20sec) is too short for that. OK'ed by: luigi Revision Changes Path 1.163 +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 Mon Mar 26 21:46: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 7332937B719; Mon, 26 Mar 2001 21:45:53 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R5jrI22896; Mon, 26 Mar 2001 21:45:53 -0800 (PST) (envelope-from ken) Message-Id: <200103270545.f2R5jrI22896@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Mon, 26 Mar 2001 21:45:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/lib Makefile src/lib/libcam Makefile src/lib/libsbuf Makefile src/sbin/camcontrol Makefile camcontrol.c src/share/man/man9 sbuf.9 src/share/mk bsd.libnames.mk src/sys/cam cam.c cam.h cam_ccb.h cam_debug.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2001/03/26 21:45:52 PST Modified files: . Makefile.inc1 lib Makefile lib/libcam Makefile sbin/camcontrol Makefile camcontrol.c share/man/man9 sbuf.9 share/mk bsd.libnames.mk sys/cam cam.c cam.h cam_ccb.h cam_debug.h cam_periph.c cam_xpt.c cam_xpt.h sys/cam/scsi scsi_all.c scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pass.h scsi_pt.c scsi_sa.c scsi_ses.c sys/conf files sys/dev/aic7xxx aic7xxx_freebsd.h sys/kern subr_sbuf.c sys/sys libkern.h sbuf.h usr.bin/kdump mkioctls Added files: lib/libsbuf Makefile sys/libkern bsearch.c Log: Rewrite of the CAM error recovery code. Some of the major changes include: - The SCSI error handling portion of cam_periph_error() has been broken out into a number of subfunctions to better modularize the code that handles the hierarchy of SCSI errors. As a result, the code is now much easier to read. - String handling and error printing has been significantly revamped. We now use sbufs to do string formatting instead of using printfs (for the kernel) and snprintf/strncat (for userland) as before. There is a new catchall error printing routine, cam_error_print() and its string-based counterpart, cam_error_string() that allow the kernel and userland applications to pass in a CCB and have errors printed out properly, whether or not they're SCSI errors. Among other things, this helped eliminate a fair amount of duplicate code in camcontrol. We now print out more information than before, including the CAM status and SCSI status and the error recovery action taken to remedy the problem. - sbufs are now available in userland, via libsbuf. This change was necessary since most of the error printing code is shared between libcam and the kernel. - A new transfer settings interface is included in this checkin. This code is #ifdef'ed out, and is primarily intended to aid discussion with HBA driver authors on the final form the interface should take. There is example code in the ahc(4) driver that implements the HBA driver side of the new interface. The new transfer settings code won't be enabled until we're ready to switch all HBA drivers over to the new interface. src/Makefile.inc1, lib/Makefile: Add libsbuf. It must be built before libcam, since libcam uses sbuf routines. libcam/Makefile: libcam now depends on libsbuf. libsbuf/Makefile: Add a makefile for libsbuf. This pulls in the sbuf sources from sys/kern. bsd.libnames.mk: Add LIBSBUF. camcontrol/Makefile: Add -lsbuf. Since camcontrol is statically linked, we can't depend on the dynamic linker to pull in libsbuf. camcontrol.c: Use cam_error_print() instead of checking for CAM_SCSI_STATUS_ERROR on every failed CCB. sbuf.9: Change the prototypes for sbuf_cat() and sbuf_cpy() so that the source string is now a const char *. This is more in line wth the standard system string functions, and helps eliminate warnings when dealing with a const source buffer. Fix a typo. cam.c: Add description strings for the various CAM error status values, as well as routines to look up those strings. Add new cam_error_string() and cam_error_print() routines for userland and the kernel. cam.h: Add a new CAM flag, CAM_RETRY_SELTO. Add enumerated types for the various options available with cam_error_print() and cam_error_string(). cam_ccb.h: Add new transfer negotiation structures/types. Change inq_len in the ccb_getdev structure to be "reserved". This field has never been filled in, and will be removed when we next bump the CAM version. cam_debug.h: Fix typo. cam_periph.c: Modularize cam_periph_error(). The SCSI error handling part of cam_periph_error() is now in camperiphscsistatuserror() and camperiphscsisenseerror(). In cam_periph_lock(), increase the reference count on the periph while we wait for our lock attempt to succeed so that the periph won't go away while we're sleeping. cam_xpt.c: Add new transfer negotiation code. (ifdefed out) Add a new function, xpt_path_string(). This is a string/sbuf analog to xpt_print_path(). scsi_all.c: Revamp string handing and error printing code. We now use sbufs for much of the string formatting code. More of that code is shared between userland the kernel. scsi_all.h: Get rid of SS_TURSTART, it wasn't terribly useful in the first place. Add a new error action, SS_REQSENSE. (Send a request sense and then retry the command.) This is useful when the controller hasn't performed autosense for some reason. Change the default actions around a bit. scsi_cd.c, scsi_da.c, scsi_pt.c, scsi_ses.c: SF_RETRY_SELTO -> CAM_RETRY_SELTO. Selection timeouts shouldn't be covered by a sense flag. scsi_pass.[ch]: SF_RETRY_SELTO -> CAM_RETRY_SELTO. Get rid of the last vestiges of a read/write interface. libkern/bsearch.c, sys/libkern.h, conf/files: Add bsearch.c, which is needed for some of the new table lookup routines. aic7xxx_freebsd.c: Define AHC_NEW_TRAN_SETTINGS if CAM_NEW_TRAN_CODE is defined. sbuf.h, subr_sbuf.c: Add the appropriate #ifdefs so sbufs can compile and run in userland. Change sbuf_printf() to use vsnprintf() instead of kvprintf(), which is only available in the kernel. Change the source string for sbuf_cpy() and sbuf_cat() to be a const char *. Add __BEGIN_DECLS and __END_DECLS around function prototypes since they're now exported to userland. kdump/mkioctls: Include stdio.h before cam.h since cam.h now includes a function with a FILE * argument. Submitted by: gibbs (mostly) Reviewed by: jdp, marcel (libsbuf makefile changes) Reviewed by: des (sbuf changes) Reviewed by: ken Revision Changes Path 1.196 +5 -3 src/Makefile.inc1 1.118 +3 -2 src/lib/Makefile 1.8 +36 -33 src/lib/libcam/Makefile 1.7 +3 -3 src/sbin/camcontrol/Makefile 1.34 +86 -112 src/sbin/camcontrol/camcontrol.c 1.5 +4 -4 src/share/man/man9/sbuf.9 1.37 +2 -1 src/share/mk/bsd.libnames.mk 1.4 +245 -1 src/sys/cam/cam.c 1.8 +56 -4 src/sys/cam/cam.h 1.20 +109 -12 src/sys/cam/cam_ccb.h 1.7 +2 -2 src/sys/cam/cam_debug.h 1.32 +445 -473 src/sys/cam/cam_periph.c 1.110 +609 -29 src/sys/cam/cam_xpt.c 1.4 +3 -1 src/sys/cam/cam_xpt.h 1.21 +835 -999 src/sys/cam/scsi/scsi_all.c 1.17 +56 -40 src/sys/cam/scsi/scsi_all.h 1.49 +46 -42 src/sys/cam/scsi/scsi_cd.c 1.27 +28 -29 src/sys/cam/scsi/scsi_ch.c 1.67 +62 -57 src/sys/cam/scsi/scsi_da.c 1.28 +36 -195 src/sys/cam/scsi/scsi_pass.c 1.4 +5 -1 src/sys/cam/scsi/scsi_pass.h 1.27 +3 -4 src/sys/cam/scsi/scsi_pt.c 1.67 +7 -7 src/sys/cam/scsi/scsi_sa.c 1.18 +4 -3 src/sys/cam/scsi/scsi_ses.c 1.503 +2 -1 src/sys/conf/files 1.9 +4 -1 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.5 +37 -20 src/sys/kern/subr_sbuf.c 1.26 +3 -1 src/sys/sys/libkern.h 1.3 +5 -3 src/sys/sys/sbuf.h 1.19 +2 -2 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 Mon Mar 26 22:24: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 0CD8737B71A; Mon, 26 Mar 2001 22:24:09 -0800 (PST) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R6O9S34453; Mon, 26 Mar 2001 22:24:09 -0800 (PST) (envelope-from ps) Message-Id: <200103270624.f2R6O9S34453@freefall.freebsd.org> From: Paul Saab Date: Mon, 26 Mar 2001 22:24:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/twe twe_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2001/03/26 22:24:08 PST Modified files: sys/cam/scsi scsi_da.c sys/dev/ata ata-disk.c sys/dev/ida ida_disk.c sys/dev/twe twe_freebsd.c Log: Change the dump routines to only abort if control-c is pressed. If any other key is pressed, print a message stating that control-c is how to abort. Reviewed by: peter Revision Changes Path 1.68 +4 -2 src/sys/cam/scsi/scsi_da.c 1.100 +4 -2 src/sys/dev/ata/ata-disk.c 1.24 +4 -2 src/sys/dev/ida/ida_disk.c 1.5 +4 -2 src/sys/dev/twe/twe_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 26 22: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 A80D137B71A; Mon, 26 Mar 2001 22:42:41 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R6gft36670; Mon, 26 Mar 2001 22:42:41 -0800 (PST) (envelope-from ijliao) Message-Id: <200103270642.f2R6gft36670@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Mar 2001 22:42:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/filepp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/26 22:42:41 PST Modified files: textproc/filepp Makefile distinfo Log: upgrade to 1.2.2 Revision Changes Path 1.2 +2 -2 ports/textproc/filepp/Makefile 1.2 +1 -1 ports/textproc/filepp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 0:16:16 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 5602B37B719; Tue, 27 Mar 2001 00:16:10 -0800 (PST) (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 f2R8GPT39153; Tue, 27 Mar 2001 09:16:25 +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 f2R8IWw48188; Tue, 27 Mar 2001 09:18:32 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103270818.f2R8IWw48188@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sbin/newfs newfs.c In-Reply-To: Message from "David E. O'Brien" of "Mon, 26 Mar 2001 17:34:59 -0800." <200103270134.f2R1Yxj90971@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Mar 2001 09:18:32 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > obrien 2001/03/26 17:34:59 PST > > Modified files: > sbin/newfs newfs.c > Log: > The common wisdom is to use the largest number of cylinders per group. > So bump the default from `16' to `22', which is the largest value allowed > with the current default block size. This change increases the the > group size from 32MB/g to 44MB/g on a 4GB SCSI disk. Does this increase performance ? I'm just wondering what sort of threshold is optimum on a modern disk with a ficticious geometry.... do you have any numbers ? I would suspect the answer is ``yes performance is better'', but maybe some more exotic geometry would give more cylinders per group and even better performance ? > Revision Changes Path > 1.33 +5 -4 src/sbin/newfs/newfs.c -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 1:22:46 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 8076737B71A; Tue, 27 Mar 2001 01:22:24 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Mar 2001 10:22:23 +0100 (BST) Date: Tue, 27 Mar 2001 10:22:23 +0100 From: David Malone To: "Andrey A. Chernov" Cc: Andrew Gallatin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20010327102223.A46353@walton.maths.tcd.ie> References: <200103261929.f2QJToC44593@freefall.freebsd.org> <20010326193031.A54642@grasshopper.cs.duke.edu> <20010327050155.A12287@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010327050155.A12287@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Mar 27, 2001 at 05:01:57AM +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 05:01:57AM +0400, Andrey A. Chernov wrote: > Yes, I'll change that. Kernel actually use ssize_t for check. Actually - if someone could review this patch which myself and Ian Dowse produced we can just fix the problem. I've done quite a bit of testing of the patch and read through it several times and it seems to work fine. David. Index: extern.h =================================================================== RCS file: /FreeBSD/FreeBSD-CVS/src/usr.bin/tail/extern.h,v retrieving revision 1.4 diff -u -r1.4 extern.h --- extern.h 1998/04/06 16:13:48 1.4 +++ extern.h 2001/02/23 22:30:11 @@ -33,10 +33,21 @@ * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ -#define WR(p, size) \ +#define WR(p, size) do { \ if (write(STDOUT_FILENO, p, size) != size) \ - oerr(); + oerr(); \ + } while(0) +#define TAILMAPLEN (4<<20) + +struct mapinfo { + off_t mapoff; + off_t maxoff; + size_t maplen; + char *start; + int fd; +}; + enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; void forward __P((FILE *, enum STYLE, long, struct stat *)); @@ -47,6 +58,8 @@ void ierr __P((void)); void oerr __P((void)); +int mapprint __P((struct mapinfo *, off_t, off_t)); +int maparound __P((struct mapinfo *, off_t)); extern int Fflag, fflag, rflag, rval; extern char *fname; Index: forward.c =================================================================== RCS file: /FreeBSD/FreeBSD-CVS/src/usr.bin/tail/forward.c,v retrieving revision 1.17 diff -u -r1.17 forward.c --- forward.c 2000/12/03 17:05:44 1.17 +++ forward.c 2001/02/23 23:25:59 @@ -269,40 +269,46 @@ long off; struct stat *sbp; { - off_t size; - char *p; - char *start; + struct mapinfo map; + off_t curoff, size; + int i; if (!(size = sbp->st_size)) return; + map.start = NULL; + map.fd = fileno(fp); + map.mapoff = map.maxoff = size; - if (size > SIZE_T_MAX) { - errno = EFBIG; - ierr(); - return; + /* + * Last char is special, ignore whether newline or not. Note that + * size == 0 is dealt with above, and size == 1 sets curoff to -1. + */ + curoff = size - 2; + while (curoff >= 0) { + if (curoff < map.mapoff && maparound(&map, curoff) != 0) { + ierr(); + return; + } + for (i = curoff - map.mapoff; i >= 0; i--) + if (map.start[i] == '\n' && --off == 0) + break; + /* `i' is either the map offset of a '\n', or -1. */ + curoff = map.mapoff + i; + if (i >= 0) + break; } - - if ((start = mmap(NULL, (size_t)size, - PROT_READ, MAP_SHARED, fileno(fp), (off_t)0)) == MAP_FAILED) { + curoff++; + if (mapprint(&map, curoff, size - curoff) != 0) { ierr(); return; } - /* Last char is special, ignore whether newline or not. */ - for (p = start + size - 1; --size;) - if (*--p == '\n' && !--off) { - ++p; - break; - } - /* Set the file pointer to reflect the length displayed. */ - size = sbp->st_size - size; - WR(p, size); - if (fseek(fp, (long)sbp->st_size, SEEK_SET) == -1) { + if (fseeko(fp, sbp->st_size, SEEK_SET) == -1) { ierr(); return; } - if (munmap(start, (size_t)sbp->st_size)) { + if (map.start != NULL && munmap(map.start, map.maplen)) { ierr(); return; } Index: misc.c =================================================================== RCS file: /FreeBSD/FreeBSD-CVS/src/usr.bin/tail/misc.c,v retrieving revision 1.5 diff -u -r1.5 misc.c --- misc.c 2000/12/02 19:10:12 1.5 +++ misc.c 2001/02/23 22:38:52 @@ -44,6 +44,7 @@ #include #include +#include #include #include #include @@ -63,4 +64,58 @@ oerr() { err(1, "stdout"); +} + +/* + * Print `len' bytes from the file associated with `mip', starting at + * absolute file offset `startoff'. May move map window. + */ +int +mapprint(mip, startoff, len) + struct mapinfo *mip; + off_t startoff, len; +{ + int n; + + while (len > 0) { + if (startoff < mip->mapoff || startoff >= mip->mapoff + + mip->maplen) { + if (maparound(mip, startoff) != 0) + return (1); + } + n = (mip->mapoff + mip->maplen) - startoff; + if (n > len) + n = len; + WR(mip->start + (startoff - mip->mapoff), n); + startoff += n; + len -= n; + } + return (0); +} + +/* + * Move the map window so that it contains the byte at absolute file + * offset `offset'. The start of the map window will be TAILMAPLEN + * aligned. + */ +int +maparound(mip, offset) + struct mapinfo *mip; + off_t offset; +{ + + if (mip->start != NULL && munmap(mip->start, mip->maplen) != 0) + return (1); + + mip->mapoff = offset & ~((off_t)TAILMAPLEN - 1); + mip->maplen = TAILMAPLEN; + if (mip->maplen > mip->maxoff - mip->mapoff) + mip->maplen = mip->maxoff - mip->mapoff; + if (mip->maplen <= 0) + abort(); + if ((mip->start = mmap(NULL, mip->maplen, PROT_READ, MAP_SHARED, + mip->fd, mip->mapoff)) == MAP_FAILED) + return (1); + + return (0); } Index: reverse.c =================================================================== RCS file: /FreeBSD/FreeBSD-CVS/src/usr.bin/tail/reverse.c,v retrieving revision 1.10 diff -u -r1.10 reverse.c --- reverse.c 2000/12/03 17:05:45 1.10 +++ reverse.c 2001/02/23 23:24:34 @@ -114,43 +114,60 @@ long off; struct stat *sbp; { - off_t size; - int llen; - char *p; - char *start; + struct mapinfo map; + off_t curoff, size, lineend; + int i; if (!(size = sbp->st_size)) return; - if (size > SIZE_T_MAX) { - errno = EFBIG; - ierr(); - return; - } - - if ((start = mmap(NULL, (size_t)size, - PROT_READ, MAP_SHARED, fileno(fp), (off_t)0)) == MAP_FAILED) { - ierr(); - return; - } - p = start + size - 1; - if (style == RBYTES && off < size) size = off; - /* Last char is special, ignore whether newline or not. */ - for (llen = 1; --size; ++llen) - if (*--p == '\n') { - WR(p + 1, llen); - llen = 0; - if (style == RLINES && !--off) { - ++p; - break; + map.start = NULL; + map.mapoff = map.maxoff = size; + map.fd = fileno(fp); + + /* + * Last char is special, ignore whether newline or not. Note that + * size == 0 is dealt with above, and size == 1 sets curoff to -1. + */ + curoff = size - 2; + lineend = size; + while (curoff >= 0) { + if (curoff < map.mapoff || curoff >= map.mapoff + map.maplen) { + if (maparound(&map, curoff) != 0) { + ierr(); + return; } } - if (llen) - WR(p, llen); - if (munmap(start, (size_t)sbp->st_size)) + for (i = curoff - map.mapoff; i >= 0; i--) + if (map.start[i] == '\n') + break; + /* `i' is either the map offset of a '\n', or -1. */ + curoff = map.mapoff + i; + if (i < 0) + continue; + + /* Print the line and update offsets. */ + if (mapprint(&map, curoff + 1, lineend - curoff - 1) != 0) { + ierr(); + return; + } + lineend = curoff + 1; + curoff--; + + if (--off == 0) { + /* Avoid printing anything below. */ + curoff = 0; + break; + } + } + if (curoff < 0 && mapprint(&map, 0, lineend) != 0) { + ierr(); + return; + } + if (map.start != NULL && munmap(map.start, map.maplen)) ierr(); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 2:26: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 DED8037B71A; Tue, 27 Mar 2001 02:26:32 -0800 (PST) (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 f2RAPB375608; Tue, 27 Mar 2001 12:25:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brian Somers Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.c In-Reply-To: Your message of "Tue, 27 Mar 2001 09:18:32 BST." <200103270818.f2R8IWw48188@hak.lan.Awfulhak.org> Date: Tue, 27 Mar 2001 12:25:11 +0200 Message-ID: <75606.985688711@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200103270818.f2R8IWw48188@hak.lan.Awfulhak.org>, Brian Somers write s: >> Log: >> The common wisdom is to use the largest number of cylinders per group. >> So bump the default from `16' to `22', which is the largest value allowed >> with the current default block size. This change increases the the >> group size from 32MB/g to 44MB/g on a 4GB SCSI disk. > >Does this increase performance ? I have seen it increase performance, and I have seen it make no difference but it has never hurt performance for me. I think tuning UFS/FFS is far more tricky than anticipated because parts of our kernel (clustering for instance) seems to prefer the standard block/frag size. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 2:33:34 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 58FDB37B719; Tue, 27 Mar 2001 02:33:28 -0800 (PST) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id CAA79195; Tue, 27 Mar 2001 02:33:25 -0800 (PST) (envelope-from DougB@DougBarton.net) Message-ID: <3AC06C74.CAAA5567@DougBarton.net> Date: Tue, 27 Mar 2001 02:33:24 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Gallatin Cc: Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii inphy.c References: <200103170250.f2H2oLE26064@freefall.freebsd.org> <20010320172100.A46733@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew Gallatin wrote: > > Jonathan Lemon [jlemon@FreeBSD.org] wrote: > > jlemon 2001/03/16 18:50:21 PST > > > > Modified files: > > sys/dev/mii inphy.c > > Log: > > Really fix NWAY negotiation for the 82553 PHY. Locking down the > > media interface selection should not imply disabling NWAY negotiaton > > as well. > > This causes my older fxp's to loose the link: Auto-negotiation has been broken for me since the following commit: jlemon 2001/03/14 11:50:37 PST Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Log: Add some performance features to the fxp driver. If the chip is not a 82557 (e.g.: a newer chip) then: + enable MWI, if the PCI configuration indicates the system supports it + enable usage of extended TxCB, for better performance + enable hardware flow control. FC frames will be passed up to the host only if promiscuous mode is enabled. Revision Changes Path 1.109 +67 -27 src/sys/dev/fxp/if_fxp.c 1.22 +6 -3 src/sys/dev/fxp/if_fxpreg.h 1.17 +4 -1 src/sys/dev/fxp/if_fxpvar.h I have a releng_3 machine with multiple fxp cards acting as a sort of gateway/router, and my workstation running -current (and dual-booting windows) with an fxp card connected to it by a crossover cable. For various reasons (mostly windows brokeness) I force "netmask 255.255.255.0 media 100baseTX mediaopt full-duplex" on both ends. The first commit of the miibus'ified driver worked with this configuration, but since 3/14 it hasn't. Sorry for the delay in reporting, but I haven't had time to confirm till tonight. A kernel built before 3/14 works, everything after is broken. If I leave out the media and mediaopt options It'll autonegotiate media: autoselect (100baseTX) status: active, but I can't get full-duplex at all. Let me know if there's anything I can test, more details needed, etc. Doug -- Perhaps the greatest damage the American system of education has done to its children is to teach them that their opinions are relevant simply because they are their opinions. Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 2:49: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 42E5537B718; Tue, 27 Mar 2001 02:49:05 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RA78I01592; Tue, 27 Mar 2001 02:07:08 -0800 (PST) (envelope-from demon) Message-Id: <200103271007.f2RA78I01592@freefall.freebsd.org> From: Dmitry Sivachenko Date: Tue, 27 Mar 2001 02:07:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/kmago Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/27 02:07:07 PST Modified files: ftp/kmago Makefile Log: RUN_DEPENDS on wget; Correct path of wget executable; Bump PORTREVISON. Revision Changes Path 1.2 +4 -1 ports/ftp/kmago/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 2:49:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7003337B719; Tue, 27 Mar 2001 02:49:05 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RALQ015809; Tue, 27 Mar 2001 02:21:26 -0800 (PST) (envelope-from yar) Message-Id: <200103271021.f2RALQ015809@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 27 Mar 2001 02:21:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/03/27 02:21:26 PST Modified files: sys/kern tty_subr.c Log: Make cblock_alloc_cblocks() spell its own name correctly in its warning message. PR: kern/7693 Revision Changes Path 1.34 +2 -2 src/sys/kern/tty_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 2:49: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 B4FD737B71A; Tue, 27 Mar 2001 02:49:05 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R8jOB00261; Tue, 27 Mar 2001 00:45:24 -0800 (PST) (envelope-from dougb) Message-Id: <200103270845.f2R8jOB00261@freefall.freebsd.org> From: Doug Barton Date: Tue, 27 Mar 2001 00:45:24 -0800 (PST) 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/03/27 00:45:24 PST Modified files: net/bind9 Makefile distinfo Log: Latest bug fixes, FOR GREAT JUSTICE !! Revision Changes Path 1.35 +2 -2 ports/net/bind9/Makefile 1.20 +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 Mar 27 2:49:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8DD037B71B; Tue, 27 Mar 2001 02:49:05 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RA3N796465; Tue, 27 Mar 2001 02:03:23 -0800 (PST) (envelope-from olgeni) Message-Id: <200103271003.f2RA3N796465@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 Mar 2001 02:03:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wdm Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/27 02:03:23 PST Modified files: x11/wdm Makefile pkg-plist Log: Preserve wdm-config at install/deinstall time. Revision Changes Path 1.42 +14 -2 ports/x11/wdm/Makefile 1.4 +5 -3 ports/x11/wdm/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 Mar 27 2:49: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 5A8ED37B71E; Tue, 27 Mar 2001 02:49:06 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R8c8E90367; Tue, 27 Mar 2001 00:38:08 -0800 (PST) (envelope-from sobomax) Message-Id: <200103270838.f2R8c8E90367@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Mar 2001 00:38:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/27 00:38:08 PST Modified files: mail/fetchmail Makefile mail/fetchmail/files patch-configure Log: Unbroke on the systems with crypto from ssl port. Revision Changes Path 1.122 +2 -1 ports/mail/fetchmail/Makefile 1.2 +12 -3 ports/mail/fetchmail/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 Tue Mar 27 2:49: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 1F72A37B71D; Tue, 27 Mar 2001 02:49:06 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R9h9i73704; Tue, 27 Mar 2001 01:43:09 -0800 (PST) (envelope-from alfred) Message-Id: <200103270943.f2R9h9i73704@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 27 Mar 2001 01:43:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc getnetconfig.c src/include netconfig.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/27 01:43:09 PST Modified files: lib/libc/rpc getnetconfig.c include netconfig.h Log: const'ify Revision Changes Path 1.2 +2 -2 src/lib/libc/rpc/getnetconfig.c 1.2 +2 -2 src/include/netconfig.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 2:49:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87C5C37B71F; Tue, 27 Mar 2001 02:49:06 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RAeeW37822; Tue, 27 Mar 2001 02:40:40 -0800 (PST) (envelope-from trevor) Message-Id: <200103271040.f2RAeeW37822@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 27 Mar 2001 02:40:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsgraph Makefile distinfo ports/devel/cvsgraph/files patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/03/27 02:40:39 PST Modified files: devel/cvsgraph Makefile distinfo devel/cvsgraph/files patch-configure.in Log: Update to 1.1.2. Revision Changes Path 1.5 +21 -5 ports/devel/cvsgraph/Makefile 1.4 +1 -1 ports/devel/cvsgraph/distinfo 1.3 +3 -14 ports/devel/cvsgraph/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 Tue Mar 27 2:50: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 AB7D537B720; Tue, 27 Mar 2001 02:49:06 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R9n8x81092; Tue, 27 Mar 2001 01:49:08 -0800 (PST) (envelope-from alfred) Message-Id: <200103270949.f2R9n8x81092@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 27 Mar 2001 01:49:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include netdb.h src/lib/libc/gen getnetgrent.3 src/sbin/mountd mountd.c src/usr.sbin/amd/include config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/27 01:49:03 PST Modified files: include netdb.h lib/libc/gen getnetgrent.3 sbin/mountd mountd.c usr.sbin/amd/include config.h Log: give the "netgrent" functions a home in netdb.h Revision Changes Path 1.19 +6 -1 src/include/netdb.h 1.8 +2 -1 src/lib/libc/gen/getnetgrent.3 1.44 +1 -6 src/sbin/mountd/mountd.c 1.18 +2 -2 src/usr.sbin/amd/include/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 Mar 27 2: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 CAD0637B722; Tue, 27 Mar 2001 02:49:06 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RA3Al96264; Tue, 27 Mar 2001 02:03:10 -0800 (PST) (envelope-from ru) Message-Id: <200103271003.f2RA3Al96264@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 02:03:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh Makefile src/bin/ln Makefile src/bin/pwd Makefile src/bin/rmail Makefile src/bin/sync Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 02:03:10 PST Modified files: bin/csh Makefile bin/ln Makefile bin/pwd Makefile bin/rmail Makefile bin/sync Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.24 +1 -2 src/bin/csh/Makefile 1.8 +2 -3 src/bin/ln/Makefile 1.7 +2 -2 src/bin/pwd/Makefile 1.13 +2 -2 src/bin/rmail/Makefile 1.7 +2 -2 src/bin/sync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 2: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 EFE8337B724; Tue, 27 Mar 2001 02:49:06 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R8hTn97466; Tue, 27 Mar 2001 00:43:29 -0800 (PST) (envelope-from ru) Message-Id: <200103270843.f2R8hTn97466@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 00:43:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile src/share/mk bsd.doc.mk bsd.info.mk bsd.lib.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 00:43:29 PST Modified files: . Makefile share/mk bsd.doc.mk bsd.info.mk bsd.lib.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk Log: Make it possible to build manpages for the entire source tree. Revision Changes Path 1.246 +2 -2 src/Makefile 1.48 +5 -1 src/share/mk/bsd.doc.mk 1.59 +5 -1 src/share/mk/bsd.info.mk 1.95 +7 -2 src/share/mk/bsd.lib.mk 1.91 +7 -2 src/share/mk/bsd.prog.mk 1.29 +2 -2 src/share/mk/bsd.sgml.mk 1.31 +3 -3 src/share/mk/bsd.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 2:50:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C24037B725; Tue, 27 Mar 2001 02:49:07 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RAMpP17039; Tue, 27 Mar 2001 02:22:51 -0800 (PST) (envelope-from sos) Message-Id: <200103271022.f2RAMpP17039@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 27 Mar 2001 02:22:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-all.c atapi-all.h atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/03/27 02:22:51 PST Modified files: sys/dev/ata atapi-all.c atapi-all.h atapi-cd.c Log: Use PLAY_MSF instead of PLAY_BIG when doing audio play. The fixes the problem of PLAY_BIG not being implemented on some modern drives. The problem now is that some old drives use BSD encoding in the MSF case, which they dont tell, and which is also not according to spec *sigh*. Hopefully there are not too many of those still alive, or I hereby grant license to kill the firmware writers that wrote the mess. Revision Changes Path 1.69 +3 -2 src/sys/dev/ata/atapi-all.c 1.37 +3 -2 src/sys/dev/ata/atapi-all.h 1.87 +33 -30 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 Tue Mar 27 2: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 DB59337B728; Tue, 27 Mar 2001 02:49:07 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RAckm35161; Tue, 27 Mar 2001 02:38:46 -0800 (PST) (envelope-from olgeni) Message-Id: <200103271038.f2RAckm35161@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 Mar 2001 02:38:46 -0800 (PST) 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 patch-ab ports/emulators/xmess Makefile pkg-descr distinfo pkg-plist ports/emulators/xmess/files patch-aa patch-ab patch-ae patch-af ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/27 02:38:46 PST Modified files: emulators/xmame Makefile distinfo pkg-plist emulators/xmess Makefile pkg-descr Added files: emulators/xmame/files patch-ac Removed files: emulators/xmame/files patch-ab emulators/xmess distinfo pkg-plist emulators/xmess/files patch-aa patch-ab patch-ae patch-af patch-ag patch-ba patch-be Log: - Update to the version 0.37b12.1 of xmame/xmess - Make emulators/xmess a slave port of emulators/xmame - Add SDL support (enabled by default) - Add DGA support for non-SDL builds - Define spool directory to /var/games/x{mame,mess}, and install binary setgid games to avoid creating a world writable directory - Add hiscore.dat, history.dat, and cheat.dat support for xmame - Convert patch-ab into ${SED} in ports Makefile - Add CPS-2 patches for xmame; this enables more games - Enable optimization for xmame/xmess by default PR: 25921 (with more patches from originator) Submitted by: Stijn Hoop Revision Changes Path 1.20 +178 -27 ports/emulators/xmame/Makefile 1.9 +6 -1 ports/emulators/xmame/distinfo 1.9 +37 -28 ports/emulators/xmame/pkg-plist 1.4 +7 -43 ports/emulators/xmess/Makefile 1.2 +1 -1 ports/emulators/xmess/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 Mar 27 2:52:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF43037B71A; Tue, 27 Mar 2001 02:52:19 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RAqJf49195; Tue, 27 Mar 2001 02:52:19 -0800 (PST) (envelope-from ru) Message-Id: <200103271052.f2RAqJf49195@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 02:52:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ar Makefile src/usr.bin/at Makefile src/usr.bin/banner Makefile src/usr.bin/c89 Makefile src/usr.bin/chat Makefile src/usr.bin/compress Makefile src/usr.bin/dnskeygen Makefile src/usr.bin/enigma Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 02:52:19 PST Modified files: usr.bin/ar Makefile usr.bin/at Makefile usr.bin/banner Makefile usr.bin/c89 Makefile usr.bin/chat Makefile usr.bin/compress Makefile usr.bin/dnskeygen Makefile usr.bin/enigma Makefile usr.bin/file Makefile usr.bin/file2c Makefile usr.bin/finger Makefile usr.bin/gensetdefs Makefile usr.bin/getopt Makefile usr.bin/hexdump Makefile usr.bin/id Makefile usr.bin/key Makefile usr.bin/keyinit Makefile usr.bin/less Makefile usr.bin/lesskey Makefile usr.bin/lex Makefile usr.bin/locate/locate Makefile usr.bin/login Makefile usr.bin/lorder Makefile usr.bin/mkdep Makefile usr.bin/mklocale Makefile usr.bin/ncplogin Makefile usr.bin/newkey Makefile usr.bin/nm Makefile usr.bin/opieinfo Makefile usr.bin/opiekey Makefile usr.bin/opiepasswd Makefile usr.bin/pagesize Makefile usr.bin/passwd Makefile usr.bin/ranlib Makefile usr.bin/renice Makefile usr.bin/rpcgen Makefile usr.bin/rpcinfo Makefile usr.bin/rup Makefile usr.bin/rusers Makefile usr.bin/rwall Makefile usr.bin/shar Makefile usr.bin/showmount Makefile usr.bin/size Makefile usr.bin/sockstat Makefile usr.bin/strings Makefile usr.bin/strip Makefile usr.bin/tip/tip Makefile usr.bin/uuencode Makefile usr.bin/vgrind Makefile usr.bin/vi Makefile usr.bin/vmstat Makefile usr.bin/w Makefile usr.bin/whereis Makefile usr.bin/window Makefile usr.bin/xinstall Makefile usr.bin/xlint/xlint Makefile usr.bin/yacc Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.10 +2 -3 src/usr.bin/ar/Makefile 1.12 +5 -5 src/usr.bin/at/Makefile 1.4 +2 -1 src/usr.bin/banner/Makefile 1.2 +3 -1 src/usr.bin/c89/Makefile 1.8 +2 -3 src/usr.bin/chat/Makefile 1.5 +2 -1 src/usr.bin/compress/Makefile 1.2 +1 -3 src/usr.bin/dnskeygen/Makefile 1.4 +2 -1 src/usr.bin/enigma/Makefile 1.17 +2 -3 src/usr.bin/file/Makefile 1.5 +1 -2 src/usr.bin/file2c/Makefile 1.3 +2 -3 src/usr.bin/finger/Makefile 1.7 +2 -2 src/usr.bin/gensetdefs/Makefile 1.3 +1 -2 src/usr.bin/getopt/Makefile 1.4 +2 -1 src/usr.bin/hexdump/Makefile 1.6 +2 -1 src/usr.bin/id/Makefile 1.5 +1 -2 src/usr.bin/key/Makefile 1.7 +2 -2 src/usr.bin/keyinit/Makefile 1.6 +2 -2 src/usr.bin/less/Makefile 1.3 +2 -2 src/usr.bin/lesskey/Makefile 1.16 +1 -2 src/usr.bin/lex/Makefile 1.12 +2 -3 src/usr.bin/locate/locate/Makefile 1.32 +2 -3 src/usr.bin/login/Makefile 1.7 +2 -1 src/usr.bin/lorder/Makefile 1.8 +2 -1 src/usr.bin/mkdep/Makefile 1.25 +1 -2 src/usr.bin/mklocale/Makefile 1.3 +2 -2 src/usr.bin/ncplogin/Makefile 1.4 +2 -3 src/usr.bin/newkey/Makefile 1.4 +2 -1 src/usr.bin/nm/Makefile 1.5 +1 -3 src/usr.bin/opieinfo/Makefile 1.7 +1 -3 src/usr.bin/opiekey/Makefile 1.5 +1 -3 src/usr.bin/opiepasswd/Makefile 1.6 +2 -1 src/usr.bin/pagesize/Makefile 1.41 +1 -2 src/usr.bin/passwd/Makefile 1.8 +2 -3 src/usr.bin/ranlib/Makefile 1.3 +2 -1 src/usr.bin/renice/Makefile 1.6 +3 -3 src/usr.bin/rpcgen/Makefile 1.6 +2 -2 src/usr.bin/rpcinfo/Makefile 1.5 +1 -2 src/usr.bin/rup/Makefile 1.5 +1 -2 src/usr.bin/rusers/Makefile 1.5 +1 -2 src/usr.bin/rwall/Makefile 1.6 +2 -1 src/usr.bin/shar/Makefile 1.4 +2 -1 src/usr.bin/showmount/Makefile 1.4 +2 -1 src/usr.bin/size/Makefile 1.3 +2 -2 src/usr.bin/sockstat/Makefile 1.4 +2 -1 src/usr.bin/strings/Makefile 1.11 +2 -1 src/usr.bin/strip/Makefile 1.11 +2 -2 src/usr.bin/tip/tip/Makefile 1.3 +2 -2 src/usr.bin/uuencode/Makefile 1.8 +2 -2 src/usr.bin/vgrind/Makefile 1.29 +2 -2 src/usr.bin/vi/Makefile 1.6 +2 -2 src/usr.bin/vmstat/Makefile 1.7 +2 -2 src/usr.bin/w/Makefile 1.3 +3 -1 src/usr.bin/whereis/Makefile 1.6 +1 -2 src/usr.bin/window/Makefile 1.13 +2 -3 src/usr.bin/xinstall/Makefile 1.4 +2 -1 src/usr.bin/xlint/xlint/Makefile 1.9 +2 -2 src/usr.bin/yacc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 3:50: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 0DF0D37B718; Tue, 27 Mar 2001 03:50:46 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RBojB57096; Tue, 27 Mar 2001 03:50:45 -0800 (PST) (envelope-from ru) Message-Id: <200103271150.f2RBojB57096@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 03:50:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kmod.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 03:50:45 PST Modified files: sys/conf kmod.mk Log: Reflect recent bsd.man.mk changes here, but do not assign the default MAN=${KMOD}.4 value for now. This feature was broken before, and enabling it now would cause 92 Makefiles to fail. Revision Changes Path 1.100 +9 -6 src/sys/conf/kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 3:55:47 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 2F66E37B718; Tue, 27 Mar 2001 03:55:33 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f2RBtGw51610; Tue, 27 Mar 2001 14:55:16 +0300 (EEST) (envelope-from ru) Date: Tue, 27 Mar 2001 14:55:16 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk Message-ID: <20010327145516.A49615@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200103271150.f2RBojB57096@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: <200103271150.f2RBojB57096@freefall.freebsd.org>; from ru@FreeBSD.org on Tue, Mar 27, 2001 at 03:50:45AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 03:50:45AM -0800, Ruslan Ermilov wrote: > ru 2001/03/27 03:50:45 PST > > Modified files: > sys/conf kmod.mk > Log: > Reflect recent bsd.man.mk changes here, but do not assign the > default MAN=${KMOD}.4 value for now. This feature was broken > before, and enabling it now would cause 92 Makefiles to fail. > > Revision Changes Path > 1.100 +9 -6 src/sys/conf/kmod.mk > Should I fix all these 92 Makefiles (they do not have NOMAN=) and enable this feature, or should I drop the bsd.man.mk support from kmod.mk completely? No module installs manpages for 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 Tue Mar 27 3:59: 0 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 9004D37B718; Tue, 27 Mar 2001 03:58:55 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f2RBwtB27490; Tue, 27 Mar 2001 03:58:55 -0800 (PST) Date: Tue, 27 Mar 2001 03:58:55 -0800 From: Alfred Perlstein To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk Message-ID: <20010327035855.Y9431@fw.wintelcom.net> References: <200103271150.f2RBojB57096@freefall.freebsd.org> <20010327145516.A49615@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: <20010327145516.A49615@sunbay.com>; from ru@FreeBSD.org on Tue, Mar 27, 2001 at 02:55:16PM +0300 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Ruslan Ermilov [010327 03:55] wrote: > On Tue, Mar 27, 2001 at 03:50:45AM -0800, Ruslan Ermilov wrote: > > ru 2001/03/27 03:50:45 PST > > > > Modified files: > > sys/conf kmod.mk > > Log: > > Reflect recent bsd.man.mk changes here, but do not assign the > > default MAN=${KMOD}.4 value for now. This feature was broken > > before, and enabling it now would cause 92 Makefiles to fail. > > > > Revision Changes Path > > 1.100 +9 -6 src/sys/conf/kmod.mk > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and > enable this feature, or should I drop the bsd.man.mk support from > kmod.mk completely? No module installs manpages for now. How about inverting the logic? meaning they must have a MAN= if they want pages installed? -- -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 Mar 27 3:59: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 524FF37B719; Tue, 27 Mar 2001 03:59:23 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RBxNN58054; Tue, 27 Mar 2001 03:59:23 -0800 (PST) (envelope-from ru) Message-Id: <200103271159.f2RBxNN58054@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 03:59:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common Makefile.inc src/sys/boot/i386/pxeldr Makefile src/sys/boot/powerpc/loader Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 03:59:22 PST Modified files: sys/boot/common Makefile.inc sys/boot/i386/pxeldr Makefile sys/boot/powerpc/loader Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.12 +4 -4 src/sys/boot/common/Makefile.inc 1.6 +2 -2 src/sys/boot/i386/pxeldr/Makefile 1.3 +1 -2 src/sys/boot/powerpc/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 4:11:51 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 9CC2137B71E; Tue, 27 Mar 2001 04:11:42 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f2RCAcp53149; Tue, 27 Mar 2001 15:10:38 +0300 (EEST) (envelope-from ru) Date: Tue, 27 Mar 2001 15:10:38 +0300 From: Ruslan Ermilov To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk Message-ID: <20010327151038.B49615@sunbay.com> Mail-Followup-To: Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200103271150.f2RBojB57096@freefall.freebsd.org> <20010327145516.A49615@sunbay.com> <20010327035855.Y9431@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010327035855.Y9431@fw.wintelcom.net>; from bright@wintelcom.net on Tue, Mar 27, 2001 at 03:58:55AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 03:58:55AM -0800, Alfred Perlstein wrote: > * Ruslan Ermilov [010327 03:55] wrote: > > On Tue, Mar 27, 2001 at 03:50:45AM -0800, Ruslan Ermilov wrote: > > > ru 2001/03/27 03:50:45 PST > > > > > > Modified files: > > > sys/conf kmod.mk > > > Log: > > > Reflect recent bsd.man.mk changes here, but do not assign the > > > default MAN=${KMOD}.4 value for now. This feature was broken > > > before, and enabling it now would cause 92 Makefiles to fail. > > > > > > Revision Changes Path > > > 1.100 +9 -6 src/sys/conf/kmod.mk > > > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and > > enable this feature, or should I drop the bsd.man.mk support from > > kmod.mk completely? No module installs manpages for now. > > How about inverting the logic? meaning they must have a MAN= if > they want pages installed? > That's exactly how this works now. I like this too, and if we agree on this, I will fix other 93 Makefiles that have (otherwise useless) NOMAN 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 Tue Mar 27 4:15:45 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 09AD837B718; Tue, 27 Mar 2001 04:15:39 -0800 (PST) (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 f2RCFvT62150; Tue, 27 Mar 2001 13:15:57 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f2RCI2U51969; Tue, 27 Mar 2001 13:18:02 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103271218.f2RCI2U51969@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/conf kmod.mk In-Reply-To: Message from Alfred Perlstein of "Tue, 27 Mar 2001 03:58:55 -0800." <20010327035855.Y9431@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Mar 2001 13:18:02 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > * Ruslan Ermilov [010327 03:55] wrote: > > On Tue, Mar 27, 2001 at 03:50:45AM -0800, Ruslan Ermilov wrote: > > > ru 2001/03/27 03:50:45 PST > > > > > > Modified files: > > > sys/conf kmod.mk > > > Log: > > > Reflect recent bsd.man.mk changes here, but do not assign the > > > default MAN=${KMOD}.4 value for now. This feature was broken > > > before, and enabling it now would cause 92 Makefiles to fail. > > > > > > Revision Changes Path > > > 1.100 +9 -6 src/sys/conf/kmod.mk > > > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and > > enable this feature, or should I drop the bsd.man.mk support from > > kmod.mk completely? No module installs manpages for now. > > How about inverting the logic? meaning they must have a MAN= if > they want pages installed? I believe both NetBSD & OpenBSD have it the NOMAN way. It'd be nice to be consistent (unless anyone has a particularly good reason for us not to be). > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] > Represent yourself, show up at BABUG http://www.babug.org/ -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 4:17:56 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 9F94F37B71B; Tue, 27 Mar 2001 04:17:50 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f2RCHoB28012; Tue, 27 Mar 2001 04:17:50 -0800 (PST) Date: Tue, 27 Mar 2001 04:17:50 -0800 From: Alfred Perlstein To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk Message-ID: <20010327041750.Z9431@fw.wintelcom.net> References: <200103271150.f2RBojB57096@freefall.freebsd.org> <20010327145516.A49615@sunbay.com> <20010327035855.Y9431@fw.wintelcom.net> <20010327151038.B49615@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: <20010327151038.B49615@sunbay.com>; from ru@FreeBSD.org on Tue, Mar 27, 2001 at 03:10:38PM +0300 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Ruslan Ermilov [010327 04:11] wrote: > On Tue, Mar 27, 2001 at 03:58:55AM -0800, Alfred Perlstein wrote: > > * Ruslan Ermilov [010327 03:55] wrote: > > > On Tue, Mar 27, 2001 at 03:50:45AM -0800, Ruslan Ermilov wrote: > > > > ru 2001/03/27 03:50:45 PST > > > > > > > > Modified files: > > > > sys/conf kmod.mk > > > > Log: > > > > Reflect recent bsd.man.mk changes here, but do not assign the > > > > default MAN=${KMOD}.4 value for now. This feature was broken > > > > before, and enabling it now would cause 92 Makefiles to fail. > > > > > > > > Revision Changes Path > > > > 1.100 +9 -6 src/sys/conf/kmod.mk > > > > > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and > > > enable this feature, or should I drop the bsd.man.mk support from > > > kmod.mk completely? No module installs manpages for now. > > > > How about inverting the logic? meaning they must have a MAN= if > > they want pages installed? > > > That's exactly how this works now. I like this too, and if we agree > on this, I will fix other 93 Makefiles that have (otherwise useless) > NOMAN now. If it works now, I'd leave it alone. -- -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 Tue Mar 27 4:23:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B00EC37B719; Tue, 27 Mar 2001 04:23:11 -0800 (PST) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RCNBi68282; Tue, 27 Mar 2001 04:23:11 -0800 (PST) (envelope-from tg) Message-Id: <200103271223.f2RCNBi68282@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 27 Mar 2001 04:23:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/opendx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/03/27 04:23:11 PST Modified files: graphics/opendx Makefile Log: Fix building (I hope, I never got this error I'm seeing on bento). Revision Changes Path 1.13 +3 -1 ports/graphics/opendx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 4:24:32 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 848E537B718; Tue, 27 Mar 2001 04:24:23 -0800 (PST) (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 f2RCOGf78696; Tue, 27 Mar 2001 14:24:18 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200103271224.f2RCOGf78696@gratis.grondar.za> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk References: <20010327145516.A49615@sunbay.com> In-Reply-To: <20010327145516.A49615@sunbay.com> ; from Ruslan Ermilov "Tue, 27 Mar 2001 14:55:16 +0300." Date: Tue, 27 Mar 2001 14:25:27 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Revision Changes Path > > 1.100 +9 -6 src/sys/conf/kmod.mk > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and > enable this feature, or should I drop the bsd.man.mk support from > kmod.mk completely? No module installs manpages for now. Drop manpage support completely. SheldonH recently move all the manpages out of these dirs. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 4:27: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 ED9B537B71A; Tue, 27 Mar 2001 04:27:25 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RCRPJ68804; Tue, 27 Mar 2001 04:27:25 -0800 (PST) (envelope-from jeh) Message-Id: <200103271227.f2RCRPJ68804@freefall.freebsd.org> From: "James E. Housley" Date: Tue, 27 Mar 2001 04:27:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imap-uw/files patch-ac patch-ah patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/03/27 04:27:25 PST Modified files: mail/imap-uw/files patch-ac patch-ah patch-ai Log: The last set of patches, I had to hand edit, didn't apply cleanly. Submitted by: Richard Lucas Revision Changes Path 1.12 +1 -1 ports/mail/imap-uw/files/patch-ac 1.2 +6 -6 ports/mail/imap-uw/files/patch-ah 1.2 +6 -6 ports/mail/imap-uw/files/patch-ai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 4:28:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C1F137B718; Tue, 27 Mar 2001 04:28:48 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RCSlA68905; Tue, 27 Mar 2001 04:28:48 -0800 (PST) (envelope-from adrian) Message-Id: <200103271228.f2RCSlA68905@freefall.freebsd.org> From: Adrian Chadd Date: Tue, 27 Mar 2001 04:28:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid24 Makefile distinfo pkg-descr pkg-install pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG adrian 2001/03/27 04:28:47 PST Modified files: www/squid24 Makefile distinfo pkg-descr pkg-install pkg-plist Log: PR: 26059 Update the squid-2.4 port to actually _be_ squid-2.4 . Phew. This port builds, installs, packages, pkg_delete's cleanly. I'm going to run it through some more linting and tidying up before I'm completely done with it. Differences from squid22/squid23 : * install-pinger isn't built. I'll tackle this later, possibly by creating a squid user/group. I don't like having suid binaries installed, even more so when 99% of the users of this port won't even enable ICMP pinging. * I've enabled the lru and heap replacement policies. LRU is used by default, the beauty here is that the user can choose one or the other without needing a recompile. * I've enabled ufs (sync), diskd (async) and null (no caching, only proxying). This again lets users choose what they want without needing a recompile. The default is still a 100mb cache in /usr/local/squid/cache/ running ufs. I would change it to diskd but if the user hasn't tweaked their sysV shm/msg parameters sufficiently they'll just be puzzled when squid gives mysterious sysV errors (and if they load it up enough to have UFS become an issue, they'd be better off reading the squid FAQ anyhow..) Revision Changes Path 1.77 +14 -16 ports/www/squid24/Makefile 1.57 +1 -8 ports/www/squid24/distinfo 1.9 +2 -2 ports/www/squid24/pkg-descr 1.7 +4 -0 ports/www/squid24/pkg-install 1.15 +44 -38 ports/www/squid24/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 Mar 27 4: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 DFCE137B718; Tue, 27 Mar 2001 04:34:59 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RCYxf69523; Tue, 27 Mar 2001 04:34:59 -0800 (PST) (envelope-from yar) Message-Id: <200103271234.f2RCYxf69523@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 27 Mar 2001 04:34:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/03/27 04:34:59 PST Modified files: sys/netinet if_ether.c Log: Add a missing m_pullup() before a mtod() in in_arpinput(). PR: kern/22177 Reviewed by: wollman Revision Changes Path 1.79 +7 -1 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 4:48: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 43A1F37B718; Tue, 27 Mar 2001 04:48:40 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RCmeL72238; Tue, 27 Mar 2001 04:48:40 -0800 (PST) (envelope-from wosch) Message-Id: <200103271248.f2RCmeL72238@freefall.freebsd.org> From: Wolfram Schneider Date: Tue, 27 Mar 2001 04:48:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/checkbot Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/03/27 04:48:40 PST Modified files: www/checkbot Makefile Log: Fix package building: The build_depends ports are also run_depends ports. Submitted: Jens Schweikhardt Revision Changes Path 1.23 +8 -5 ports/www/checkbot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 4:49: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 CB9BA37B718; Tue, 27 Mar 2001 04:49:44 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RCniA72379; Tue, 27 Mar 2001 04:49:44 -0800 (PST) (envelope-from adrian) Message-Id: <200103271249.f2RCniA72379@freefall.freebsd.org> From: Adrian Chadd Date: Tue, 27 Mar 2001 04:49:44 -0800 (PST) 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 adrian 2001/03/27 04:49:44 PST Modified files: . modules Log: squid24 --> ports/www/squid24 Revision Changes Path 1.2741 +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 Mar 27 4:51: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 BDB3337B718; Tue, 27 Mar 2001 04:51:19 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RCpJL72605; Tue, 27 Mar 2001 04:51:19 -0800 (PST) (envelope-from adrian) Message-Id: <200103271251.f2RCpJL72605@freefall.freebsd.org> From: Adrian Chadd Date: Tue, 27 Mar 2001 04:51:19 -0800 (PST) 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 adrian 2001/03/27 04:51:19 PST Modified files: www Makefile Log: squid24 --> ports/www/squid24 Revision Changes Path 1.324 +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 Tue Mar 27 4:56:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5AD537B71A; Tue, 27 Mar 2001 04:56:41 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RCufY73041; Tue, 27 Mar 2001 04:56:41 -0800 (PST) (envelope-from adrian) Message-Id: <200103271256.f2RCufY73041@freefall.freebsd.org> From: Adrian Chadd Date: Tue, 27 Mar 2001 04:56:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid24 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG adrian 2001/03/27 04:56:41 PST Modified files: www/squid24 Makefile Log: .. and update the Makefile to indicate that its my port, built by me. :) Revision Changes Path 1.78 +4 -4 ports/www/squid24/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5: 3: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60AB637B71A; Tue, 27 Mar 2001 05:02:59 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RD2xS73924; Tue, 27 Mar 2001 05:02:59 -0800 (PST) (envelope-from asmodai) Message-Id: <200103271302.f2RD2xS73924@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 27 Mar 2001 05:02:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-NetAddr-IP Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/03/27 05:02:59 PST Modified files: net/p5-NetAddr-IP Makefile Log: Change maintainer to: Anton Berezin Update coming soon. Revision Changes Path 1.4 +2 -2 ports/net/p5-NetAddr-IP/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5: 6:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E546F37B71A; Tue, 27 Mar 2001 05:06:16 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RD6Gm76364; Tue, 27 Mar 2001 05:06:16 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271306.f2RD6Gm76364@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 05:06:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cmail Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 05:06:16 PST Modified files: mail/cmail Makefile distinfo pkg-descr pkg-plist Log: Upgrade to version 3.1 A few notes I changed in Makefile: - Remove USE_PERL5 - Add MAN1 PR: 26133 Submitted by: MAINTAINER Revision Changes Path 1.6 +11 -13 ports/mail/cmail/Makefile 1.3 +1 -1 ports/mail/cmail/distinfo 1.3 +5 -7 ports/mail/cmail/pkg-descr 1.3 +3 -1 ports/mail/cmail/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 Mar 27 5:10:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A126B37B718; Tue, 27 Mar 2001 05:10:14 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDAEW77185; Tue, 27 Mar 2001 05:10:14 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271310.f2RDAEW77185@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 05:10:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/teknap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 05:10:14 PST Modified files: audio/teknap Makefile Log: Update MASTER_SITES and maintainer email. PR: 26126 Submitted by: MAINTAINER Revision Changes Path 1.7 +3 -4 ports/audio/teknap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:12:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57E8937B71A; Tue, 27 Mar 2001 05:12:50 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDCok77516; Tue, 27 Mar 2001 05:12:50 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271312.f2RDCok77516@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 05:12:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ymessenger Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 05:12:50 PST Modified files: net/ymessenger Makefile Log: Update maintainer email PR: 26125 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/net/ymessenger/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:15:10 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 4CE0937B71A; Tue, 27 Mar 2001 05:15:01 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f2RDE4I59818; Tue, 27 Mar 2001 16:14:04 +0300 (EEST) (envelope-from ru) Date: Tue, 27 Mar 2001 16:14:04 +0300 From: Ruslan Ermilov To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk Message-ID: <20010327161404.D56258@sunbay.com> Mail-Followup-To: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200103271218.f2RCI2U51969@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103271218.f2RCI2U51969@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Tue, Mar 27, 2001 at 01:18:02PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 01:18:02PM +0100, Brian Somers wrote: > > * Ruslan Ermilov [010327 03:55] wrote: > > > On Tue, Mar 27, 2001 at 03:50:45AM -0800, Ruslan Ermilov wrote: > > > > ru 2001/03/27 03:50:45 PST > > > > > > > > Modified files: > > > > sys/conf kmod.mk > > > > Log: > > > > Reflect recent bsd.man.mk changes here, but do not assign the > > > > default MAN=${KMOD}.4 value for now. This feature was broken > > > > before, and enabling it now would cause 92 Makefiles to fail. > > > > > > > > Revision Changes Path > > > > 1.100 +9 -6 src/sys/conf/kmod.mk > > > > > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and > > > enable this feature, or should I drop the bsd.man.mk support from > > > kmod.mk completely? No module installs manpages for now. > > > > How about inverting the logic? meaning they must have a MAN= if > > they want pages installed? > > I believe both NetBSD & OpenBSD have it the NOMAN way. It'd be nice > to be consistent (unless anyone has a particularly good reason for us > not to be). > You are probably mistaken. OpenBSD has it this way in their bsd.lkm.mk: .if !defined(MAN) MAN= ${LKM}.1 .endif # !defined(MAN) NetBSD has it this way in their bsd.kmod.mk: .if !defined(MAN) MAN= ${KMOD}.4 .endif 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 Mar 27 5:16: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1126A37B719; Tue, 27 Mar 2001 05:15:58 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDFwS77851; Tue, 27 Mar 2001 05:15:58 -0800 (PST) (envelope-from yar) Message-Id: <200103271315.f2RDFwS77851@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 27 Mar 2001 05:15:57 -0800 (PST) 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 yar 2001/03/27 05:15:57 PST Modified files: sys/net if.c Log: Don't bypass notifying a corresponding interface when leaving a link-layer multicast group. PR: kern/22176 Reviewed by: wollman Revision Changes Path 1.104 +7 -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 Tue Mar 27 5: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 D8E4637B718; Tue, 27 Mar 2001 05:16:21 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDGL177964; Tue, 27 Mar 2001 05:16:21 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271316.f2RDGL177964@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 05:16:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/bkmrkconv Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 05:16:21 PST Modified files: www/bkmrkconv Makefile distinfo Log: Update to version 1.10 PR: 26123 Submitted by: Ports Fury Revision Changes Path 1.9 +2 -2 ports/www/bkmrkconv/Makefile 1.3 +1 -1 ports/www/bkmrkconv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:18: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 0F63537B718; Tue, 27 Mar 2001 05:18:21 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDILf78300; Tue, 27 Mar 2001 05:18:21 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271318.f2RDILf78300@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 05:18:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/galaxis Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 05:18:20 PST Modified files: games/galaxis Makefile Log: Fix MASTER_SITES PR: 26121 Submitted by: Ports Fury Revision Changes Path 1.8 +2 -2 ports/games/galaxis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 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 C59C637B718; Tue, 27 Mar 2001 05:24:56 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDOuE78863; Tue, 27 Mar 2001 05:24:56 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271324.f2RDOuE78863@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 05:24:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/empire Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 05:24:56 PST Modified files: games/empire Makefile Log: Fix MASTER_SITES PR: 26120 Submitted by: Ports Fury Revision Changes Path 1.11 +3 -3 ports/games/empire/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:38: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 CF5BF37B718; Tue, 27 Mar 2001 05:38:20 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDcKi80392; Tue, 27 Mar 2001 05:38:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200103271338.f2RDcKi80392@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Mar 2001 05:38:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/27 05:38:20 PST src/usr.bin/ee - Imported sources Update of /home/ncvs/src/usr.bin/ee In directory freefall.freebsd.org:/c/tmp/cvs-serv80321 Log Message: Virgin import of Hugh F. Mahon's EasyEditor 1.4.1. Status: Vendor Tag: HUGH_F_MAHON Release Tags: ee_1_4_1 U src/usr.bin/ee/Artistic U src/usr.bin/ee/README C src/usr.bin/ee/ee.1 C src/usr.bin/ee/ee.c U src/usr.bin/ee/ee.i18n.guide C src/usr.bin/ee/new_curse.c C src/usr.bin/ee/new_curse.h C src/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jHUGH_F_MAHON:yesterday -jHUGH_F_MAHON src/usr.bin/ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:48: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 A562037B718; Tue, 27 Mar 2001 05:48:30 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDmUL81816; Tue, 27 Mar 2001 05:48:30 -0800 (PST) (envelope-from ru) Message-Id: <200103271348.f2RDmUL81816@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 05:48:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 Makefile src/share/man/man3 Makefile src/share/man/man4 Makefile src/share/man/man4/man4.alpha Makefile src/share/man/man4/man4.i386 Makefile src/share/man/man5 Makefile src/share/man/man6 Makefile src/share/man/man7 Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 05:48:29 PST Modified files: share/man/man1 Makefile share/man/man3 Makefile share/man/man4 Makefile share/man/man4/man4.alpha Makefile share/man/man4/man4.i386 Makefile share/man/man5 Makefile share/man/man6 Makefile share/man/man7 Makefile share/man/man8 Makefile share/man/man8/man8.alpha Makefile share/man/man8/man8.i386 Makefile share/man/man9 Makefile share/me Makefile share/termcap Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.15 +2 -2 src/share/man/man1/Makefile 1.19 +2 -2 src/share/man/man3/Makefile 1.119 +2 -2 src/share/man/man4/Makefile 1.4 +2 -2 src/share/man/man4/man4.alpha/Makefile 1.132 +2 -2 src/share/man/man4/man4.i386/Makefile 1.34 +2 -2 src/share/man/man5/Makefile 1.3 +2 -2 src/share/man/man6/Makefile 1.13 +2 -2 src/share/man/man7/Makefile 1.21 +2 -2 src/share/man/man8/Makefile 1.10 +2 -2 src/share/man/man8/man8.alpha/Makefile 1.10 +2 -2 src/share/man/man8/man8.i386/Makefile 1.109 +3 -3 src/share/man/man9/Makefile 1.6 +2 -1 src/share/me/Makefile 1.14 +2 -2 src/share/termcap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:51: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 61D6A37B718; Tue, 27 Mar 2001 05:51:18 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDpIO82124; Tue, 27 Mar 2001 05:51:18 -0800 (PST) (envelope-from sobomax) Message-Id: <200103271351.f2RDpIO82124@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Mar 2001 05:51:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee ee.c new_curse.h new_curse.c ee.1 src/usr.bin/ee/nls/en_US.ISO_8859-1 ee.msg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/27 05:51:18 PST Modified files: usr.bin/ee ee.c new_curse.h new_curse.c ee.1 usr.bin/ee/nls/en_US.ISO_8859-1 ee.msg Log: Resolve conflicts. Revision Changes Path 1.21 +271 -127 src/usr.bin/ee/ee.c 1.3 +7 -1 src/usr.bin/ee/new_curse.h 1.5 +201 -7 src/usr.bin/ee/new_curse.c 1.12 +16 -6 src/usr.bin/ee/ee.1 1.7 +14 -11 src/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:53:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E46837B719; Tue, 27 Mar 2001 05:53:09 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDr9682318; Tue, 27 Mar 2001 05:53:09 -0800 (PST) (envelope-from sobomax) Message-Id: <200103271353.f2RDr9682318@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Mar 2001 05:53:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee/nls/de_DE.ISO_8859-1 ee.msg src/usr.bin/ee/nls/fr_FR.ISO_8859-1 ee.msg src/usr.bin/ee/nls/pl_PL.ISO_8859-2 ee.msg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/27 05:53:09 PST Modified files: usr.bin/ee/nls/de_DE.ISO_8859-1 ee.msg usr.bin/ee/nls/fr_FR.ISO_8859-1 ee.msg usr.bin/ee/nls/pl_PL.ISO_8859-2 ee.msg Log: Update FreeBSD translations to match 1.4.1 (actually just copied Enslish messages as I don't know de, pl and fr). Revision Changes Path 1.7 +5 -2 src/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg 1.10 +5 -2 src/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg 1.5 +5 -2 src/usr.bin/ee/nls/pl_PL.ISO_8859-2/ee.msg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:58:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1495B37B719; Tue, 27 Mar 2001 05:58:22 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RDwL583282; Tue, 27 Mar 2001 05:58:21 -0800 (PST) (envelope-from ru) Message-Id: <200103271358.f2RDwL583282@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 05:58:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberosIV/lib/libacl Makefile src/kerberosIV/lib/libkafs Makefile src/kerberosIV/lib/libkrb Makefile src/kerberosIV/libexec/kauthd Makefile src/kerberosIV/libexec/kpropd Makefile src/kerberosIV/libexec/telnetd Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 05:58:21 PST Modified files: kerberosIV/lib/libacl Makefile kerberosIV/lib/libkafs Makefile kerberosIV/lib/libkrb Makefile kerberosIV/libexec/kauthd Makefile kerberosIV/libexec/kpropd Makefile kerberosIV/libexec/telnetd Makefile kerberosIV/usr.bin/kadmin Makefile kerberosIV/usr.bin/kauth Makefile kerberosIV/usr.bin/kdestroy Makefile kerberosIV/usr.bin/kinit Makefile kerberosIV/usr.bin/klist Makefile kerberosIV/usr.bin/ksrvtgt Makefile kerberosIV/usr.sbin/ext_srvtab Makefile kerberosIV/usr.sbin/kadmind Makefile kerberosIV/usr.sbin/kdb_destroy Makefile kerberosIV/usr.sbin/kdb_edit Makefile kerberosIV/usr.sbin/kdb_init Makefile kerberosIV/usr.sbin/kdb_util Makefile kerberosIV/usr.sbin/kerberos Makefile kerberosIV/usr.sbin/kprop Makefile kerberosIV/usr.sbin/ksrvutil Makefile kerberosIV/usr.sbin/kstash Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.5 +2 -2 src/kerberosIV/lib/libacl/Makefile 1.5 +2 -2 src/kerberosIV/lib/libkafs/Makefile 1.8 +2 -2 src/kerberosIV/lib/libkrb/Makefile 1.6 +2 -2 src/kerberosIV/libexec/kauthd/Makefile 1.7 +2 -2 src/kerberosIV/libexec/kpropd/Makefile 1.8 +2 -2 src/kerberosIV/libexec/telnetd/Makefile 1.9 +2 -2 src/kerberosIV/usr.bin/kadmin/Makefile 1.6 +2 -2 src/kerberosIV/usr.bin/kauth/Makefile 1.7 +2 -2 src/kerberosIV/usr.bin/kdestroy/Makefile 1.8 +2 -2 src/kerberosIV/usr.bin/kinit/Makefile 1.7 +2 -2 src/kerberosIV/usr.bin/klist/Makefile 1.3 +2 -2 src/kerberosIV/usr.bin/ksrvtgt/Makefile 1.8 +2 -2 src/kerberosIV/usr.sbin/ext_srvtab/Makefile 1.6 +2 -2 src/kerberosIV/usr.sbin/kadmind/Makefile 1.8 +2 -2 src/kerberosIV/usr.sbin/kdb_destroy/Makefile 1.8 +2 -2 src/kerberosIV/usr.sbin/kdb_edit/Makefile 1.8 +2 -2 src/kerberosIV/usr.sbin/kdb_init/Makefile 1.8 +2 -2 src/kerberosIV/usr.sbin/kdb_util/Makefile 1.8 +4 -4 src/kerberosIV/usr.sbin/kerberos/Makefile 1.7 +2 -2 src/kerberosIV/usr.sbin/kprop/Makefile 1.8 +2 -2 src/kerberosIV/usr.sbin/ksrvutil/Makefile 1.8 +2 -2 src/kerberosIV/usr.sbin/kstash/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 5:59: 2 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 596D237B718; Tue, 27 Mar 2001 05:58:55 -0800 (PST) (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 f2RDwtp24644; Tue, 27 Mar 2001 05:58:55 -0800 (PST) (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 f2RDwqh35493; Tue, 27 Mar 2001 05:58:54 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200103271358.f2RDwqh35493@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Mark Murray Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk In-Reply-To: <200103271224.f2RCOGf78696@gratis.grondar.za> Date: Tue, 27 Mar 2001 05:58:52 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray wrote: > > > Revision Changes Path > > > 1.100 +9 -6 src/sys/conf/kmod.mk > > > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and > > enable this feature, or should I drop the bsd.man.mk support from > > kmod.mk completely? No module installs manpages for now. > > Drop manpage support completely. > > SheldonH recently move all the manpages out of these dirs. And those directories dont exist in my current working prototype module build mechanism.. Change them if you like, but their days are numbered. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 6: 7: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 B5ABC37B718; Tue, 27 Mar 2001 06:07:31 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RE7VF86965; Tue, 27 Mar 2001 06:07:31 -0800 (PST) (envelope-from ru) Message-Id: <200103271407.f2RE7VF86965@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 06:07:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/libexec/hprop Makefile src/kerberos5/libexec/hpropd Makefile src/kerberos5/libexec/k5passwdd Makefile src/kerberos5/libexec/kdc Makefile src/kerberos5/usr.sbin/k5stash Makefile src/kerberos5/usr.sbin/ktutil Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 06:07:31 PST Modified files: kerberos5/libexec/hprop Makefile kerberos5/libexec/hpropd Makefile kerberos5/libexec/k5passwdd Makefile kerberos5/libexec/kdc Makefile kerberos5/usr.sbin/k5stash Makefile kerberos5/usr.sbin/ktutil Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.6 +2 -2 src/kerberos5/libexec/hprop/Makefile 1.6 +2 -2 src/kerberos5/libexec/hpropd/Makefile 1.7 +2 -2 src/kerberos5/libexec/k5passwdd/Makefile 1.6 +2 -2 src/kerberos5/libexec/kdc/Makefile 1.8 +2 -2 src/kerberos5/usr.sbin/k5stash/Makefile 1.6 +2 -2 src/kerberos5/usr.sbin/ktutil/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 6: 8:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6D1F37B718; Tue, 27 Mar 2001 06:08:39 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RE8dY87072; Tue, 27 Mar 2001 06:08:39 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271408.f2RE8dY87072@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 06:08:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/bs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 06:08:39 PST Modified files: games/bs Makefile Log: Fix MASTER_SITES PR: 26118 Submitted by: Ports Fury Revision Changes Path 1.8 +2 -2 ports/games/bs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 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 D594137B718; Tue, 27 Mar 2001 06:10:04 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2REA4L87346; Tue, 27 Mar 2001 06:10:04 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271410.f2REA4L87346@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 06:10:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/blue Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 06:10:04 PST Modified files: games/blue Makefile Log: Fix MASTER_SITES PR: 26117 Submitted by: Ports Fury Revision Changes Path 1.8 +2 -2 ports/games/blue/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 6:16:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8D0937B718; Tue, 27 Mar 2001 06:16:13 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2REGDf87973; Tue, 27 Mar 2001 06:16:13 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271416.f2REGDf87973@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 06:16:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/le Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 06:16:13 PST Modified files: editors/le Makefile distinfo Log: Update to version 1.7.1 PR: 26116 Submitted by: Ports Fury Revision Changes Path 1.16 +5 -3 ports/editors/le/Makefile 1.9 +1 -1 ports/editors/le/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 6:20:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C053437B719; Tue, 27 Mar 2001 06:20:47 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2REKlZ88689; Tue, 27 Mar 2001 06:20:47 -0800 (PST) (envelope-from kevlo) Message-Id: <200103271420.f2REKlZ88689@freefall.freebsd.org> From: Kevin Lo Date: Tue, 27 Mar 2001 06:20:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/indexme Makefile ports/irc/bitchx Makefile ports/ftp/lftp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/27 06:20:47 PST Modified files: www/indexme Makefile Log: Update maintainer email. PR: 26105 Submitted by: MAINTAINER Revision Changes Path 1.6 +2 -2 ports/www/indexme/Makefile Modified files: irc/bitchx Makefile Log: Update maintainer email. PR: 26106 Submitted by: MAINTAINER Revision Changes Path 1.32 +2 -2 ports/irc/bitchx/Makefile Modified files: ftp/lftp Makefile Log: Update maintainer email. PR: 26107 Submitted by: MAINTAINER Revision Changes Path 1.45 +2 -2 ports/ftp/lftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 6:59: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 1A7B237B718; Tue, 27 Mar 2001 06:59:08 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2REx8774404; Tue, 27 Mar 2001 06:59:08 -0800 (PST) (envelope-from ru) Message-Id: <200103271459.f2REx8774404@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 06:59:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog Makefile src/gnu/lib/libreadline/readline Makefile src/gnu/libexec/uucp/uuchk Makefile src/gnu/libexec/uucp/uucico Makefile src/gnu/libexec/uucp/uusched Makefile src/gnu/libexec/uucp/uuto Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 06:59:07 PST Modified files: gnu/lib/libdialog Makefile gnu/lib/libreadline/readline Makefile gnu/libexec/uucp/uuchk Makefile gnu/libexec/uucp/uucico Makefile gnu/libexec/uucp/uusched Makefile gnu/libexec/uucp/uuto Makefile gnu/libexec/uucp/uuxqt Makefile gnu/usr.bin/as Makefile gnu/usr.bin/awk Makefile gnu/usr.bin/binutils/as Makefile.inc0 gnu/usr.bin/cc/cc Makefile gnu/usr.bin/cc/cccp Makefile gnu/usr.bin/cpio Makefile gnu/usr.bin/cvs/cvs Makefile gnu/usr.bin/cvs/cvsbug Makefile gnu/usr.bin/dialog Makefile gnu/usr.bin/groff/addftinfo Makefile gnu/usr.bin/groff/afmtodit Makefile gnu/usr.bin/groff/eqn Makefile gnu/usr.bin/groff/grn Makefile gnu/usr.bin/groff/grodvi Makefile gnu/usr.bin/groff/groff Makefile gnu/usr.bin/groff/grog Makefile gnu/usr.bin/groff/grohtml Makefile gnu/usr.bin/groff/grolbp Makefile gnu/usr.bin/groff/grolj4 Makefile gnu/usr.bin/groff/grops Makefile gnu/usr.bin/groff/grotty Makefile gnu/usr.bin/groff/hpftodit Makefile gnu/usr.bin/groff/indxbib Makefile gnu/usr.bin/groff/lkbib Makefile gnu/usr.bin/groff/lookbib Makefile gnu/usr.bin/groff/man Makefile gnu/usr.bin/groff/mm Makefile gnu/usr.bin/groff/nroff Makefile gnu/usr.bin/groff/pfbtops Makefile gnu/usr.bin/groff/pic Makefile gnu/usr.bin/groff/refer Makefile gnu/usr.bin/groff/tbl Makefile gnu/usr.bin/groff/tfmtodit Makefile gnu/usr.bin/groff/tmac Makefile gnu/usr.bin/groff/troff Makefile gnu/usr.bin/gzip Makefile gnu/usr.bin/ld Makefile gnu/usr.bin/man Makefile.shprog gnu/usr.bin/man/catman Makefile gnu/usr.bin/man/makewhatis Makefile gnu/usr.bin/man/man Makefile gnu/usr.bin/man/manpath Makefile gnu/usr.bin/patch Makefile gnu/usr.bin/perl/pod/pod Makefile gnu/usr.bin/rcs/rcs Makefile gnu/usr.bin/rcs/rcsfreeze Makefile gnu/usr.bin/send-pr Makefile gnu/usr.bin/texinfo/info Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.33 +2 -2 src/gnu/lib/libdialog/Makefile 1.6 +2 -2 src/gnu/lib/libreadline/readline/Makefile 1.9 +2 -3 src/gnu/libexec/uucp/uuchk/Makefile 1.13 +2 -2 src/gnu/libexec/uucp/uucico/Makefile 1.13 +2 -2 src/gnu/libexec/uucp/uusched/Makefile 1.11 +2 -2 src/gnu/libexec/uucp/uuto/Makefile 1.11 +2 -2 src/gnu/libexec/uucp/uuxqt/Makefile 1.19 +2 -2 src/gnu/usr.bin/as/Makefile 1.15 +2 -2 src/gnu/usr.bin/awk/Makefile 1.11 +2 -2 src/gnu/usr.bin/binutils/as/Makefile.inc0 1.24 +2 -2 src/gnu/usr.bin/cc/cc/Makefile 1.20 +2 -2 src/gnu/usr.bin/cc/cccp/Makefile 1.8 +1 -2 src/gnu/usr.bin/cpio/Makefile 1.33 +2 -3 src/gnu/usr.bin/cvs/cvs/Makefile 1.12 +2 -2 src/gnu/usr.bin/cvs/cvsbug/Makefile 1.10 +1 -2 src/gnu/usr.bin/dialog/Makefile 1.6 +2 -2 src/gnu/usr.bin/groff/addftinfo/Makefile 1.2 +3 -3 src/gnu/usr.bin/groff/afmtodit/Makefile 1.15 +3 -3 src/gnu/usr.bin/groff/eqn/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/grn/Makefile 1.7 +2 -2 src/gnu/usr.bin/groff/grodvi/Makefile 1.7 +2 -2 src/gnu/usr.bin/groff/groff/Makefile 1.4 +3 -3 src/gnu/usr.bin/groff/grog/Makefile 1.3 +2 -2 src/gnu/usr.bin/groff/grohtml/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/grolbp/Makefile 2.3 +2 -2 src/gnu/usr.bin/groff/grolj4/Makefile 1.7 +2 -2 src/gnu/usr.bin/groff/grops/Makefile 1.7 +2 -2 src/gnu/usr.bin/groff/grotty/Makefile 1.2 +2 -2 src/gnu/usr.bin/groff/hpftodit/Makefile 1.10 +2 -2 src/gnu/usr.bin/groff/indxbib/Makefile 1.7 +2 -2 src/gnu/usr.bin/groff/lkbib/Makefile 1.7 +2 -2 src/gnu/usr.bin/groff/lookbib/Makefile 1.7 +4 -4 src/gnu/usr.bin/groff/man/Makefile 1.11 +3 -3 src/gnu/usr.bin/groff/mm/Makefile 1.9 +3 -3 src/gnu/usr.bin/groff/nroff/Makefile 1.6 +2 -2 src/gnu/usr.bin/groff/pfbtops/Makefile 1.10 +2 -2 src/gnu/usr.bin/groff/pic/Makefile 1.10 +2 -2 src/gnu/usr.bin/groff/refer/Makefile 1.7 +2 -2 src/gnu/usr.bin/groff/tbl/Makefile 1.7 +2 -2 src/gnu/usr.bin/groff/tfmtodit/Makefile 1.26 +4 -4 src/gnu/usr.bin/groff/tmac/Makefile 1.14 +2 -2 src/gnu/usr.bin/groff/troff/Makefile 1.22 +3 -3 src/gnu/usr.bin/gzip/Makefile 1.32 +2 -2 src/gnu/usr.bin/ld/Makefile 1.5 +3 -3 src/gnu/usr.bin/man/Makefile.shprog 1.12 +2 -2 src/gnu/usr.bin/man/catman/Makefile 1.17 +2 -3 src/gnu/usr.bin/man/makewhatis/Makefile 1.29 +6 -6 src/gnu/usr.bin/man/man/Makefile 1.25 +5 -5 src/gnu/usr.bin/man/manpath/Makefile 1.7 +5 -3 src/gnu/usr.bin/patch/Makefile 1.8 +2 -2 src/gnu/usr.bin/perl/pod/pod/Makefile 1.8 +3 -4 src/gnu/usr.bin/rcs/rcs/Makefile 1.6 +3 -1 src/gnu/usr.bin/rcs/rcsfreeze/Makefile 1.14 +2 -1 src/gnu/usr.bin/send-pr/Makefile 1.12 +2 -3 src/gnu/usr.bin/texinfo/info/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 7: 1:45 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 0E05D37B719; Tue, 27 Mar 2001 07:01:39 -0800 (PST) (envelope-from gibbs@scsiguy.com) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.2/8.9.3) with ESMTP id f2RF1cs69363; Tue, 27 Mar 2001 08:01:38 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200103271501.f2RF1cs69363@aslan.scsiguy.com> To: Paul Saab Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/twe twe_freebsd.c In-Reply-To: Your message of "Mon, 26 Mar 2001 22:24:08 PST." <200103270624.f2R6O9S34453@freefall.freebsd.org> Date: Tue, 27 Mar 2001 08:01:38 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >ps 2001/03/26 22:24:08 PST > > Modified files: > sys/cam/scsi scsi_da.c > sys/dev/ata ata-disk.c > sys/dev/ida ida_disk.c > sys/dev/twe twe_freebsd.c > Log: > Change the dump routines to only abort if control-c is pressed. > If any other key is pressed, print a message stating that control-c > is how to abort. Why not replace the call to cncheckc with a more generic "dump status" callback that prints stats, checks for abort, etc. The number of block devices we support that either currently support crash dumps or should is growing, and duplicating all of the watch dog code, etc in each one seems silly. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 7: 2: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 75B8437B71B; Tue, 27 Mar 2001 07:02:30 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RF2U085227; Tue, 27 Mar 2001 07:02:30 -0800 (PST) (envelope-from ijliao) Message-Id: <200103271502.f2RF2U085227@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 27 Mar 2001 07:02:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/GiNaC Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/27 07:02:30 PST Modified files: math/GiNaC Makefile distinfo pkg-plist Log: upgrade to 0.8.0 Revision Changes Path 1.2 +2 -3 ports/math/GiNaC/Makefile 1.2 +1 -1 ports/math/GiNaC/distinfo 1.3 +3 -8 ports/math/GiNaC/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 Mar 27 7:14:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA1137B718; Tue, 27 Mar 2001 07:14:50 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RFEot88911; Tue, 27 Mar 2001 07:14:50 -0800 (PST) (envelope-from ru) Message-Id: <200103271514.f2RFEot88911@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 07:14:50 -0800 (PST) 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/03/27 07:14:50 PST Modified files: usr.bin/xinstall Makefile Log: Do not override the ``install'' target. Revision Changes Path 1.14 +2 -2 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 Tue Mar 27 7: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 5311D37B719; Tue, 27 Mar 2001 07:45:19 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RFjJ191650; Tue, 27 Mar 2001 07:45:19 -0800 (PST) (envelope-from ijliao) Message-Id: <200103271545.f2RFjJ191650@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 27 Mar 2001 07:45:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/poedit Makefile distinfo pkg-comment pkg-descr pkg-plist ports/editors/poedit/files patch-install::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/27 07:45:18 PST Modified files: editors Makefile Added files: editors/poedit Makefile distinfo pkg-comment pkg-descr pkg-plist editors/poedit/files patch-install::Makefile.in Log: add poedit gettext catalogs (.po files) editor Revision Changes Path 1.142 +2 -1 ports/editors/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 7: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 9426A37B71B; Tue, 27 Mar 2001 07:45:22 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RFjMW91690; Tue, 27 Mar 2001 07:45:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200103271545.f2RFjMW91690@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 27 Mar 2001 07:45:22 -0800 (PST) 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/03/27 07:45:22 PST Modified files: . modules Log: poedit --> ports/editors/poedit Revision Changes Path 1.2742 +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 Mar 27 7:53: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 0954F37B718; Tue, 27 Mar 2001 07:53:49 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RFrmg92440; Tue, 27 Mar 2001 07:53:48 -0800 (PST) (envelope-from ache) Message-Id: <200103271553.f2RFrmg92440@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 27 Mar 2001 07:53:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/27 07:53:48 PST Modified files: usr.bin/tail forward.c Log: Add comment explaining why size not passed directly to mmap, i.e. not relay on its check. KNF multi-line comments (inspired by bde) Revision Changes Path 1.22 +10 -4 src/usr.bin/tail/forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 8:15:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D80937B718; Tue, 27 Mar 2001 08:15:08 -0800 (PST) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RGF8k96993; Tue, 27 Mar 2001 08:15:08 -0800 (PST) (envelope-from nik) Message-Id: <200103271615.f2RGF8k96993@freefall.freebsd.org> From: Nik Clayton Date: Tue, 27 Mar 2001 08:15:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/03/27 08:15:08 PST Modified files: share/mk doc.docbook.mk Log: Fix small error that meant that library images weren't being included in any generated tarballs. Revision Changes Path 1.31 +2 -2 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 8: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 094C037B71E; Tue, 27 Mar 2001 08:15:25 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RGFPu97021; Tue, 27 Mar 2001 08:15:25 -0800 (PST) (envelope-from ru) Message-Id: <200103271615.f2RGFPu97021@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 08:15:25 -0800 (PST) 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/03/27 08:15:25 PST Modified files: usr.bin/kdump mkioctls Log: Traverse ${DESTDIR}/usr/include in lexographical order. This should fix problems reported recently on -current. Revision Changes Path 1.20 +2 -2 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 Tue Mar 27 8:27:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F70437B718; Tue, 27 Mar 2001 08:27:32 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RGRWv98117; Tue, 27 Mar 2001 08:27:32 -0800 (PST) (envelope-from sobomax) Message-Id: <200103271627.f2RGRWv98117@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Mar 2001 08:27:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/27 08:27:32 PST Added files: usr.bin/ee FREEBSD-upgrade Log: Describe details of importing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 8:36:48 2001 Delivered-To: cvs-all@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 8920E37B718; Tue, 27 Mar 2001 08:36:41 -0800 (PST) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f2RGVwt39435; Tue, 27 Mar 2001 10:31:58 -0600 (CST) (envelope-from jlemon) Date: Tue, 27 Mar 2001 10:31:58 -0600 From: Jonathan Lemon To: Doug Barton Cc: Andrew Gallatin , Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii inphy.c Message-ID: <20010327103158.O93687@prism.flugsvamp.com> References: <200103170250.f2H2oLE26064@freefall.freebsd.org> <20010320172100.A46733@grasshopper.cs.duke.edu> <3AC06C74.CAAA5567@DougBarton.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3AC06C74.CAAA5567@DougBarton.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 02:33:24AM -0800, Doug Barton wrote: > Andrew Gallatin wrote: > > > > Jonathan Lemon [jlemon@FreeBSD.org] wrote: > > > jlemon 2001/03/16 18:50:21 PST > > > > > > Modified files: > > > sys/dev/mii inphy.c > > > Log: > > > Really fix NWAY negotiation for the 82553 PHY. Locking down the > > > media interface selection should not imply disabling NWAY negotiaton > > > as well. > > > > This causes my older fxp's to loose the link: > > Auto-negotiation has been broken for me since the following commit: > > jlemon 2001/03/14 11:50:37 PST > > Modified files: > sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h > Log: > Add some performance features to the fxp driver. If the chip is not > a 82557 (e.g.: a newer chip) then: Hmm, that's interesting. The above mentioned commit shouldn't have anything to do with autonegotiate; either the driver is misidenifying the chip, or I screwed up the register mappings. Can you try the following tiny patch? Then boot with -v and send me all the relevant fxp lines. I'll review the register mappings again just as soon as I get home from my current trip. -- Jonathan Index: if_fxp.c =================================================================== RCS file: /ncvs/src/sys/dev/fxp/if_fxp.c,v retrieving revision 1.109 diff -u -r1.109 if_fxp.c --- if_fxp.c 2001/03/14 19:50:35 1.109 +++ if_fxp.c 2001/03/27 16:33:35 @@ -473,6 +473,7 @@ device_printf(dev, "PCI IDs: %04x %04x %04x %04x\n", pci_get_vendor(dev), pci_get_device(dev), pci_get_subvendor(dev), pci_get_subdevice(dev)); + device_printf(dev, "Chip Type: %d\n", sc->chip); } /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 8:45:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 962B337B718; Tue, 27 Mar 2001 08:45:16 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RGjG299901; Tue, 27 Mar 2001 08:45:16 -0800 (PST) (envelope-from ru) Message-Id: <200103271645.f2RGjG299901@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 08:45:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/extattrctl Makefile src/usr.sbin/getextattr Makefile src/usr.sbin/setextattr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 08:45:16 PST Modified files: usr.sbin/extattrctl Makefile usr.sbin/getextattr Makefile usr.sbin/setextattr Makefile Log: Fix LDADD and add missing DPADD. Revision Changes Path 1.5 +5 -3 src/usr.sbin/extattrctl/Makefile 1.5 +5 -3 src/usr.sbin/getextattr/Makefile 1.5 +5 -3 src/usr.sbin/setextattr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 8:50: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C2EC37B718; Tue, 27 Mar 2001 08:50:00 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RGo0x00593; Tue, 27 Mar 2001 08:50:00 -0800 (PST) (envelope-from obrien) Message-Id: <200103271650.f2RGo0x00593@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 27 Mar 2001 08:49:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/27 08:49:59 PST Modified files: (Branch: RELENG_4) release Makefile Log: MFC: rev 1.599 (add ttyd0 to MFSROOT's /dev for serial fix-its) Approved by: jkh Revision Changes Path 1.536.2.40 +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 Tue Mar 27 9: 3:57 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 15C6237B71A; Tue, 27 Mar 2001 09:03:54 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f2RH29E87607; Tue, 27 Mar 2001 09:02:09 -0800 (PST) (envelope-from obrien) Date: Tue, 27 Mar 2001 09:02:09 -0800 From: "David O'Brien" To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.c Message-ID: <20010327090208.B87500@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200103270818.f2R8IWw48188@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103270818.f2R8IWw48188@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Tue, Mar 27, 2001 at 09:18:32AM +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 Tue, Mar 27, 2001 at 09:18:32AM +0100, Brian Somers wrote: > I would suspect the answer is ``yes performance is better'', but maybe > some more exotic geometry would give more cylinders per group and > even better performance ? Yes on both accounts. Unfortuneatly our stronger FFS hackers haven't put changing the newfs defaults on their task list. So you're getting spot changes from lesser FFS people. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 9: 5:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 693E137B719; Tue, 27 Mar 2001 09:05:24 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RH5OO03547; Tue, 27 Mar 2001 09:05:24 -0800 (PST) (envelope-from obrien) Message-Id: <200103271705.f2RH5OO03547@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 27 Mar 2001 09:05:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/27 09:05:24 PST Modified files: usr.sbin/sysinstall install.c Log: Mirror the newfs(8) defaults change I made in rev 1.33 of newfs.c where I made `22' the default number of cylinders per group. Revision Changes Path 1.293 +2 -2 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 9: 7: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 2B6C937B71A; Tue, 27 Mar 2001 09:07:38 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RH7cw04811; Tue, 27 Mar 2001 09:07:38 -0800 (PST) (envelope-from obrien) Message-Id: <200103271707.f2RH7cw04811@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 27 Mar 2001 09:07:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/27 09:07:38 PST Modified files: etc MAKEDEV Log: Formatting fix for rev 1.298 where I did not take enough care. Revision Changes Path 1.299 +31 -31 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 9:16:25 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 66EAF37B718; Tue, 27 Mar 2001 09:16:21 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f2RHGKS87764; Tue, 27 Mar 2001 09:16:20 -0800 (PST) (envelope-from obrien) Date: Tue, 27 Mar 2001 09:16:20 -0800 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk Message-ID: <20010327091620.A87684@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200103271150.f2RBojB57096@freefall.freebsd.org> <20010327145516.A49615@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: <20010327145516.A49615@sunbay.com>; from ru@FreeBSD.org on Tue, Mar 27, 2001 at 02:55:16PM +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, Mar 27, 2001 at 02:55:16PM +0300, Ruslan Ermilov wrote: > or should I drop the bsd.man.mk support from kmod.mk completely? Drop them completely. We do NOT want man pages in /sys/modules. They caused problems before, and we've moved them all out of /sys/modules. Please make this change (ie, disable manpage support in /sys/modules) in RELENG_4 once the code freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 9:24: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 ED38C37B71D; Tue, 27 Mar 2001 09:24:25 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RHOPw06488; Tue, 27 Mar 2001 09:24:25 -0800 (PST) (envelope-from knu) Message-Id: <200103271724.f2RHOPw06488@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 27 Mar 2001 09:24:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/27 09:24:25 PST www/en/cgi - Imported sources Update of /home/ncvs/www/en/cgi In directory freefall.freebsd.org:/d/home/knu/work/cvsweb Log Message: Import knu-cvsweb 1.106.1.70. Status: Vendor Tag: KNU Release Tags: CVSWEB_v1_106_1_70 U www/en/cgi/cvsweb.conf-freebsd C www/en/cgi/cvsweb.cgi U www/en/cgi/cvsweb.conf U www/en/cgi/cvsweb.conf-netbsd U www/en/cgi/cvsweb.conf-openbsd 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKNU:yesterday -jKNU www/en/cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 9: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 D5E4437B719; Tue, 27 Mar 2001 09:26:31 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RHQVD06852; Tue, 27 Mar 2001 09:26:31 -0800 (PST) (envelope-from knu) Message-Id: <200103271726.f2RHQVD06852@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 27 Mar 2001 09:26:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/27 09:26:31 PST Modified files: en/cgi cvsweb.cgi Log: Merge from knu-cvsweb 1.106.1.70. 2001-03-28 02:20 knu * cvsweb.cgi: Re-fix the bogus fix for the previous colons-in-a-filename problem. Noted by: Yar Tikhiy 2001-03-28 01:39 knu * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0 Transitional. Submitted by: Will Andrews Validated by: http://validator.w3.org/ Revision Changes Path 1.70 +18 -14 www/en/cgi/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 9:27: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 F011B37B71A; Tue, 27 Mar 2001 09:27:23 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RHRNf08017; Tue, 27 Mar 2001 09:27:23 -0800 (PST) (envelope-from ru) Message-Id: <200103271727.f2RHRNf08017@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Mar 2001 09:27:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias Makefile src/lib/libc/compat-43 Makefile.inc src/lib/libc/db/man Makefile.inc src/lib/libc/gen Makefile.inc src/lib/libc/gmon Makefile.inc src/lib/libc/i386/sys Makefile.inc src/lib/libc/locale Makefile.inc src/lib/libc/net ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/27 09:27:23 PST Modified files: lib/libalias Makefile lib/libc/compat-43 Makefile.inc lib/libc/db/man Makefile.inc lib/libc/gen Makefile.inc lib/libc/gmon Makefile.inc lib/libc/i386/sys Makefile.inc lib/libc/locale Makefile.inc lib/libc/net Makefile.inc lib/libc/nls Makefile.inc lib/libc/regex Makefile.inc lib/libc/rpc Makefile.inc lib/libc/stdio Makefile.inc lib/libc/stdlib Makefile.inc lib/libc/stdtime Makefile.inc lib/libc/string Makefile.inc lib/libc/sys Makefile.inc lib/libc/xdr Makefile.inc lib/libc_r/man Makefile.inc lib/libcalendar Makefile lib/libcam Makefile lib/libcom_err Makefile lib/libcompat Makefile lib/libcrypt Makefile lib/libdevstat Makefile lib/libdisk Makefile lib/libedit Makefile lib/libfetch Makefile lib/libform Makefile lib/libftpio Makefile lib/libipsec Makefile lib/libipx Makefile lib/libisc Makefile lib/libkvm Makefile lib/libm Makefile lib/libmd Makefile lib/libmenu Makefile lib/libncurses Makefile lib/libnetgraph Makefile lib/libopie Makefile lib/libpam/libpam Makefile lib/libpam/modules/pam_radius Makefile lib/libpanel Makefile lib/libpcap Makefile lib/libposix1e Makefile lib/libradius Makefile lib/libskey Makefile lib/libstand Makefile lib/libtacplus Makefile lib/libusb Makefile lib/libutil Makefile lib/libvgl Makefile lib/libwrap Makefile lib/libz Makefile lib/msun Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.18 +2 -2 src/lib/libalias/Makefile 1.11 +3 -3 src/lib/libc/compat-43/Makefile.inc 1.10 +2 -2 src/lib/libc/db/man/Makefile.inc 1.76 +2 -2 src/lib/libc/gen/Makefile.inc 1.8 +2 -2 src/lib/libc/gmon/Makefile.inc 1.22 +3 -3 src/lib/libc/i386/sys/Makefile.inc 1.19 +3 -3 src/lib/libc/locale/Makefile.inc 1.39 +2 -2 src/lib/libc/net/Makefile.inc 1.7 +2 -2 src/lib/libc/nls/Makefile.inc 1.6 +3 -3 src/lib/libc/regex/Makefile.inc 1.20 +3 -3 src/lib/libc/rpc/Makefile.inc 1.20 +2 -2 src/lib/libc/stdio/Makefile.inc 1.25 +2 -2 src/lib/libc/stdlib/Makefile.inc 1.12 +3 -3 src/lib/libc/stdtime/Makefile.inc 1.20 +2 -2 src/lib/libc/string/Makefile.inc 1.83 +3 -3 src/lib/libc/sys/Makefile.inc 1.12 +2 -2 src/lib/libc/xdr/Makefile.inc 1.14 +2 -2 src/lib/libc_r/man/Makefile.inc 1.5 +2 -2 src/lib/libcalendar/Makefile 1.9 +2 -2 src/lib/libcam/Makefile 1.12 +2 -2 src/lib/libcom_err/Makefile 1.20 +6 -6 src/lib/libcompat/Makefile 1.30 +2 -2 src/lib/libcrypt/Makefile 1.5 +2 -2 src/lib/libdevstat/Makefile 1.30 +2 -2 src/lib/libdisk/Makefile 1.19 +2 -3 src/lib/libedit/Makefile 1.21 +2 -2 src/lib/libfetch/Makefile 1.6 +7 -10 src/lib/libform/Makefile 1.12 +2 -2 src/lib/libftpio/Makefile 1.11 +2 -2 src/lib/libipsec/Makefile 1.4 +3 -1 src/lib/libipx/Makefile 1.4 +3 -3 src/lib/libisc/Makefile 1.11 +2 -2 src/lib/libkvm/Makefile 1.9 +2 -2 src/lib/libm/Makefile 1.36 +2 -2 src/lib/libmd/Makefile 1.7 +7 -10 src/lib/libmenu/Makefile 1.46 +9 -12 src/lib/libncurses/Makefile 1.6 +2 -2 src/lib/libnetgraph/Makefile 1.12 +2 -3 src/lib/libopie/Makefile 1.14 +3 -3 src/lib/libpam/libpam/Makefile 1.6 +2 -2 src/lib/libpam/modules/pam_radius/Makefile 1.6 +3 -3 src/lib/libpanel/Makefile 1.26 +2 -2 src/lib/libpcap/Makefile 1.12 +2 -2 src/lib/libposix1e/Makefile 1.4 +2 -3 src/lib/libradius/Makefile 1.16 +4 -4 src/lib/libskey/Makefile 1.21 +2 -2 src/lib/libstand/Makefile 1.3 +2 -3 src/lib/libtacplus/Makefile 1.2 +2 -2 src/lib/libusb/Makefile 1.40 +3 -3 src/lib/libutil/Makefile 1.8 +2 -2 src/lib/libvgl/Makefile 1.9 +3 -3 src/lib/libwrap/Makefile 1.13 +2 -2 src/lib/libz/Makefile 1.25 +2 -2 src/lib/msun/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 9:29: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 282BA37B71B; Tue, 27 Mar 2001 09:29:07 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RHT7U08300; Tue, 27 Mar 2001 09:29:07 -0800 (PST) (envelope-from knu) Message-Id: <200103271729.f2RHT7U08300@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 27 Mar 2001 09:29:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/27 09:29:07 PST Modified files: devel/cvsweb Makefile distinfo Log: Update to knu-cvsweb 1.106.1.70. 2001-03-28 02:20 knu * cvsweb.cgi: Re-fix the bogus fix for the previous colons-in-a-filename problem. Noted by: Yar Tikhiy 2001-03-28 01:39 knu * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0 Transitional. Submitted by: Will Andrews Validated by: http://validator.w3.org/ Revision Changes Path 1.51 +2 -2 ports/devel/cvsweb/Makefile 1.37 +1 -1 ports/devel/cvsweb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 9:39:12 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 9CA8537B71D; Tue, 27 Mar 2001 09:39:07 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id JAA91925; Tue, 27 Mar 2001 09:39:06 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200103271739.JAA91925@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/usr.bin/xinstall Makefile In-Reply-To: <200103271514.f2RFEot88911@freefall.freebsd.org> from Ruslan Ermilov at "Mar 27, 2001 07:14:50 am" To: ru@FreeBSD.org (Ruslan Ermilov) Date: Tue, 27 Mar 2001 09:39:06 -0800 (PST) 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 > ru 2001/03/27 07:14:50 PST > > Modified files: > usr.bin/xinstall Makefile > Log: > Do not override the ``install'' target. > > Revision Changes Path > 1.14 +2 -2 src/usr.bin/xinstall/Makefile Why is it any better to override an undocumented internal .mk target instead? -- 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 Tue Mar 27 11: 4: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 08E9A37B71A; Tue, 27 Mar 2001 11:04:09 -0800 (PST) (envelope-from cokane@FreeBSD.org) Received: (from cokane@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RJ49Y19514; Tue, 27 Mar 2001 11:04:09 -0800 (PST) (envelope-from cokane) Message-Id: <200103271904.f2RJ49Y19514@freefall.freebsd.org> From: Coleman Kane Date: Tue, 27 Mar 2001 11:04:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/3dfx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cokane 2001/03/27 11:04:09 PST Modified files: sys/modules/3dfx Makefile Log: Remove NOMAN Revision Changes Path 1.11 +1 -2 src/sys/modules/3dfx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 11: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 5421F37B719; Tue, 27 Mar 2001 11:28:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RJS1x24475; Tue, 27 Mar 2001 11:28:01 -0800 (PST) (envelope-from obrien) Message-Id: <200103271928.f2RJS1x24475@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 27 Mar 2001 11:28:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump itime.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/27 11:28:01 PST Modified files: sbin/dump itime.c Log: Do not exit if unable to read /etc/dumpdates or create it. If one is trying to dump or repair an ill system, give the user a fighting chance. Refusing to operate w/o a very non-critical file (feature) is just plain stupid. Revision Changes Path 1.5 +5 -3 src/sbin/dump/itime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 11:38: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 B4F5637B71A; Tue, 27 Mar 2001 11:38:34 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RJcYQ25577; Tue, 27 Mar 2001 11:38:34 -0800 (PST) (envelope-from obrien) Message-Id: <200103271938.f2RJcYQ25577@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 27 Mar 2001 11:38:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump itime.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/27 11:38:34 PST Modified files: sbin/dump itime.c Log: Make rev 1.5 better match the rest of dump(8)'s output. Revision Changes Path 1.6 +3 -3 src/sbin/dump/itime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 11:40: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 C2A8837B71A; Tue, 27 Mar 2001 11:40:51 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RJepd25883; Tue, 27 Mar 2001 11:40:51 -0800 (PST) (envelope-from markm) Message-Id: <200103271940.f2RJepd25883@freefall.freebsd.org> From: Mark Murray Date: Tue, 27 Mar 2001 11:40:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf src/libexec/rshd Makefile rshd.8 rshd.c src/libexec/ftpd Makefile ftpd.c src/usr.bin/login Makefile login.1 login.c src/usr.bin/su Makefile su.1 su.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2001/03/27 11:40:51 PST Modified files: etc pam.conf libexec/rshd Makefile rshd.8 rshd.c libexec/ftpd Makefile ftpd.c usr.bin/login Makefile login.1 login.c usr.bin/su Makefile su.1 su.c Log: Add full PAM support for account management and sessions. The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux package's PAM patches to the BSD login.c Submitted by: "David J. MacKenzie" Revision Changes Path 1.11 +75 -22 src/etc/pam.conf 1.19 +8 -3 src/libexec/rshd/Makefile 1.23 +11 -1 src/libexec/rshd/rshd.8 1.36 +211 -53 src/libexec/rshd/rshd.c 1.40 +3 -4 src/libexec/ftpd/Makefile 1.75 +51 -10 src/libexec/ftpd/ftpd.c 1.33 +3 -4 src/usr.bin/login/Makefile 1.18 +8 -1 src/usr.bin/login/login.1 1.57 +94 -30 src/usr.bin/login/login.c 1.30 +13 -4 src/usr.bin/su/Makefile 1.20 +8 -1 src/usr.bin/su/su.1 1.36 +212 -62 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 11:55: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 8228D37B718; Tue, 27 Mar 2001 11:55:53 -0800 (PST) (envelope-from cwt@FreeBSD.org) Received: (from cwt@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RJtrp27188; Tue, 27 Mar 2001 11:55:53 -0800 (PST) (envelope-from cwt) Message-Id: <200103271955.f2RJtrp27188@freefall.freebsd.org> From: Chris Timmons Date: Tue, 27 Mar 2001 11:55:53 -0800 (PST) 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: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cwt 2001/03/27 11:55:53 PST Modified files: lib/libc/gen syslog.3 usr.sbin/syslogd syslog.conf.5 Log: Document LOG_CONSOLE. Revision Changes Path 1.16 +3 -1 src/lib/libc/gen/syslog.3 1.20 +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 Mar 27 12: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 A0F7537B718; Tue, 27 Mar 2001 12:37:35 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RKbZp33999; Tue, 27 Mar 2001 12:37:35 -0800 (PST) (envelope-from dwmalone) Message-Id: <200103272037.f2RKbZp33999@freefall.freebsd.org> From: David Malone Date: Tue, 27 Mar 2001 12:37:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail extern.h forward.c misc.c reverse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/03/27 12:37:35 PST Modified files: usr.bin/tail extern.h forward.c misc.c reverse.c Log: Fix tail to work on files bigger than 2GB. PR: 14786 Reviewed by: iedowse Revision Changes Path 1.5 +17 -2 src/usr.bin/tail/extern.h 1.23 +26 -35 src/usr.bin/tail/forward.c 1.6 +56 -1 src/usr.bin/tail/misc.c 1.11 +50 -30 src/usr.bin/tail/reverse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 12:41:33 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 54E1337B718; Tue, 27 Mar 2001 12:41:23 -0800 (PST) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id GAA03421; Wed, 28 Mar 2001 06:41:19 +1000 (EST) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37645) with ESMTP id <01K1PYMO1PG0S3CYMH@cim.alcatel.com.au>; Wed, 28 Mar 2001 06:41:17 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f2RKfFK45507; Wed, 28 Mar 2001 06:41:15 +1000 (EST envelope-from jeremyp) Content-return: prohibited Date: Wed, 28 Mar 2001 06:41:15 +1000 From: Peter Jeremy Subject: Re: cvs commit: src/sbin/reboot reboot.c In-reply-to: ; from rwatson@FreeBSD.ORG on Mon, Mar 26, 2001 at 08:42:04PM -0500 To: Robert Watson Cc: John Baldwin , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Mail-Followup-To: Robert Watson , John Baldwin , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Message-id: <20010328064115.Q26138@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-Mar-26 20:42:04 -0500, Robert Watson wrote: > >On Mon, 26 Mar 2001, John Baldwin wrote: > >> Since reboot will still need the code for the fallback case, this >> doesn't avoid any of the code duplication. This would just be more work >> than what we have now w/o any gain that I can see. :-P If you want to >> share the code, stick it in a library. > >Well, my feeling was that part of the potential to "stick" init comes from >the complex shutdown procedure. Maybe we need to just assert more >strongly that neither "reboot" nor "halt" provides a "gentle" shutdown, >and stick with the current signalling technique (not attempt to run any >more complex shutdown code), perhaps spacing the time periods a little >more. I.e., the status quo is right, modulo a bit of tweaking. If init gets stuck as a result of the process killing approach[1], then halt/reboot are likely to fall into the same knot. The logical extension is that one command does the gentle shutdown approach and the other command just calls reboot(2) without attempting to kill processes. I dislike situations where two different processes implement basically the same functionality in different ways. [1] I have seen commercial Unices where processes can get into a state where attempting to kill them will wedge the process issuing the kill(2). Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 12: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 CE18A37B718; Tue, 27 Mar 2001 12:49:51 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RKnpH35237; Tue, 27 Mar 2001 12:49:51 -0800 (PST) (envelope-from dwmalone) Message-Id: <200103272049.f2RKnpH35237@freefall.freebsd.org> From: David Malone Date: Tue, 27 Mar 2001 12:49:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/03/27 12:49:51 PST Modified files: sys/kern kern_proc.c Log: Don't leak the memory we've just malloced if we can't find the process we're looking for. (I don't think this can currently happen, but it depends how the function is called). PR: 25932 Submitted by: David Xu Revision Changes Path 1.90 +3 -3 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 13: 4:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 162E037B71F; Tue, 27 Mar 2001 13:04:27 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RL4Q936672; Tue, 27 Mar 2001 13:04:26 -0800 (PST) (envelope-from ben) Message-Id: <200103272104.f2RL4Q936672@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 27 Mar 2001 13:04:26 -0800 (PST) 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 ben 2001/03/27 13:04:26 PST Modified files: Mk bsd.sites.mk Log: Add a .uk master site to MASTER_SITE_KDE. Approved by: will Revision Changes Path 1.41 +2 -1 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 Tue Mar 27 13:17: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 289B837B71A; Tue, 27 Mar 2001 13:17:20 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RLHJ540425; Tue, 27 Mar 2001 13:17:19 -0800 (PST) (envelope-from bmah) Message-Id: <200103272117.f2RLHJ540425@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 27 Mar 2001 13:17:19 -0800 (PST) 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/03/27 13:17:19 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: Filesystem ACLs, getfacl(1) and setfacl(1). Submitted by: rwatson Revision Changes Path 1.156 +9 -1 src/release/texts/alpha/RELNOTES.TXT 1.230 +9 -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 Mar 27 13:22: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 4755337B718; Tue, 27 Mar 2001 13:22:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RLMHA41005; Tue, 27 Mar 2001 13:22:17 -0800 (PST) (envelope-from steve) Message-Id: <200103272122.f2RLMHA41005@freefall.freebsd.org> From: Steve Price Date: Tue, 27 Mar 2001 13:22:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2001/03/27 13:22:17 PST Modified files: x11-toolkits Makefile Log: This port's directory was removed but left in the Makefile. Revision Changes Path 1.131 +1 -2 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 Tue Mar 27 13:27: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 7073A37B71D; Tue, 27 Mar 2001 13:27:33 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RLRXR41377; Tue, 27 Mar 2001 13:27:33 -0800 (PST) (envelope-from wpaul) Message-Id: <200103272127.f2RLRXR41377@freefall.freebsd.org> From: Bill Paul Date: Tue, 27 Mar 2001 13:27:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_dg.c src/include/rpc clnt.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/03/27 13:27:33 PST Modified files: lib/libc/rpc clnt_dg.c include/rpc clnt.h Log: Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transport to make asynchronous RPCs. This is needed to help fix ypbind, which can no longer override the clnt_dg_call() method (formerly the clntudp_call() method) due to all the internal descriptor locking code in TI-RPC. Turning on this flag allows us to send an RPC request, then return immediately, and handle a reply later, rather than being forced to do the request and reply in a single function call. Also fix a byte ordering bug: when clnt_dg_call() increments the XID prior to transmitting a request, it uses the raw value, which is wrong. The XID is stored in network byte order, i.e. big-endian. The CLSET_XID and CLGET_XID commands in clnt_dg_control() use ntohl()/htonl() to get the byte ordering right, but because clnt_dg_call() does not do this, using CLSET_XID/CLGET_XID doesn't actually work, unless you're on a big endian host, which we aren't (yet). Fix clnt_dg_call() to byte swap properly when doing the increment. Revision Changes Path 1.2 +20 -4 src/lib/libc/rpc/clnt_dg.c 1.13 +2 -1 src/include/rpc/clnt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 13: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 CE5EB37B71A; Tue, 27 Mar 2001 13:29:31 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RLTVb41547; Tue, 27 Mar 2001 13:29:31 -0800 (PST) (envelope-from wpaul) Message-Id: <200103272129.f2RLTVb41547@freefall.freebsd.org> From: Bill Paul Date: Tue, 27 Mar 2001 13:29:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypbind yp_ping.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/03/27 13:29:31 PST Modified files: usr.sbin/ypbind yp_ping.c Log: Finally fix __yp_ping(). We can't use the old locally defined clntudp_call() method anymore since the code inside the RPC library has changed too much. Now that the clnt_dg module has the necessary code internally, we can yank out the local method code and turn on the ASYNC hack with clnt_control(). This will make the -m flag work again. Revision Changes Path 1.9 +27 -240 src/usr.sbin/ypbind/yp_ping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 13:42: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 CDB9337B71A; Tue, 27 Mar 2001 13:42:52 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RLgqf42949; Tue, 27 Mar 2001 13:42:52 -0800 (PST) (envelope-from joerg) Message-Id: <200103272142.f2RLgqf42949@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 27 Mar 2001 13:42:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_spppsubr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/03/27 13:42:52 PST Modified files: (Branch: RELENG_4) sys/net if_spppsubr.c Log: MFC: rev 1.66, fix a blatant bug where a null password would always succeed in PAP authentication. Approved by: jkh Revision Changes Path 1.59.2.5 +3 -3 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 14: 6: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 4637037B71E; Tue, 27 Mar 2001 14:06:38 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RM6c347468; Tue, 27 Mar 2001 14:06:38 -0800 (PST) (envelope-from jkh) Message-Id: <200103272206.f2RM6c347468@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 27 Mar 2001 14:06:38 -0800 (PST) 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 jkh 2001/03/27 14:06:38 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Update the acknowledgements section. Revision Changes Path 1.157 +4 -20 src/release/texts/alpha/RELNOTES.TXT 1.231 +4 -20 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 Mar 27 14: 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 1828F37B766; Tue, 27 Mar 2001 14:06:46 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RM6kf47546; Tue, 27 Mar 2001 14:06:46 -0800 (PST) (envelope-from sf) Message-Id: <200103272206.f2RM6kf47546@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 27 Mar 2001 14:06:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/squeak1 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/squeak1/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/03/27 14:06:46 PST Modified files: lang Makefile Removed files: lang/squeak1 Makefile distinfo pkg-comment pkg-descr pkg-plist lang/squeak1/files patch-aa Log: remove squeak1, distfile is no longer available. There is successor of this port, squeak2. PR: 26147 Submitted by: maintainer Revision Changes Path 1.217 +1 -2 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 Tue Mar 27 14: 8: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A26737B71B; Tue, 27 Mar 2001 14:07:54 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RM7sF47705; Tue, 27 Mar 2001 14:07:54 -0800 (PST) (envelope-from sf) Message-Id: <200103272207.f2RM7sF47705@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 27 Mar 2001 14:07:54 -0800 (PST) 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/03/27 14:07:53 PST Modified files: . modules Log: purge squeak1 Revision Changes Path 1.2743 +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 Tue Mar 27 14: 8: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 8609537B726; Tue, 27 Mar 2001 14:08:00 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RM80247756; Tue, 27 Mar 2001 14:08:00 -0800 (PST) (envelope-from jkh) Message-Id: <200103272208.f2RM80247756@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 27 Mar 2001 14:08:00 -0800 (PST) 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 jkh 2001/03/27 14:08:00 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: update acknowledgements Revision Changes Path 1.31.2.126 +4 -20 src/release/texts/alpha/RELNOTES.TXT 1.72.2.122 +4 -20 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 Mar 27 14:15: 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 5851137B719; Tue, 27 Mar 2001 14:14:57 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RMEvX48462; Tue, 27 Mar 2001 14:14:57 -0800 (PST) (envelope-from scottl) Message-Id: <200103272214.f2RMEvX48462@freefall.freebsd.org> From: Scott Long Date: Tue, 27 Mar 2001 14:14:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2001/03/27 14:14:56 PST Modified files: (Branch: RELENG_4) etc MAKEDEV Log: MFC rev 1.296 and 1.297, add the -f flag to ln when creating the afaN device. Approved by: jkh Revision Changes Path 1.243.2.28 +2 -2 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 14:17:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB77137B718; Tue, 27 Mar 2001 14:17:17 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RMHHT48615; Tue, 27 Mar 2001 14:17:17 -0800 (PST) (envelope-from sf) Message-Id: <200103272217.f2RMHHT48615@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 27 Mar 2001 14:17:17 -0800 (PST) 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/03/27 14:17:17 PST Modified files: . modules Log: rename migemo-emacs20 -> ja-migemo-emacs20 Revision Changes Path 1.2744 +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 Mar 27 14:43:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2786237B719; Tue, 27 Mar 2001 14:43:49 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RMhnu50469; Tue, 27 Mar 2001 14:43:49 -0800 (PST) (envelope-from sf) Message-Id: <200103272243.f2RMhnu50469@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 27 Mar 2001 14:43:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/migemo-emacs20 Makefile pkg-comment pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/03/27 14:43:48 PST Modified files: japanese/migemo-emacs20 Makefile pkg-comment pkg-plist Log: o install docs under share/doc/migemo. o make this port MASTER of upcoming migemo-xemacs21. PR: 26124 Submitted by: maintainer Revision Changes Path 1.2 +19 -5 ports/japanese/migemo-emacs20/Makefile 1.2 +1 -1 ports/japanese/migemo-emacs20/pkg-comment 1.3 +26 -26 ports/japanese/migemo-emacs20/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 Mar 27 14:56: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 09F2037B71B; Tue, 27 Mar 2001 14:56:08 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RMu7f51327; Tue, 27 Mar 2001 14:56:07 -0800 (PST) (envelope-from sf) Message-Id: <200103272256.f2RMu7f51327@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 27 Mar 2001 14:56:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/zipcodes Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/03/27 14:56:07 PST Modified files: japanese/zipcodes Makefile distinfo pkg-descr Log: o update to 20010325. o follow Japanese government restructuring. Revision Changes Path 1.15 +3 -3 ports/japanese/zipcodes/Makefile 1.4 +1 -1 ports/japanese/zipcodes/distinfo 1.4 +1 -1 ports/japanese/zipcodes/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 Mar 27 15: 6: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3498E37B71A; Tue, 27 Mar 2001 15:06:01 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RN61l54850; Tue, 27 Mar 2001 15:06:01 -0800 (PST) (envelope-from olgeni) Message-Id: <200103272306.f2RN61l54850@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 Mar 2001 15:06:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/phpgroupware 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/03/27 15:06:00 PST Modified files: deskutils Makefile Added files: deskutils/phpgroupware Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add phpgroupware, a multi-user web-based groupware suite written in PHP. Revision Changes Path 1.41 +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 Tue Mar 27 15: 6: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 A662E37B72C; Tue, 27 Mar 2001 15:06:04 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RN64h54883; Tue, 27 Mar 2001 15:06:04 -0800 (PST) (envelope-from olgeni) Message-Id: <200103272306.f2RN64h54883@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 Mar 2001 15:06:04 -0800 (PST) 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/03/27 15:06:04 PST Modified files: . modules Log: phpgroupware --> ports/deskutils/phpgroupware Revision Changes Path 1.2745 +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 Mar 27 15: 9: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 D543C37B719; Tue, 27 Mar 2001 15:09:53 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RN9rS55237; Tue, 27 Mar 2001 15:09:53 -0800 (PST) (envelope-from nsayer) Message-Id: <200103272309.f2RN9rS55237@freefall.freebsd.org> From: Nick Sayer Date: Tue, 27 Mar 2001 15:09:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/bzflag/files patch-LinuxDisplay.h config-sys X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/03/27 15:09:53 PST Modified files: games/bzflag/files config-sys Added files: games/bzflag/files patch-LinuxDisplay.h Log: 1. Properly disable the half rate audio hack. 2. Fix the XF86 video mode switching code. 3. Respect CC and CXX. Revision Changes Path 1.4 +4 -6 ports/games/bzflag/files/config-sys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 15:17: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from cheddar.netmonger.net (cheddar.netmonger.net [209.54.21.140]) by hub.freebsd.org (Postfix) with ESMTP id B777C37B71A; Tue, 27 Mar 2001 15:17:02 -0800 (PST) (envelope-from chris@cheddar.netmonger.net) Received: (from chris@localhost) by cheddar.netmonger.net (8.8.8/8.8.8) id SAA03402; Tue, 27 Mar 2001 18:16:57 -0500 (EST) Message-ID: <20010327181654.A2113@netmonger.net> Date: Tue, 27 Mar 2001 18:16:54 -0500 From: Christopher Masto To: David Malone , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail extern.h forward.c misc.c reverse.c References: <200103272037.f2RKbZp33999@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <200103272037.f2RKbZp33999@freefall.freebsd.org>; from David Malone on Tue, Mar 27, 2001 at 12:37:35PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 12:37:35PM -0800, David Malone wrote: > dwmalone 2001/03/27 12:37:35 PST > > Modified files: > usr.bin/tail extern.h forward.c misc.c reverse.c > Log: > Fix tail to work on files bigger than 2GB. > > PR: 14786 > Reviewed by: iedowse Progress! -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 15:24:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ECD037B719; Tue, 27 Mar 2001 15:24:26 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RNOQc56458; Tue, 27 Mar 2001 15:24:26 -0800 (PST) (envelope-from ache) Message-Id: <200103272324.f2RNOQc56458@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 27 Mar 2001 15:24:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/27 15:24:26 PST Modified files: usr.bin/tail forward.c Log: Restore part of my fix spammed in v1.23: fseeko(file_size, SEEK_SET) -> fseek(0L, SEEK_END) 1) File may grows between operations, so fseeko to file_size may miss 2) 0L, SEEK_END is the same code using in tail in all other places Revision Changes Path 1.24 +2 -2 src/usr.bin/tail/forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 15:48: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 1577637B719; Tue, 27 Mar 2001 15:48:05 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RNm5v57970; Tue, 27 Mar 2001 15:48:05 -0800 (PST) (envelope-from dd) Message-Id: <200103272348.f2RNm5v57970@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 27 Mar 2001 15:48:04 -0800 (PST) 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/03/27 15:48:04 PST Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Add a new FAQ entry explaining why non-English characters on CDs might not show up properly. Submitted by: sobomax Approved by: nik Revision Changes Path 1.160 +25 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 15:49:38 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 304A237B718; Tue, 27 Mar 2001 15:49:14 -0800 (PST) (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 f2RNnaT64830; Wed, 28 Mar 2001 00:49:36 +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 f2RGN2L00795; Tue, 27 Mar 2001 17:23:02 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103271623.f2RGN2L00795@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk In-Reply-To: Message from Ruslan Ermilov of "Tue, 27 Mar 2001 16:14:04 +0300." <20010327161404.D56258@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Mar 2001 17:23:02 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, Mar 27, 2001 at 01:18:02PM +0100, Brian Somers wrote: > > > * Ruslan Ermilov [010327 03:55] wrote: > > > > On Tue, Mar 27, 2001 at 03:50:45AM -0800, Ruslan Ermilov wrote: > > > > > ru 2001/03/27 03:50:45 PST > > > > > > > > > > Modified files: > > > > > sys/conf kmod.mk > > > > > Log: > > > > > Reflect recent bsd.man.mk changes here, but do not assign the > > > > > default MAN=${KMOD}.4 value for now. This feature was broken > > > > > before, and enabling it now would cause 92 Makefiles to fail. > > > > > > > > > > Revision Changes Path > > > > > 1.100 +9 -6 src/sys/conf/kmod.mk > > > > > > > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and > > > > enable this feature, or should I drop the bsd.man.mk support from > > > > kmod.mk completely? No module installs manpages for now. > > > > > > How about inverting the logic? meaning they must have a MAN= if > > > they want pages installed? > > > > I believe both NetBSD & OpenBSD have it the NOMAN way. It'd be nice > > to be consistent (unless anyone has a particularly good reason for us > > not to be). > > > You are probably mistaken. > > OpenBSD has it this way in their bsd.lkm.mk: > > .if !defined(MAN) > MAN= ${LKM}.1 > .endif # !defined(MAN) > > > NetBSD has it this way in their bsd.kmod.mk: > > .if !defined(MAN) > MAN= ${KMOD}.4 > .endif Yes, you're right. I did a couple of tests in src/bin/date/ on each machine. Date isn't a module :-/ My apologies ! > Cheers, > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age -- Brian 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 Mar 27 16:23:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53CA837B719; Tue, 27 Mar 2001 16:23:31 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S0NVU63127; Tue, 27 Mar 2001 16:23:31 -0800 (PST) (envelope-from brian) Message-Id: <200103280023.f2S0NVU63127@freefall.freebsd.org> From: Brian Somers Date: Tue, 27 Mar 2001 16:23:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/27 16:23:31 PST Modified files: usr.sbin/ppp ppp.8 Log: Add some comments to two examples and extend a ``set ifaddr''. Revision Changes Path 1.260 +4 -4 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 16:23: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 1DF4337B719; Tue, 27 Mar 2001 16:23:55 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S0NtJ63178; Tue, 27 Mar 2001 16:23:55 -0800 (PST) (envelope-from brian) Message-Id: <200103280023.f2S0NtJ63178@freefall.freebsd.org> From: Brian Somers Date: Tue, 27 Mar 2001 16:23:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/27 16:23:55 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp ppp.8 Log: MFC: Add some comments to two examples and extend a ``set ifaddr''. Revision Changes Path 1.237.2.13 +4 -4 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 16:34:26 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 6F9A137B719; Tue, 27 Mar 2001 16:34:21 -0800 (PST) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id CAA26020; Wed, 28 Mar 2001 02:34:20 +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: Paul Saab Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/twe twe_freebsd.c References: <200103270624.f2R6O9S34453@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 28 Mar 2001 02:34:19 +0200 In-Reply-To: Paul Saab's message of "Mon, 26 Mar 2001 22:24:08 -0800 (PST)" Message-ID: Lines: 15 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 Paul Saab writes: > Log: > Change the dump routines to only abort if control-c is pressed. > If any other key is pressed, print a message stating that control-c > is how to abort. Please back this patch out. Did you even test it? On a serial console, it prints "[CTRL-C to abort]" once for every page written to disk. On my main development machine, that's 49152 times 18 bytes, which takes 921 seconds (more than 15 minutes) to transfer to the console. On my SMP development machine, it would take slightly more than 40 minutes. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 16:41:19 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 022A737B71A; Tue, 27 Mar 2001 16:41:12 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 28 Mar 2001 01:41:10 +0100 (BST) To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, iedowse@maths.tcd.ie Subject: Re: cvs commit: src/usr.bin/tail forward.c In-Reply-To: Your message of "Tue, 27 Mar 2001 15:24:26 -0800." <200103272324.f2RNOQc56458@freefall.freebsd.org> Date: Wed, 28 Mar 2001 01:41:10 +0100 From: Ian Dowse Message-ID: <200103280141.aa56792@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200103272324.f2RNOQc56458@freefall.freebsd.org>, "Andrey A. Chernov " writes: >tatus: O > Log: > Restore part of my fix spammed in v1.23: > fseeko(file_size, SEEK_SET) -> fseek(0L, SEEK_END) > 1) File may grows between operations, so fseeko to file_size may miss > 2) 0L, SEEK_END is the same code using in tail in all other places Actually, I think the "fseeko(fp, sbp->st_size, SEEK_SET)" may be more correct here. This line used to be (before rev 1.19) fseek(fp, (long)sbp->st_size, SEEK_SET) and the comment beside it says: /* Set the file pointer to reflect the length displayed. */ so the idea is that we want to move the file pointer to guarantee that it is just after the last character displayed. This avoids the possibility of losing data when arguments such as tail -f -n 10 filename are used and the file grows while the 10 lines are being printed. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 17: 3: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 7B42737B71A; Tue, 27 Mar 2001 17:03:33 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S13XK65903; Tue, 27 Mar 2001 17:03:33 -0800 (PST) (envelope-from rwatson) Message-Id: <200103280103.f2S13XK65903@freefall.freebsd.org> From: Robert Watson Date: Tue, 27 Mar 2001 17:03:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e posix1e.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/27 17:03:33 PST Modified files: lib/libposix1e posix1e.3 Log: o De-uglify IMPLEMENTATION NOTES section by removing unnecessary use of .Fx Revision Changes Path 1.12 +2 -3 src/lib/libposix1e/posix1e.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 17:19:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D93B437B718; Tue, 27 Mar 2001 17:19:41 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S1JfV69490; Tue, 27 Mar 2001 17:19:41 -0800 (PST) (envelope-from gallatin) Message-Id: <200103280119.f2S1JfV69490@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 27 Mar 2001 17:19:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/03/27 17:19:41 PST Modified files: sys/alpha/alpha exception.s Log: Check whether we need to do a full restore after handling ASTs. If an AST results in a signal being delivered, we'll need to do a full register restore so as to properly setup the signal handler. This is somewhat of a pessimization, because ast() will be called twice in this case. This fixes several problems that have been reported where signal intensive userland apps (most notably dump) have been SEGV'ing for no fault of their own. Thanks to Peter Jeremy for presenting the AST scenario which led to me fiinally figuring this out. Reviewed by: jhb Revision Changes Path 1.7 +5 -5 src/sys/alpha/alpha/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 17: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 9D88337B71A; Tue, 27 Mar 2001 17:37:30 -0800 (PST) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S1bUW71206; Tue, 27 Mar 2001 17:37:30 -0800 (PST) (envelope-from ps) Message-Id: <200103280137.f2S1bUW71206@freefall.freebsd.org> From: Paul Saab Date: Tue, 27 Mar 2001 17:37:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/twe twe_freebsd.c src/sys/kern kern_shutdown.c src/sys/sys systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2001/03/27 17:37:30 PST Modified files: sys/cam/scsi scsi_da.c sys/dev/ata ata-disk.c sys/dev/ida ida_disk.c sys/dev/twe twe_freebsd.c sys/kern kern_shutdown.c sys/sys systm.h Log: Last commit was broken.. It always prints '[CTRL-C to abort]'. Move duplicate code for printing the status of the dump and checking for abort into a separate function. Pointy hat to: me Revision Changes Path 1.69 +4 -17 src/sys/cam/scsi/scsi_da.c 1.101 +3 -12 src/sys/dev/ata/ata-disk.c 1.25 +3 -13 src/sys/dev/ida/ida_disk.c 1.6 +3 -13 src/sys/dev/twe/twe_freebsd.c 1.97 +22 -1 src/sys/kern/kern_shutdown.c 1.137 +2 -1 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 17: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 29AB737B719; Tue, 27 Mar 2001 17:54:07 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S1s7X72315; Tue, 27 Mar 2001 17:54:07 -0800 (PST) (envelope-from jhb) Message-Id: <200103280154.f2S1s7X72315@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 17:54:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha alpha-gdbstub.c autoconf.c clock.c db_interface.c genassym.c interrupt.c machdep.c prom.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 17:54:06 PST Modified files: sys/alpha/alpha alpha-gdbstub.c autoconf.c clock.c db_interface.c genassym.c interrupt.c machdep.c prom.c Log: - Include to get the prototype for prom_halt(). - If there is no gdb device, just return without trying to return any value since gdb_handle_exception() returns void. - When calling prom_halt(), pass in a value telling it to actually halt and not to randomly choose whether or not to halt or reboot depending on whatever value happened to be in a0 when the call was made. Revision Changes Path 1.11 +4 -3 src/sys/alpha/alpha/alpha-gdbstub.c 1.42 +1 -2 src/sys/alpha/alpha/autoconf.c 1.20 +19 -20 src/sys/alpha/alpha/clock.c 1.15 +8 -5 src/sys/alpha/alpha/db_interface.c 1.26 +2 -2 src/sys/alpha/alpha/genassym.c 1.44 +2 -2 src/sys/alpha/alpha/interrupt.c 1.117 +13 -17 src/sys/alpha/alpha/machdep.c 1.15 +15 -14 src/sys/alpha/alpha/prom.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 17:56:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0592137B718; Tue, 27 Mar 2001 17:56:14 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S1uD972509; Tue, 27 Mar 2001 17:56:13 -0800 (PST) (envelope-from jhb) Message-Id: <200103280156.f2S1uD972509@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 17:56:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 17:56:13 PST Modified files: sys/alpha/alpha autoconf.c Log: The previous commit message is bogus, this actually just removed an unused variable to silence a warning. Revision Changes Path 1.43 +1 -1 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 17:59:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 078A237B719; Tue, 27 Mar 2001 17:59:41 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S1xeN72842; Tue, 27 Mar 2001 17:59:40 -0800 (PST) (envelope-from jhb) Message-Id: <200103280159.f2S1xeN72842@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 17:59:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha db_interface.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 17:59:40 PST Modified files: sys/alpha/alpha db_interface.c Log: Previous commit message was bogus, here's the real one: - Switch to using critical_enter/exit instead of save/disable/restore_intr. - Disable interrupts in Debugger(). This second change wasn't really supposed to go in, but since it's in there and is useful so that one doesn't get spammed with clock interrupts while in ddb, I'll leave it in unless people want it reverted. Revision Changes Path 1.16 +1 -1 src/sys/alpha/alpha/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 Tue Mar 27 18: 1: 6 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 0C12B37B71A; Tue, 27 Mar 2001 18:00:56 -0800 (PST) (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 VAA24186; Tue, 27 Mar 2001 21:00:41 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f2S20BF71243; Tue, 27 Mar 2001 21:00:11 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15041.17835.195201.819240@grasshopper.cs.duke.edu> Date: Tue, 27 Mar 2001 21:00:11 -0500 (EST) To: Jonathan Lemon Cc: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii inphy.c In-Reply-To: <20010327103158.O93687@prism.flugsvamp.com> References: <200103170250.f2H2oLE26064@freefall.freebsd.org> <20010320172100.A46733@grasshopper.cs.duke.edu> <3AC06C74.CAAA5567@DougBarton.net> <20010327103158.O93687@prism.flugsvamp.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathan Lemon writes: > > Can you try the following tiny patch? Then boot with -v and send me > all the relevant fxp lines. I'll review the register mappings again > just as soon as I get home from my current trip. Sorry for the delay: <...> fxp0: port 0xfcc0-0xfcff mem 0xfec00000-0xfecfffff,0xfedfd000-0xfedfdfff irq 15 at device 15.0 on pci0 fxp0: using memory space register mapping fxp0: Ethernet address 00:90:27:bc:37:c2 fxp0: PCI IDs: 8086 1229 8086 000c fxp0: Chip Type: 0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto <...> This is using rev 1.1 of inphy.c, if that matters. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18: 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 78D5E37B71A; Tue, 27 Mar 2001 18:01:35 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S21ZV73120; Tue, 27 Mar 2001 18:01:35 -0800 (PST) (envelope-from jhb) Message-Id: <200103280201.f2S21ZV73120@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 18:01:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 18:01:35 PST Modified files: sys/alpha/alpha genassym.c Log: Previous commit message was bogus: - Catch up to rename of mtx_saveintr to mtx_savecrit within struct mtx. Revision Changes Path 1.27 +1 -1 src/sys/alpha/alpha/genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18: 3:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C95137B719; Tue, 27 Mar 2001 18:03:30 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S23Ue73257; Tue, 27 Mar 2001 18:03:30 -0800 (PST) (envelope-from jhb) Message-Id: <200103280203.f2S23Ue73257@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 18:03:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha interrupt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 18:03:30 PST Modified files: sys/alpha/alpha interrupt.c Log: Revert previous commit which had a bogus message. It actually just disabled the somewhat annoying KTR log trace for clock interrupts. Revision Changes Path 1.45 +2 -2 src/sys/alpha/alpha/interrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18: 7: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 BE34137B718; Tue, 27 Mar 2001 18:07:30 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S27Uw76133; Tue, 27 Mar 2001 18:07:30 -0800 (PST) (envelope-from jhb) Message-Id: <200103280207.f2S27Uw76133@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 18:07:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha clock.c machdep.c prom.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 18:07:29 PST Modified files: sys/alpha/alpha clock.c machdep.c prom.c Log: Previous commit message was bogus: - Switch to using critical_enter/exit instead of save/disable/restore_intr. Revision Changes Path 1.21 +1 -1 src/sys/alpha/alpha/clock.c 1.118 +1 -1 src/sys/alpha/alpha/machdep.c 1.16 +1 -1 src/sys/alpha/alpha/prom.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18:15: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 11B5637B719; Tue, 27 Mar 2001 18:15:06 -0800 (PST) (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 f2S2EuG72758; Tue, 27 Mar 2001 18:14:56 -0800 (PST) (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: <200103280154.f2S1s7X72315@freefall.freebsd.org> Date: Tue, 27 Mar 2001 18:14:36 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/alpha/alpha alpha-gdbstub.c autoconf.c c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Mar-01 John Baldwin wrote: > jhb 2001/03/27 17:54:06 PST > > Modified files: > sys/alpha/alpha alpha-gdbstub.c autoconf.c clock.c > db_interface.c genassym.c interrupt.c > machdep.c prom.c > Log: > - Include to get the prototype for prom_halt(). > - If there is no gdb device, just return without trying to return any > value since gdb_handle_exception() returns void. > - When calling prom_halt(), pass in a value telling it to actually halt > and not to randomly choose whether or not to halt or reboot depending on > whatever value happened to be in a0 when the call was made. Sigh. This message only applied to alpha-gdbstub.c. :( I was planning on committing the critical_* stuff tonight anyways, so I'll just leave the rest of the non-bogus changes checked in, but the alpha kernel build will be broken for a few hours until I get the rest of this checked in, which I can now that /dev/random is fixed and I've tested all this stuff out. I've already made followup commits to clean up. Sorry for the mess. :( -- 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 Mar 27 18:27: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 C9E8F37B719; Tue, 27 Mar 2001 18:27:20 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S2RKc77951; Tue, 27 Mar 2001 18:27:20 -0800 (PST) (envelope-from dd) Message-Id: <200103280227.f2S2RKc77951@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 27 Mar 2001 18:27:20 -0800 (PST) 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/03/27 18:27:20 PST Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Clean up the question and PPP and SLIP support. PR: 25982 Approved by: nik Revision Changes Path 1.161 +11 -42 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18:31: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 86C9537B71A; Tue, 27 Mar 2001 18:31:54 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S2Vs278465; Tue, 27 Mar 2001 18:31:54 -0800 (PST) (envelope-from jhb) Message-Id: <200103280231.f2S2Vs278465@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 18:31:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpufunc.h types.h src/sys/i386/include cpufunc.h types.h src/sys/ia64/include cpufunc.h types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 18:31:54 PST Modified files: sys/alpha/include cpufunc.h types.h sys/i386/include cpufunc.h types.h sys/ia64/include cpufunc.h types.h Log: - Add the new critical_t type used to save state inside of critical sections. - Add implementations of the critical_enter() and critical_exit() functions and remove restore_intr() and save_intr(). - Remove the somewhat bogus disable_intr() and enable_intr() functions on the alpha as the alpha actually uses a priority level and not simple bit flag on the CPU. Revision Changes Path 1.10 +5 -20 src/sys/alpha/include/cpufunc.h 1.15 +4 -1 src/sys/alpha/include/types.h 1.101 +19 -16 src/sys/i386/include/cpufunc.h 1.22 +4 -1 src/sys/i386/include/types.h 1.2 +8 -9 src/sys/ia64/include/cpufunc.h 1.3 +5 -2 src/sys/ia64/include/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18:32: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 2471A37B71A; Tue, 27 Mar 2001 18:32:11 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S2WBI78500; Tue, 27 Mar 2001 18:32:11 -0800 (PST) (envelope-from dd) Message-Id: <200103280232.f2S2WBI78500@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 27 Mar 2001 18:32:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/03/27 18:32:10 PST Modified files: usr.sbin/vidcontrol vidcontrol.1 Log: Mention that the vga(4) driver supports 90-column video modes. PR: 26050 Submitted by: Alex Kapranoff Approved by: nik Revision Changes Path 1.30 +11 -1 src/usr.sbin/vidcontrol/vidcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18: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 E261137B71B; Tue, 27 Mar 2001 18:33:48 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S2Xm278676; Tue, 27 Mar 2001 18:33:48 -0800 (PST) (envelope-from gallatin) Message-Id: <200103280233.f2S2Xm278676@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 27 Mar 2001 18:33:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/03/27 18:33:48 PST Modified files: (Branch: RELENG_4) sys/compat/linux linux_misc.c Log: MFC: fix linux_times() on alpha Approved by: jkh Revision Changes Path 1.85.2.3 +6 -1 src/sys/compat/linux/linux_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 Mar 27 18:40:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0129437B71C; Tue, 27 Mar 2001 18:40:48 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S2el779486; Tue, 27 Mar 2001 18:40:47 -0800 (PST) (envelope-from jhb) Message-Id: <200103280240.f2S2el779486@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 18:40:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include mutex.h src/sys/i386/include mutex.h src/sys/ia64/include mutex.h src/sys/kern kern_mutex.c src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 18:40:47 PST Modified files: sys/alpha/include mutex.h sys/i386/include mutex.h sys/ia64/include mutex.h sys/kern kern_mutex.c sys/sys mutex.h Log: - Switch from using save/disable/restore_intr to using critical_enter/exit and change the u_int mtx_saveintr member of struct mtx to a critical_t mtx_savecrit. - On the alpha we no longer need a custom _get_spin_lock() macro to avoid an extra PAL call, so remove it. - Partially fix using mutexes with WITNESS in modules. Change all the _mtx_{un,}lock_{spin,}_flags() macros to accept explicit file and line parameters and rename them to use a prefix of two underscores. Inside of kern_mutex.c, generate wrapper functions for _mtx_{un,}lock_{spin,}_flags() (only using a prefix of one underscore) that are called from modules. The macros mtx_{un,}lock_{spin,}_flags() are mapped to the __mtx_* macros inside of the kernel to inline the usual case of mutex operations and map to the internal _mtx_* functions in the module case so that modules will use WITNESS and KTR logging if the kernel is compiled with support for it. Revision Changes Path 1.22 +2 -24 src/sys/alpha/include/mutex.h 1.31 +5 -5 src/sys/i386/include/mutex.h 1.12 +2 -2 src/sys/ia64/include/mutex.h 1.58 +35 -3 src/sys/kern/kern_mutex.c 1.28 +57 -35 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18: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 9E06F37B718; Tue, 27 Mar 2001 18:44:12 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S2iCe79913; Tue, 27 Mar 2001 18:44:12 -0800 (PST) (envelope-from jhb) Message-Id: <200103280244.f2S2iCe79913@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 18:44:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 18:44:12 PST Modified files: sys/kern kern_fork.c Log: Use mtx_intr_enable() on sched_lock to ensure child processes always start with interrupts enabled rather than calling the no-longer MI function enable_intr(). This is bogus anyways and in theory shouldn't even be needed. Revision Changes Path 1.107 +3 -3 src/sys/kern/kern_fork.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 18:46: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 1CEA037B719; Tue, 27 Mar 2001 18:46:22 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S2kLi80148; Tue, 27 Mar 2001 18:46:21 -0800 (PST) (envelope-from jhb) Message-Id: <200103280246.f2S2kLi80148@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 18:46:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern kern_intr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 18:46:21 PST Modified files: sys/i386/i386 genassym.c sys/ia64/ia64 genassym.c sys/kern kern_intr.c Log: Catch up to the mtx_saveintr -> mtx_savecrit change. Revision Changes Path 1.108 +2 -2 src/sys/i386/i386/genassym.c 1.12 +2 -2 src/sys/ia64/ia64/genassym.c 1.51 +4 -4 src/sys/kern/kern_intr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 19: 6:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 026BC37B718; Tue, 27 Mar 2001 19:06:11 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S36A884537; Tue, 27 Mar 2001 19:06:10 -0800 (PST) (envelope-from jhb) Message-Id: <200103280306.f2S36A884537@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 19:06:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa mpu.c src/sys/i386/i386 db_interface.c initcpu.c perfmon.c src/sys/i386/isa cy.c npx.c src/sys/ia64/ia64 pmap.c src/sys/kern kern_ktr.c subr_prof.c src/sys/pc98/pc98 npx.c src/sys/alpha/pci cia.c src/sys/dev/bktr ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 19:06:10 PST Modified files: sys/dev/sound/isa mpu.c sys/i386/i386 db_interface.c initcpu.c perfmon.c sys/i386/isa cy.c npx.c sys/ia64/ia64 pmap.c sys/kern kern_ktr.c subr_prof.c sys/pc98/pc98 npx.c sys/alpha/pci cia.c sys/dev/bktr bktr_os.h Log: Switch from save/disable/restore_intr() to critical_enter/exit(). Revision Changes Path 1.6 +7 -6 src/sys/dev/sound/isa/mpu.c 1.55 +7 -7 src/sys/i386/i386/db_interface.c 1.25 +4 -5 src/sys/i386/i386/initcpu.c 1.24 +10 -13 src/sys/i386/i386/perfmon.c 1.115 +79 -100 src/sys/i386/isa/cy.c 1.94 +14 -17 src/sys/i386/isa/npx.c 1.15 +4 -5 src/sys/ia64/ia64/pmap.c 1.16 +5 -5 src/sys/kern/kern_ktr.c 1.43 +4 -5 src/sys/kern/subr_prof.c 1.70 +14 -17 src/sys/pc98/pc98/npx.c 1.33 +9 -8 src/sys/alpha/pci/cia.c 1.5 +7 -1 src/sys/dev/bktr/bktr_os.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 19: 9: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81B0D37B71B; Tue, 27 Mar 2001 19:09:01 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S391f84740; Tue, 27 Mar 2001 19:09:01 -0800 (PST) (envelope-from jhb) Message-Id: <200103280309.f2S391f84740@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 19:09:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 19:09:01 PST Modified files: sys/sys proc.h Log: - Fix a whitespace bogon with p_blocked. - Move p_intr_nesting_level, p_aioinfo, and p_ithd into the zero'd area so that we don't have to explicitly zero them during fork(). Revision Changes Path 1.155 +5 -5 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 19:14:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4628137B718; Tue, 27 Mar 2001 19:14:15 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S3EFV85202; Tue, 27 Mar 2001 19:14:15 -0800 (PST) (envelope-from jhb) Message-Id: <200103280314.f2S3EFV85202@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 19:14:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 19:14:14 PST Modified files: sys/kern kern_fork.c Log: Don't explicitly zero p_intr_nesting_level and p_aioinfo in fork. Revision Changes Path 1.108 +1 -3 src/sys/kern/kern_fork.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 19:32: 3 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 C390137B718; Tue, 27 Mar 2001 19:31:56 -0800 (PST) (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 f2S3VkG74782; Tue, 27 Mar 2001 19:31:46 -0800 (PST) (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: <200103280306.f2S36A884537@freefall.freebsd.org> Date: Tue, 27 Mar 2001 19:31:27 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/dev/sound/isa mpu.c src/sys/i386/i386 db Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Mar-01 John Baldwin wrote: > jhb 2001/03/27 19:06:10 PST > > Modified files: > sys/dev/sound/isa mpu.c > sys/i386/i386 db_interface.c initcpu.c perfmon.c > sys/i386/isa cy.c npx.c > sys/ia64/ia64 pmap.c > sys/kern kern_ktr.c subr_prof.c > sys/pc98/pc98 npx.c > sys/alpha/pci cia.c > sys/dev/bktr bktr_os.h > Log: > Switch from save/disable/restore_intr() to critical_enter/exit(). I tried to only convert places that used save/disable/restore_intr(). If the code used read/write_eflags() I generally left it alone. The only exception to this is npx.c since in some places it would do this: foo = save_intr(); disable_intr(); ... write_eflags(foo); I converted this to use critical_*. There are several other places in the tree that use disable/enable_intr() and thus don't nest that aren't in this patch. A patch for all of those can be found at http://www.FreeBSD.org/~jhb/patches/crit.patch One notable patch in this file is the change to pc98/pc98/epsonio.h. It fixes a bug where the epson_{in,out}sw functions disabled interrupts and never bothered to reenable them again. This must have really killed interrupt performance on pc98's to say the least. :) Someone in the pc98 camp should look that over and commit it. -- 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 Mar 27 19:46:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B60137B71A; Tue, 27 Mar 2001 19:46:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S3kaI87486; Tue, 27 Mar 2001 19:46:36 -0800 (PST) (envelope-from steve) Message-Id: <200103280346.f2S3kaI87486@freefall.freebsd.org> From: Steve Price Date: Tue, 27 Mar 2001 19:46:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2001/03/27 19:46:36 PST Modified files: games Makefile Log: Disable traversal into the kpuzzle directory for now as it is killing 'make index'. Revision Changes Path 1.340 +2 -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 Tue Mar 27 19:47:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 627B037B719; Tue, 27 Mar 2001 19:47:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S3lt587561; Tue, 27 Mar 2001 19:47:55 -0800 (PST) (envelope-from steve) Message-Id: <200103280347.f2S3lt587561@freefall.freebsd.org> From: Steve Price Date: Tue, 27 Mar 2001 19:47:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2001/03/27 19:47:55 PST Modified files: graphics Makefile Log: Disable traversal into the xsane directory because it is killing 'make index'. Revision Changes Path 1.290 +2 -2 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 Tue Mar 27 19:50:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C6AC37B718; Tue, 27 Mar 2001 19:50:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S3o9l87770; Tue, 27 Mar 2001 19:50:09 -0800 (PST) (envelope-from steve) Message-Id: <200103280350.f2S3o9l87770@freefall.freebsd.org> From: Steve Price Date: Tue, 27 Mar 2001 19:50:09 -0800 (PST) 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 steve 2001/03/27 19:50:09 PST Modified files: www Makefile Log: Disable traversal into the p5-HTML-Embperl directory because it is killing 'make index'. Revision Changes Path 1.325 +2 -2 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 19:56: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 A920037B718; Tue, 27 Mar 2001 19:56:25 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S3uP288275; Tue, 27 Mar 2001 19:56:25 -0800 (PST) (envelope-from dd) Message-Id: <200103280356.f2S3uP288275@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 27 Mar 2001 19:56:25 -0800 (PST) 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/03/27 19:56:25 PST Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Explain why it might be taking so long to connect to a telnet or SSH server (age-old DNS problem). Approved by: nik Revision Changes Path 1.162 +45 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 19:56:54 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 16B4C37B71A; Tue, 27 Mar 2001 19:56:48 -0800 (PST) (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 f2S3ubG75331; Tue, 27 Mar 2001 19:56:37 -0800 (PST) (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: <200103280350.f2S3o9l87770@freefall.freebsd.org> Date: Tue, 27 Mar 2001 19:56:18 -0800 (PST) From: John Baldwin To: Steve Price Subject: RE: cvs commit: ports/www Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Mar-01 Steve Price wrote: > steve 2001/03/27 19:50:09 PST > > Modified files: > www Makefile > Log: > Disable traversal into the p5-HTML-Embperl directory because it is > killing 'make index'. Thank You!! -- 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 Mar 27 20:42:19 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 4C6CB37B719; Tue, 27 Mar 2001 20:42:13 -0800 (PST) (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 f2S4gBD91354; Wed, 28 Mar 2001 06:42:11 +0200 (CEST) Received: (from asmodai@localhost) by daemon.chronias.ninth-circle.org (8.11.3/8.11.3) id f2S4g6090380; Wed, 28 Mar 2001 06:42:06 +0200 (CEST) (envelope-from asmodai) Date: Wed, 28 Mar 2001 06:42:06 +0200 From: Jeroen Ruigrok/Asmodai To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20010328064206.A90260@daemon.ninth-circle.org> References: <200103272324.f2RNOQc56458@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200103272324.f2RNOQc56458@freefall.freebsd.org>; from ache@FreeBSD.org on Tue, Mar 27, 2001 at 03:24:26PM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010328 01:30], Andrey A. Chernov (ache@FreeBSD.org) wrote: > fseeko(file_size, SEEK_SET) -> fseek(0L, SEEK_END) Shouldn't 0L actually be NULL? -- 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 Can't stop to save my soul... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 21: 5:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AA7C37B719; Tue, 27 Mar 2001 21:05:06 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S556r96143; Tue, 27 Mar 2001 21:05:06 -0800 (PST) (envelope-from alfred) Message-Id: <200103280505.f2S556r96143@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 27 Mar 2001 21:05:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/27 21:05:06 PST Modified files: sys/dev/wi if_wi.c if_wireg.h Log: Add support for the Addtron AWA100 PCI wireless card. The AWA100 is a PCI board with a PLX 9052 chip that's used to talk to the pccard inserted into the board. Remove a redundant $FreeBSD while I'm here. Revision Changes Path 1.40 +135 -17 src/sys/dev/wi/if_wi.c 1.12 +24 -1 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 21:19: 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 3BED637B719; Tue, 27 Mar 2001 21:19:02 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: (from simokawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S5J2000709; Tue, 27 Mar 2001 21:19:02 -0800 (PST) (envelope-from simokawa) Message-Id: <200103280519.f2S5J2000709@freefall.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 27 Mar 2001 21:19:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG simokawa 2001/03/27 21:19:01 PST Modified files: (Branch: RELENG_4) sys/netinet ip_fw.c Log: MFC: Replace dyn_fin_lifetime with dyn_ack_lifetime for half-closed state. (ip_fw.c rev.163) Approved by: jkh Revision Changes Path 1.131.2.23 +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 Tue Mar 27 21:19:17 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 BBD8D37B719; Tue, 27 Mar 2001 21:19:12 -0800 (PST) (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 f2S5JCp27814; Tue, 27 Mar 2001 21:19:12 -0800 (PST) (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 f2S5JCh42723; Tue, 27 Mar 2001 21:19:12 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200103280519.f2S5JCh42723@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h In-Reply-To: <200103280505.f2S556r96143@freefall.freebsd.org> Date: Tue, 27 Mar 2001 21:19:12 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > alfred 2001/03/27 21:05:06 PST > > Modified files: > sys/dev/wi if_wi.c if_wireg.h > Log: > Add support for the Addtron AWA100 PCI wireless card. > > The AWA100 is a PCI board with a PLX 9052 chip that's used to talk to > the pccard inserted into the board. Just keep in mind that this is an ultralightweight PCI->pccard bridge device and ultimately this code needs to be generalized so that it works with any pccard. wi0 doesn't have a monopoly on the PLX chip.. But IMHO we needed to grab this code anyway before it got lost somewhere. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 22:27:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D91A437B719; Tue, 27 Mar 2001 22:27:43 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S6Rhk41818; Tue, 27 Mar 2001 22:27:43 -0800 (PST) (envelope-from markm) Message-Id: <200103280627.f2S6Rhk41818@freefall.freebsd.org> From: Mark Murray Date: Tue, 27 Mar 2001 22:27:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random yarrow.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2001/03/27 22:27:43 PST Modified files: sys/dev/random yarrow.c Log: Fix nasty corruption problem where a 64bit variable was being used (overflowed) to catch a 256bit result. Hard work done by: jhb Revision Changes Path 1.34 +7 -9 src/sys/dev/random/yarrow.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 22: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 B116C37B718; Tue, 27 Mar 2001 22:51:01 -0800 (PST) (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 f2S6p0952257; Tue, 27 Mar 2001 23:51:01 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103280651.f2S6p0952257@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src/sys/conf kmod.mk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 27 Mar 2001 14:55:16 +0300." <20010327145516.A49615@sunbay.com> References: <20010327145516.A49615@sunbay.com> <200103271150.f2RBojB57096@freefall.freebsd.org> Date: Tue, 27 Mar 2001 23:51:00 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010327145516.A49615@sunbay.com> Ruslan Ermilov writes: : Should I fix all these 92 Makefiles (they do not have NOMAN=) and : enable this feature, or should I drop the bsd.man.mk support from : kmod.mk completely? No module installs manpages for now. No. I'd leave it alone for now. Peter is doing lots of stuff in this area, so let's leave what we have alone for now. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 23: 1:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6199A37B719; Tue, 27 Mar 2001 23:01:46 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S71kl45416; Tue, 27 Mar 2001 23:01:46 -0800 (PST) (envelope-from jlemon) Message-Id: <200103280701.f2S71kl45416@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 27 Mar 2001 23:01:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii inphy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/03/27 23:01:46 PST Modified files: sys/dev/mii inphy.c Log: Back out previous commit until I figure out a way to do it properly. We really want to be able to say "auto NWAY", "limited NWAY", and "no NWAY". Unfortunately, this does not appear to be possible with the current mediaopt structure. Revision Changes Path 1.3 +2 -12 src/sys/dev/mii/inphy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 23:31: 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 2BB7C37B719; Tue, 27 Mar 2001 23:30:59 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S7Uxs50297; Tue, 27 Mar 2001 23:30:59 -0800 (PST) (envelope-from jhb) Message-Id: <200103280730.f2S7Uxs50297@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 23:30:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 critical_enter.9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 23:30:59 PST Modified files: share/man/man9 Makefile Added files: share/man/man9 critical_enter.9 Log: Add a manpage for the critical_enter/exit() functions. Revision Changes Path 1.110 +3 -2 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 23:32: 3 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 C174437B719; Tue, 27 Mar 2001 23:31:55 -0800 (PST) (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 f2S7Vs952506; Wed, 28 Mar 2001 00:31:55 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103280731.f2S7Vs952506@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/sys/dev/sound/isa mpu.c src/sys/i386/i386 db Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Tue, 27 Mar 2001 19:31:27 PST." References: Date: Wed, 28 Mar 2001 00:31:54 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message John Baldwin writes: : One notable patch in this file is the change to pc98/pc98/epsonio.h. : It fixes a bug where the epson_{in,out}sw functions disabled : interrupts and never bothered to reenable them again. This must : have really killed interrupt performance on pc98's to say the least. : :) Someone in the pc98 camp should look that over and commit it. It was only on some old epson laptops that this code was used at all. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 23:32:51 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 95C8A37B719; Tue, 27 Mar 2001 23:32:43 -0800 (PST) (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 f2S7We952543; Wed, 28 Mar 2001 00:32:40 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103280732.f2S7We952543@harmony.village.org> To: Jeroen Ruigrok/Asmodai Subject: Re: cvs commit: src/usr.bin/tail forward.c Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 28 Mar 2001 06:42:06 +0200." <20010328064206.A90260@daemon.ninth-circle.org> References: <20010328064206.A90260@daemon.ninth-circle.org> <200103272324.f2RNOQc56458@freefall.freebsd.org> Date: Wed, 28 Mar 2001 00:32:40 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010328064206.A90260@daemon.ninth-circle.org> Jeroen Ruigrok/Asmodai writes: : -On [20010328 01:30], Andrey A. Chernov (ache@FreeBSD.org) wrote: : > fseeko(file_size, SEEK_SET) -> fseek(0L, SEEK_END) : : Shouldn't 0L actually be NULL? No. fseek takes a long offset. fseek(fp, 0L, SEEK_END) is correct. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 23:35: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 3EB5337B719; Tue, 27 Mar 2001 23:34:56 -0800 (PST) (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 f2S7Yoh04006; Wed, 28 Mar 2001 02:34:50 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Mar 2001 02:34:50 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Warner Losh Cc: Jeroen Ruigrok/Asmodai , "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c In-Reply-To: <200103280732.f2S7We952543@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 28 Mar 2001, Warner Losh wrote: > In message <20010328064206.A90260@daemon.ninth-circle.org> Jeroen Ruigrok/Asmodai writes: > : -On [20010328 01:30], Andrey A. Chernov (ache@FreeBSD.org) wrote: > : > fseeko(file_size, SEEK_SET) -> fseek(0L, SEEK_END) > : > : Shouldn't 0L actually be NULL? > > No. fseek takes a long offset. fseek(fp, 0L, SEEK_END) is correct. So clearly the reality of the patch differed from the comment, because your code snippet != comment code snippet. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 27 23:45: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 2F45A37B719; Tue, 27 Mar 2001 23:44:58 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 28 Mar 2001 08:44:57 +0100 (BST) Date: Wed, 28 Mar 2001 08:44:57 +0100 From: David Malone To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20010328084457.A91235@walton.maths.tcd.ie> References: <200103272324.f2RNOQc56458@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: <200103272324.f2RNOQc56458@freefall.freebsd.org>; from ache@FreeBSD.org on Tue, Mar 27, 2001 at 03:24:26PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 03:24:26PM -0800, Andrey A. Chernov wrote: > Restore part of my fix spammed in v1.23: I actually discussed this with Ian before committing, so spammed is a bit strong. ;-) > fseeko(file_size, SEEK_SET) -> fseek(0L, SEEK_END) > 1) File may grows between operations, so fseeko to file_size may miss > 2) 0L, SEEK_END is the same code using in tail in all other places The problem is that you only want to seek to the end of the data you have already displayed, not to the end of the file. Otherwise if you are using "tail -f" and the file grows between the original stat and the fseek you will not print the data in between. Can you confirm that fseeko(file_size, SEEK_SET) is actually correct? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 0: 7:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E0EA37B71A; Wed, 28 Mar 2001 00:07:21 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S87Lw56342; Wed, 28 Mar 2001 00:07:21 -0800 (PST) (envelope-from sobomax) Message-Id: <200103280807.f2S87Lw56342@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 00:07:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/aureal-kmod Makefile distinfo pkg-plist ports/audio/aureal-kmod/files aureal.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/28 00:07:21 PST Modified files: audio/aureal-kmod Makefile distinfo pkg-plist Added files: audio/aureal-kmod/files aureal.sh Log: Various updates and improvements. Changes: Added /usr/local/etc/rc.d/aureal.sh.sample to assist with loading/ unloading the driver. Submitted version was slightly expanded with the automatic detection of the Aureal card present in the system. Details on how to override this are provided. (Sorry Peter for not taking care of this sooner) Submitted by: Peter Pentchev Fixed the driver to work on 4.1 / 4.1.1 systems. It turns out these systems don't have pcm_unregister(). The sideeffect of this is that it's impossible to unload the driver. But at least one can kldload it now. Tested by: Vladislav V. Zhuk" Switch over to Cameron's recent newpcm mega-commit in -CURRENT. To install the port your CURRENT has to be built from post 3/24/2001 sources. Submitted by: FUJISHIMA Satsuki Submitted by: maintainer Revision Changes Path 1.8 +17 -9 ports/audio/aureal-kmod/Makefile 1.4 +2 -2 ports/audio/aureal-kmod/distinfo 1.2 +4 -0 ports/audio/aureal-kmod/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 Mar 28 0:41: 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 B27C537B71B; Wed, 28 Mar 2001 00:41:05 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S8f5959082; Wed, 28 Mar 2001 00:41:05 -0800 (PST) (envelope-from jhb) Message-Id: <200103280841.f2S8f5959082@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 00:41:05 -0800 (PST) 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/03/28 00:41:05 PST Modified files: sys/kern kern_sig.c Log: - Resort some includes to deal with the new witness code coming in shortly. - Make sure we have Giant locked before calling coredump() in sigexit(). Spotted by: peter (2) Revision Changes Path 1.111 +9 -5 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 Wed Mar 28 1: 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 4EBE837B71C; Wed, 28 Mar 2001 01:01:21 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S91Ln61209; Wed, 28 Mar 2001 01:01:21 -0800 (PST) (envelope-from nakai) Message-Id: <200103280901.f2S91Ln61209@freefall.freebsd.org> From: Yukihiro Nakai Date: Wed, 28 Mar 2001 01:01:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/slib Makefile distinfo pkg-plist ports/lang/slib/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/03/28 01:01:20 PST Modified files: lang/slib Makefile distinfo pkg-plist Removed files: lang/slib/files patch-01 Log: - Update to 2d1 - independent from scheme48 Revision Changes Path 1.12 +5 -13 ports/lang/slib/Makefile 1.5 +1 -1 ports/lang/slib/distinfo 1.6 +8 -1 ports/lang/slib/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 Mar 28 1: 3:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F6537B71A; Wed, 28 Mar 2001 01:03:24 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S93OY61544; Wed, 28 Mar 2001 01:03:24 -0800 (PST) (envelope-from jhb) Message-Id: <200103280903.f2S93OY61544@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 01:03:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include globaldata.h src/sys/conf files src/sys/i386/i386 machdep.c mp_machdep.c src/sys/i386/include globaldata.h src/sys/ia64/ia64 machdep.c src/sys/ia64/include globaldata.h src/sys/kern ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 01:03:24 PST Modified files: sys/alpha/alpha machdep.c sys/alpha/include globaldata.h sys/conf files sys/i386/i386 machdep.c mp_machdep.c sys/i386/include globaldata.h sys/ia64/ia64 machdep.c sys/ia64/include globaldata.h sys/kern kern_condvar.c kern_fork.c kern_mutex.c kern_sx.c kern_synch.c subr_witness.c sys/sys kernel.h lock.h mutex.h proc.h sx.h Log: Rework the witness code to work with sx locks as well as mutexes. - Introduce lock classes and lock objects. Each lock class specifies a name and set of flags (or properties) shared by all locks of a given type. Currently there are three lock classes: spin mutexes, sleep mutexes, and sx locks. A lock object specifies properties of an additional lock along with a lock name and all of the extra stuff needed to make witness work with a given lock. This abstract lock stuff is defined in sys/lock.h. The lockmgr constants, types, and prototypes have been moved to sys/lockmgr.h. For temporary backwards compatability, sys/lock.h includes sys/lockmgr.h. - Replace proc->p_spinlocks with a per-CPU list, PCPU(spinlocks), of spin locks held. By making this per-cpu, we do not have to jump through magic hoops to deal with sched_lock changing ownership during context switches. - Replace proc->p_heldmtx, formerly a list of held sleep mutexes, with proc->p_sleeplocks, which is a list of held sleep locks including sleep mutexes and sx locks. - Add helper macros for logging lock events via the KTR_LOCK KTR logging level so that the log messages are consistent. - Add some new flags that can be passed to mtx_init(): - MTX_NOWITNESS - specifies that this lock should be ignored by witness. This is used for the mutex that blocks a sx lock for example. - MTX_QUIET - this is not new, but you can pass this to mtx_init() now and no events will be logged for this lock, so that one doesn't have to change all the individual mtx_lock/unlock() operations. - All lock objects maintain an initialized flag. Use this flag to export a mtx_initialized() macro that can be safely called from drivers. Also, we on longer walk the all_mtx list if MUTEX_DEBUG is defined as witness performs the corresponding checks using the initialized flag. - The lock order reversal messages have been improved to output slightly more accurate file and line numbers. Revision Changes Path 1.119 +2 -3 src/sys/alpha/alpha/machdep.c 1.8 +2 -2 src/sys/alpha/include/globaldata.h 1.504 +2 -1 src/sys/conf/files 1.446 +3 -2 src/sys/i386/i386/machdep.c 1.149 +2 -1 src/sys/i386/i386/mp_machdep.c 1.25 +2 -1 src/sys/i386/include/globaldata.h 1.27 +2 -2 src/sys/ia64/ia64/machdep.c 1.8 +2 -2 src/sys/ia64/include/globaldata.h 1.6 +9 -9 src/sys/kern/kern_condvar.c 1.109 +2 -3 src/sys/kern/kern_fork.c 1.59 +119 -1125 src/sys/kern/kern_mutex.c 1.4 +63 -10 src/sys/kern/kern_sx.c 1.132 +7 -7 src/sys/kern/kern_synch.c 1.59 +707 -1270 src/sys/kern/subr_witness.c 1.85 +2 -2 src/sys/sys/kernel.h 1.28 +173 -187 src/sys/sys/lock.h 1.29 +52 -108 src/sys/sys/mutex.h 1.156 +2 -2 src/sys/sys/proc.h 1.6 +18 -10 src/sys/sys/sx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 1: 4: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 8082737B719; Wed, 28 Mar 2001 01:04:25 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S94PC61632; Wed, 28 Mar 2001 01:04:25 -0800 (PST) (envelope-from jhb) Message-Id: <200103280904.f2S94PC61632@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 01:04:25 -0800 (PST) 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 jhb 2001/03/28 01:04:25 PST Modified files: sys/net if.c Log: Use mtx_initiaalized() rather than violating the internals of the mutex structure. Revision Changes Path 1.105 +2 -3 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 1: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 8A3D937B718; Wed, 28 Mar 2001 01:17:57 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9Hvw65507; Wed, 28 Mar 2001 01:17:57 -0800 (PST) (envelope-from jhb) Message-Id: <200103280917.f2S9Hvw65507@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 01:17:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c src/sys/cam cam_periph.c src/sys/ddb db_ps.c src/sys/dev/acpica acpi.c acpi_lid.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/an if_an_pccard.c src/sys/dev/ichsmb ichsmb.c ichsmb_pci.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 01:17:57 PST Modified files: sys/alpha/alpha busdma_machdep.c sys/cam cam_periph.c sys/ddb db_ps.c sys/dev/acpica acpi.c acpi_lid.c sys/dev/acpica/Osd OsdSynch.c sys/dev/an if_an_pccard.c sys/dev/ichsmb ichsmb.c ichsmb_pci.c sys/dev/isp isp_freebsd.h sys/dev/mii dcphy.c pnphy.c sys/dev/random harvest.c yarrow.c sys/i386/i386 procfs_machdep.c sys/i386/isa clock.c sys/kern imgact_elf.c kern_clock.c kern_exit.c kern_intr.c kern_resource.c kern_switch.c kern_timeout.c subr_eventhandler.c sys/miscfs/procfs procfs_dbregs.c procfs_fpregs.c procfs_regs.c sys/net if_var.h sys/netgraph netgraph.h sys/sys mbuf.h resourcevar.h ucred.h user.h sys/vm vm_zone.h Log: Catch up to header include changes: - now requires - and now require Revision Changes Path 1.18 +2 -1 src/sys/alpha/alpha/busdma_machdep.c 1.33 +3 -1 src/sys/cam/cam_periph.c 1.22 +3 -1 src/sys/ddb/db_ps.c 1.14 +2 -1 src/sys/dev/acpica/acpi.c 1.5 +3 -1 src/sys/dev/acpica/acpi_lid.c 1.6 +2 -1 src/sys/dev/acpica/Osd/OsdSynch.c 1.7 +3 -2 src/sys/dev/an/if_an_pccard.c 1.5 +2 -1 src/sys/dev/ichsmb/ichsmb.c 1.3 +2 -1 src/sys/dev/ichsmb/ichsmb_pci.c 1.48 +2 -1 src/sys/dev/isp/isp_freebsd.h 1.10 +3 -2 src/sys/dev/mii/dcphy.c 1.6 +3 -2 src/sys/dev/mii/pnphy.c 1.15 +2 -1 src/sys/dev/random/harvest.c 1.35 +2 -1 src/sys/dev/random/yarrow.c 1.17 +2 -1 src/sys/i386/i386/procfs_machdep.c 1.171 +2 -4 src/sys/i386/isa/clock.c 1.92 +2 -1 src/sys/kern/imgact_elf.c 1.123 +2 -2 src/sys/kern/kern_clock.c 1.122 +2 -2 src/sys/kern/kern_exit.c 1.52 +2 -1 src/sys/kern/kern_intr.c 1.78 +3 -3 src/sys/kern/kern_resource.c 1.15 +2 -1 src/sys/kern/kern_switch.c 1.67 +2 -1 src/sys/kern/kern_timeout.c 1.12 +2 -1 src/sys/kern/subr_eventhandler.c 1.7 +2 -1 src/sys/miscfs/procfs/procfs_dbregs.c 1.14 +2 -1 src/sys/miscfs/procfs/procfs_fpregs.c 1.13 +2 -1 src/sys/miscfs/procfs/procfs_regs.c 1.33 +4 -2 src/sys/net/if_var.h 1.31 +2 -1 src/sys/netgraph/netgraph.h 1.73 +2 -1 src/sys/sys/mbuf.h 1.21 +2 -1 src/sys/sys/resourcevar.h 1.22 +3 -2 src/sys/sys/ucred.h 1.36 +3 -2 src/sys/sys/user.h 1.17 +2 -1 src/sys/vm/vm_zone.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 1:24: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 B468637B71D; Wed, 28 Mar 2001 01:24:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9O7R66149; Wed, 28 Mar 2001 01:24:07 -0800 (PST) (envelope-from kris) Message-Id: <200103280924.f2S9O7R66149@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 28 Mar 2001 01:24:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/03/28 01:24:07 PST Modified files: (Branch: RELENG_4) sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Log: s/${_CFLAGS}/${_CPUCFLAGS}/, looks like I committed an earlier version of my patch from the wrong tree. Submitted by: Glenn Johnson Approved by: jkh Revision Changes Path 1.47.2.4 +2 -2 src/sys/conf/Makefile.alpha 1.179.2.4 +2 -2 src/sys/conf/Makefile.i386 1.82.2.5 +2 -2 src/sys/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 1:29: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 14F6537B718; Wed, 28 Mar 2001 01:29:21 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9TLp66708; Wed, 28 Mar 2001 01:29:21 -0800 (PST) (envelope-from olgeni) Message-Id: <200103280929.f2S9TLp66708@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 28 Mar 2001 01:29:20 -0800 (PST) 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/03/28 01:29:20 PST Modified files: sysutils/webmin Makefile distinfo Log: Update port to version 0.85. * Support symlinks in automatic plist generation * Support for empty WEBMIN_MODULES variable (no patches yet) Revision Changes Path 1.40 +9 -8 ports/sysutils/webmin/Makefile 1.19 +1 -6 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 Mar 28 1:33: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 A657337B719; Wed, 28 Mar 2001 01:33:33 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9XXD67318; Wed, 28 Mar 2001 01:33:33 -0800 (PST) (envelope-from knu) Message-Id: <200103280933.f2S9XXD67318@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 28 Mar 2001 01:33:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/panda Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/panda/files BSDMakefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/28 01:33:33 PST Modified files: print Makefile Added files: print/panda Makefile distinfo pkg-comment pkg-descr pkg-plist print/panda/files BSDMakefile Log: Add panda, a GPL'ed PDF generation library. Revision Changes Path 1.148 +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 Wed Mar 28 1: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 15D6037B72D; Wed, 28 Mar 2001 01:33:41 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9Xf167359; Wed, 28 Mar 2001 01:33:41 -0800 (PST) (envelope-from knu) Message-Id: <200103280933.f2S9Xf167359@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 28 Mar 2001 01:33:41 -0800 (PST) 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/03/28 01:33:41 PST Modified files: . modules Log: panda --> ports/print/panda Revision Changes Path 1.2746 +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 Mar 28 1:45: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 6007E37B71A; Wed, 28 Mar 2001 01:45:28 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9jSG68488; Wed, 28 Mar 2001 01:45:28 -0800 (PST) (envelope-from brian) Message-Id: <200103280945.f2S9jSG68488@freefall.freebsd.org> From: Brian Somers Date: Wed, 28 Mar 2001 01:45:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c ether.c iface.c iface.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/28 01:45:28 PST Modified files: usr.sbin/ppp bundle.c ether.c iface.c iface.h Log: Bring the PPPoE interface UP if required Suggested by: archie Revision Changes Path 1.115 +3 -3 src/usr.sbin/ppp/bundle.c 1.16 +19 -4 src/usr.sbin/ppp/ether.c 1.18 +7 -7 src/usr.sbin/ppp/iface.c 1.5 +3 -3 src/usr.sbin/ppp/iface.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 1: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 6746537B71C; Wed, 28 Mar 2001 01:46:03 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9k3J68604; Wed, 28 Mar 2001 01:46:03 -0800 (PST) (envelope-from brian) Message-Id: <200103280946.f2S9k3J68604@freefall.freebsd.org> From: Brian Somers Date: Wed, 28 Mar 2001 01:46:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c ether.c iface.c iface.h X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/28 01:46:03 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp bundle.c ether.c iface.c iface.h Log: MFC: Bring the PPPoE interface UP if required Revision Changes Path 1.105.2.11 +3 -3 src/usr.sbin/ppp/bundle.c 1.12.2.7 +19 -4 src/usr.sbin/ppp/ether.c 1.15.2.3 +7 -7 src/usr.sbin/ppp/iface.c 1.4.2.1 +3 -3 src/usr.sbin/ppp/iface.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 1:50:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A22037B71A; Wed, 28 Mar 2001 01:50:40 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9oeW69161; Wed, 28 Mar 2001 01:50:40 -0800 (PST) (envelope-from demon) Message-Id: <200103280950.f2S9oeW69161@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 28 Mar 2001 01:50:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/ktexshell 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 demon 2001/03/28 01:50:40 PST Modified files: print Makefile Added files: print/ktexshell Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: ktexshell. KDE frontend to the popular TeX/LaTeX typesetting system Revision Changes Path 1.149 +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 Wed Mar 28 1:50:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3869537B718; Wed, 28 Mar 2001 01:50:54 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9osT69268; Wed, 28 Mar 2001 01:50:54 -0800 (PST) (envelope-from demon) Message-Id: <200103280950.f2S9osT69268@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 28 Mar 2001 01:50:54 -0800 (PST) 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/03/28 01:50:54 PST Modified files: . modules Log: ktexshell --> ports/print/ktexshell Revision Changes Path 1.2747 +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 Mar 28 1:53: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 2446237B71A; Wed, 28 Mar 2001 01:53:16 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9rG169476; Wed, 28 Mar 2001 01:53:16 -0800 (PST) (envelope-from knu) Message-Id: <200103280953.f2S9rG169476@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 28 Mar 2001 01:53:16 -0800 (PST) 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/03/28 01:53:16 PST Modified files: devel/ruby-sdl Makefile Log: Use PTHREAD_CFLAGS and PTHREAD_LIBS. Revision Changes Path 1.3 +3 -3 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 Wed Mar 28 1:53:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33FDE37B71C; Wed, 28 Mar 2001 01:53:17 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9rHv69503; Wed, 28 Mar 2001 01:53:17 -0800 (PST) (envelope-from peter) Message-Id: <200103280953.f2S9rHv69503@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 01:53:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/28 01:53:17 PST Modified files: lib/libc/gen glob.c Log: Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes. Also, set gl_pathv to NULL after we free it, especially when dealing with realloc failures. Obtained from: OpenBSD Revision Changes Path 1.15 +37 -15 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 1:58:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A509337B71A; Wed, 28 Mar 2001 01:58:40 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S9wep69878; Wed, 28 Mar 2001 01:58:40 -0800 (PST) (envelope-from demon) Message-Id: <200103280958.f2S9wep69878@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 28 Mar 2001 01:58:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/kdoc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/28 01:58:40 PST Modified files: textproc/kdoc Makefile Log: Place USE_BZIP2 before .include Revision Changes Path 1.3 +3 -2 ports/textproc/kdoc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 2: 8: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 3985637B71B; Wed, 28 Mar 2001 02:08:09 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SA89L73337; Wed, 28 Mar 2001 02:08:09 -0800 (PST) (envelope-from ru) Message-Id: <200103281008.f2SA89L73337@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Mar 2001 02:08:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tn3270 Makefile ports/net/tn3270/files patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/28 02:08:09 PST Modified files: net/tn3270 Makefile net/tn3270/files patch-aa Added files: net/tn3270/files patch-ab Log: Do not depend on /usr/lib/libtelnet.a. Reviewed by: markm Revision Changes Path 1.3 +12 -1 ports/net/tn3270/Makefile 1.2 +12 -4 ports/net/tn3270/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 Mar 28 2:13: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 5C63237B718; Wed, 28 Mar 2001 02:13:27 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SADRu73758; Wed, 28 Mar 2001 02:13:27 -0800 (PST) (envelope-from brian) Message-Id: <200103281013.f2SADRu73758@freefall.freebsd.org> From: Brian Somers Date: Wed, 28 Mar 2001 02:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/28 02:13:27 PST Modified files: etc rc Log: Remove sockets found in /var/run or /var/spool/lock at boot time (as well as files). Revision Changes Path 1.258 +2 -2 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 2:23:40 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 0475B37B719; Wed, 28 Mar 2001 02:23:35 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f2SANYN03272; Wed, 28 Mar 2001 02:23:34 -0800 (PST) Date: Wed, 28 Mar 2001 02:23:34 -0800 From: Alfred Perlstein To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20010328022334.S9431@fw.wintelcom.net> References: <200103281013.f2SADRu73758@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: <200103281013.f2SADRu73758@freefall.freebsd.org>; from brian@FreeBSD.org on Wed, Mar 28, 2001 at 02:13:27AM -0800 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Brian Somers [010328 02:13] wrote: > brian 2001/03/28 02:13:27 PST > > Modified files: > etc rc > Log: > Remove sockets found in /var/run or /var/spool/lock at boot time > (as well as files). This may be a bad idea. Some applications may use these files as an indication of an unorderly shutdown (kill -9 / crash). And refuse to start unless repair utilities are run (or run them automatically). What do you think? -- -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 Wed Mar 28 2:25:59 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 EC67937B718; Wed, 28 Mar 2001 02:25:50 -0800 (PST) (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 f2SAPk392306; Wed, 28 Mar 2001 12:25:46 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Alfred Perlstein Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc In-Reply-To: Your message of "Wed, 28 Mar 2001 02:23:34 -0800." <20010328022334.S9431@fw.wintelcom.net> Date: Wed, 28 Mar 2001 12:25:46 +0200 Message-ID: <92304.985775146@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010328022334.S9431@fw.wintelcom.net>, Alfred Perlstein writes: >* Brian Somers [010328 02:13] wrote: >> brian 2001/03/28 02:13:27 PST >> >> Modified files: >> etc rc >> Log: >> Remove sockets found in /var/run or /var/spool/lock at boot time >> (as well as files). > >This may be a bad idea. > >Some applications may use these files as an indication of an >unorderly shutdown (kill -9 / crash). And refuse to start unless >repair utilities are run (or run them automatically). > >What do you think? I think such applications are badly designed since the file could disappear for exactly the same reasons which force the application to run recovery... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 2:26:12 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 B415B37B751; Wed, 28 Mar 2001 02:25:59 -0800 (PST) (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 f2SAQNT68035; Wed, 28 Mar 2001 11:26:23 +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 f2SAUFm53419; Wed, 28 Mar 2001 11:30:15 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103281030.f2SAUFm53419@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Jordan Hubbard Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/usr.sbin/ppp bundle.c ether.c iface.c iface.h In-Reply-To: Message from Brian Somers of "Wed, 28 Mar 2001 01:45:28 -0800." <200103280945.f2S9jSG68488@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Mar 2001 11:30:15 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think this should be MFC'd. Without this change, ADSL users that don't user their network interface for anything else are likely to *not* have it IFF_UP and pppoe won't work. > brian 2001/03/28 01:45:28 PST > > Modified files: > usr.sbin/ppp bundle.c ether.c iface.c iface.h > Log: > Bring the PPPoE interface UP if required > > Suggested by: archie > > Revision Changes Path > 1.115 +3 -3 src/usr.sbin/ppp/bundle.c > 1.16 +19 -4 src/usr.sbin/ppp/ether.c > 1.18 +7 -7 src/usr.sbin/ppp/iface.c > 1.5 +3 -3 src/usr.sbin/ppp/iface.h -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 2:37:25 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 35A9337B71E; Wed, 28 Mar 2001 02:37:12 -0800 (PST) (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 f2SAbUT68079; Wed, 28 Mar 2001 11:37:30 +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 f2SAfMm53577; Wed, 28 Mar 2001 11:41:22 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103281041.f2SAfMm53577@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Alfred Perlstein Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc In-Reply-To: Message from Alfred Perlstein of "Wed, 28 Mar 2001 02:23:34 -0800." <20010328022334.S9431@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Mar 2001 11:41:22 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > * Brian Somers [010328 02:13] wrote: > > brian 2001/03/28 02:13:27 PST > > > > Modified files: > > etc rc > > Log: > > Remove sockets found in /var/run or /var/spool/lock at boot time > > (as well as files). > > This may be a bad idea. > > Some applications may use these files as an indication of an > unorderly shutdown (kill -9 / crash). And refuse to start unless > repair utilities are run (or run them automatically). > > What do you think? I think it's ok. The original code (before purgedir was put there) just did a ``rm /var/run/*''. I think in the general case people will want their servers to start again at boot time and that it's fairly unusual to need to clean up anything (except for those stale sockets in /var/run). Anything that wants to keep state between reboots shouldn't really be using /var/ run -- for example, under Solaris, /var/run is a tmpfs. /var/db would probably be much better. > -- > -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. -- 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 Mar 28 2:41: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 18CEC37B718; Wed, 28 Mar 2001 02:41:16 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SAfG676002; Wed, 28 Mar 2001 02:41:16 -0800 (PST) (envelope-from jhb) Message-Id: <200103281041.f2SAfG676002@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 02:41:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_condvar.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 02:41:15 PST Modified files: sys/kern kern_condvar.c Log: Pass in a pointer to the mutex's lock_object as the second argument to WITNESS_SLEEP() rather than the mutex itself. Revision Changes Path 1.7 +5 -5 src/sys/kern/kern_condvar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 2:52:52 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 8728137B719; Wed, 28 Mar 2001 02:52:48 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f2SAqZr03979; Wed, 28 Mar 2001 02:52:35 -0800 (PST) Date: Wed, 28 Mar 2001 02:52:35 -0800 From: Alfred Perlstein To: Poul-Henning Kamp Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20010328025234.T9431@fw.wintelcom.net> References: <20010328022334.S9431@fw.wintelcom.net> <92304.985775146@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <92304.985775146@critter>; from phk@critter.freebsd.dk on Wed, Mar 28, 2001 at 12:25:46PM +0200 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Poul-Henning Kamp [010328 02:25] wrote: > In message <20010328022334.S9431@fw.wintelcom.net>, Alfred Perlstein writes: > >* Brian Somers [010328 02:13] wrote: > >> brian 2001/03/28 02:13:27 PST > >> > >> Modified files: > >> etc rc > >> Log: > >> Remove sockets found in /var/run or /var/spool/lock at boot time > >> (as well as files). > > > >This may be a bad idea. > > > >Some applications may use these files as an indication of an > >unorderly shutdown (kill -9 / crash). And refuse to start unless > >repair utilities are run (or run them automatically). > > > >What do you think? > > I think such applications are badly designed since the file > could disappear for exactly the same reasons which force the > application to run recovery... You mean after fsync() returns? -- -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 Wed Mar 28 2:55:22 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 92A5037B71A; Wed, 28 Mar 2001 02:55:18 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f2SAsP604010; Wed, 28 Mar 2001 02:54:25 -0800 (PST) Date: Wed, 28 Mar 2001 02:54:25 -0800 From: Alfred Perlstein To: Brian Somers Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20010328025425.U9431@fw.wintelcom.net> References: <200103281041.f2SAfMm53577@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103281041.f2SAfMm53577@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Wed, Mar 28, 2001 at 11:41:22AM +0100 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Brian Somers [010328 02:37] wrote: > > * Brian Somers [010328 02:13] wrote: > > > brian 2001/03/28 02:13:27 PST > > > > > > Modified files: > > > etc rc > > > Log: > > > Remove sockets found in /var/run or /var/spool/lock at boot time > > > (as well as files). > > > > This may be a bad idea. > > > > Some applications may use these files as an indication of an > > unorderly shutdown (kill -9 / crash). And refuse to start unless > > repair utilities are run (or run them automatically). > > > > What do you think? > > I think it's ok. The original code (before purgedir was put there) > just did a ``rm /var/run/*''. Ok, sorry for the noise. :) I just wanted to make sure we weren't doing something that would break POLA. -- -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 Wed Mar 28 2:55:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C59A37B720; Wed, 28 Mar 2001 02:55:44 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SAtiS77292; Wed, 28 Mar 2001 02:55:44 -0800 (PST) (envelope-from phk) Message-Id: <200103281055.f2SAtiS77292@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 02:55:44 -0800 (PST) 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 phk 2001/03/28 02:55:44 PST Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Add a new rule to the committers: respect other contributors as well. There has been plenty of discussion about how to actually ratify such rules, but nobody has opposed this specific rule (which is a good show of maturity btw). In the end the conclusion is that this is not really any different from the rest of the tree: If it makes sense: commit it, if it creats an uproar, back it out and paint the bikeshed. QED. PR: 25783 Submitted by: Dan Langille Reviewed by: developers Revision Changes Path 1.50 +24 -1 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 Mar 28 2:56: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 8635937B719; Wed, 28 Mar 2001 02:56:11 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SAuBX77446; Wed, 28 Mar 2001 02:56:11 -0800 (PST) (envelope-from peter) Message-Id: <200103281056.f2SAuBX77446@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 02:56:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/28 02:56:11 PST Modified files: lib/libc/gen glob.c Log: OpenBSD's g_Ctoc() returned a false error when the target buffer was exactly the right size. Do it differently - pass a length rather than an end-of-string+1 pointer as this is more convenient anyway. Get rid of the bogus +1's. Revision Changes Path 1.16 +17 -17 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 2:56:58 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 159DE37B71A; Wed, 28 Mar 2001 02:56:49 -0800 (PST) (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 f2SAug392686; Wed, 28 Mar 2001 12:56:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Alfred Perlstein Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc In-Reply-To: Your message of "Wed, 28 Mar 2001 02:52:35 -0800." <20010328025234.T9431@fw.wintelcom.net> Date: Wed, 28 Mar 2001 12:56:42 +0200 Message-ID: <92684.985777002@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010328025234.T9431@fw.wintelcom.net>, Alfred Perlstein writes: >* Poul-Henning Kamp [010328 02:25] wrote: >> In message <20010328022334.S9431@fw.wintelcom.net>, Alfred Perlstein writes: >> >* Brian Somers [010328 02:13] wrote: >> >> brian 2001/03/28 02:13:27 PST >> >> >> >> Modified files: >> >> etc rc >> >> Log: >> >> Remove sockets found in /var/run or /var/spool/lock at boot time >> >> (as well as files). >> > >> >This may be a bad idea. >> > >> >Some applications may use these files as an indication of an >> >unorderly shutdown (kill -9 / crash). And refuse to start unless >> >repair utilities are run (or run them automatically). >> > >> >What do you think? >> >> I think such applications are badly designed since the file >> could disappear for exactly the same reasons which force the >> application to run recovery... > >You mean after fsync() returns? I mean after a filesystem is trashed due to a disk-crash and restored from a backup... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 3: 1:53 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 3DE9137B71E; Wed, 28 Mar 2001 03:01:29 -0800 (PST) (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 f2SB1cT68225; Wed, 28 Mar 2001 12:01:38 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f2SB5Um54076; Wed, 28 Mar 2001 12:05:30 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103281105.f2SB5Um54076@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Jordan Hubbard Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc In-Reply-To: Message from Brian Somers of "Wed, 28 Mar 2001 02:13:27 -0800." <200103281013.f2SADRu73758@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Mar 2001 12:05:30 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think this should be MFCd. It's preventing some PPPoE diagnostic sockets from working where the PPPoE connection isn't shutting down cleanly at machine shutdown time - leaving a stray socket file in /var/run. 4.2-release (rc 1.212.2.8) had a ``rm /var/run/*'' which removed these sockets. purgedir() was used instead in version 1.212.2.13 to prevent problems when people create directories under /var/run. It's not a show stopper if it isn't merged though... it's just potentially irritating. > brian 2001/03/28 02:13:27 PST > > Modified files: > etc rc > Log: > Remove sockets found in /var/run or /var/spool/lock at boot time > (as well as files). > > Revision Changes Path > 1.258 +2 -2 src/etc/rc -- 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 Mar 28 3: 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 93EE637B71C; Wed, 28 Mar 2001 03:02:18 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SB2I178378; Wed, 28 Mar 2001 03:02:18 -0800 (PST) (envelope-from phk) Message-Id: <200103281102.f2SB2I178378@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 03:02:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/28 03:02:18 PST Modified files: games/fortune/datfiles fortunes fortunes2 Log: Remove a duplicate piece of chalk. PR: 23132 Submitted by: Alex Kapranoff Revision Changes Path 1.49 +1 -3 src/games/fortune/datfiles/fortunes 1.23 +1 -3 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 3: 6:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C79837B71D; Wed, 28 Mar 2001 03:06:52 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SB6qh81326; Wed, 28 Mar 2001 03:06:52 -0800 (PST) (envelope-from phk) Message-Id: <200103281106.f2SB6qh81326@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 03:06:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/28 03:06:51 PST Modified files: games/fortune/datfiles fortunes2 Log: Remove duplicate. PR: 19670 Submitted by: Anton Berezin Revision Changes Path 1.24 +1 -13 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 3: 8: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 74AC837B71D; Wed, 28 Mar 2001 03:08:33 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SB8XI81578; Wed, 28 Mar 2001 03:08:33 -0800 (PST) (envelope-from phk) Message-Id: <200103281108.f2SB8XI81578@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 03:08:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles murphy X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/28 03:08:33 PST Modified files: games/fortune/datfiles murphy Log: Spelling fixes. PR: 20474 Submitted by: Christian Weisgerber Revision Changes Path 1.3 +4 -4 src/games/fortune/datfiles/murphy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 3:10:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8894137B719; Wed, 28 Mar 2001 03:10:54 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SBArP81984; Wed, 28 Mar 2001 03:10:53 -0800 (PST) (envelope-from phk) Message-Id: <200103281110.f2SBArP81984@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 03:10:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/28 03:10:52 PST Modified files: games/fortune/datfiles fortunes2 Log: Axe out duplicate. Not to submitter: (I don't let Jordan use my axe) PR: 24782 Submitted by: Szilveszter Adam Revision Changes Path 1.25 +1 -16 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 3:13:51 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 4023137B71E for ; Wed, 28 Mar 2001 03:13:32 -0800 (PST) (envelope-from roam@orbitel.bg) Received: (qmail 7922 invoked by uid 1000); 28 Mar 2001 11:12:21 -0000 Date: Wed, 28 Mar 2001 14:12:21 +0300 From: Peter Pentchev To: Luigi Rizzo Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net if_ethersubr.c Message-ID: <20010328141221.D5524@ringworld.oblivion.bg> Mail-Followup-To: Luigi Rizzo , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20010314115412.C387@ringworld.oblivion.bg> <200103141314.OAA17745@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: <200103141314.OAA17745@info.iet.unipi.it>; from luigi@info.iet.unipi.it on Wed, Mar 14, 2001 at 02:14:56PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 14, 2001 at 02:14:56PM +0100, Luigi Rizzo wrote: > > On Tue, Mar 13, 2001 at 02:00:33PM -0800, Luigi Rizzo wrote: > > > luigi 2001/03/13 14:00:33 PST > > > > > > Modified files: (Branch: RELENG_4) > > > sys/net if_ethersubr.c > > > Log: > > > Fix breakage in bridging introduced in 1.70.2.13: > > > when doing bridging, we want to receive packets from all > > > interfaces in the same cluster, so the MAC address check > > > does not apply (it is already done in the bridging functions). > > > > > > May I ask, for the future, a bit more thinking to the side effects > > > of your changes before committing them ??? > > > > > > Approved-by: jkh > > > > Should this fix PR kern/25630? I'm asking because the submitter could > > only test it on a production machine, where buildworlds/reinstalls are > > somewhat expensive.. > > it might. it is a one-line change so you only need to reinstall > the kernel to try. > Please let me know if it fixes the problem. I just closed the PR after the originator told me the problem was fixed. Thanks! G'luck, Peter -- When you are not looking at it, this sentence is in Spanish. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 3:45:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2355337B719; Wed, 28 Mar 2001 03:45:10 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SBj9b85874; Wed, 28 Mar 2001 03:45:09 -0800 (PST) (envelope-from knu) Message-Id: <200103281145.f2SBj9b85874@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 28 Mar 2001 03:45:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/28 03:45:09 PST Modified files: Mk bsd.ruby.mk lang/ruby distinfo pkg-plist Log: Update to the latest snapshot of the stable branch. Yes, 1.6.4 release will be released soon before 4.3-RELEASE. Revision Changes Path 1.23 +2 -2 ports/Mk/bsd.ruby.mk 1.31 +1 -1 ports/lang/ruby/distinfo 1.22 +2 -0 ports/lang/ruby/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 3:50: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 D470237B719; Wed, 28 Mar 2001 03:50:15 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SBoFB86479; Wed, 28 Mar 2001 03:50:15 -0800 (PST) (envelope-from sobomax) Message-Id: <200103281150.f2SBoFB86479@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 03:50:15 -0800 (PST) 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 sobomax 2001/03/28 03:50:15 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Put a note about ee(1) update. Revision Changes Path 1.158 +3 -1 src/release/texts/alpha/RELNOTES.TXT 1.232 +3 -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 Wed Mar 28 3:53: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53D6C37B739; Wed, 28 Mar 2001 03:52:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SBqwk86873; Wed, 28 Mar 2001 03:52:58 -0800 (PST) (envelope-from jhb) Message-Id: <200103281152.f2SBqwk86873@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 03:52:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/compat/linprocfs linprocfs_vnops.c src/sys/compat/svr4 svr4_misc.c src/sys/i386/i386 pmap.c src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/ia64/ia64 pmap.c src/sys/kern imgact_elf.c init_main.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 03:52:58 PST Modified files: sys/alpha/alpha pmap.c sys/compat/linprocfs linprocfs_vnops.c sys/compat/svr4 svr4_misc.c sys/i386/i386 pmap.c sys/i386/ibcs2 ibcs2_sysvec.c sys/ia64/ia64 pmap.c sys/kern imgact_elf.c init_main.c kern_exit.c kern_fork.c kern_kthread.c kern_ktrace.c kern_proc.c kern_resource.c kern_sig.c kern_synch.c sys_process.c vfs_syscalls.c sys/miscfs/procfs procfs_ctl.c procfs_vnops.c sys/sys proc.h sys/vm vm_glue.c vm_meter.c vm_object.c vm_pageout.c Log: Convert the allproc and proctree locks from lockmgr locks to sx locks. Revision Changes Path 1.55 +10 -8 src/sys/alpha/alpha/pmap.c 1.18 +3 -3 src/sys/compat/linprocfs/linprocfs_vnops.c 1.27 +10 -10 src/sys/compat/svr4/svr4_misc.c 1.278 +6 -4 src/sys/i386/i386/pmap.c 1.22 +3 -3 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.16 +6 -4 src/sys/ia64/ia64/pmap.c 1.93 +4 -4 src/sys/kern/imgact_elf.c 1.165 +5 -4 src/sys/kern/init_main.c 1.123 +18 -17 src/sys/kern/kern_exit.c 1.110 +5 -5 src/sys/kern/kern_fork.c 1.15 +6 -4 src/sys/kern/kern_kthread.c 1.50 +8 -7 src/sys/kern/kern_ktrace.c 1.91 +17 -16 src/sys/kern/kern_proc.c 1.79 +6 -5 src/sys/kern/kern_resource.c 1.112 +5 -4 src/sys/kern/kern_sig.c 1.133 +8 -7 src/sys/kern/kern_synch.c 1.63 +8 -7 src/sys/kern/sys_process.c 1.186 +4 -3 src/sys/kern/vfs_syscalls.c 1.26 +12 -12 src/sys/miscfs/procfs/procfs_ctl.c 1.90 +4 -3 src/sys/miscfs/procfs/procfs_vnops.c 1.157 +3 -22 src/sys/sys/proc.h 1.109 +6 -5 src/sys/vm/vm_glue.c 1.50 +6 -5 src/sys/vm/vm_meter.c 1.185 +6 -4 src/sys/vm/vm_object.c 1.172 +6 -5 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 3:59: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 E41E137B71D; Wed, 28 Mar 2001 03:59:32 -0800 (PST) (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 f2SBxHG87033; Wed, 28 Mar 2001 03:59:17 -0800 (PST) (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: <200103281152.f2SBqwk86873@freefall.freebsd.org> Date: Wed, 28 Mar 2001 03:59:03 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/alpha/alpha pmap.c src/sys/compat/linpro Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Mar-01 John Baldwin wrote: > jhb 2001/03/28 03:52:58 PST > > Modified files: > sys/alpha/alpha pmap.c > sys/compat/linprocfs linprocfs_vnops.c > sys/compat/svr4 svr4_misc.c > sys/i386/i386 pmap.c > sys/i386/ibcs2 ibcs2_sysvec.c > sys/ia64/ia64 pmap.c > sys/kern imgact_elf.c init_main.c kern_exit.c > kern_fork.c kern_kthread.c kern_ktrace.c > kern_proc.c kern_resource.c kern_sig.c > kern_synch.c sys_process.c vfs_syscalls.c > sys/miscfs/procfs procfs_ctl.c procfs_vnops.c > sys/sys proc.h > sys/vm vm_glue.c vm_meter.c vm_object.c > vm_pageout.c > Log: > Convert the allproc and proctree locks from lockmgr locks to sx locks. As hoped, this fixes the lockmgr interlock and process lock lock order reversals. Unfortunately, witness doesn't handle sx lock recursion yet, so when we recurse on allproc, we get a duplicate lock warning in the kern.procs sysctl that ps, etc. use. You can ignore that warning for now until witness is fixed up some more. -- 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 Mar 28 3:59:45 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 C237237B718; Wed, 28 Mar 2001 03:59:30 -0800 (PST) (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 f2SBxEG87022; Wed, 28 Mar 2001 03:59:15 -0800 (PST) (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: <200103280903.f2S93OY61544@freefall.freebsd.org> Date: Wed, 28 Mar 2001 03:59:01 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/incl Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Mar-01 John Baldwin wrote: > jhb 2001/03/28 01:03:24 PST > > Modified files: > sys/alpha/alpha machdep.c > sys/alpha/include globaldata.h > sys/conf files > sys/i386/i386 machdep.c mp_machdep.c > sys/i386/include globaldata.h > sys/ia64/ia64 machdep.c > sys/ia64/include globaldata.h > sys/kern kern_condvar.c kern_fork.c kern_mutex.c > kern_sx.c kern_synch.c subr_witness.c > sys/sys kernel.h lock.h mutex.h proc.h sx.h > Log: > Rework the witness code to work with sx locks as well as mutexes. The only really annoying bug right now is that recursing on a sx lock is not handled by the witness code. The sx locks themselves already do not allow recursive exlusive locks. However, there is no good way for detecting a recursive shared lock. Currently, witness will report such events as a lock order violation. If needed one could walk the p_sleeplocks list in the WITNESS case to see if we already have locked this lock before, but this starts to get ugly. :( Unfortunately, not only was the witness code very mutex centric, it was also very much tied to having locks only being held by one process, and making witness completely generic requires that we push all of this state out of the locks and into the processes. I didn't do this fully, as I wanted to get this working before the next millenium rolled around. At some point I may go back and do that as it may cut down on the memory used by locks in the non-witness case as well as allowing us to handle recursion checks completely in the witness code, even for shared sx locks. This should be enough to make witness largely ussable with sx locks for now, however. Witness still doesn't cope well with unloading a module that contains a mutex. As a workaround, you can just add a new order list containing just the single lock in question. The problem being that witness needs to have a valid name pointer that its internal struct witness points to. Eventually this will be fixed using refcounts and some other h0h0 magic. The sleep list and ignore list have been replaced. For a lock that is to be ignored, it simply needs to not specify LO_WITNESS in it's lock_object's lo_flags. For mutexes, you can do this by passing MTX_NOWITNESS to mtx_init(). For the sleep list, you specify the LO_SLEEPABLE flag in the lock_object's lo_flags. Note that Giant is a special hard-coded case, as is the lock passed into witness_sleep() (they are both released during the actual process of sleeping). Most of the changes were all down inside the lock code itself. The only changes as far as users of mutexes or sx locks are concerned is that sys/mutex.h and sys/sx.h now require sys/lock.h. -- 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 Mar 28 4: 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 B212A37B724; Wed, 28 Mar 2001 04:03:50 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SC3oi92985; Wed, 28 Mar 2001 04:03:50 -0800 (PST) (envelope-from knu) Message-Id: <200103281203.f2SC3oi92985@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 28 Mar 2001 04:03:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ruby-rica Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/28 04:03:50 PST Modified files: irc/ruby-rica Makefile distinfo pkg-plist Log: Update to 0.5. Revision Changes Path 1.2 +7 -4 ports/irc/ruby-rica/Makefile 1.2 +1 -1 ports/irc/ruby-rica/distinfo 1.2 +1 -0 ports/irc/ruby-rica/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 Mar 28 4: 8: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 2A34D37B720; Wed, 28 Mar 2001 04:08:23 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SC8NQ95993; Wed, 28 Mar 2001 04:08:23 -0800 (PST) (envelope-from ru) Message-Id: <200103281208.f2SC8NQ95993@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Mar 2001 04:08:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.libnames.mk src/secure Makefile.inc src/secure/lib/libtelnet Makefile src/secure/libexec/telnetd Makefile src/secure/usr.bin/telnet Makefile src/kerberosIV Makefile.inc src/kerberosIV/lib/libtelnet Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/28 04:08:22 PST Modified files: share/mk bsd.libnames.mk secure Makefile.inc secure/lib/libtelnet Makefile secure/libexec/telnetd Makefile secure/usr.bin/telnet Makefile kerberosIV Makefile.inc kerberosIV/lib/libtelnet Makefile kerberosIV/libexec/telnetd Makefile kerberosIV/usr.bin/telnet Makefile lib/libtelnet Makefile libexec/telnetd Makefile usr.bin/telnet Makefile Log: Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. Approved by: markm Revision Changes Path 1.38 +1 -2 src/share/mk/bsd.libnames.mk 1.18 +6 -1 src/secure/Makefile.inc 1.21 +5 -3 src/secure/lib/libtelnet/Makefile 1.22 +2 -2 src/secure/libexec/telnetd/Makefile 1.24 +2 -2 src/secure/usr.bin/telnet/Makefile 1.10 +3 -3 src/kerberosIV/Makefile.inc 1.8 +7 -4 src/kerberosIV/lib/libtelnet/Makefile 1.9 +2 -2 src/kerberosIV/libexec/telnetd/Makefile 1.9 +2 -2 src/kerberosIV/usr.bin/telnet/Makefile 1.11 +6 -2 src/lib/libtelnet/Makefile 1.16 +9 -2 src/libexec/telnetd/Makefile 1.17 +8 -2 src/usr.bin/telnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 4:14:17 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 89B8937B725; Wed, 28 Mar 2001 04:14:10 -0800 (PST) (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 WAA04451; Wed, 28 Mar 2001 22:14:06 +1000 Date: Wed, 28 Mar 2001 22:13:27 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pam.conf src/libexec/rshd Makefile rshd.8 rshd.c src/libexec/ftpd Makefile ftpd.c src/usr.bin/login Makefile login.1 login.c src/usr.bin/su Makefile su.1 su.c In-Reply-To: <200103271940.f2RJepd25883@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 > markm 2001/03/27 11:40:51 PST > > Modified files: > etc pam.conf > libexec/rshd Makefile rshd.8 rshd.c > libexec/ftpd Makefile ftpd.c > usr.bin/login Makefile login.1 login.c > usr.bin/su Makefile su.1 su.c > Log: > Add full PAM support for account management and sessions. > > The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux > package's PAM patches to the BSD login.c > > Submitted by: "David J. MacKenzie" This breaks: 1) su on passwordless accounts. (a) `su ' now bogusly prompts for a password. It lets you in if you type an empty password. (b) `echo somecommand | su ' now bogusly prompts for a password. su doesn't find a password, and exits without printing anything or running `somecommand'. I use the latter form a lot. (2) static linkage of rshd. Previously, only static linkage of many other commands that are linked to libpam was broken (ftpd was one). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 4:15: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 1534237B71B; Wed, 28 Mar 2001 04:15:23 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SCFNA96642; Wed, 28 Mar 2001 04:15:23 -0800 (PST) (envelope-from ru) Message-Id: <200103281215.f2SCFNA96642@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Mar 2001 04:15:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libtelnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/28 04:15:22 PST Modified files: secure/lib/libtelnet Makefile Log: Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete shared library: wrong library directory, wrong library extension and wrong comment). This is mainly of historical interest, if any. The library that gets removed is aout. Also, backout the beforeinstall -> afterinstall change in rev.1.20 that was required to install proper telnet.h into /usr/include/arpa. The actual problem is in , and I am going to fix it. Revision Changes Path 1.22 +6 -9 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 Mar 28 4:18:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3211A37B722; Wed, 28 Mar 2001 04:18:48 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SCImG97036; Wed, 28 Mar 2001 04:18:48 -0800 (PST) (envelope-from knu) Message-Id: <200103281218.f2SCImG97036@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 28 Mar 2001 04:18:47 -0800 (PST) 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 distinfo ports/x11-toolkits/ruby-qt2canvas Makefile ports/x11-toolkits/ruby-qt2iconview Makefile ports/x11-toolkits/ruby-qt2table ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/28 04:18:47 PST Modified files: graphics/ruby-qt2gl Makefile textproc/ruby-qt2xml Makefile x11-toolkits/ruby-qt2 Makefile Makefile.common distinfo x11-toolkits/ruby-qt2canvas Makefile x11-toolkits/ruby-qt2iconview Makefile x11-toolkits/ruby-qt2table Makefile Log: Update to ruby-qt2 0.12 for qt 2.3.0. Revision Changes Path 1.4 +2 -2 ports/graphics/ruby-qt2gl/Makefile 1.4 +2 -2 ports/textproc/ruby-qt2xml/Makefile 1.25 +2 -2 ports/x11-toolkits/ruby-qt2/Makefile 1.3 +3 -2 ports/x11-toolkits/ruby-qt2/Makefile.common 1.9 +1 -1 ports/x11-toolkits/ruby-qt2/distinfo 1.4 +2 -2 ports/x11-toolkits/ruby-qt2canvas/Makefile 1.3 +2 -2 ports/x11-toolkits/ruby-qt2iconview/Makefile 1.4 +2 -2 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 Wed Mar 28 4:22:53 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 0039037B718; Wed, 28 Mar 2001 04:22:38 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f2SCM3105744; Wed, 28 Mar 2001 15:22:03 +0300 (EEST) (envelope-from ru) Date: Wed, 28 Mar 2001 15:22:03 +0300 From: Ruslan Ermilov To: "Rodney W. Grimes" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xinstall Makefile Message-ID: <20010328152203.A2570@sunbay.com> Mail-Followup-To: "Rodney W. Grimes" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200103271514.f2RFEot88911@freefall.freebsd.org> <200103271739.JAA91925@gndrsh.dnsmgr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103271739.JAA91925@gndrsh.dnsmgr.net>; from freebsd@gndrsh.dnsmgr.net on Tue, Mar 27, 2001 at 09:39:06AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 09:39:06AM -0800, Rodney W. Grimes wrote: > > ru 2001/03/27 07:14:50 PST > > > > Modified files: > > usr.bin/xinstall Makefile > > Log: > > Do not override the ``install'' target. > > > > Revision Changes Path > > 1.14 +2 -2 src/usr.bin/xinstall/Makefile > > Why is it any better to override an undocumented internal .mk > target instead? > Because it does not need a special kludge for maninstall. realinstall is only undocumented because bsd.README is "seriously out of date". Alternatively, BINDIR can be overridden to /usr/bin/install. But this is still a hack. I am going to introduce the PROGNAME knob modeled after NetBSD that would allow this sort of things. 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 Mar 28 4:30: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 EA61837B71E; Wed, 28 Mar 2001 04:30:39 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SCUdt98097; Wed, 28 Mar 2001 04:30:39 -0800 (PST) (envelope-from sobomax) Message-Id: <200103281230.f2SCUdt98097@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 04:30:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/micq Makefile ports/net/micq/files patch-..::lang::ukrainian.h patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/28 04:30:39 PST Modified files: net/micq Makefile net/micq/files patch-ae Added files: net/micq/files patch-..::lang::ukrainian.h Log: o Correct Ukrainian translation; o add translations of user's nick from cp1251 into koi8 if needed in message. Submitted by: Olexander Kunytsa Revision Changes Path 1.20 +1 -1 ports/net/micq/Makefile 1.2 +11 -3 ports/net/micq/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 Mar 28 4:33: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 90D4337B725; Wed, 28 Mar 2001 04:33:18 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SCXIx98429; Wed, 28 Mar 2001 04:33:18 -0800 (PST) (envelope-from knu) Message-Id: <200103281233.f2SCXIx98429@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 28 Mar 2001 04:33:18 -0800 (PST) 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/03/28 04:33:18 PST 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: D'oh, PORTREVISION doesn't work if you define the value of it after bsd.port.pre.mk is read. Bump the version to 0.12a instead of 0.12_1. Revision Changes Path 1.5 +1 -2 ports/graphics/ruby-qt2gl/Makefile 1.5 +1 -2 ports/textproc/ruby-qt2xml/Makefile 1.26 +1 -2 ports/x11-toolkits/ruby-qt2/Makefile 1.4 +2 -3 ports/x11-toolkits/ruby-qt2/Makefile.common 1.5 +1 -2 ports/x11-toolkits/ruby-qt2canvas/Makefile 1.4 +1 -2 ports/x11-toolkits/ruby-qt2iconview/Makefile 1.5 +1 -2 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 Wed Mar 28 4:39: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 E1D8B37B753; Wed, 28 Mar 2001 04:39:42 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SCdgC98962; Wed, 28 Mar 2001 04:39:42 -0800 (PST) (envelope-from jhb) Message-Id: <200103281239.f2SCdgC98962@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 04:39:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 04:39:41 PST Modified files: sys/kern subr_witness.c Log: - s/mutexes/locks/g in appropriate comments. - Rename the 'show mutexes' ddb command to 'show locks' since it shows a list of all the lock objects held by the current process. Revision Changes Path 1.60 +5 -5 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 4:40:47 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 0744B37B71E; Wed, 28 Mar 2001 04:40:39 -0800 (PST) (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 WAA06465; Wed, 28 Mar 2001 22:40:33 +1000 Date: Wed, 28 Mar 2001 22:39:54 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Justin T. Gibbs" Cc: Paul Saab , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/twe twe_freebsd.c In-Reply-To: <200103271501.f2RF1cs69363@aslan.scsiguy.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, 27 Mar 2001, Justin T. Gibbs wrote: > >ps 2001/03/26 22:24:08 PST > > > > Modified files: > > sys/cam/scsi scsi_da.c > > sys/dev/ata ata-disk.c > > sys/dev/ida ida_disk.c > > sys/dev/twe twe_freebsd.c > > Log: > > Change the dump routines to only abort if control-c is pressed. > > If any other key is pressed, print a message stating that control-c > > is how to abort. Ugh. I like holding down the space bar to abort all stages of the reboot as fast as possible. > Why not replace the call to cncheckc with a more generic "dump status" > callback that prints stats, checks for abort, etc. The number of block > devices we support that either currently support crash dumps or should > is growing, and duplicating all of the watch dog code, etc in each one > seems silly. Most of the dump routines should be centralized. The driver-specific parts should be just an initialization routine and a strategy routine. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 4:44:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9E6837B720; Wed, 28 Mar 2001 04:44:33 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SCiWi99359; Wed, 28 Mar 2001 04:44:32 -0800 (PST) (envelope-from jhb) Message-Id: <200103281244.f2SCiWi99359@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 04:44:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 witness.4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 04:44:31 PST Modified files: share/man/man4 Makefile Added files: share/man/man4 witness.4 Log: Add a simple manpage describing the basic functionality of witness. It needs a diagonistics section added at some point in the future. Revision Changes Path 1.120 +2 -1 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 4:45:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3287237B71B; Wed, 28 Mar 2001 04:45:42 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SCjgt99547; Wed, 28 Mar 2001 04:45:42 -0800 (PST) (envelope-from jhb) Message-Id: <200103281245.f2SCjgt99547@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 04:45:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sx.9 mutex.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 04:45:42 PST Modified files: share/man/man9 sx.9 mutex.9 Log: - Both and depend on and . - depends on . Revision Changes Path 1.2 +4 -1 src/share/man/man9/sx.9 1.12 +3 -1 src/share/man/man9/mutex.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 4:58:44 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id DB63637B71A; Wed, 28 Mar 2001 04:58:39 -0800 (PST) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f2SCwTV36940; Wed, 28 Mar 2001 16:58:29 +0400 (MSD) (envelope-from ache) Date: Wed, 28 Mar 2001 16:58:25 +0400 From: "Andrey A. Chernov" To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20010328165823.A36803@nagual.pp.ru> References: <200103272324.f2RNOQc56458@freefall.freebsd.org> <20010328084457.A91235@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010328084457.A91235@walton.maths.tcd.ie>; from dwmalone@maths.tcd.ie on Wed, Mar 28, 2001 at 08:44:57AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 28, 2001 at 08:44:57 +0100, David Malone wrote: > The problem is that you only want to seek to the end of the data > you have already displayed, not to the end of the file. Otherwise > if you are using "tail -f" and the file grows between the original > stat and the fseek you will not print the data in between. > > Can you confirm that fseeko(file_size, SEEK_SET) is actually correct? I agree. I'll back my change out. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 5: 3: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 E054837B71E; Wed, 28 Mar 2001 05:03:46 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SD3kO01291; Wed, 28 Mar 2001 05:03:46 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103281303.f2SD3kO01291@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 28 Mar 2001 05:03:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-devel Makefile distinfo pkg-plist ports/net/samba-devel/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/28 05:03:46 PST Modified files: net/samba-devel Makefile distinfo pkg-plist net/samba-devel/files patch-aa Log: Update to alpha3. Submitted by: David W. Chapman Jr. (maintainer) PR: ports/26045 Revision Changes Path 1.53 +7 -7 ports/net/samba-devel/Makefile 1.29 +1 -1 ports/net/samba-devel/distinfo 1.29 +26 -34 ports/net/samba-devel/pkg-plist 1.16 +11 -23 ports/net/samba-devel/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 Mar 28 5: 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 8A81137B71A; Wed, 28 Mar 2001 05:09:09 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SD99104232; Wed, 28 Mar 2001 05:09:09 -0800 (PST) (envelope-from kevlo) Message-Id: <200103281309.f2SD99104232@freefall.freebsd.org> From: Kevin Lo Date: Wed, 28 Mar 2001 05:09:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/kannel Makefile distinfo ports/www/kannel/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/28 05:09:09 PST Modified files: www/kannel Makefile distinfo www/kannel/files patch-aa Log: Update to version 1.0.3 PR: 26164 Submitted by: MAINTAINER Revision Changes Path 1.9 +2 -2 ports/www/kannel/Makefile 1.5 +1 -1 ports/www/kannel/distinfo 1.3 +6 -15 ports/www/kannel/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 Mar 28 5:10: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 43FAE37B71A; Wed, 28 Mar 2001 05:10:18 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SDAIK04362; Wed, 28 Mar 2001 05:10:18 -0800 (PST) (envelope-from ache) Message-Id: <200103281310.f2SDAIK04362@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 28 Mar 2001 05:10:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/28 05:10:18 PST Modified files: usr.bin/tail forward.c Log: Back out my fseeko -> fseek(END) change - we need to position on what we displayed last, not to the end of file Revision Changes Path 1.25 +2 -2 src/usr.bin/tail/forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 5:14:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE1AD37B718; Wed, 28 Mar 2001 05:14:10 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SDEAL04708; Wed, 28 Mar 2001 05:14:10 -0800 (PST) (envelope-from kevlo) Message-Id: <200103281314.f2SDEAL04708@freefall.freebsd.org> From: Kevin Lo Date: Wed, 28 Mar 2001 05:14:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ipa Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/28 05:14:10 PST Modified files: sysutils/ipa Makefile distinfo pkg-comment pkg-descr Log: Update to version 1.1.1 PR: 26165 Submitted by: MAINTAINER Revision Changes Path 1.7 +2 -2 ports/sysutils/ipa/Makefile 1.6 +1 -1 ports/sysutils/ipa/distinfo 1.2 +1 -1 ports/sysutils/ipa/pkg-comment 1.4 +2 -2 ports/sysutils/ipa/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 5:16: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from filk.iinet.net.au (syncopation-dns.iinet.net.au [203.59.24.29]) by hub.freebsd.org (Postfix) with SMTP id 0682937B71D for ; Wed, 28 Mar 2001 05:16:01 -0800 (PST) (envelope-from julian@elischer.org) Received: (qmail 9858 invoked by uid 666); 28 Mar 2001 13:17:49 -0000 Received: from i079-231.nv.iinet.net.au (HELO elischer.org) (203.59.79.231) by mail.m.iinet.net.au with SMTP; 28 Mar 2001 13:17:49 -0000 Message-ID: <3AC1E406.FE745A43@elischer.org> Date: Wed, 28 Mar 2001 05:15:50 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c References: <200103280841.f2S8f5959082@freefall.freebsd.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > Spotted by: peter (2) # man 2 peter No entry for peter in section 2 of the manual # Have you plans to check this in? Sounds to be a useful utility. -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000-2001 ---> X_.---._/ v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 5:22: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 31EE337B728; Wed, 28 Mar 2001 05:22:16 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SDMGt05694; Wed, 28 Mar 2001 05:22:16 -0800 (PST) (envelope-from demon) Message-Id: <200103281322.f2SDMGt05694@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 28 Mar 2001 05:22:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rrdtool Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/28 05:22:16 PST Modified files: net/rrdtool Makefile Log: Eliminate -ffast-math slightly better way. Submitted by: knu Revision Changes Path 1.20 +2 -2 ports/net/rrdtool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 5:41: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 0816E37B719; Wed, 28 Mar 2001 05:41:20 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SDfKC07439; Wed, 28 Mar 2001 05:41:20 -0800 (PST) (envelope-from dwmalone) Message-Id: <200103281341.f2SDfKC07439@freefall.freebsd.org> From: David Malone Date: Wed, 28 Mar 2001 05:41:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/03/28 05:41:19 PST Modified files: usr.sbin/inetd builtins.c Log: Allow ident requests with trailing junk following the terminating "\n". Reviewed by: ben Approved by: green Revision Changes Path 1.31 +4 -2 src/usr.sbin/inetd/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 5:42:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A835D37B71B; Wed, 28 Mar 2001 05:42:42 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SDggT07653; Wed, 28 Mar 2001 05:42:42 -0800 (PST) (envelope-from alfred) Message-Id: <200103281342.f2SDggT07653@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 28 Mar 2001 05:42:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/wi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/28 05:42:42 PST Modified files: sys/modules/wi Makefile Log: Forgot to add pci_if.h to SRCS Pointed out by: phk Revision Changes Path 1.10 +2 -2 src/sys/modules/wi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 5: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 1D42B37B71E; Wed, 28 Mar 2001 05:43:08 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SDh7I07698; Wed, 28 Mar 2001 05:43:08 -0800 (PST) (envelope-from dirk) Message-Id: <200103281343.f2SDh7I07698@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 28 Mar 2001 05:43:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/03/28 05:43:07 PST Modified files: databases/mysql323-server Makefile distinfo Log: Upgrade to 3.23.36. From the announcement: "This release should fix the final bugs we accidently got into 3.23.34 and a long security bug that has been in MySQL a long time! The main fixed bugs are that UPDATE didn't always use keys when updating on something not based on a primary key and that 'affected rows' wasn't returned to the client if the mysqld server wasn't compiled with support for transactions." Revision Changes Path 1.111 +2 -2 ports/databases/mysql323-server/Makefile 1.47 +1 -1 ports/databases/mysql323-server/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 6: 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 35EB137B725; Wed, 28 Mar 2001 06:08:48 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SE8lW12830; Wed, 28 Mar 2001 06:08:48 -0800 (PST) (envelope-from kuriyama) Message-Id: <200103281408.f2SE8lW12830@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 28 Mar 2001 06:08:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/xalan-j Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/03/28 06:08:47 PST Modified files: java/xalan-j Makefile distinfo pkg-plist Log: Upgrade to 2.0.1. Submitted by: Ernst de Haan (maintainer) PR: ports/25975 Revision Changes Path 1.2 +9 -5 ports/java/xalan-j/Makefile 1.2 +1 -1 ports/java/xalan-j/distinfo 1.2 +2165 -2118 ports/java/xalan-j/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 Mar 28 6:11:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5DF437B71D; Wed, 28 Mar 2001 06:11:15 -0800 (PST) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEBFd13176; Wed, 28 Mar 2001 06:11:15 -0800 (PST) (envelope-from hm) Message-Id: <200103281411.f2SEBFd13176@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 28 Mar 2001 06:11:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/03/28 06:11:15 PST Modified files: sys/dev/amr amr.c Log: In case the driver runs on an HP NetRaid controller, attempt to properly decode the BIOS and firmware version and announce the board as HP NetRaid. This has been tested with a NetRaid 3si controller, the BIOS/firmware printout should also work for other NetRaid controllers but the type detection for other NetRaids (such as the 1si) will not work due to the lack of hardware. Reviewed by: msmith Revision Changes Path 1.25 +38 -4 src/sys/dev/amr/amr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 6:13:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7873237B722; Wed, 28 Mar 2001 06:13:20 -0800 (PST) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEDKm13334; Wed, 28 Mar 2001 06:13:20 -0800 (PST) (envelope-from jesper) Message-Id: <200103281413.f2SEDKm13334@freefall.freebsd.org> From: Jesper Skriver Date: Wed, 28 Mar 2001 06:13:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c tcp_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jesper 2001/03/28 06:13:20 PST Modified files: sys/netinet ip_icmp.c tcp_subr.c Log: MFC candidate. Change code from PRC_UNREACH_ADMIN_PROHIB to PRC_UNREACH_PORT for ICMP_UNREACH_PROTOCOL and ICMP_UNREACH_PORT And let TCP treat PRC_UNREACH_PORT like PRC_UNREACH_ADMIN_PROHIB This should fix the case where port unreachables for udp returned ENETRESET instead of ECONNREFUSED Problem found by: Bill Fenner Reviewed by: jlemon Revision Changes Path 1.56 +2 -2 src/sys/netinet/ip_icmp.c 1.96 +3 -2 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 6:31: 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 B946937B71D; Wed, 28 Mar 2001 06:30:57 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEUvC15089; Wed, 28 Mar 2001 06:30:57 -0800 (PST) (envelope-from will) Message-Id: <200103281430.f2SEUvC15089@freefall.freebsd.org> From: Will Andrews Date: Wed, 28 Mar 2001 06:30:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-Embperl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/28 06:30:56 PST Modified files: www Makefile www/p5-HTML-Embperl Makefile Log: Fix dependency problem: p5-Apache -> mod_perl. PR: 26170 Submitted by: maintainer Revision Changes Path 1.326 +2 -2 ports/www/Makefile 1.9 +2 -2 ports/www/p5-HTML-Embperl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 6:38: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 1FDFD37B71E; Wed, 28 Mar 2001 06:38:55 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEcsE15875; Wed, 28 Mar 2001 06:38:54 -0800 (PST) (envelope-from nbm) Message-Id: <200103281438.f2SEcsE15875@freefall.freebsd.org> From: Neil Blakey-Milner Date: Wed, 28 Mar 2001 06:38:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-omniorb 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/03/28 06:38:54 PST Modified files: devel Makefile Added files: devel/py-omniorb Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add py-omniorb 1.3, python bindings for omniORB, a CORBA 2.0 ORB. PR: 26140 Submitted by: Johann Visagie Revision Changes Path 1.477 +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 Mar 28 6:39: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 D018737B719; Wed, 28 Mar 2001 06:39:33 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEdXM15955; Wed, 28 Mar 2001 06:39:33 -0800 (PST) (envelope-from nbm) Message-Id: <200103281439.f2SEdXM15955@freefall.freebsd.org> From: Neil Blakey-Milner Date: Wed, 28 Mar 2001 06:39:33 -0800 (PST) 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/03/28 06:39:30 PST Modified files: . modules Log: py-omniorb --> ports/devel/py-omniorb Revision Changes Path 1.2748 +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 Mar 28 6:46:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4BB437B720; Wed, 28 Mar 2001 06:46:26 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEkQY20412; Wed, 28 Mar 2001 06:46:26 -0800 (PST) (envelope-from demon) Message-Id: <200103281446.f2SEkQY20412@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 28 Mar 2001 06:46:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/kdeadmin/files patch-rpmMessages.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/28 06:46:26 PST Added files: sysutils/kdeadmin/files patch-rpmMessages.c Log: Fix build on machines with rpm installed. PR: 26167 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 6:50: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 8EBBF37B724; Wed, 28 Mar 2001 06:50:10 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEoAr28922; Wed, 28 Mar 2001 06:50:10 -0800 (PST) (envelope-from jeh) Message-Id: <200103281450.f2SEoAr28922@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 28 Mar 2001 06:50:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/vorbis-tools/files patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/03/28 06:50:10 PST Added files: audio/vorbis-tools/files patch-ae patch-af Log: Missed files!! - changes MAINTAINER, - fixes a bug in shared memory handling where SYSVSHM segments wouldn't be destroyed on program exit, - prefers memory sharing by mmap() over SYSVSHM, - bumps PORTREVISION due to the fix above, - contains miscellaneous clean-ups and autoconf-related changes. PR: 25942 Submitted by: Christian Weisgerber Reviewed by: Theo van Klaveren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 6: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 73FC637B727; Wed, 28 Mar 2001 06:51:52 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEpqc32771; Wed, 28 Mar 2001 06:51:52 -0800 (PST) (envelope-from demon) Message-Id: <200103281451.f2SEpqc32771@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 28 Mar 2001 06:51:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/kdeadmin/files patch-rpmMessages.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/28 06:51:51 PST Modified files: sysutils/kdeadmin/files patch-rpmMessages.c Log: Fix typo. Revision Changes Path 1.2 +2 -2 ports/sysutils/kdeadmin/files/patch-rpmMessages.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 6:54: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 4F4CE37B72F; Wed, 28 Mar 2001 06:54:33 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEsXs34237; Wed, 28 Mar 2001 06:54:33 -0800 (PST) (envelope-from peter) Message-Id: <200103281454.f2SEsXs34237@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 06:54:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/28 06:54:33 PST Modified files: sys/i386/isa cy.c Log: Typo fix. s/criticale_t/critical_t/ Revision Changes Path 1.116 +2 -2 src/sys/i386/isa/cy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 6:58: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 23F6A37B71C; Wed, 28 Mar 2001 06:58:21 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SEwLF36641; Wed, 28 Mar 2001 06:58:21 -0800 (PST) (envelope-from ru) Message-Id: <200103281458.f2SEwLF36641@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Mar 2001 06:58:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.man.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/28 06:58:14 PST Modified files: share/mk bsd.man.mk Log: - Removed `n' from the list of manpage sections. - Only support the old syntax for manpage declarations (MAN1...MAN9) if no MAN is defined. Revision Changes Path 1.37 +6 -6 src/share/mk/bsd.man.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 7: 4: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 2EED437B71E; Wed, 28 Mar 2001 07:04:26 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SF4QK42719; Wed, 28 Mar 2001 07:04:26 -0800 (PST) (envelope-from jhb) Message-Id: <200103281504.f2SF4QK42719@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 07:04:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs_vnops.c src/sys/compat/svr4 svr4_misc.c src/sys/i386/ibcs2 ibcs2_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 07:04:25 PST Modified files: sys/compat/linprocfs linprocfs_vnops.c sys/compat/svr4 svr4_misc.c sys/i386/ibcs2 ibcs2_sysvec.c Log: Add missing includes of Reported by: peter Revision Changes Path 1.19 +2 -1 src/sys/compat/linprocfs/linprocfs_vnops.c 1.28 +2 -1 src/sys/compat/svr4/svr4_misc.c 1.23 +2 -1 src/sys/i386/ibcs2/ibcs2_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 7: 7:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68B5137B719; Wed, 28 Mar 2001 07:07:49 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SF7nk51344; Wed, 28 Mar 2001 07:07:49 -0800 (PST) (envelope-from ru) Message-Id: <200103281507.f2SF7nk51344@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Mar 2001 07:07:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/28 07:07:49 PST Modified files: share/mk bsd.prog.mk Log: Define MAN to ${PROG}.1 if no manpages were specified, but still provide MAN1 for backwards compatibility. Third party software may still have dependancy lines of this form: ${MAN1}: foo.man Revision Changes Path 1.92 +3 -2 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 Wed Mar 28 7:12: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 71D3437B71A; Wed, 28 Mar 2001 07:12:32 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SFCV962797; Wed, 28 Mar 2001 07:12:31 -0800 (PST) (envelope-from ru) Message-Id: <200103281512.f2SFCV962797@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 28 Mar 2001 07:12:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/28 07:12:31 PST Modified files: share/mk bsd.README Log: - Document recent MAN[1-9] -> MAN changes. - Backout part of revision 1.4 (../Makefile.inc -> bsd.inc.mk change). Revision Changes Path 1.17 +12 -11 src/share/mk/bsd.README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 7: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 C2A5E37B719; Wed, 28 Mar 2001 07:24:09 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SFO9q90962; Wed, 28 Mar 2001 07:24:09 -0800 (PST) (envelope-from jim) Message-Id: <200103281524.f2SFO9q90962@freefall.freebsd.org> From: Jim Mock Date: Wed, 28 Mar 2001 07:24:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat-devel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/03/28 07:24:09 PST Modified files: irc/xchat-devel Makefile distinfo Log: Update to version 1.7.1. Revision Changes Path 1.72 +2 -2 ports/irc/xchat-devel/Makefile 1.46 +1 -1 ports/irc/xchat-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 7:35:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DA8737B71B; Wed, 28 Mar 2001 07:35:43 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SFZhE15488; Wed, 28 Mar 2001 07:35:43 -0800 (PST) (envelope-from ijliao) Message-Id: <200103281535.f2SFZhE15488@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 28 Mar 2001 07:35:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/paragui 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/03/28 07:35:43 PST Modified files: x11-toolkits Makefile Added files: x11-toolkits/paragui Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add paragui ParaGUI is a cross-platform high-level application framework and GUI library Revision Changes Path 1.132 +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 Wed Mar 28 7:35:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 358F337B71E; Wed, 28 Mar 2001 07:35:47 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SFZlI15523; Wed, 28 Mar 2001 07:35:47 -0800 (PST) (envelope-from ijliao) Message-Id: <200103281535.f2SFZlI15523@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 28 Mar 2001 07:35:47 -0800 (PST) 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/03/28 07:35:47 PST Modified files: . modules Log: paragui --> ports/x11-toolkits/paragui Revision Changes Path 1.2749 +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 Mar 28 7: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 5B9C537B726; Wed, 28 Mar 2001 07:52:19 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SFqGV17218; Wed, 28 Mar 2001 07:52:16 -0800 (PST) (envelope-from yar) Message-Id: <200103281552.f2SFqGV17218@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 28 Mar 2001 07:52:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/03/28 07:52:16 PST Modified files: sys/net if_vlan.c Log: Fix a number of minor bugs in the VLAN code: * Initialize the "struct sockaddr_dl sdl" correctly in vlan_setmulti(). PR: kern/22181 * The driver used to call malloc(..., M_NOWAIT), but to not check the return value. Change malloc(..., M_NOWAIT) to malloc(..., M_WAITOK) because the corresponding part of code is called from the upper half of the kernel only. PR: kern/22181 * Make sure a parent interface is up and running before invoking its if_start() routine in order to avoid system panic. PR: kern/22179 kern/24741 i386/25478 * Do not copy all the flags from a parent mindlessly. PR: kern/22179 * Do not call if_down() on a parent interface if it's already down. Call if_down() at splimp because if_down() needs that. PR: kern/22179 Reviewed by: wollman Revision Changes Path 1.26 +26 -7 src/sys/net/if_vlan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 8:11: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 996CD37B724; Wed, 28 Mar 2001 08:11:52 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SGBq521407; Wed, 28 Mar 2001 08:11:52 -0800 (PST) (envelope-from jhb) Message-Id: <200103281611.f2SGBq521407@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 08:11:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 08:11:52 PST Modified files: sys/kern subr_witness.c Log: Close a race condition where if we were obtaining a sleep lock and no spin locks were held, we could be preempted and switch CPU's in between the time that we set a variable to the list of spin locks on our CPU and the time that we checked that variable to ensure no spinlocks were held while grabbing a sleep lock. Losing the race resulted in checking some other CPU's spin lock list and bogusly panicing. Revision Changes Path 1.61 +15 -2 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 8: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 DE7D137B726; Wed, 28 Mar 2001 08:34:14 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SGYD223441; Wed, 28 Mar 2001 08:34:13 -0800 (PST) (envelope-from peter) Message-Id: <200103281634.f2SGYD223441@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 08:34:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/28 08:34:13 PST Modified files: (Branch: RELENG_4) lib/libc/gen glob.c Log: MFC rev 1.15-1.16; fix g_Ctoc() etc. Approved by: jkh Revision Changes Path 1.11.6.3 +39 -17 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 8:40:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 439EB37B71E; Wed, 28 Mar 2001 08:40:12 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SGeC423982; Wed, 28 Mar 2001 08:40:12 -0800 (PST) (envelope-from peter) Message-Id: <200103281640.f2SGeC423982@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 08:40:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include glob.h src/lib/libc/gen glob.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/28 08:40:11 PST Modified files: (Branch: RELENG_3) include glob.h lib/libc/gen glob.c Log: MFC: sync all the way up to glob.c rev 1.16 and glob.h rev 1.4 Revision Changes Path 1.3.2.1 +3 -0 src/include/glob.h 1.11.2.1 +83 -45 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 8:51: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E694E37B71A; Wed, 28 Mar 2001 08:51:02 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SGp2V25102; Wed, 28 Mar 2001 08:51:02 -0800 (PST) (envelope-from sobomax) Message-Id: <200103281651.f2SGp2V25102@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 08:51:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee Makefile src/usr.bin/ee/nls/uk_UA.KOI8-U ee.msg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/28 08:51:02 PST Modified files: usr.bin/ee Makefile Added files: usr.bin/ee/nls/uk_UA.KOI8-U ee.msg Log: Add Ukrainian translation. Submitted by: Olexander Kunytsa Revision Changes Path 1.14 +3 -2 src/usr.bin/ee/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9: 3:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3DAB37B71F; Wed, 28 Mar 2001 09:03:41 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SH3fx26336; Wed, 28 Mar 2001 09:03:41 -0800 (PST) (envelope-from knu) Message-Id: <200103281703.f2SH3fx26336@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 28 Mar 2001 09:03:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/ruby-bigfloat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/28 09:03:41 PST Modified files: math/ruby-bigfloat Makefile distinfo Log: Update to 1.1.6. Revision Changes Path 1.10 +20 -7 ports/math/ruby-bigfloat/Makefile 1.5 +3 -1 ports/math/ruby-bigfloat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9: 4:17 2001 Delivered-To: cvs-all@freebsd.org Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id 1ABDE37B718; Wed, 28 Mar 2001 09:04:07 -0800 (PST) (envelope-from kapr@acm.org) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f2SH3B312976; Wed, 28 Mar 2001 21:03:11 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id UAA26027; Wed, 28 Mar 2001 20:58:35 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f2SGu8W10997; Wed, 28 Mar 2001 20:56:09 +0400 (MSD) (envelope-from kapr@acm.org) X-Authentication-Warning: kapran.bitmcnit.bryansk.su: alex set sender to kapr@acm.org using -f Date: Wed, 28 Mar 2001 20:56:07 +0400 From: Alex Kapranoff To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/ee - Imported sources Message-ID: <20010328205607.A10789@kapran.bitmcnit.bryansk.su> References: <200103271338.f2RDcKi80392@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: <200103271338.f2RDcKi80392@freefall.freebsd.org>; from sobomax@FreeBSD.ORG on Tue, Mar 27, 2001 at 05:38:20AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT i386 Organization: Internal Mongolia Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 27, 2001 at 05:38:20AM -0800, Maxim Sobolev wrote: > sobomax 2001/03/27 05:38:20 PST > > src/usr.bin/ee - Imported sources > Update of /home/ncvs/src/usr.bin/ee > In directory freefall.freebsd.org:/c/tmp/cvs-serv80321 > > Log Message: > Virgin import of Hugh F. Mahon's EasyEditor 1.4.1. > > Status: > > Vendor Tag: HUGH_F_MAHON > Release Tags: ee_1_4_1 ee(1) seems to be under Artistic license which is more GPL than BSD. Isn't it a legitimate reason to move it under gnu/usr.bin? Or even (if Hugh maintains it) under contrib? -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 2083 hours in the brand new millenium... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9: 6: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA74937B726; Wed, 28 Mar 2001 09:06:02 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SH62d29037; Wed, 28 Mar 2001 09:06:02 -0800 (PST) (envelope-from sobomax) Message-Id: <200103281706.f2SH62d29037@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 09:06:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/28 09:06:02 PST Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Olexander Kunytsa for his l10n patches (ee(1) and ports/net/micq). Revision Changes Path 1.400 +6 -2 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9: 6:48 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 995AD37B725; Wed, 28 Mar 2001 09:06:42 -0800 (PST) (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 f2SH6dG95381; Wed, 28 Mar 2001 09:06:39 -0800 (PST) (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: <200103281152.f2SBqwk86873@freefall.freebsd.org> Date: Wed, 28 Mar 2001 09:06:13 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/alpha/alpha pmap.c src/sys/compat/linpro Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Mar-01 John Baldwin wrote: > jhb 2001/03/28 03:52:58 PST > > Modified files: > sys/alpha/alpha pmap.c > sys/compat/linprocfs linprocfs_vnops.c > sys/compat/svr4 svr4_misc.c > sys/i386/i386 pmap.c > sys/i386/ibcs2 ibcs2_sysvec.c > sys/ia64/ia64 pmap.c > sys/kern imgact_elf.c init_main.c kern_exit.c > kern_fork.c kern_kthread.c kern_ktrace.c > kern_proc.c kern_resource.c kern_sig.c > kern_synch.c sys_process.c vfs_syscalls.c > sys/miscfs/procfs procfs_ctl.c procfs_vnops.c > sys/sys proc.h > sys/vm vm_glue.c vm_meter.c vm_object.c > vm_pageout.c > Log: > Convert the allproc and proctree locks from lockmgr locks to sx locks. Forgot to mention: If you have seen occasional deadlocks in current with processes in the 'allproc' wait channel (i.e., system seems to freeze, but you can drop into ddb, and you find that the clock swi is stuck in 'allproc') try today's current and see if this fixes it. Note that you want my later fix for the race condition in witness as well, as this deadlock only occurred on SMP boxes, at least that I've heard. -- 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 Mar 28 9:20:40 2001 Delivered-To: cvs-all@freebsd.org Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.112]) by hub.freebsd.org (Postfix) with ESMTP id 7B87337B720; Wed, 28 Mar 2001 09:20:23 -0800 (PST) (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 f2SHJaC54464; Wed, 28 Mar 2001 20:19:36 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3AC20873.E4BB8AEF@FreeBSD.org> Date: Wed, 28 Mar 2001 18:51:16 +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: Alex Kapranoff Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/ee - Imported sources References: <200103271338.f2RDcKi80392@freefall.freebsd.org> <20010328205607.A10789@kapran.bitmcnit.bryansk.su> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex Kapranoff wrote: > On Tue, Mar 27, 2001 at 05:38:20AM -0800, Maxim Sobolev wrote: > > sobomax 2001/03/27 05:38:20 PST > > > > src/usr.bin/ee - Imported sources > > Update of /home/ncvs/src/usr.bin/ee > > In directory freefall.freebsd.org:/c/tmp/cvs-serv80321 > > > > Log Message: > > Virgin import of Hugh F. Mahon's EasyEditor 1.4.1. > > > > Status: > > > > Vendor Tag: HUGH_F_MAHON > > Release Tags: ee_1_4_1 > > ee(1) seems to be under Artistic license which is more GPL than BSD. > Isn't it a legitimate reason to move it under gnu/usr.bin? Or even (if > Hugh maintains it) under contrib? 1. I'm not a lawyer to comment on the "more GPL than BSD". But the code has been here since 1996, so I suppose that the license is compatible with BSD. 2. Before importing new version I discussed with peter possibility to move it into contrib/, but he told that for such slim program it is not really necessary (for example we have zlib under src/lib/zlib, not under src/contrib). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:26: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 C1BE937B71E; Wed, 28 Mar 2001 09:26:27 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHQRl31302; Wed, 28 Mar 2001 09:26:27 -0800 (PST) (envelope-from dinoex) Message-Id: <200103281726.f2SHQRl31302@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 28 Mar 2001 09:26:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/fwbuilder Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/03/28 09:26:27 PST Modified files: security/fwbuilder Makefile Log: Empty line removed to make portlint happy Revision Changes Path 1.3 +1 -2 ports/security/fwbuilder/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:28: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 C49A937B727; Wed, 28 Mar 2001 09:28:38 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHScU31610; Wed, 28 Mar 2001 09:28:38 -0800 (PST) (envelope-from dinoex) Message-Id: <200103281728.f2SHScU31610@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 28 Mar 2001 09:28:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/03/28 09:28:38 PST Modified files: mail/sendmail Makefile Log: extra Whitespaces removed Revision Changes Path 1.11 +2 -2 ports/mail/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:30: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 6E00837B719; Wed, 28 Mar 2001 09:30:27 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHURf31992; Wed, 28 Mar 2001 09:30:27 -0800 (PST) (envelope-from phk) Message-Id: <200103281730.f2SHURf31992@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 09:30:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/nos-tun nos-tun.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/28 09:30:27 PST Modified files: sbin/nos-tun nos-tun.c Log: Allow specification of which source address to use for encapsulation. PR: 25847 Submitted by: Eugene Polovnikov Revision Changes Path 1.8 +19 -4 src/sbin/nos-tun/nos-tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:44: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 8730C37B72B; Wed, 28 Mar 2001 09:44:26 -0800 (PST) (envelope-from keith@FreeBSD.org) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHiQj33613; Wed, 28 Mar 2001 09:44:26 -0800 (PST) (envelope-from keith) Message-Id: <200103281744.f2SHiQj33613@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Wed, 28 Mar 2001 09:44:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/big5fs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/chinese/big5fs/files big5fs.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/03/28 09:44:26 PST Modified files: chinese/big5fs Makefile distinfo pkg-comment pkg-descr pkg-plist chinese/big5fs/files big5fs.sh Log: Add another kernel module: big5ntfs.ko This kernel module lets users read BIG5 filenames on an NTFS. The author is . The original patch is located at: http://www.cis.nctu.edu.tw/~gis89501/bsd/ntfs/chinese_ntfs-4.3b2-ro.patch It is slightly modified to accomodate port building. It was tested on 4.3-BETA with Windows 2000 by the author, and 5.0-CURRENT by me (also with 2000). Revision Changes Path 1.3 +11 -5 ports/chinese/big5fs/Makefile 1.2 +1 -1 ports/chinese/big5fs/distinfo 1.2 +1 -1 ports/chinese/big5fs/pkg-comment 1.2 +5 -3 ports/chinese/big5fs/pkg-descr 1.2 +1 -0 ports/chinese/big5fs/pkg-plist 1.3 +5 -0 ports/chinese/big5fs/files/big5fs.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:45:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE0C037B71B; Wed, 28 Mar 2001 09:45:42 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHjgR33920; Wed, 28 Mar 2001 09:45:42 -0800 (PST) (envelope-from sobomax) Message-Id: <200103281745.f2SHjgR33920@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 09:45:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian Makefile ports/russian/xxkb Makefile distinfo pkg-comment pkg-descr pkg-plist 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/03/28 09:45:41 PST Modified files: russian Makefile Added files: russian/xxkb Makefile distinfo pkg-comment pkg-descr pkg-plist russian/xxkb/files patch-aa Log: Add xxkb 1.5.1, an XKB keyboard layout switcher and indicator. PR: 25558 Submitted by: Alexander Matey Revision Changes Path 1.31 +2 -1 ports/russian/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:46:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AED4737B71B; Wed, 28 Mar 2001 09:46:14 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHkEq34062; Wed, 28 Mar 2001 09:46:14 -0800 (PST) (envelope-from sobomax) Message-Id: <200103281746.f2SHkEq34062@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 09:46:14 -0800 (PST) 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/03/28 09:46:14 PST Modified files: . modules Log: xxkb --> ports/russian/xxkb Revision Changes Path 1.2750 +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 Mar 28 9:51: 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 84E6037B725; Wed, 28 Mar 2001 09:51:04 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHp4N34473; Wed, 28 Mar 2001 09:51:04 -0800 (PST) (envelope-from phk) Message-Id: <200103281751.f2SHp4N34473@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 09:51:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/28 09:51:03 PST Modified files: etc/defaults rc.conf Log: Change ntp_flags to "-b" to inspire people to set it right. Note that "right" in this case is not universally recognized, but NTP-practittioners as opposed to theoretians generally agree that getting "inside the window" using ntpdate is TRTTD on PC hardware. PR: 25514 Submitted by: Chris Johnson Revision Changes Path 1.98 +2 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:51:55 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 0C85C37B72C; Wed, 28 Mar 2001 09:51:37 -0800 (PST) (envelope-from jmcoopr@webmail.bmi.net) Received: from webmail.bmi.net (dsl-154.bmi.net [207.173.60.230]) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id JAA02028; Wed, 28 Mar 2001 09:51:34 -0800 Message-ID: <3AC224A5.3386F3D7@webmail.bmi.net> Date: Wed, 28 Mar 2001 09:51:33 -0800 From: John Merryweather Cooper X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Yukihiro Nakai Cc: ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, FreeBSD-STABLE Mailing List Subject: Re: cvs commit: ports/lang/slib Makefile distinfo pkg-plistports/lang/slib/files patch-01 References: <200103280901.f2S91Ln61209@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------C871CAA5EF0DEA2E1CF34D18" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------C871CAA5EF0DEA2E1CF34D18 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Yukihiro Nakai wrote: > nakai 2001/03/28 01:01:20 PST > > Modified files: > lang/slib Makefile distinfo pkg-plist > Removed files: > lang/slib/files patch-01 > Log: > - Update to 2d1 > - independent from scheme48 > > Revision Changes Path > 1.12 +5 -13 ports/lang/slib/Makefile > 1.5 +1 -1 ports/lang/slib/distinfo > 1.6 +8 -1 ports/lang/slib/pkg-plist > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message slib 2d1 breaks gnucash. Apparently mklibcat (as opposed to mklibcat.scm) no longer exists, and gnucash depends on this (see attached error.log from attempting to start gnucash with slib 2d1 installed). I suspect this breaks other guile-dependent programs as well--and maybe guile itself. jmc --------------C871CAA5EF0DEA2E1CF34D18 Content-Type: text/plain; charset=us-ascii; name="error.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="error.log" ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/local/share/guile/slib/mklibcat" ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/local/share/guile/slib/mklibcat" ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/local/share/guile/slib/mklibcat" ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/local/share/guile/slib/mklibcat" ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/local/share/guile/slib/mklibcat" ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/local/share/guile/slib/mklibcat" ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/local/share/guile/slib/mklibcat" ERROR: Unbound variable: html-table-row ERROR: Unbound variable: gnc:make-string-database ERROR: Unbound variable: gnc:make-string-database ERROR: Unbound variable: gnc:make-string-database ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/local/share/guile/slib/mklibcat" ERROR: Unbound variable: gnc:make-string-database /usr/X11R6/share/gnome/gnucash/scm/path.scm:101:35: While evaluating arguments to gnc:config-var-value-get in expression (gnc:config-var-value-get gnc:*config-dir*): /usr/X11R6/share/gnome/gnucash/scm/path.scm:101:35: Unbound variable‚‚ úc:*config-dir* --------------C871CAA5EF0DEA2E1CF34D18-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:54:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D0DC37B725; Wed, 28 Mar 2001 09:54:52 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHspH35052; Wed, 28 Mar 2001 09:54:51 -0800 (PST) (envelope-from jhb) Message-Id: <200103281754.f2SHspH35052@freefall.freebsd.org> From: John Baldwin Date: Wed, 28 Mar 2001 09:54:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ktr.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/28 09:54:50 PST Modified files: share/man/man4 ktr.4 Log: Update history to reflect that ktr first appeared in BSD/OS 3.0. Revision Changes Path 1.3 +2 -2 src/share/man/man4/ktr.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 9:58:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D57F37B722; Wed, 28 Mar 2001 09:58:32 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SHwWh35553; Wed, 28 Mar 2001 09:58:32 -0800 (PST) (envelope-from phk) Message-Id: <200103281758.f2SHwWh35553@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 09:58:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h uscanner.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/28 09:58:32 PST Modified files: sys/dev/usb usbdevs.h usbdevs_data.h uscanner.c Log: Small patch is required to the USB susbsystem to include support for Epson Perfection 1240U scanner. PR: 25565 Submitted by: Martin Machacek Revision Changes Path 1.66 +2 -1 src/sys/dev/usb/usbdevs.h 1.66 +7 -1 src/sys/dev/usb/usbdevs_data.h 1.13 +2 -1 src/sys/dev/usb/uscanner.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 10:10:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 414BE37B725; Wed, 28 Mar 2001 10:10:46 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SIAk340205; Wed, 28 Mar 2001 10:10:46 -0800 (PST) (envelope-from sobomax) Message-Id: <200103281810.f2SIAk340205@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 10:10:46 -0800 (PST) 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/03/28 10:10:46 PST Modified files: textproc/cole Makefile textproc/xls2xml Makefile Log: Author in the process of moving from the old to the new MASTER_SITE, so but backup site first in MASTER_SITES. Submitted by: bento Revision Changes Path 1.7 +3 -3 ports/textproc/cole/Makefile 1.11 +3 -3 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 Wed Mar 28 10:16: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 07A4237B724; Wed, 28 Mar 2001 10:16:28 -0800 (PST) (envelope-from keichii@FreeBSD.org) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SIGRo40963; Wed, 28 Mar 2001 10:16:28 -0800 (PST) (envelope-from keichii) Message-Id: <200103281816.f2SIGRo40963@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 28 Mar 2001 10:16:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/kelp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keichii 2001/03/28 10:16:27 PST Modified files: devel/kelp Makefile distinfo Log: The KeLP author changed his distfile without bumping version. Updating distinfo and bumping PORTVERSION. Revision Changes Path 1.4 +2 -2 ports/devel/kelp/Makefile 1.3 +1 -1 ports/devel/kelp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 10:21:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C91BA37B722; Wed, 28 Mar 2001 10:21:31 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SILVt41630; Wed, 28 Mar 2001 10:21:31 -0800 (PST) (envelope-from nsayer) Message-Id: <200103281821.f2SILVt41630@freefall.freebsd.org> From: Nick Sayer Date: Wed, 28 Mar 2001 10:21:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/bzflag/files patch-aa config-sys patch-LinuxDisplay.h patch-multicast.cxx X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/03/28 10:21:31 PST Modified files: games/bzflag/files config-sys Added files: games/bzflag/files patch-aa Removed files: games/bzflag/files patch-LinuxDisplay.h patch-multicast.cxx Log: More patch housecleaning. patch-aa replaces the separate patches. It is a version from the author that will be merged in a future version. Putting it in a single file like this will make it easy to get rid of in the next release. Also, clean up the config file a bit, including respect for ${X11BASE} Revision Changes Path 1.5 +6 -13 ports/games/bzflag/files/config-sys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 10:21:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D2B237B72B; Wed, 28 Mar 2001 10:21:55 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SILtB41675; Wed, 28 Mar 2001 10:21:55 -0800 (PST) (envelope-from phk) Message-Id: <200103281821.f2SILtB41675@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 10:21:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys statfs.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/28 10:21:55 PST Modified files: lib/libc/sys statfs.2 Log: The f_syncreads and f_asyncreads entries are missing from the man page. This also tidies up the formatting a bit and omits all the padding entries. PR: 25834 Submitted by: Tony Finch Revision Changes Path 1.15 +5 -4 src/lib/libc/sys/statfs.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 10: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 9B5B337B725; Wed, 28 Mar 2001 10:23:41 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SINfO42017; Wed, 28 Mar 2001 10:23:41 -0800 (PST) (envelope-from sobomax) Message-Id: <200103281823.f2SINfO42017@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 28 Mar 2001 10:23:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/28 10:23:41 PST Modified files: audio/xmms Makefile Log: Allow MAINTAINER to be redefined in slave ports. Submitted by: maintainer Revision Changes Path 1.30 +2 -2 ports/audio/xmms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 10:23:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5046837B71B; Wed, 28 Mar 2001 10:23:51 -0800 (PST) (envelope-from keichii@FreeBSD.org) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SINpS42048; Wed, 28 Mar 2001 10:23:51 -0800 (PST) (envelope-from keichii) Message-Id: <200103281823.f2SINpS42048@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 28 Mar 2001 10:23:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/vrrp 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 keichii 2001/03/28 10:23:51 PST Modified files: net Makefile Added files: net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add VRRP implementation from Linux. Many people have wanted this and thanks to minosh, we finally have somewhat of one. PR: ports/25276 Submitted by: minosh@engineer.com Revision Changes Path 1.495 +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 Wed Mar 28 10:24: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E773F37B727; Wed, 28 Mar 2001 10:23:54 -0800 (PST) (envelope-from keichii@FreeBSD.org) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SINsT42081; Wed, 28 Mar 2001 10:23:54 -0800 (PST) (envelope-from keichii) Message-Id: <200103281823.f2SINsT42081@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 28 Mar 2001 10:23:54 -0800 (PST) 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 keichii 2001/03/28 10:23:54 PST Modified files: . modules Log: vrrp --> ports/net/vrrp Revision Changes Path 1.2751 +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 Mar 28 10:33:20 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 1CD6437B719; Wed, 28 Mar 2001 10:33:14 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f2SIWbg03200; Wed, 28 Mar 2001 10:32:38 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: brian@Awfulhak.org Cc: jkh@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc In-Reply-To: <200103281105.f2SB5Um54076@hak.lan.Awfulhak.org> References: <200103281105.f2SB5Um54076@hak.lan.Awfulhak.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010328103237H.jkh@osd.bsdi.com> Date: Wed, 28 Mar 2001 10:32:37 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd actually prefer not to merge this one due to the possibility for unwonted side-effects. I'm not saying there are any, simply that it's the kind of change that _could_ go outside of PPPoE and hence something which would make me a little nervous this close to release day. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 10:55: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 9E14537B722; Wed, 28 Mar 2001 10:55:46 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SItkL45719; Wed, 28 Mar 2001 10:55:46 -0800 (PST) (envelope-from nsayer) Message-Id: <200103281855.f2SItkL45719@freefall.freebsd.org> From: Nick Sayer Date: Wed, 28 Mar 2001 10:55:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/bzflag/files config-sys patch-Make-common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/03/28 10:55:46 PST Modified files: games/bzflag/files config-sys patch-Make-common Log: Respect CFLAGS, CXXFLAGS and PREFIX Revision Changes Path 1.6 +4 -4 ports/games/bzflag/files/config-sys 1.2 +21 -3 ports/games/bzflag/files/patch-Make-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 11: 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 843BB37B718; Wed, 28 Mar 2001 11:02:08 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SJ28246885; Wed, 28 Mar 2001 11:02:08 -0800 (PST) (envelope-from gallatin) Message-Id: <200103281902.f2SJ28246885@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 28 Mar 2001 11:02:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/03/28 11:02:08 PST Modified files: sys/alpha/alpha autoconf.c Log: resurrect the declaration of order to unbreak kernel build. Put it inside the ifdef so as to avoid unused variable warnings Revision Changes Path 1.44 +2 -1 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 11:13: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F98A37B719; Wed, 28 Mar 2001 11:13:04 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SJD4C51003; Wed, 28 Mar 2001 11:13:04 -0800 (PST) (envelope-from nsayer) Message-Id: <200103281913.f2SJD4C51003@freefall.freebsd.org> From: Nick Sayer Date: Wed, 28 Mar 2001 11:13:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/bzflag Makefile ports/games/bzflag/files config-sys patch-Make-common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/03/28 11:13:02 PST Modified files: games/bzflag Makefile games/bzflag/files config-sys patch-Make-common Log: Revert last change. I now understand where the PORT prefixed variables come from. Pass the pointy hat. But I cleaned out RELENG_3 support in the patch before, so finish the job in Makefile. Revision Changes Path 1.8 +2 -2 ports/games/bzflag/Makefile 1.7 +4 -4 ports/games/bzflag/files/config-sys 1.3 +3 -21 ports/games/bzflag/files/patch-Make-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 11:21:36 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 0581937B726; Wed, 28 Mar 2001 11:21:32 -0800 (PST) (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 f2SJLRG00332; Wed, 28 Mar 2001 11:21:27 -0800 (PST) (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: <200103281902.f2SJ28246885@freefall.freebsd.org> Date: Wed, 28 Mar 2001 11:21:02 -0800 (PST) From: John Baldwin To: Andrew Gallatin Subject: RE: cvs commit: src/sys/alpha/alpha autoconf.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Mar-01 Andrew Gallatin wrote: > gallatin 2001/03/28 11:02:08 PST > > Modified files: > sys/alpha/alpha autoconf.c > Log: > resurrect the declaration of order to unbreak kernel build. Put > it inside the ifdef so as to avoid unused variable warnings Ouch. :( Pass me the pointy hat. -- 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 Mar 28 11:23:38 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 8CFE537B71C; Wed, 28 Mar 2001 11:23:31 -0800 (PST) (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 OAA10443; Wed, 28 Mar 2001 14:23:30 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f2SJN0s79111; Wed, 28 Mar 2001 14:23:00 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15042.14868.564432.216694@grasshopper.cs.duke.edu> Date: Wed, 28 Mar 2001 14:23:00 -0500 (EST) To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha autoconf.c In-Reply-To: References: <200103281902.f2SJ28246885@freefall.freebsd.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin writes: > > On 28-Mar-01 Andrew Gallatin wrote: > > gallatin 2001/03/28 11:02:08 PST > > > > Modified files: > > sys/alpha/alpha autoconf.c > > Log: > > resurrect the declaration of order to unbreak kernel build. Put > > it inside the ifdef so as to avoid unused variable warnings > > Ouch. :( Pass me the pointy hat. For all the files you comitted last night/this morning, one braino like this is pretty minimal. If only we could all do so well. ;) Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 11:32: 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 C7BE637B71A; Wed, 28 Mar 2001 11:31:59 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SJVxt53477; Wed, 28 Mar 2001 11:31:59 -0800 (PST) (envelope-from phk) Message-Id: <200103281931.f2SJVxt53477@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 28 Mar 2001 11:31:59 -0800 (PST) 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 phk 2001/03/28 11:31:59 PST Modified files: gnu/usr.bin/tar tar.1 Log: Add to BUGS section why tar can't dump large minors Revision Changes Path 1.38 +6 -1 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 Mar 28 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 8C5B837B71A; Wed, 28 Mar 2001 11:39:01 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SJd1k54077; Wed, 28 Mar 2001 11:39:01 -0800 (PST) (envelope-from demon) Message-Id: <200103281939.f2SJd1k54077@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 28 Mar 2001 11:39:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cervisia Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/28 11:39:01 PST Modified files: devel/cervisia Makefile distinfo pkg-plist Log: Update to version 1.3 Submitted by: Andrey Novikov (MAINTAINER) Revision Changes Path 1.12 +39 -10 ports/devel/cervisia/Makefile 1.5 +1 -1 ports/devel/cervisia/distinfo 1.7 +12 -7 ports/devel/cervisia/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 Mar 28 11:47:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8837637B71C; Wed, 28 Mar 2001 11:47:53 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SJlrV54937; Wed, 28 Mar 2001 11:47:53 -0800 (PST) (envelope-from ume) Message-Id: <200103281947.f2SJlrV54937@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 28 Mar 2001 11:47:53 -0800 (PST) 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/03/28 11:47:53 PST Modified files: sys/netinet6 ip6_input.c Log: Make per-address input packet counts for lo0 work. Reported by: bmah Submitted by: Noriyasu KATO (via itojun) Revision Changes Path 1.22 +23 -7 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 Wed Mar 28 11:59:15 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-46.dsl.lsan03.pacbell.net [63.207.60.46]) by hub.freebsd.org (Postfix) with ESMTP id D85B737B71C; Wed, 28 Mar 2001 11:59:09 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F299F66E9C; Wed, 28 Mar 2001 11:59:08 -0800 (PST) Date: Wed, 28 Mar 2001 11:59:08 -0800 From: Kris Kennaway To: Yar Tikhiy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_vlan.c Message-ID: <20010328115908.F7915@xor.obsecurity.org> References: <200103281552.f2SFqGV17218@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="65ImJOski3p8EhYV" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103281552.f2SFqGV17218@freefall.freebsd.org>; from yar@FreeBSD.org on Wed, Mar 28, 2001 at 07:52:16AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --65ImJOski3p8EhYV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 28, 2001 at 07:52:16AM -0800, Yar Tikhiy wrote: > yar 2001/03/28 07:52:16 PST >=20 > Modified files: > sys/net if_vlan.c=20 > Log: > Fix a number of minor bugs in the VLAN code: Wow, good stuff! Kris --65ImJOski3p8EhYV 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 iD8DBQE6wkKMWry0BWjoQKURAjsXAKDuyY5UhFb+fgOplb3s29pP9bGMSwCaAn1s OoMSvFkzaMStkmlDWeJI6lM= =pcVY -----END PGP SIGNATURE----- --65ImJOski3p8EhYV-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 12:24:50 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 1E07637B71C; Wed, 28 Mar 2001 12:24:47 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f2SKOjg03622; Wed, 28 Mar 2001 12:24:45 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: yar@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_vlan.c In-Reply-To: <200103281552.f2SFqGV17218@freefall.freebsd.org> References: <200103281552.f2SFqGV17218@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010328122445K.jkh@osd.bsdi.com> Date: Wed, 28 Mar 2001 12:24:45 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a really excellent commit message. It's very concise yet it also references all the detailed information if anyone wants it. I wish all committers, including myself, were this detailed sometimes. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 12:34:50 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 751F137B719; Wed, 28 Mar 2001 12:34:42 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f2SKYdg03700; Wed, 28 Mar 2001 12:34:39 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: sobomax@FreeBSD.org Cc: kapr@acm.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ee - Imported sources In-Reply-To: <3AC20873.E4BB8AEF@FreeBSD.org> References: <200103271338.f2RDcKi80392@freefall.freebsd.org> <20010328205607.A10789@kapran.bitmcnit.bryansk.su> <3AC20873.E4BB8AEF@FreeBSD.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010328123439T.jkh@osd.bsdi.com> Date: Wed, 28 Mar 2001 12:34:39 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, if memory serves me correctly, the ee author also gave us permission to release it under the BSD license if we so chose. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 12:40:49 2001 Delivered-To: cvs-all@freebsd.org Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.112]) by hub.freebsd.org (Postfix) with ESMTP id DD99437B72F; Wed, 28 Mar 2001 12:40:38 -0800 (PST) (envelope-from max@vic.sabbo.net) Received: (from max@localhost) by vic.sabbo.net (8.11.3/8.11.2) id f2SKeBb55302; Wed, 28 Mar 2001 23:40:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200103282040.f2SKeBb55302@vic.sabbo.net> Subject: Re: cvs commit: src/usr.bin/ee - Imported sources To: jkh@osd.bsdi.com (Jordan Hubbard) Date: Wed, 28 Mar 2001 23:38:50 +0300 (EEST) Cc: sobomax@FreeBSD.org, kapr@acm.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20010328123439T.jkh@osd.bsdi.com> from "Jordan Hubbard" at Mar 28, 2001 12:34:39 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Actually, if memory serves me correctly, the ee author also gave > us permission to release it under the BSD license if we so chose. Perhaps it should be reflected somehow in the sources, shouldn't it? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 12:50: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 8DDED37B72C; Wed, 28 Mar 2001 12:50:16 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SKoGB64351; Wed, 28 Mar 2001 12:50:16 -0800 (PST) (envelope-from rwatson) Message-Id: <200103282050.f2SKoGB64351@freefall.freebsd.org> From: Robert Watson Date: Wed, 28 Mar 2001 12:50:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c src/sys/sys systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/28 12:50:16 PST Modified files: sys/kern kern_prot.c sys/sys systm.h Log: o introduce u_cansee(), which performs access control checks between two subject ucreds. Unlike p_cansee(), u_cansee() doesn't have process lock requirements, only valid ucred reference requirements, so is prefered as process locking improves. For now, back p_cansee() into u_cansee(), but eventually p_cansee() will go away. Reviewed by: jhb, tmm Obtained from: TrustedBSD Project Revision Changes Path 1.77 +27 -15 src/sys/kern/kern_prot.c 1.138 +2 -1 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 12:51:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1BFA37B718; Wed, 28 Mar 2001 12:51:19 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SKpJq64500; Wed, 28 Mar 2001 12:51:19 -0800 (PST) (envelope-from jim) Message-Id: <200103282051.f2SKpJq64500@freefall.freebsd.org> From: Jim Mock Date: Wed, 28 Mar 2001 12:51:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/teapop/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/03/28 12:51:19 PST Added files: mail/teapop/files patch-ab Log: Fix the following from the PR: First, teapop fails to authentificate user if he logs in without specifying his domain (pop_auth calls pop_string_find and tests its result against being NULL, while NULL is returned only upon malloc() failures. On empty domain logins pop_string_find returns empty string). This makes APOP login method to always fail as teapop erroneously interprets command APOP avn d41d8cd98f00b204e9800998ecf8427e as an attempt of login for user avn@d41d8cd98f00b204e9800998ecf8427e without supplying MD5 hash value. Instead, return value should be tested against being empty string, while positive test for NULL should cause pop3 server error message to be printed. Second, if configured with WITHOUT_APOP arguments to 'make install', teapop incorrectly handles QUIT command while in authentification state. It's because a part of switch statement became commented out and there will be no branch for return value from pop_wait_for_commands with command "QUIT" (it will return 3, not 4 when configured without APOP). PR: 26181 Submitted by: Alexey V. Neyman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 12:52:15 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 5C9F937B722; Wed, 28 Mar 2001 12:52:06 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f2SKq1g03835; Wed, 28 Mar 2001 12:52:02 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: sobomax@FreeBSD.org Cc: kapr@acm.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ee - Imported sources In-Reply-To: <200103282040.f2SKeBb55302@vic.sabbo.net> References: <20010328123439T.jkh@osd.bsdi.com> <200103282040.f2SKeBb55302@vic.sabbo.net> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010328125201B.jkh@osd.bsdi.com> Date: Wed, 28 Mar 2001 12:52:01 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 13 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, probably. :) From: Maxim Sobolev Subject: Re: cvs commit: src/usr.bin/ee - Imported sources Date: Wed, 28 Mar 2001 23:38:50 +0300 (EEST) > > > > Actually, if memory serves me correctly, the ee author also gave > > us permission to release it under the BSD license if we so chose. > > Perhaps it should be reflected somehow in the sources, shouldn't it? > > -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 13: 1: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 ACED937B71B; Wed, 28 Mar 2001 13:01:07 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SL17565532; Wed, 28 Mar 2001 13:01:07 -0800 (PST) (envelope-from des) Message-Id: <200103282101.f2SL17565532@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 28 Mar 2001 13:01:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/03/28 13:01:07 PST Modified files: usr.bin/fetch fetch.c Log: Bring the usage message in synch with reality. PR: bin/26160 Revision Changes Path 1.28 +3 -4 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 13: 3: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B469437B727; Wed, 28 Mar 2001 13:02:56 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SL2uS65675; Wed, 28 Mar 2001 13:02:56 -0800 (PST) (envelope-from joerg) Message-Id: <200103282102.f2SL2uS65675@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 28 Mar 2001 13:02:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee/nls/de_DE.ISO_8859-1 ee.msg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/03/28 13:02:56 PST Modified files: usr.bin/ee/nls/de_DE.ISO_8859-1 ee.msg Log: There was only a single message to be translated into German here. Revision Changes Path 1.8 +2 -2 src/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 13: 7:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6BC937B71F; Wed, 28 Mar 2001 13:07:55 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SL7tx68572; Wed, 28 Mar 2001 13:07:55 -0800 (PST) (envelope-from des) Message-Id: <200103282107.f2SL7tx68572@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 28 Mar 2001 13:07:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat if.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/03/28 13:07:55 PST Modified files: (Branch: RELENG_4) usr.bin/netstat if.c Log: Back out part of previous commit - it doesn't even work on -CURRENT... Revision Changes Path 1.32.2.6 +6 -4 src/usr.bin/netstat/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 13:22:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0B3137B722; Wed, 28 Mar 2001 13:22:47 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SLMl770269; Wed, 28 Mar 2001 13:22:47 -0800 (PST) (envelope-from des) Message-Id: <200103282122.f2SLMl770269@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 28 Mar 2001 13:22:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/03/28 13:22:47 PST Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.c Log: MFC: bring usage message in synch with reality. PR: bin/26160 Approved by: jkh Revision Changes Path 1.10.2.12 +3 -4 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 13:33: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 12D9937B71E; Wed, 28 Mar 2001 13:33:31 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SLXV771438; Wed, 28 Mar 2001 13:33:31 -0800 (PST) (envelope-from joerg) Message-Id: <200103282133.f2SLXV771438@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 28 Mar 2001 13:33:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee/nls/de_DE.ISO_8859-1 ee.msg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/03/28 13:33:30 PST Modified files: usr.bin/ee/nls/de_DE.ISO_8859-1 ee.msg Log: Update message #56. Maxim didn't merge the English version here since partially merging the line would have exceeded 80 characters. Reminded by: sobomax Revision Changes Path 1.9 +2 -2 src/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 13:34: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 B54F537B728; Wed, 28 Mar 2001 13:34:52 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SLYqg71660; Wed, 28 Mar 2001 13:34:52 -0800 (PST) (envelope-from sf) Message-Id: <200103282134.f2SLYqg71660@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 28 Mar 2001 13:34:52 -0800 (PST) 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/03/28 13:34:52 PST Modified files: . modules Log: hlserver-flf -> ports/games/hlserver-flf hlserver-cs -> ports/games/hlserver-cs Revision Changes Path 1.2752 +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 Wed Mar 28 13:50:51 2001 Delivered-To: cvs-all@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id C1F4637B71D; Wed, 28 Mar 2001 13:50:43 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id XAA29872; Wed, 28 Mar 2001 23:50:36 +0200 (CEST) Received: (from j@localhost) by uriah.heep.sax.de (8.9.3/8.9.3) id XAA34247; Wed, 28 Mar 2001 23:23:56 +0200 (MET DST) (envelope-from j) Date: Wed, 28 Mar 2001 23:23:56 +0200 From: J Wunsch To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20010328232355.A33197@uriah.heep.sax.de> Reply-To: Joerg Wunsch References: <200103281105.f2SB5Um54076@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200103281105.f2SB5Um54076@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Wed, Mar 28, 2001 at 12:05:30PM +0100 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As Brian Somers wrote: > 4.2-release (rc 1.212.2.8) had a ``rm /var/run/*'' which removed these > sockets. purgedir() was used instead in version 1.212.2.13 to > prevent problems when people create directories under /var/run. Btw., Solaris recently started to use a /var/run, and they even implemented it as a MFS (alias `tmpfs' in Solaris speak). I think any application that wants a directory substructure there should take precautions to ensure it could be created if missing. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 13:51:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F58D37B729; Wed, 28 Mar 2001 13:51:46 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SLpkE73608; Wed, 28 Mar 2001 13:51:46 -0800 (PST) (envelope-from jim) Message-Id: <200103282151.f2SLpkE73608@freefall.freebsd.org> From: Jim Mock Date: Wed, 28 Mar 2001 13:51:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/teapop Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/03/28 13:51:46 PST Modified files: mail/teapop Makefile Log: Bump PORTREVISION. Reminded by: kris Revision Changes Path 1.10 +2 -1 ports/mail/teapop/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 13: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 7DC9A37B71B; Wed, 28 Mar 2001 13:55:33 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SLtXb74217; Wed, 28 Mar 2001 13:55:33 -0800 (PST) (envelope-from trevor) Message-Id: <200103282155.f2SLtXb74217@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 28 Mar 2001 13:55:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/vorbis-tools pkg-comment pkg-plist ports/audio/vorbis-tools/files patch-aclocal.m4 patch-configure.in patch-ogg123_Makefile.am patch-ogg123_Makefile.in patch-ogg123_ogg123.c patch-aa patch-ab patch-ac patch-ad patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/03/28 13:55:31 PST Modified files: audio/vorbis-tools pkg-comment pkg-plist Added files: audio/vorbis-tools/files patch-aclocal.m4 patch-configure.in patch-ogg123_Makefile.am patch-ogg123_Makefile.in patch-ogg123_ogg123.c Removed files: audio/vorbis-tools/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Log: Install documentation in a better place. Patch ogg123/Makefile.am because automake will be run even though we do not need it. Continue to patch ogg123/Makefile.in just the same, so automake will not be required. Effectively rename some patches, and change some: - patch-aa to patch-configure.in - patch-ab to patch-ogg123_buffer.c - patch-ac to patch-ogg123_Makefile.in - patch-ad to patch-ogg123_ogg123.c (with changes) - patch-ae to patch-aclocal.m4 (with changes) - patch-af to patch-ogg123_Makefile.am (with changes) The maintainer requested this. He said that the history of these files is not worth keeping. Add $FreeBSD$ tags to the patches. Change pkg-comment. Submitted by: maintainer PR: 26136 Revision Changes Path 1.2 +1 -1 ports/audio/vorbis-tools/pkg-comment 1.3 +3 -2 ports/audio/vorbis-tools/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 14:21: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 0EA5337B71C; Wed, 28 Mar 2001 14:21:08 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SML8D78791; Wed, 28 Mar 2001 14:21:08 -0800 (PST) (envelope-from des) Message-Id: <200103282221.f2SML8D78791@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 28 Mar 2001 14:21:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/share/man/man9 vnode.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/03/28 14:21:07 PST Modified files: sys/sys vnode.h share/man/man9 vnode.9 Log: Prepare for pseudofs. Revision Changes Path 1.141 +2 -2 src/sys/sys/vnode.h 1.13 +2 -2 src/share/man/man9/vnode.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 14: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 E80A737B71A; Wed, 28 Mar 2001 14:51:42 -0800 (PST) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SMpgD81453; Wed, 28 Mar 2001 14:51:42 -0800 (PST) (envelope-from se) Message-Id: <200103282251.f2SMpgD81453@freefall.freebsd.org> From: Stefan Esser Date: Wed, 28 Mar 2001 14:51:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xblast-beta distinfo ports/games/xblast-beta/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG se 2001/03/28 14:51:42 PST Modified files: games/xblast-beta distinfo Removed files: games/xblast-beta/files patch-ab Log: Upgrade to 2.7.32 (beta) Revision Changes Path 1.4 +2 -2 ports/games/xblast-beta/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 15: 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 1CB5C37B71B; Wed, 28 Mar 2001 15:04:21 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SN4LC82540; Wed, 28 Mar 2001 15:04:21 -0800 (PST) (envelope-from olgeni) Message-Id: <200103282304.f2SN4LC82540@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 28 Mar 2001 15:04:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/rox-filer pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/28 15:04:20 PST Modified files: x11-fm/rox-filer pkg-plist Log: Fix pkg-plist. Noticed by: fenner's reminder Revision Changes Path 1.3 +1 -1 ports/x11-fm/rox-filer/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 Mar 28 15: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 127D137B72C; Wed, 28 Mar 2001 15:26:34 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SNQYe86364; Wed, 28 Mar 2001 15:26:34 -0800 (PST) (envelope-from jeh) Message-Id: <200103282326.f2SNQYe86364@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 28 Mar 2001 15:26:33 -0800 (PST) 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/03/28 15:26:33 PST Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4131 virus definitions Approved by: kris (While he is AFK) Revision Changes Path 1.22 +2 -2 ports/security/uvscan-dat/Makefile 1.22 +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 Mar 28 15:33: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 90D2B37B718; Wed, 28 Mar 2001 15:33:22 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SNXMn87349; Wed, 28 Mar 2001 15:33:22 -0800 (PST) (envelope-from murray) Message-Id: <200103282333.f2SNXMn87349@freefall.freebsd.org> From: Murray Stokely Date: Wed, 28 Mar 2001 15:33:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/hx 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 murray 2001/03/28 15:33:22 PST Modified files: net Makefile Added files: net/hx Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add hx 0.7.14, a text based Hotline (http://www.bigredh.com) client for Unix. PR: 26186 Submitted by: logo@blackened.com Revision Changes Path 1.496 +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 Wed Mar 28 15:33:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E865437B770; Wed, 28 Mar 2001 15:33:28 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SNXSq87390; Wed, 28 Mar 2001 15:33:28 -0800 (PST) (envelope-from murray) Message-Id: <200103282333.f2SNXSq87390@freefall.freebsd.org> From: Murray Stokely Date: Wed, 28 Mar 2001 15:33:28 -0800 (PST) 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 murray 2001/03/28 15:33:28 PST Modified files: . modules Log: hx --> ports/net/hx Revision Changes Path 1.2753 +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 Mar 28 15:40:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E753937B71E; Wed, 28 Mar 2001 15:40:54 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SNesu88197; Wed, 28 Mar 2001 15:40:54 -0800 (PST) (envelope-from murray) Message-Id: <200103282340.f2SNesu88197@freefall.freebsd.org> From: Murray Stokely Date: Wed, 28 Mar 2001 15:40:54 -0800 (PST) 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 murray 2001/03/28 15:40:54 PST Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Valentino Vaschetto to the list of additional contributors for his hx port. Revision Changes Path 1.401 +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 Wed Mar 28 15:43:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C5DC37B720; Wed, 28 Mar 2001 15:43:48 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SNhmC88463; Wed, 28 Mar 2001 15:43:48 -0800 (PST) (envelope-from ben) Message-Id: <200103282343.f2SNhmC88463@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 28 Mar 2001 15:43:48 -0800 (PST) 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 ben 2001/03/28 15:43:48 PST Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Try not to give the impression 'cvs import' should be used for ports. Reviewed by: jhb Revision Changes Path 1.51 +9 -9 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 Mar 28 15: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 C1F7D37B720; Wed, 28 Mar 2001 15:55:51 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SNtpN89240; Wed, 28 Mar 2001 15:55:51 -0800 (PST) (envelope-from peter) Message-Id: <200103282355.f2SNtpN89240@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 15:55:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/28 15:55:51 PST Modified files: lib/libc/gen glob.c Log: Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@. I've left out a couple of unused args between internal functions. Use MAXPATHLEN, not MAXPATHLEN + 1 in a couple of places. Pass a pointer to the end of the target filename space. Revision Changes Path 1.17 +40 -43 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 15:58: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 7C1CA37B725; Wed, 28 Mar 2001 15:58:35 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SNwZT89458; Wed, 28 Mar 2001 15:58:35 -0800 (PST) (envelope-from brian) Message-Id: <200103282358.f2SNwZT89458@freefall.freebsd.org> From: Brian Somers Date: Wed, 28 Mar 2001 15:58:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/28 15:58:34 PST Modified files: (Branch: RELENG_4) usr.sbin/ppp ppp.8 Log: Don't document the ``set socket'' features that haven't yet been MFC'd Pointed out by: George W. Dinolt Approved by: jkh Revision Changes Path 1.209.2.21 +3 -22 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16: 0:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2594237B720; Wed, 28 Mar 2001 16:00:10 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T00AN89674; Wed, 28 Mar 2001 16:00:10 -0800 (PST) (envelope-from murray) Message-Id: <200103290000.f2T00AN89674@freefall.freebsd.org> From: Murray Stokely Date: Wed, 28 Mar 2001 16:00:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/03/28 16:00:10 PST Modified files: en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml Log: Add my PGP key. Revision Changes Path 1.65 +41 -1 doc/en_US.ISO_8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16: 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 7026737B72B; Wed, 28 Mar 2001 16:02:37 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T02bI89967; Wed, 28 Mar 2001 16:02:37 -0800 (PST) (envelope-from brian) Message-Id: <200103290002.f2T02bI89967@freefall.freebsd.org> From: Brian Somers Date: Wed, 28 Mar 2001 16:02:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c ether.c iface.c iface.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/03/28 16:02:37 PST Modified files: (Branch: RELENG_4) usr.sbin/ppp bundle.c ether.c iface.c iface.h Log: MFC: Bring the PPPoE interface UP if required Approved by: jkh Revision Changes Path 1.84.2.9 +3 -3 src/usr.sbin/ppp/bundle.c 1.9.2.6 +19 -4 src/usr.sbin/ppp/ether.c 1.13.2.4 +7 -7 src/usr.sbin/ppp/iface.c 1.3.2.2 +3 -3 src/usr.sbin/ppp/iface.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16: 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 9438A37B71A; Wed, 28 Mar 2001 16:05:51 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T05pY92787; Wed, 28 Mar 2001 16:05:51 -0800 (PST) (envelope-from peter) Message-Id: <200103290005.f2T05pY92787@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 16:05:51 -0800 (PST) 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 peter 2001/03/28 16:05:51 PST Modified files: sys/dev/usb usbdevs Log: Hint: usbdevs_data.h and usbdevs.h are marked: * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. Put the Epson 1240 scanner device in the correct place. Revision Changes Path 1.50 +2 -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 Wed Mar 28 16: 6: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 6C08037B71C; Wed, 28 Mar 2001 16:06:16 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T06Gq92882; Wed, 28 Mar 2001 16:06:16 -0800 (PST) (envelope-from peter) Message-Id: <200103290006.f2T06Gq92882@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 16:06:16 -0800 (PST) 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 peter 2001/03/28 16:06:16 PST Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regenerate correctly. Revision Changes Path 1.67 +2 -2 src/sys/dev/usb/usbdevs.h 1.67 +2 -2 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 Wed Mar 28 16:12: 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 4C3D137B71B; Wed, 28 Mar 2001 16:12:02 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T0C2w93212; Wed, 28 Mar 2001 16:12:02 -0800 (PST) (envelope-from ben) Message-Id: <200103290012.f2T0C2w93212@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 28 Mar 2001 16:12:02 -0800 (PST) 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 ben 2001/03/28 16:12:02 PST Modified files: usr.sbin/raycontrol raycontrol.8 Log: Fix some minor nits: IEEE802.11 -> IEEE 802.11 (infrastructure) mode. -> (infrastructure mode). place of ".". PR: 25985 Submitted by: SUZUKI Koichi Revision Changes Path 1.7 +7 -7 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 Mar 28 16:17:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1198E37B71E; Wed, 28 Mar 2001 16:17:48 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T0HmC93799; Wed, 28 Mar 2001 16:17:48 -0800 (PST) (envelope-from fenner) Message-Id: <200103290017.f2T0HmC93799@freefall.freebsd.org> From: Bill Fenner Date: Wed, 28 Mar 2001 16:17:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/syncmal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/03/28 16:17:47 PST Modified files: palm/syncmal Makefile Log: Insert ${WRKDIRPREFIX} when looking for other ports' work dirs. Found by: bento Revision Changes Path 1.2 +3 -3 ports/palm/syncmal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16:23:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 705EA37B71C; Wed, 28 Mar 2001 16:23:17 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T0NHZ94430; Wed, 28 Mar 2001 16:23:17 -0800 (PST) (envelope-from wpaul) Message-Id: <200103290023.f2T0NHZ94430@freefall.freebsd.org> From: Bill Paul Date: Wed, 28 Mar 2001 16:23:17 -0800 (PST) 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 src/share/man/man4 ti.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/03/28 16:23:17 PST Modified files: release/texts HARDWARE.TXT release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT share/man/man4 ti.4 Log: Mention that the Asante GigaNIX1000T Gigabit Ethernet Adapter is supported by the ti(4) driver. (Another OEM'ed Tigon 2.) Revision Changes Path 1.107 +1 -0 src/release/texts/HARDWARE.TXT 1.159 +3 -1 src/release/texts/alpha/RELNOTES.TXT 1.233 +3 -1 src/release/texts/i386/RELNOTES.TXT 1.13 +3 -1 src/share/man/man4/ti.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16:26: 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 DD7F837B71C; Wed, 28 Mar 2001 16:25:58 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T0Pw894745; Wed, 28 Mar 2001 16:25:58 -0800 (PST) (envelope-from wpaul) Message-Id: <200103290025.f2T0Pw894745@freefall.freebsd.org> From: Bill Paul Date: Wed, 28 Mar 2001 16:25:58 -0800 (PST) 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 src/share/man/man4 ti.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/03/28 16:25:58 PST Modified files: release/texts HARDWARE.TXT release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT share/man/man4 ti.4 Log: Whoops, mention the Asante PCI 1000BASE-SX Gigabit Ethernet Adapter (fiber version) too. Revision Changes Path 1.108 +1 -0 src/release/texts/HARDWARE.TXT 1.160 +2 -1 src/release/texts/alpha/RELNOTES.TXT 1.234 +2 -1 src/release/texts/i386/RELNOTES.TXT 1.14 +3 -1 src/share/man/man4/ti.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16: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 B142A37B722; Wed, 28 Mar 2001 16:29:01 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T0T1q94963; Wed, 28 Mar 2001 16:29:01 -0800 (PST) (envelope-from ben) Message-Id: <200103290029.f2T0T1q94963@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 28 Mar 2001 16:29:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys statfs.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/03/28 16:29:01 PST Modified files: lib/libc/sys statfs.2 Log: Catch up with a comment that changed in rev1.73 of mount.h PR: 25836 Submitted by: Tony Finch Revision Changes Path 1.16 +2 -2 src/lib/libc/sys/statfs.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16:29: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 DF95337B742; Wed, 28 Mar 2001 16:29:07 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T0T7894985; Wed, 28 Mar 2001 16:29:07 -0800 (PST) (envelope-from asami) Message-Id: <200103290029.f2T0T7894985@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 28 Mar 2001 16:29:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cervisia Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2001/03/28 16:29:07 PST Modified files: devel/cervisia Makefile Log: pre-everything uses two colons, not one. Submitted by: bento Revision Changes Path 1.13 +2 -2 ports/devel/cervisia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16:36: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 29F1D37B71A; Wed, 28 Mar 2001 16:36:37 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T0ab595547; Wed, 28 Mar 2001 16:36:37 -0800 (PST) (envelope-from gibbs) Message-Id: <200103290036.f2T0ab595547@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 28 Mar 2001 16:36:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_inline.h aic7xxx_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/03/28 16:36:36 PST Modified files: sys/dev/aic7xxx aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_inline.h aic7xxx_pci.c Log: aic7770.c: aic7xxx_pci.c: Enable board generation of interrupts only once our handler is in place and all other setup has occurred. aic7xxx.c: More conversion of data types to ahc_* names. tmode_tstate and tmode_lstate are the latest victims. Clean up the check condition path by branching early rather than indenting a giant block of code. Add support for target mode initiated sync negotiation. The code has been tested by forcing the feature on for all devices, but for the moment is left inaccesible until a decent mechanism for controlling the behavior is complete. Implementing this feature required the removal of the old "target message request" mechanism. The old method required setting one of the 16 bit fields to initiate negotiation with a particular target. This had the nice effect of being easy to change the request and have it effect the next command. We now set the MK_MESSAGE bit on any new command when negotiation is required. When the negotiation is successful, we walk through and clean up the bit on any pending commands. Since we have to walk the commands to reset the SCSI syncrate values so no additional work is required. The only drawback of this approach is that the negotiation is deferred until the next command is queued to the controller. On the plus side, we regain two bytes of sequencer scratch ram and 6 sequencer instructions. When cleaning up a target mode instance, never remove the "master" target mode state object. The master contains all of the saved SEEPROM settings that control things like transfer negotiations. This data will be cloned as the defaults if a target mode instance is re-instantiated. Correct a bug in ahc_set_width(). We neglected to update the pending scbs to reflect the new parameters. Since wide negotiation is almost always followed by sync negotiation it is doubtful that this had any real effect. When in the target role, don't complain about "Target Initiated" negotiation requests when an initiator negotiates with us. Defer enabling board interrupts until after ahc_intr_enable() is called. Pull all info that used to be in ahc_timeout for the FreeBSD OSM into ahc_dump_card_state(). This info should be printed out on all platforms. aic7xxx.h: Add the SCB_AUTO_NEGOITATE scb flag. This allows us to discern the reason the MK_MESSAGE flag is set in the hscb control byte. We only want to clear MK_MESSAGE in ahc_update_pending_scbs() if the MK_MESSAGE was set due to an auto transfer negotiation. Add the auto_negotiate bitfield for each tstate so that behavior can be controlled for each of our enabled SCSI IDs. Use a bus interrupt handler vector in our softc rather than hard coding the PCI interrupt handler. This makes it easier to build the different bus attachments to the aic7xxx driver as modules. aic7xxx.reg: Remove the TARGET_MSG_REQUEST definition for sequencer ram. aic7xxx.seq: Fix a few target mode bugs: o If MK_MESSAGE is set in an SCB, transition to message in phase and notify the kernel so that message delivery can occur. This is currently only used for target mode initiated transfer negotiation. o Allow a continue target I/O to compile without executing a status phase or disconnecting. If we have not been granted the disconnect privledge but this transfer is larger than MAXPHYS, it may take several CTIOs to get the job done. Remove the tests of the TARGET_MSG_REQUEST field in scratch ram. aic7xxx_freebsd.c: Add support for CTIOs that don't disconnect. We now defer the clearing of our pending target state until we see a CTIO for that device that has completed sucessfully. Be sure to return early if we are in a target only role and see an initiator only CCB type in our action routine. If a CTIO has the CAM_DIS_DISCONNECT flag set, propogate this flag to the SCB. This flag has no effect if we've been asked to deliver status as well. We will complete the command and release the bus in that case. Handle the new auto_negotiate field in the tstate correctly. Make sure that SCBs for "immediate" (i.e. to continue a non disconnected transaction) CTIO requests get a proper mapping in the SCB lookup table. Without this, we'll complain when the transaction completes. Update ahc_timeout() to reflect the changes to ahc_dump_card_state(). aic7xxx_inline.h: Use ahc->bus_intr rather than ahc_pci_intr. Revision Changes Path 1.5 +7 -2 src/sys/dev/aic7xxx/aic7770.c 1.73 +225 -183 src/sys/dev/aic7xxx/aic7xxx.c 1.38 +32 -26 src/sys/dev/aic7xxx/aic7xxx.h 1.37 +2 -11 src/sys/dev/aic7xxx/aic7xxx.reg 1.116 +7 -16 src/sys/dev/aic7xxx/aic7xxx.seq 1.24 +46 -37 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.15 +5 -5 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.14 +10 -2 src/sys/dev/aic7xxx/aic7xxx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 16:48:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C45137B727; Wed, 28 Mar 2001 16:48:55 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T0msl96573; Wed, 28 Mar 2001 16:48:54 -0800 (PST) (envelope-from jedgar) Message-Id: <200103290048.f2T0msl96573@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Wed, 28 Mar 2001 16:48:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl_perm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/03/28 16:48:54 PST Modified files: lib/libposix1e acl_perm.c Log: Correct function name: acl_clear_perm -> acl_clear_perms Revision Changes Path 1.2 +3 -3 src/lib/libposix1e/acl_perm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 17: 0:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B89DF37B71B; Wed, 28 Mar 2001 17:00:44 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T10i697871; Wed, 28 Mar 2001 17:00:44 -0800 (PST) (envelope-from ben) Message-Id: <200103290100.f2T10i697871@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 28 Mar 2001 17:00:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ip.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/03/28 17:00:44 PST Modified files: share/man/man4 ip.4 Log: Correct the description of the "low" (< 1024) port range. PR: 25500 Submitted by: Barry Irwin Revision Changes Path 1.21 +8 -4 src/share/man/man4/ip.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 17:25: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 7C7AC37B71D; Wed, 28 Mar 2001 17:25:07 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T1P7L02782; Wed, 28 Mar 2001 17:25:07 -0800 (PST) (envelope-from ben) Message-Id: <200103290125.f2T1P7L02782@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 28 Mar 2001 17:25:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed ed.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/03/28 17:25:07 PST Modified files: bin/ed ed.1 Log: Remove a comment which seemed to confuse makewhatis: ben@freefall:~$ whatis ed ed(1), -(1) - ed, red text editor PR: 25164 Submitted by: Rich Morin Revision Changes Path 1.26 +1 -2 src/bin/ed/ed.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 17:46:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5EE737B71E; Wed, 28 Mar 2001 17:46:20 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T1kKE05371; Wed, 28 Mar 2001 17:46:20 -0800 (PST) (envelope-from dd) Message-Id: <200103290146.f2T1kKE05371@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 28 Mar 2001 17:46:20 -0800 (PST) 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 dd 2001/03/28 17:46:20 PST Modified files: usr.sbin/pstat pstat.8 Log: Note that the -v option is not supported. Don't remove the actual text because the code is still in pstat.c, and may be reincarnated at some point. PR: 26054 Approved by: nik Revision Changes Path 1.27 +3 -1 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 Mar 28 17:46:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9DF237B71E; Wed, 28 Mar 2001 17:46:33 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T1kXD05452; Wed, 28 Mar 2001 17:46:33 -0800 (PST) (envelope-from peter) Message-Id: <200103290146.f2T1kXD05452@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 17:46:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/28 17:46:33 PST Modified files: (Branch: RELENG_4) lib/libc/gen glob.c Log: MFC rev 1.17 Revision Changes Path 1.11.6.4 +40 -43 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 17:47: 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 8211B37B71A; Wed, 28 Mar 2001 17:46:57 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T1kvj05571; Wed, 28 Mar 2001 17:46:57 -0800 (PST) (envelope-from peter) Message-Id: <200103290146.f2T1kvj05571@freefall.freebsd.org> From: Peter Wemm Date: Wed, 28 Mar 2001 17:46:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/28 17:46:57 PST Modified files: (Branch: RELENG_3) lib/libc/gen glob.c Log: MFC rev 1.17 Revision Changes Path 1.11.2.2 +40 -43 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 18: 1: 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 D986C37B718; Wed, 28 Mar 2001 18:01:02 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T212I07442; Wed, 28 Mar 2001 18:01:02 -0800 (PST) (envelope-from lioux) Message-Id: <200103290201.f2T212I07442@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 28 Mar 2001 18:01:02 -0800 (PST) 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/03/28 18:01:02 PST Modified files: net/ipcheck Makefile Log: Remote it from python category. It is an application not part of the framework. Submitted by: knu Revision Changes Path 1.3 +2 -2 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 Wed Mar 28 18:16:32 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 89E0F37B719 for ; Wed, 28 Mar 2001 18:16:29 -0800 (PST) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 32016 invoked by uid 0); 29 Mar 2001 02:16:18 -0000 Received: from pd9508817.dip.t-dialin.net (HELO speedy.gsinet) (217.80.136.23) by mail.gmx.net (mp001-rz3) with SMTP; 29 Mar 2001 02:16:18 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id WAA25917 for cvs-all@FreeBSD.org; Wed, 28 Mar 2001 22:29:42 +0200 Date: Wed, 28 Mar 2001 22:29:42 +0200 From: Gerhard Sittig To: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp bundle.c ether.c iface.c iface.h Message-ID: <20010328222942.D20830@speedy.gsinet> References: <200103281030.f2SAUFm53419@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200103281030.f2SAUFm53419@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Wed, Mar 28, 2001 at 11:30:15AM +0100 Organization: System Defenestrators Inc. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 28, 2001 at 11:30 +0100, Brian Somers wrote: > > > brian 2001/03/28 01:45:28 PST > > > > Modified files: > > usr.sbin/ppp bundle.c ether.c iface.c iface.h > > Log: > > Bring the PPPoE interface UP if required > > I think this should be MFC'd. Without this change, ADSL users > that don't user their network interface for anything else are > likely to *not* have it IFF_UP and pppoe won't work. Well, I've been bitten by this, too, a few months ago. But when implementing a PPP connection one is following the logs anyway. And after seeing the "no carrier" message I decided for a simple solution like network_interfaces="lo0 rl0 rl1" ifconfig_rl1="up" which made the connection work flawlessly. If this change to bring the interface up magically won't be MFCed maybe there should be something in the doc to state that even if you don't configure ("ifconfig(8) inet ...") the interface you should "ifconfig ... up" it. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 18:18: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 9131F37B725; Wed, 28 Mar 2001 18:18:20 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T2IKZ12190; Wed, 28 Mar 2001 18:18:20 -0800 (PST) (envelope-from gallatin) Message-Id: <200103290218.f2T2IKZ12190@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 28 Mar 2001 18:18:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/03/28 18:18:20 PST Modified files: usr.bin/systat vmstat.c Log: numdirtybuffers is an int, not a long. Revision Changes Path 1.46 +2 -2 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 18: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 CCEBF37B71F; Wed, 28 Mar 2001 18:22:16 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T2MGn12766; Wed, 28 Mar 2001 18:22:16 -0800 (PST) (envelope-from asami) Message-Id: <200103290222.f2T2MGn12766@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 28 Mar 2001 18:22:16 -0800 (PST) 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/03/28 18:22:16 PST Modified files: . INDEX Log: New index, with 4,823 ports! Revision Changes Path 1.327 +413 -381 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 18:32: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10A9E37B725; Wed, 28 Mar 2001 18:32:03 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T2W3A13969; Wed, 28 Mar 2001 18:32:03 -0800 (PST) (envelope-from lioux) Message-Id: <200103290232.f2T2W3A13969@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 28 Mar 2001 18:32:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/03/28 18:32:02 PST Modified files: audio/xmms Makefile pkg-plist Log: Add graceful creation/removal of global Skins dir. Approved by: maintainer Revision Changes Path 1.31 +4 -1 ports/audio/xmms/Makefile 1.16 +2 -0 ports/audio/xmms/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 Mar 28 18:32:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36CB937B71C; Wed, 28 Mar 2001 18:32:43 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T2Whc14040; Wed, 28 Mar 2001 18:32:43 -0800 (PST) (envelope-from ache) Message-Id: <200103290232.f2T2Whc14040@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 28 Mar 2001 18:32:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgp pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/28 18:32:43 PST Modified files: security/pgp pkg-plist Log: Reorder @unexec lines to clean directory properly Revision Changes Path 1.7 +2 -2 ports/security/pgp/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 Mar 28 19: 3:25 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id 3EC4737B725; Wed, 28 Mar 2001 19:03:16 -0800 (PST) (envelope-from bsddiy@21cn.com) Received: from William ([192.168.1.98]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id LAA31809; Thu, 29 Mar 2001 11:00:42 +0800 Date: Thu, 29 Mar 2001 11:07:54 +0800 From: David Xu X-Mailer: The Bat! (v1.48f) Personal Organization: Viasoft X-Priority: 3 (Normal) Message-ID: <119005138.20010329110754@21cn.com> To: Yar Tikhiy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_vlan.c In-reply-To: <200103281552.f2SFqGV17218@freefall.freebsd.org> References: <200103281552.f2SFqGV17218@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Yar, Wednesday, March 28, 2001, 11:52:16 PM, you wrote: YT> yar 2001/03/28 07:52:16 PST YT> Modified files: YT> sys/net if_vlan.c YT> Log: YT> Fix a number of minor bugs in the VLAN code: YT> * Initialize the "struct sockaddr_dl sdl" correctly in vlan_setmulti(). YT> PR: kern/22181 YT> * The driver used to call malloc(..., M_NOWAIT), but to not check the YT> return value. Change malloc(..., M_NOWAIT) to malloc(..., M_WAITOK) YT> because the corresponding part of code is called from the upper YT> half of the kernel only. YT> PR: kern/22181 YT> * Make sure a parent interface is up and running before invoking YT> its if_start() routine in order to avoid system panic. YT> PR: kern/22179 kern/24741 i386/25478 YT> * Do not copy all the flags from a parent mindlessly. YT> PR: kern/22179 YT> * Do not call if_down() on a parent interface if it's already down. YT> Call if_down() at splimp because if_down() needs that. YT> PR: kern/22179 YT> Reviewed by: wollman YT> Revision Changes Path YT> 1.26 +26 -7 src/sys/net/if_vlan.c hahaha, Excellent work! pls don't forget to MFC. -- Best regards, David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 19:12:56 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 1CE6D37B719; Wed, 28 Mar 2001 19:12:49 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id WAA19503; Wed, 28 Mar 2001 22:12:43 -0500 (EST) (envelope-from wollman) Date: Wed, 28 Mar 2001 22:12:43 -0500 (EST) From: Garrett Wollman Message-Id: <200103290312.WAA19503@khavrinen.lcs.mit.edu> To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.c In-Reply-To: <200103282355.f2SNtpN89240@freefall.freebsd.org> References: <200103282355.f2SNtpN89240@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Use MAXPATHLEN, not MAXPATHLEN + 1 in a couple of places. The preferred spelling of `MAXPATHLEN' is `PATH_MAX'. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 19: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 C494037B727; Wed, 28 Mar 2001 19:48:13 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T3mDH24245; Wed, 28 Mar 2001 19:48:13 -0800 (PST) (envelope-from jkoshy) Message-Id: <200103290348.f2T3mDH24245@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 28 Mar 2001 19:48:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/nspostgres Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2001/03/28 19:48:13 PST Modified files: www/nspostgres Makefile Log: Correct MASTER_SITES. Revision Changes Path 1.3 +2 -2 ports/www/nspostgres/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 20:43: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 5D09537B71B; Wed, 28 Mar 2001 20:43:34 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T4hY133427; Wed, 28 Mar 2001 20:43:34 -0800 (PST) (envelope-from jkoshy) Message-Id: <200103290443.f2T4hY133427@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 28 Mar 2001 20:43:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xli Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2001/03/28 20:43:34 PST Modified files: graphics/xli Makefile Log: Revert portion of the previous commit that changed the MAN section. Revision Changes Path 1.20 +2 -3 ports/graphics/xli/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 22:13:20 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id E977537B71C; Wed, 28 Mar 2001 22:13:13 -0800 (PST) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id 8D5EE81D03; Thu, 29 Mar 2001 00:13:03 -0600 (CST) Date: Thu, 29 Mar 2001 00:13:03 -0600 From: Bill Fumerola To: "Michael C . Wu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010329001303.F336@elvis.mu.org> References: <200103281823.f2SINpS42048@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: <200103281823.f2SINpS42048@freefall.freebsd.org>; from keichii@FreeBSD.org on Wed, Mar 28, 2001 at 10:23:51AM -0800 X-Operating-System: FreeBSD 4.2-FEARSOME-20010209 i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 28, 2001 at 10:23:51AM -0800, Michael C . Wu wrote: > keichii 2001/03/28 10:23:51 PST > > Modified files: > net Makefile > Added files: > net/vrrp Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Add VRRP implementation from Linux. Many people have wanted this > and thanks to minosh, we finally have somewhat of one. The original software is GNU, this software is not (even though it explicitly says its based off the first). Please do not make us part of this license violation. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 22:14: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 ED61037B719; Wed, 28 Mar 2001 22:14:43 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T6Ehr48575; Wed, 28 Mar 2001 22:14:43 -0800 (PST) (envelope-from murray) Message-Id: <200103290614.f2T6Ehr48575@freefall.freebsd.org> From: Murray Stokely Date: Wed, 28 Mar 2001 22:14:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook book.sgml chapters.ent doc/en_US.ISO_8859-1/books/developers-handbook/scsi chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/03/28 22:14:42 PST Modified files: en_US.ISO_8859-1/books/developers-handbook book.sgml chapters.ent Added files: en_US.ISO_8859-1/books/developers-handbook/scsi chapter.sgml Log: o Add a chapter on writing a CAM SCSI host bus adapter driver by Sergey Babkin (first published in Daemonnews). o Update copyrights for 2001. o Include the authors.ent file from the FreeBSD Handbook Approved by: babkin Revision Changes Path 1.12 +4 -1 doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml 1.3 +2 -1 doc/en_US.ISO_8859-1/books/developers-handbook/chapters.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 22:38:19 2001 Delivered-To: cvs-all@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id A871C37B726; Wed, 28 Mar 2001 22:38:15 -0800 (PST) (envelope-from keichii@peorth.iteration.net) Received: by peorth.iteration.net (Postfix, from userid 1001) id BD78759471; Thu, 29 Mar 2001 00:38:14 -0600 (CST) Date: Thu, 29 Mar 2001 00:38:14 -0600 From: "Michael C . Wu" To: Bill Fumerola Cc: "Michael C . Wu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010329003814.A13441@peorth.iteration.net> Reply-To: "Michael C . Wu" References: <200103281823.f2SINpS42048@freefall.freebsd.org> <20010329001303.F336@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010329001303.F336@elvis.mu.org>; from billf@mu.org on Thu, Mar 29, 2001 at 12:13:03AM -0600 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 29, 2001 at 12:13:03AM -0600, Bill Fumerola scribbled: | On Wed, Mar 28, 2001 at 10:23:51AM -0800, Michael C . Wu wrote: | > keichii 2001/03/28 10:23:51 PST | > | > Modified files: | > net Makefile | > Added files: | > net/vrrp Makefile distinfo pkg-comment pkg-descr | > pkg-plist | > Log: | > Add VRRP implementation from Linux. Many people have wanted this | > and thanks to minosh, we finally have somewhat of one. | | The original software is GNU, this software is not (even though | it explicitly says its based off the first). Please do not make | us part of this license violation. Which is what I meant by "somewhat of one" in my sentence. :) -- +-----------------------------------------------------------+ | keichii@iteration.net | keichii@freebsd.org | | http://iteration.net/~keichii | Yes, BSD is a conspiracy. | +-----------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 22:59:38 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 9D26137B71E; Wed, 28 Mar 2001 22:59:34 -0800 (PST) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id 521DB81D07; Thu, 29 Mar 2001 00:59:34 -0600 (CST) Date: Thu, 29 Mar 2001 00:59:34 -0600 From: Bill Fumerola To: "Michael C . Wu" Cc: "Michael C . Wu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010329005934.G336@elvis.mu.org> References: <200103281823.f2SINpS42048@freefall.freebsd.org> <20010329001303.F336@elvis.mu.org> <20010329003814.A13441@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010329003814.A13441@peorth.iteration.net>; from keichii@iteration.net on Thu, Mar 29, 2001 at 12:38:14AM -0600 X-Operating-System: FreeBSD 4.2-FEARSOME-20010209 i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 29, 2001 at 12:38:14AM -0600, Michael C . Wu wrote: > | > Log: > | > Add VRRP implementation from Linux. Many people have wanted this > | > and thanks to minosh, we finally have somewhat of one. > | > | The original software is GNU, this software is not (even though > | it explicitly says its based off the first). Please do not make > | us part of this license violation. > > Which is what I meant by "somewhat of one" in my sentence. :) You've missed my point. Changing a license w/o the original author's permission is illegal. The original author clearly states at the top of his source that the code is to be redistributed with any version of the GPL. Now we're redistributing this illegal software. Please do not make us part of this license violation. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 23: 0: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 497F937B71E; Wed, 28 Mar 2001 23:00:04 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T704m57350; Wed, 28 Mar 2001 23:00:04 -0800 (PST) (envelope-from dd) Message-Id: <200103290700.f2T704m57350@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 28 Mar 2001 23:00:04 -0800 (PST) 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 dd 2001/03/28 23:00:03 PST Modified files: en/news newsflash.sgml Log: Correct the new committer entry for myself. Pointed out by: eric Pointy hat to: me Revision Changes Path 1.253 +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 Wed Mar 28 23:10:10 2001 Delivered-To: cvs-all@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 663FB37B71C; Wed, 28 Mar 2001 23:10:03 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.11.1/8.11.0) id f2T7A2N96071; Wed, 28 Mar 2001 23:10:02 -0800 (PST) (envelope-from mph) Date: Wed, 28 Mar 2001 23:10:02 -0800 From: Matthew Hunt To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news newsflash.sgml Message-ID: <20010328231002.A96033@wopr.caltech.edu> References: <200103290700.f2T704m57350@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: <200103290700.f2T704m57350@freefall.freebsd.org>; from dd@FreeBSD.org on Wed, Mar 28, 2001 at 11:00:04PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 28, 2001 at 11:00:04PM -0800, Dima Dorfman wrote: > Correct the new committer entry for myself. > > Pointed out by: eric > Pointy hat to: me What role did Michael Elbel play in this debacle? -- Matthew Hunt * Eight lanes of shimmering cement from http://www.pobox.com/~mph/ * here to Pasadena! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 23:18:59 2001 Delivered-To: cvs-all@freebsd.org Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.112]) by hub.freebsd.org (Postfix) with ESMTP id 2A29F37B71E; Wed, 28 Mar 2001 23:18:45 -0800 (PST) (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 f2T7IZC57086; Thu, 29 Mar 2001 10:18:35 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3AC2E1C8.7142A9C@FreeBSD.org> Date: Thu, 29 Mar 2001 10:18:32 +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: Dag-Erling Smorgrav 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> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > des 2001/03/28 14:21:07 PST > > Modified files: > sys/sys vnode.h > share/man/man9 vnode.9 > Log: > Prepare for pseudofs. What ``pseudofs'' is? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 23:24:47 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 6299537B71F; Wed, 28 Mar 2001 23:24:42 -0800 (PST) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 022AD3E09; Wed, 28 Mar 2001 23:24:41 -0800 (PST) To: Matthew Hunt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news newsflash.sgml In-Reply-To: <20010328231002.A96033@wopr.caltech.edu>; from mph@astro.caltech.edu on "Wed, 28 Mar 2001 23:10:02 -0800" Date: Wed, 28 Mar 2001 23:24:41 -0800 From: Dima Dorfman Message-Id: <20010329072442.022AD3E09@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Hunt writes: > On Wed, Mar 28, 2001 at 11:00:04PM -0800, Dima Dorfman wrote: > > > Correct the new committer entry for myself. > > > > Pointed out by: eric > > Pointy hat to: me > > What role did Michael Elbel play in this debacle? Heh! Let's hear it for login names that resemble English words or unix command names (mine included)! Michael Elbel certainly has a lot of pointy hats; just search the archives (no offense to the real Michael Elbel intended). 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 Wed Mar 28 23:40: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 4673C37B729; Wed, 28 Mar 2001 23:40:21 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T7eLq63643; Wed, 28 Mar 2001 23:40:21 -0800 (PST) (envelope-from murray) Message-Id: <200103290740.f2T7eLq63643@freefall.freebsd.org> From: Murray Stokely Date: Wed, 28 Mar 2001 23:40:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/linuxemu chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/03/28 23:40:20 PST Modified files: en_US.ISO_8859-1/books/handbook/linuxemu chapter.sgml Log: Add a few additional steps to the installing Mathematica section so that Mathematica will work for console users. Submitted by: Jan Conrad Revision Changes Path 1.34 +4 -1 doc/en_US.ISO_8859-1/books/handbook/linuxemu/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 28 23:43: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 9554337B71D; Wed, 28 Mar 2001 23:43:52 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T7hqh64091; Wed, 28 Mar 2001 23:43:52 -0800 (PST) (envelope-from ijliao) Message-Id: <200103290743.f2T7hqh64091@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 28 Mar 2001 23:43:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/t1lib Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/28 23:43:52 PST Modified files: devel/t1lib Makefile pkg-descr Log: forgot INSTALLS_SHLIB Revision Changes Path 1.14 +3 -1 ports/devel/t1lib/Makefile 1.2 +1 -2 ports/devel/t1lib/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 Mar 29 0:13: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 B0AAD37B72D; Thu, 29 Mar 2001 00:13:37 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T8DbQ69925; Thu, 29 Mar 2001 00:13:37 -0800 (PST) (envelope-from sobomax) Message-Id: <200103290813.f2T8DbQ69925@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Mar 2001 00:13:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/29 00:13:31 PST Modified files: lang/python Makefile Log: Allow MAINTAINER to be redefined in a slave port. Revision Changes Path 1.75 +2 -2 ports/lang/python/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 0:13:52 2001 Delivered-To: cvs-all@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 3661737B725; Thu, 29 Mar 2001 00:13:41 -0800 (PST) (envelope-from keichii@peorth.iteration.net) Received: by peorth.iteration.net (Postfix, from userid 1001) id 3E90659471; Thu, 29 Mar 2001 02:13:40 -0600 (CST) Date: Thu, 29 Mar 2001 02:13:40 -0600 From: "Michael C . Wu" To: Bill Fumerola Cc: "Michael C . Wu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010329021340.B13441@peorth.iteration.net> Reply-To: "Michael C . Wu" References: <200103281823.f2SINpS42048@freefall.freebsd.org> <20010329001303.F336@elvis.mu.org> <20010329003814.A13441@peorth.iteration.net> <20010329005934.G336@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010329005934.G336@elvis.mu.org>; from billf@mu.org on Thu, Mar 29, 2001 at 12:59:34AM -0600 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 29, 2001 at 12:59:34AM -0600, Bill Fumerola scribbled: | On Thu, Mar 29, 2001 at 12:38:14AM -0600, Michael C . Wu wrote: | > | > Log: | > | > Add VRRP implementation from Linux. Many people have wanted this | > | > and thanks to minosh, we finally have somewhat of one. | > | | > | The original software is GNU, this software is not (even though | > | it explicitly says its based off the first). Please do not make | > | us part of this license violation. | > | > Which is what I meant by "somewhat of one" in my sentence. :) | | You've missed my point. | | Changing a license w/o the original author's permission is illegal. | The original author clearly states at the top of his source that the | code is to be redistributed with any version of the GPL. Now we're | redistributing this illegal software. | | Please do not make us part of this license violation. This is a port. We are not distributing it in the base system... What do you want? Nobody changed any license here. So you mean that when we redistribute GPL software, we change the license? Will you make yourself clear? -- +-----------------------------------------------------------+ | keichii@iteration.net | keichii@freebsd.org | | http://iteration.net/~keichii | Yes, BSD is a conspiracy. | +-----------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 0:15:14 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 1F0DD37B727; Thu, 29 Mar 2001 00:15:05 -0800 (PST) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.2/8.11.2) with ESMTP id f2T3ljd00989; Wed, 28 Mar 2001 19:47:47 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200103290347.f2T3ljd00989@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Peter Wemm Cc: Alfred Perlstein , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h In-reply-to: Your message of "Tue, 27 Mar 2001 21:19:12 PST." <200103280519.f2S5JCh42723@mobile.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Mar 2001 19:47:45 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Alfred Perlstein wrote: > > alfred 2001/03/27 21:05:06 PST > > > > Modified files: > > sys/dev/wi if_wi.c if_wireg.h > > Log: > > Add support for the Addtron AWA100 PCI wireless card. > > > > The AWA100 is a PCI board with a PLX 9052 chip that's used to talk to > > the pccard inserted into the board. > > Just keep in mind that this is an ultralightweight PCI->pccard bridge device > and ultimately this code needs to be generalized so that it works with > any pccard. wi0 doesn't have a monopoly on the PLX chip.. Based on what Alfred told me, this card actually has a private ID rather than using the generic PLX9052 ID, so this change shouldn't cause problems. I'm a bit puzzled though, since I thought that the wireless card he was using was a Prism, not a Wavelan. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 0:16:45 2001 Delivered-To: cvs-all@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 47E0F37B71C; Thu, 29 Mar 2001 00:16:38 -0800 (PST) (envelope-from keichii@peorth.iteration.net) Received: by peorth.iteration.net (Postfix, from userid 1001) id 9453E59471; Thu, 29 Mar 2001 02:16:37 -0600 (CST) Date: Thu, 29 Mar 2001 02:16:37 -0600 From: "Michael C . Wu" Cc: Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010329021637.C13441@peorth.iteration.net> Reply-To: "Michael C . Wu" References: <200103281823.f2SINpS42048@freefall.freebsd.org> <20010329001303.F336@elvis.mu.org> <20010329003814.A13441@peorth.iteration.net> <20010329005934.G336@elvis.mu.org> <20010329021340.B13441@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010329021340.B13441@peorth.iteration.net>; from keichii@iteration.net on Thu, Mar 29, 2001 at 02:13:40AM -0600 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 29, 2001 at 02:13:40AM -0600, Michael C . Wu scribbled: | On Thu, Mar 29, 2001 at 12:59:34AM -0600, Bill Fumerola scribbled: | | On Thu, Mar 29, 2001 at 12:38:14AM -0600, Michael C . Wu wrote: | | > | > Log: | | > | > Add VRRP implementation from Linux. Many people have wanted this | | > | > and thanks to minosh, we finally have somewhat of one. | | > | | | > | The original software is GNU, this software is not (even though | | > | it explicitly says its based off the first). Please do not make | | > | us part of this license violation. | | > | | > Which is what I meant by "somewhat of one" in my sentence. :) | | | | You've missed my point. | | | | Changing a license w/o the original author's permission is illegal. | | The original author clearly states at the top of his source that the | | code is to be redistributed with any version of the GPL. Now we're | | redistributing this illegal software. | | | | Please do not make us part of this license violation. | | This is a port. We are not distributing it in the base system... | What do you want? Nobody changed any license here. | So you mean that when we redistribute GPL software, we change the | license? Will you make yourself clear? Would including a GPL license in the code be satisfactory to you? -- +-----------------------------------------------------------+ | keichii@iteration.net | keichii@freebsd.org | | http://iteration.net/~keichii | Yes, BSD is a conspiracy. | +-----------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 0: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 DE53D37B720; Thu, 29 Mar 2001 00:22:52 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T8Mqf71037; Thu, 29 Mar 2001 00:22:52 -0800 (PST) (envelope-from horikawa) Message-Id: <200103290822.f2T8Mqf71037@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 29 Mar 2001 00:22:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/03/29 00:22:52 PST Modified files: ja_JP.eucJP/man/man8 Makefile Log: Make sysinstall.8 to be installed. Revision Changes Path 1.31 +1 -0 doc/ja_JP.eucJP/man/man8/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 0:23:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD46E37B719; Thu, 29 Mar 2001 00:23:04 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T8N4071122; Thu, 29 Mar 2001 00:23:04 -0800 (PST) (envelope-from knu) Message-Id: <200103290823.f2T8N4071122@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 29 Mar 2001 00:23:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-python Makefile ports/lang/ruby-python/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/29 00:23:04 PST Modified files: lang/ruby-python Makefile lang/ruby-python/files patch-aa Log: Build and use libpython without threads support and make this work fine on both 4-STABLE and 5-CURRENT. Revision Changes Path 1.14 +5 -2 ports/lang/ruby-python/Makefile 1.5 +29 -38 ports/lang/ruby-python/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 Mar 29 0:29:45 2001 Delivered-To: cvs-all@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 75F6337B72B; Thu, 29 Mar 2001 00:29:36 -0800 (PST) (envelope-from keichii@peorth.iteration.net) Received: by peorth.iteration.net (Postfix, from userid 1001) id 6188559471; Thu, 29 Mar 2001 02:29:33 -0600 (CST) Date: Thu, 29 Mar 2001 02:29:33 -0600 From: "Michael C . Wu" To: Bill Fumerola , minosh@engineer.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010329022933.A14381@peorth.iteration.net> Reply-To: "Michael C . Wu" References: <200103281823.f2SINpS42048@freefall.freebsd.org> <20010329001303.F336@elvis.mu.org> <20010329003814.A13441@peorth.iteration.net> <20010329005934.G336@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010329005934.G336@elvis.mu.org>; from billf@mu.org on Thu, Mar 29, 2001 at 12:59:34AM -0600 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 29, 2001 at 12:59:34AM -0600, Bill Fumerola scribbled: | On Thu, Mar 29, 2001 at 12:38:14AM -0600, Michael C . Wu wrote: | > | > Log: | > | > Add VRRP implementation from Linux. Many people have wanted this | > | > and thanks to minosh, we finally have somewhat of one. | > | | > | The original software is GNU, this software is not (even though | > | it explicitly says its based off the first). Please do not make | > | us part of this license violation. | > | > Which is what I meant by "somewhat of one" in my sentence. :) | | You've missed my point. | | Changing a license w/o the original author's permission is illegal. | The original author clearly states at the top of his source that the | code is to be redistributed with any version of the GPL. Now we're | redistributing this illegal software. | | Please do not make us part of this license violation. Bill: I apologize for not making sure of this. Minosh: can you bump the version of your distfile to include the GPL in all of the files there? {FAQ, Makefile, TODO, vrrpd.c vrrpd.h} Thanks, Michael -- +-----------------------------------------------------------+ | keichii@iteration.net | keichii@freebsd.org | | http://iteration.net/~keichii | Yes, BSD is a conspiracy. | +-----------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 0:34:18 2001 Delivered-To: cvs-all@freebsd.org Received: from relay.tecc.co.uk (luggage.tecc.co.uk [193.128.6.129]) by hub.freebsd.org (Postfix) with SMTP id 90B5137B725; Thu, 29 Mar 2001 00:34:11 -0800 (PST) (envelope-from andy@tecc.co.uk) Received: from fw-smtp.tecc.co.uk [195.217.37.39] by relay.tecc.co.uk with esmtp (Exim 1.70 #1) id 14iXse-0000c0-00; Thu, 29 Mar 2001 09:34:08 +0100 Received: from [195.217.37.155] (helo=southampton) by fw-smtp.tecc.co.uk with smtp (Exim 2.12 #3) id 14iXqS-00008f-00; Thu, 29 Mar 2001 09:31:52 +0100 From: "Andy [Tecc Nops]" To: "Michael C . Wu" , "Bill Fumerola" , Cc: , Subject: RE: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Date: Thu, 29 Mar 2001 09:35:11 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010329022933.A14381@peorth.iteration.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, will update asap and resubmit Regards Ak (minosh) -----Original Message----- From: Michael C . Wu [mailto:keichii@iteration.net] Sent: 29 March 2001 09:30 To: Bill Fumerola; minosh@engineer.com Cc: cvs-committers@FreeBSD.org; cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist On Thu, Mar 29, 2001 at 12:59:34AM -0600, Bill Fumerola scribbled: | On Thu, Mar 29, 2001 at 12:38:14AM -0600, Michael C . Wu wrote: | > | > Log: | > | > Add VRRP implementation from Linux. Many people have wanted this | > | > and thanks to minosh, we finally have somewhat of one. | > | | > | The original software is GNU, this software is not (even though | > | it explicitly says its based off the first). Please do not make | > | us part of this license violation. | > | > Which is what I meant by "somewhat of one" in my sentence. :) | | You've missed my point. | | Changing a license w/o the original author's permission is illegal. | The original author clearly states at the top of his source that the | code is to be redistributed with any version of the GPL. Now we're | redistributing this illegal software. | | Please do not make us part of this license violation. Bill: I apologize for not making sure of this. Minosh: can you bump the version of your distfile to include the GPL in all of the files there? {FAQ, Makefile, TODO, vrrpd.c vrrpd.h} Thanks, Michael -- +-----------------------------------------------------------+ | keichii@iteration.net | keichii@freebsd.org | | http://iteration.net/~keichii | Yes, BSD is a conspiracy. | +-----------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 0:40:22 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 39F7D37B719; Thu, 29 Mar 2001 00:40:18 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f2T8eH908975; Thu, 29 Mar 2001 00:40:17 -0800 (PST) Date: Thu, 29 Mar 2001 00:40:17 -0800 From: Alfred Perlstein To: Mike Smith Cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h Message-ID: <20010329004017.C9431@fw.wintelcom.net> References: <200103280519.f2S5JCh42723@mobile.wemm.org> <200103290347.f2T3ljd00989@mass.dis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103290347.f2T3ljd00989@mass.dis.org>; from msmith@FreeBSD.ORG on Wed, Mar 28, 2001 at 07:47:45PM -0800 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Mike Smith [010329 00:15] wrote: > > Alfred Perlstein wrote: > > > alfred 2001/03/27 21:05:06 PST > > > > > > Modified files: > > > sys/dev/wi if_wi.c if_wireg.h > > > Log: > > > Add support for the Addtron AWA100 PCI wireless card. > > > > > > The AWA100 is a PCI board with a PLX 9052 chip that's used to talk to > > > the pccard inserted into the board. > > > > Just keep in mind that this is an ultralightweight PCI->pccard bridge device > > and ultimately this code needs to be generalized so that it works with > > any pccard. wi0 doesn't have a monopoly on the PLX chip.. > > Based on what Alfred told me, this card actually has a private ID rather > than using the generic PLX9052 ID, so this change shouldn't cause > problems. > > I'm a bit puzzled though, since I thought that the wireless card he was > using was a Prism, not a Wavelan. Ok, here's the deal: With my patch (the PCI attachment) I'm able to get a Win2k laptop to talk to it. However I'm still unable to get a FreeBSD box to talk to it with the same card. They seem to ignore each other, and when i get them on the same frequency it seems that the laptop locks up. The "wi" driver has a flags setting 0x10000 that should enable prism2 mode. The "awi" doesn't have a manpage whatsoever. So... basically, i'm sitting here really fustrated, 200+$ dollars and two days down the drain so far, but at least I have my usb ether which seems to work somewhat ok. I'll pay shipping to send this useless silicon to whomever wants to get it to work. -- -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 Thu Mar 29 1: 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 BB9D737B71A; Thu, 29 Mar 2001 01:09:50 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T99oU78729; Thu, 29 Mar 2001 01:09:50 -0800 (PST) (envelope-from nakai) Message-Id: <200103290909.f2T99oU78729@freefall.freebsd.org> From: Yukihiro Nakai Date: Thu, 29 Mar 2001 01:09:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/03/29 01:09:50 PST Modified files: emulators/snes9x Makefile Log: Maintainer change. Revision Changes Path 1.28 +2 -2 ports/emulators/snes9x/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 1:34:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5340637B725; Thu, 29 Mar 2001 01:34:40 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T9YeK81269; Thu, 29 Mar 2001 01:34:40 -0800 (PST) (envelope-from lioux) Message-Id: <200103290934.f2T9YeK81269@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 29 Mar 2001 01:34:40 -0800 (PST) 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/03/29 01:34:40 PST Modified files: devel/understand_c Makefile distinfo Log: Update to version 1.4 Build 106 Revision Changes Path 1.5 +3 -3 ports/devel/understand_c/Makefile 1.4 +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 Thu Mar 29 1:45:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EF8B37B719; Thu, 29 Mar 2001 01:45:05 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T9j5K82072; Thu, 29 Mar 2001 01:45:05 -0800 (PST) (envelope-from yar) Message-Id: <200103290945.f2T9j5K82072@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Mar 2001 01:45:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/03/29 01:45:05 PST Modified files: (Branch: RELENG_4) sys/net if.c Log: MFC: (1.104) Don't bypass notifying a corresponding interface when leaving a link-layer multicast group. Approved by: jkh Revision Changes Path 1.85.2.5 +7 -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 Thu Mar 29 1:51: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 01E8837B725; Thu, 29 Mar 2001 01:51:17 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2T9pGm82891; Thu, 29 Mar 2001 01:51:16 -0800 (PST) (envelope-from yar) Message-Id: <200103290951.f2T9pGm82891@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Mar 2001 01:51:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/03/29 01:51:16 PST Modified files: (Branch: RELENG_4) sys/netinet if_ether.c Log: MFC: (1.79) Add a missing m_pullup() before an mtod() in in_arpinput(). Approved by: jkh Revision Changes Path 1.64.2.10 +7 -1 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2: 6: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 4A84737B71C; Thu, 29 Mar 2001 02:06:17 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TA6HB86899; Thu, 29 Mar 2001 02:06:17 -0800 (PST) (envelope-from yar) Message-Id: <200103291006.f2TA6HB86899@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Mar 2001 02:06:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/03/29 02:06:17 PST Modified files: (Branch: RELENG_4) sys/net if_vlan.c Log: Advance the output byte and multicast counters on a parent interface, since we mimic ether_output() in vlan_start(). Increment the output packet counter of a vlan interface in the right place. PR: kern/22178 Reviewed by: wollman Approved by: jkh Revision Changes Path 1.15.2.6 +6 -4 src/sys/net/if_vlan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2: 6:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 971A037B720; Thu, 29 Mar 2001 02:06:50 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TA6od86992; Thu, 29 Mar 2001 02:06:50 -0800 (PST) (envelope-from bde) Message-Id: <200103291006.f2TA6od86992@freefall.freebsd.org> From: Bruce Evans Date: Thu, 29 Mar 2001 02:06:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mutex.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/03/29 02:06:50 PST Modified files: share/man/man9 mutex.9 Log: Fixed wrong include in synopsis. is a prerequisite for due to #include spam in . (More precisely, is the prerequisite, but that is provided by standard #include spam in .) Fixed bitrot in prototype for mtx_init(). Revision Changes Path 1.13 +6 -6 src/share/man/man9/mutex.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2: 8: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 12CA837B71E; Thu, 29 Mar 2001 02:08:25 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TA8P987235; Thu, 29 Mar 2001 02:08:25 -0800 (PST) (envelope-from lioux) Message-Id: <200103291008.f2TA8P987235@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 29 Mar 2001 02:08:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-flashplugin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/03/29 02:08:24 PST Modified files: www/linux-flashplugin Makefile distinfo Log: Gracefully handle port versioning updates since Macromedia names all versions the same. PR: 26182 Submitted by: maintainer Revision Changes Path 1.8 +2 -1 ports/www/linux-flashplugin/Makefile 1.4 +1 -1 ports/www/linux-flashplugin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2:10: 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 9A35B37B719; Thu, 29 Mar 2001 02:10:02 -0800 (PST) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TAA2s87503; Thu, 29 Mar 2001 02:10:02 -0800 (PST) (envelope-from jesper) Message-Id: <200103291010.f2TAA2s87503@freefall.freebsd.org> From: Jesper Skriver Date: Thu, 29 Mar 2001 02:10:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c tcp_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jesper 2001/03/29 02:10:02 PST Modified files: (Branch: RELENG_4) sys/netinet ip_icmp.c tcp_subr.c Log: MFC src/sys/netinet/ip_icmp.c rev 1.56 src/sys/netinet/tcp_subr.c rev 1.96 This should fix the case where port unreachables for udp returned ENETRESET instead of ECONNREFUSED Approved by: jkh Revision Changes Path 1.39.2.7 +2 -2 src/sys/netinet/ip_icmp.c 1.73.2.12 +3 -2 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2:18:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3D9837B718; Thu, 29 Mar 2001 02:18:54 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TAIsq88266; Thu, 29 Mar 2001 02:18:54 -0800 (PST) (envelope-from bde) Message-Id: <200103291018.f2TAIsq88266@freefall.freebsd.org> From: Bruce Evans Date: Thu, 29 Mar 2001 02:18:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 DRIVER_MODULE.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/03/29 02:18:54 PST Modified files: share/man/man9 DRIVER_MODULE.9 Log: Fixed missing and disorded includes in synopsis. Removed bogus quotes in .Fn invocations. Single words don't need quoting. Revision Changes Path 1.4 +6 -5 src/share/man/man9/DRIVER_MODULE.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2:23: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 0FF9E37B726; Thu, 29 Mar 2001 02:23:46 -0800 (PST) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TANkr88793; Thu, 29 Mar 2001 02:23:46 -0800 (PST) (envelope-from jesper) Message-Id: <200103291023.f2TANkr88793@freefall.freebsd.org> From: Jesper Skriver Date: Thu, 29 Mar 2001 02:23:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jesper 2001/03/29 02:23:45 PST Modified files: sys/dev/pccbb pccbb.c Log: Fix building NEWCARD again, by including sys/types.h and sys/lock.h in pccbb.c, as jhb noted in rev 1.12 of src/share/man/man9/mutex.9 Revision Changes Path 1.13 +3 -1 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2:29:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6488B37B718; Thu, 29 Mar 2001 02:29:38 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TATcQ89499; Thu, 29 Mar 2001 02:29:38 -0800 (PST) (envelope-from bde) Message-Id: <200103291029.f2TATcQ89499@freefall.freebsd.org> From: Bruce Evans Date: Thu, 29 Mar 2001 02:29:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 namei.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/03/29 02:29:38 PST Modified files: share/man/man9 namei.9 Log: Fixed bitrot in the prototypes for NDINIT and NDFREE. Revision Changes Path 1.14 +4 -3 src/share/man/man9/namei.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2: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 2DC7237B720; Thu, 29 Mar 2001 02:33:01 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TAX1P89871; Thu, 29 Mar 2001 02:33:01 -0800 (PST) (envelope-from yar) Message-Id: <200103291033.f2TAX1P89871@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 29 Mar 2001 02:33:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/03/29 02:33:00 PST Modified files: (Branch: RELENG_4) sys/net if_vlan.c Log: MFC: (1.26) Fix a number of minor bugs in the VLAN code: * Initialize the "struct sockaddr_dl sdl" correctly in vlan_setmulti(). * The driver used to call malloc(..., M_NOWAIT), but to not check the return value. Change malloc(..., M_NOWAIT) to malloc(..., M_WAITOK) because the corresponding part of code is called from the upper half of the kernel only. * Make sure a parent interface is up and running before invoking its if_start() routine in order to avoid system panic. * Do not copy all the flags from a parent mindlessly. * Do not call if_down() on a parent interface if it's already down. Call if_down() at splimp because if_down() needs that. Approved by: jkh Revision Changes Path 1.15.2.7 +26 -7 src/sys/net/if_vlan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 2: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 70EC437B719; Thu, 29 Mar 2001 02:59:22 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TAxMT92545; Thu, 29 Mar 2001 02:59:22 -0800 (PST) (envelope-from demon) Message-Id: <200103291059.f2TAxMT92545@freefall.freebsd.org> From: Dmitry Sivachenko Date: Thu, 29 Mar 2001 02:59:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cervisia Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/29 02:59:22 PST Modified files: devel/cervisia Makefile Log: Add to kde category. Revision Changes Path 1.14 +2 -2 ports/devel/cervisia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 3: 3: 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 E314D37B71B; Thu, 29 Mar 2001 03:02:52 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: (from gj@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TB2qW93266; Thu, 29 Mar 2001 03:02:52 -0800 (PST) (envelope-from gj) Message-Id: <200103291102.f2TB2qW93266@freefall.freebsd.org> From: Gary Jennejohn Date: Thu, 29 Mar 2001 03:02:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vile Makefile ports/editors/xvile Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gj 2001/03/29 03:02:52 PST Modified files: editors/vile Makefile editors/xvile Makefile Log: In the PATCH_SITES line add a ``/'' to the end of ``patches'' so that fetch actually enters the directory. Reported by: Fenner's port survey Revision Changes Path 1.28 +2 -2 ports/editors/vile/Makefile 1.30 +2 -2 ports/editors/xvile/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 3:30: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id E0C0737B719; Thu, 29 Mar 2001 03:30:00 -0800 (PST) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id 7D2BE81D08; Thu, 29 Mar 2001 05:29:50 -0600 (CST) Date: Thu, 29 Mar 2001 05:29:50 -0600 From: Bill Fumerola To: "Michael C . Wu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/vrrp Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20010329052950.B956@elvis.mu.org> References: <200103281823.f2SINpS42048@freefall.freebsd.org> <20010329001303.F336@elvis.mu.org> <20010329003814.A13441@peorth.iteration.net> <20010329005934.G336@elvis.mu.org> <20010329021340.B13441@peorth.iteration.net> <20010329021637.C13441@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010329021637.C13441@peorth.iteration.net>; from keichii@iteration.net on Thu, Mar 29, 2001 at 02:16:37AM -0600 X-Operating-System: FreeBSD 4.3-FEARSOME-20010328 i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 29, 2001 at 02:16:37AM -0600, Michael C . Wu wrote: > | | Please do not make us part of this license violation. > | > | This is a port. We are not distributing it in the base system... > | What do you want? Nobody changed any license here. > | So you mean that when we redistribute GPL software, we change the > | license? Will you make yourself clear? > > Would including a GPL license in the code be satisfactory to you? You're not the code's author either. You can't change the license. We _do_ distribute this. bento may have already finished building a package for this by now, this will also now show up in the (for-sale) FreeBSD 4.3 cds. We also will be mirroring the tainted distfile now. My point is that the porter(of the vrrp code, not of the FreeBSD port) screwed up by not copying the license over (or including it or even mentioning[1] it). He's making available a distribution of the code w/o respecting the original license. He is the only one that can fix this unfortunately. The project is now just as guilty. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org 1. [oil.corp-fumerola 03:15:05] < /home/fumerola/vrrp/work/vrrpd-0.1 > egrep -Ri '(gnu|gpl)' . [oil.corp-fumerola 03:15:12] < /home/fumerola/vrrp/work/vrrpd-0.1 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 3: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 32F9337B731; Thu, 29 Mar 2001 03:36:47 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TBalN98416; Thu, 29 Mar 2001 03:36:47 -0800 (PST) (envelope-from ben) Message-Id: <200103291136.f2TBalN98416@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 29 Mar 2001 03:36:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vnconfig vnconfig.8 src/share/man/man4 vn.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/03/29 03:36:46 PST Removed files: usr.sbin/vnconfig vnconfig.8 share/man/man4 vn.4 Log: Kill vn related manual pages, they're not used any more. Approved by: phk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 4: 1:57 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 09EF537B719; Thu, 29 Mar 2001 04:01:48 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f2TC1iw22710; Thu, 29 Mar 2001 15:01:44 +0300 (EEST) (envelope-from ru) Date: Thu, 29 Mar 2001 15:01:44 +0300 From: Ruslan Ermilov To: Ben Smithurst , Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/vnconfig vnconfig.8 src/share/man/man4 vn.4 Message-ID: <20010329150144.A21904@sunbay.com> Mail-Followup-To: Ben Smithurst , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200103291136.f2TBalN98416@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: <200103291136.f2TBalN98416@freefall.freebsd.org>; from ben@FreeBSD.org on Thu, Mar 29, 2001 at 03:36:46AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 29, 2001 at 03:36:46AM -0800, Ben Smithurst wrote: > ben 2001/03/29 03:36:46 PST > > Removed files: > usr.sbin/vnconfig vnconfig.8 > share/man/man4 vn.4 > Log: > Kill vn related manual pages, they're not used any more. > The following manpages have references to vn(4) and vnconfig(8): sbin/mdconfig/mdconfig.8 sbin/swapon/swapon.8 share/man/man4/md.4 share/man/man5/rc.conf.5 share/man/man8/picobsd.8 Please fix. (When fixing, please don't forget to re-sort the SEE ALSO entries where required). Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 4: 4: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74ACE37B71B; Thu, 29 Mar 2001 04:03:57 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TC3vR06031; Thu, 29 Mar 2001 04:03:57 -0800 (PST) (envelope-from sf) Message-Id: <200103291203.f2TC3vR06031@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 29 Mar 2001 04:03:57 -0800 (PST) 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 sf 2001/03/29 04:03:57 PST Modified files: net/ntp Makefile Log: take maintainership bask tp ports@. Submitted by: maintainer Revision Changes Path 1.16 +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 Thu Mar 29 4: 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 0344937B71D; Thu, 29 Mar 2001 04:04:28 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TC4RS06469; Thu, 29 Mar 2001 04:04:27 -0800 (PST) (envelope-from sf) Message-Id: <200103291204.f2TC4RS06469@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 29 Mar 2001 04:04:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/imake-4 Makefile ports/x11/XFree86-4-clients Makefile ports/x11/XFree86-4-documents Makefile ports/x11/XFree86-4-libraries Makefile ports/x11/XFree86-4-manuals Makefile ports/x11-fonts/XFree86-4-font100dpi Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/03/29 04:04:27 PST Modified files: devel/imake-4 Makefile x11/XFree86-4-clients Makefile x11/XFree86-4-documents Makefile x11/XFree86-4-libraries Makefile x11/XFree86-4-manuals Makefile x11-fonts/XFree86-4-font100dpi Makefile x11-fonts/XFree86-4-font75dpi Makefile x11-fonts/XFree86-4-fontCyrillic Makefile x11-fonts/XFree86-4-fontDefaultBitmaps Makefile x11-fonts/XFree86-4-fontEncodings Makefile x11-fonts/XFree86-4-fontLatin2 Makefile x11-fonts/XFree86-4-fontScalable Makefile x11-servers/XFree86-4-FontServer Makefile x11-servers/XFree86-4-NestServer Makefile x11-servers/XFree86-4-PrintServer Makefile x11-servers/XFree86-4-Server Makefile x11-servers/XFree86-4-VirtualFramebufferServer Makefile Log: o fix MASTER_SITE_SUBDIR. o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji Revision Changes Path 1.11 +2 -1 ports/devel/imake-4/Makefile 1.89 +3 -3 ports/x11/XFree86-4-clients/Makefile 1.5 +2 -2 ports/x11/XFree86-4-documents/Makefile 1.95 +2 -2 ports/x11/XFree86-4-libraries/Makefile 1.5 +2 -2 ports/x11/XFree86-4-manuals/Makefile 1.5 +2 -1 ports/x11-fonts/XFree86-4-font100dpi/Makefile 1.4 +2 -1 ports/x11-fonts/XFree86-4-font75dpi/Makefile 1.4 +2 -1 ports/x11-fonts/XFree86-4-fontCyrillic/Makefile 1.5 +2 -1 ports/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile 1.4 +2 -1 ports/x11-fonts/XFree86-4-fontEncodings/Makefile 1.4 +2 -1 ports/x11-fonts/XFree86-4-fontLatin2/Makefile 1.4 +2 -1 ports/x11-fonts/XFree86-4-fontScalable/Makefile 1.8 +2 -2 ports/x11-servers/XFree86-4-FontServer/Makefile 1.7 +2 -2 ports/x11-servers/XFree86-4-NestServer/Makefile 1.7 +2 -2 ports/x11-servers/XFree86-4-PrintServer/Makefile 1.92 +2 -2 ports/x11-servers/XFree86-4-Server/Makefile 1.7 +2 -2 ports/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 4:23: 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 2B55637B724; Thu, 29 Mar 2001 04:22:57 -0800 (PST) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TCMvp12489; Thu, 29 Mar 2001 04:22:57 -0800 (PST) (envelope-from tg) Message-Id: <200103291222.f2TCMvp12489@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 29 Mar 2001 04:22:57 -0800 (PST) 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 setup.cfg setup.py Setup X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/03/29 04:22:56 PST Modified files: math/py-scientific Makefile distinfo pkg-plist Added files: math/py-scientific/files setup.cfg setup.py Removed files: math/py-scientific/files Setup Log: Upgrade to 2.0.1. Revision Changes Path 1.6 +11 -15 ports/math/py-scientific/Makefile 1.2 +1 -1 ports/math/py-scientific/distinfo 1.3 +52 -50 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 Thu Mar 29 4:36:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EE9237B71B; Thu, 29 Mar 2001 04:36:16 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TCaG815437; Thu, 29 Mar 2001 04:36:16 -0800 (PST) (envelope-from green) Message-Id: <200103291236.f2TCaG815437@freefall.freebsd.org> From: Brian Feldman Date: Thu, 29 Mar 2001 04:36:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x Makefile distinfo ports/emulators/snes9x/files patch-aa patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/03/29 04:36:16 PST Modified files: emulators/snes9x Makefile distinfo emulators/snes9x/files patch-aa Removed files: emulators/snes9x/files patch-ac Log: Update to version 1.37c with the major notable of having all of Kreed's display filters built-in. Revision Changes Path 1.29 +3 -4 ports/emulators/snes9x/Makefile 1.11 +1 -1 ports/emulators/snes9x/distinfo 1.13 +13 -13 ports/emulators/snes9x/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 Mar 29 5: 3:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6303137B72B; Thu, 29 Mar 2001 05:03:24 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TD3OR22635; Thu, 29 Mar 2001 05:03:24 -0800 (PST) (envelope-from ru) Message-Id: <200103291303.f2TD3OR22635@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 29 Mar 2001 05:03:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isalnum.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/29 05:03:24 PST Modified files: lib/libc/locale isalnum.3 Log: mdoc(7) police: LIBRARY should be before SYNOPSIS. Revision Changes Path 1.14 +3 -3 src/lib/libc/locale/isalnum.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 5:11: 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 BEEA337B71E; Thu, 29 Mar 2001 05:11:02 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TDB2t26369; Thu, 29 Mar 2001 05:11:02 -0800 (PST) (envelope-from nbm) Message-Id: <200103291311.f2TDB2t26369@freefall.freebsd.org> From: Neil Blakey-Milner Date: Thu, 29 Mar 2001 05:11:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/vqadmin 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/03/29 05:11:02 PST Modified files: mail Makefile Added files: mail/vqadmin Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add vqadmin 1.4, a cgi-based Virtual Qmail Domains Administrator. Revision Changes Path 1.209 +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 Thu Mar 29 5:11:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F4B937B71A; Thu, 29 Mar 2001 05:11:15 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TDBFN26438; Thu, 29 Mar 2001 05:11:15 -0800 (PST) (envelope-from nbm) Message-Id: <200103291311.f2TDBFN26438@freefall.freebsd.org> From: Neil Blakey-Milner Date: Thu, 29 Mar 2001 05:11:15 -0800 (PST) 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/03/29 05:11:15 PST Modified files: . modules Log: vqadmin --> ports/mail/vqadmin Revision Changes Path 1.2754 +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 Mar 29 5:17:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6FFA37B718; Thu, 29 Mar 2001 05:17:18 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TDHIK27090; Thu, 29 Mar 2001 05:17:18 -0800 (PST) (envelope-from nbm) Message-Id: <200103291317.f2TDHIK27090@freefall.freebsd.org> From: Neil Blakey-Milner Date: Thu, 29 Mar 2001 05:17:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vqadmin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2001/03/29 05:17:18 PST Modified files: mail/vqadmin Makefile Log: vqadmin depends on vpopmail. Revision Changes Path 1.2 +6 -1 ports/mail/vqadmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 5: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 91FB337B71C; Thu, 29 Mar 2001 05:18:53 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TDIrI27276; Thu, 29 Mar 2001 05:18:53 -0800 (PST) (envelope-from sobomax) Message-Id: <200103291318.f2TDIrI27276@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Mar 2001 05:18:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/stackless_python Makefile distinfo pkg-comment pkg-descr pkg-plist.add ports/lang/stackless_python/files Setup.stackless X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/29 05:18:53 PST Modified files: lang Makefile Added files: lang/stackless_python Makefile distinfo pkg-comment pkg-descr pkg-plist.add lang/stackless_python/files Setup.stackless Log: Add stackless_python 2.0, a Python implementation that does not use the C stack. PR: 29196 Submitted by: Hye-Shik Chang Revision Changes Path 1.218 +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 Mar 29 5: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 5CDFA37B719; Thu, 29 Mar 2001 05:19:10 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TDJAD27355; Thu, 29 Mar 2001 05:19:10 -0800 (PST) (envelope-from sobomax) Message-Id: <200103291319.f2TDJAD27355@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Mar 2001 05:19:10 -0800 (PST) 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/03/29 05:19:10 PST Modified files: . modules Log: stackless_python --> ports/lang/stackless_python Revision Changes Path 1.2755 +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 Mar 29 5:26:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAE6E37B718; Thu, 29 Mar 2001 05:26:14 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TDQEq28189; Thu, 29 Mar 2001 05:26:14 -0800 (PST) (envelope-from sobomax) Message-Id: <200103291326.f2TDQEq28189@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Mar 2001 05:26:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks Makefile ports/benchmarks/pybench 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/03/29 05:26:14 PST Modified files: benchmarks Makefile Added files: benchmarks/pybench Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add pybench 0.8, an extensible benchmark suite for Python. Revision Changes Path 1.18 +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 Thu Mar 29 5:26:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD87537B718; Thu, 29 Mar 2001 05:26:31 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TDQVi28232; Thu, 29 Mar 2001 05:26:31 -0800 (PST) (envelope-from sobomax) Message-Id: <200103291326.f2TDQVi28232@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Mar 2001 05:26:31 -0800 (PST) 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/03/29 05:26:31 PST Modified files: . modules Log: pybench --> ports/benchmarks/pybench Revision Changes Path 1.2756 +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 Mar 29 6: 2:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FC8A37B719; Thu, 29 Mar 2001 06:02:52 -0800 (PST) (envelope-from rv@FreeBSD.org) Received: (from rv@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TE2q835129; Thu, 29 Mar 2001 06:02:52 -0800 (PST) (envelope-from rv) Message-Id: <200103291402.f2TE2q835129@freefall.freebsd.org> From: Rajesh Vaidheeswarran Date: Thu, 29 Mar 2001 06:02:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cons Makefile distinfo ports/devel/cons-test Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rv 2001/03/29 06:02:52 PST Modified files: devel/cons Makefile distinfo Log: cons is now at revision 2.2.0 Revision Changes Path 1.20 +2 -2 ports/devel/cons/Makefile 1.11 +7 -7 ports/devel/cons/distinfo Modified files: devel/cons-test Makefile distinfo Log: cons-test is now at revision 2.2.0 Revision Changes Path 1.3 +3 -3 ports/devel/cons-test/Makefile 1.2 +7 -7 ports/devel/cons-test/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 6: 4: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 94CFA37B718; Thu, 29 Mar 2001 06:04:20 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TE4KR35350; Thu, 29 Mar 2001 06:04:20 -0800 (PST) (envelope-from asmodai) Message-Id: <200103291404.f2TE4KR35350@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Thu, 29 Mar 2001 06:04:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile src/etc/defaults make.conf src/share/man/man5 make.conf.5 src/usr.sbin/jail jail.8 src/usr.sbin/mergemaster mergemaster.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/03/29 06:04:19 PST Modified files: etc Makefile etc/defaults make.conf Log: Change NO_MAKEDEV to a finer granularity method: NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Revision Changes Path 1.248 +4 -2 src/etc/Makefile 1.154 +6 -3 src/etc/defaults/make.conf Modified files: share/man/man5 make.conf.5 usr.sbin/jail jail.8 Log: Change NO_MAKEDEV to a finer granularity method: NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Reflect this in the documentation. Revision Changes Path 1.13 +9 -2 src/share/man/man5/make.conf.5 1.24 +2 -2 src/usr.sbin/jail/jail.8 Modified files: usr.sbin/mergemaster mergemaster.sh Log: Change NO_MAKEDEV to a finer granularity method: NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Reflect this in mergemaster, this might later on be decided to be set to NO_MAKEDEV_INSTALL, for now I kept to the old behaviour. Revision Changes Path 1.18 +2 -2 src/usr.sbin/mergemaster/mergemaster.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 6:24: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from njord.bart.nl (njord.bart.nl [194.158.170.15]) by hub.freebsd.org (Postfix) with ESMTP id 71F7337B71F; Thu, 29 Mar 2001 06:24:05 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.chronias.ninth-circle.org (root@cable.ninth-circle.org [195.38.232.6]) by njord.bart.nl (8.10.1/8.10.1) with ESMTP id f2TEO2g12552; Thu, 29 Mar 2001 16:24:02 +0200 (CEST) Received: (from asmodai@localhost) by daemon.chronias.ninth-circle.org (8.11.3/8.11.3) id f2TEIKV07041; Thu, 29 Mar 2001 16:18:20 +0200 (CEST) (envelope-from asmodai) Date: Thu, 29 Mar 2001 16:18:20 +0200 From: Jeroen Ruigrok van der Werven To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile src/etc/defaults make.conf src/share/man/man5 make.conf.5 src/usr.sbin/jail jail.8 src/usr.sbin/mergemaster mergemaster.sh Message-ID: <20010329161819.I90260@daemon.ninth-circle.org> References: <200103291404.f2TE4KR35350@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200103291404.f2TE4KR35350@freefall.freebsd.org>; from asmodai@FreeBSD.org on Thu, Mar 29, 2001 at 06:04:20AM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010329 16:10], Jeroen Ruigrok van der Werven (asmodai@FreeBSD.org) wrote: > Change NO_MAKEDEV to a finer granularity method: > NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. > The names imply what they do. The last commit by DES based on a PR defeated > the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do > the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV > challenge. Forgot to add: Inspired by: rwatson Go-for-it by: phk -- 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 The wisdom of the wise, and the experience of ages, may be preserved by quotations... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 6:37: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 C1D9837B727; Thu, 29 Mar 2001 06:37:32 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TEbWb42412; Thu, 29 Mar 2001 06:37:32 -0800 (PST) (envelope-from dirk) Message-Id: <200103291437.f2TEbWb42412@freefall.freebsd.org> From: Dirk Froemberg Date: Thu, 29 Mar 2001 06:37:32 -0800 (PST) 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 dirk 2001/03/29 06:37:32 PST Modified files: net/netsaint-plugins Makefile Log: Netsaint-plugins needs automake to build. Revision Changes Path 1.5 +3 -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 Thu Mar 29 7: 5: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 8DC0C37B71C; Thu, 29 Mar 2001 07:05:09 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TF59s36351; Thu, 29 Mar 2001 07:05:09 -0800 (PST) (envelope-from gallatin) Message-Id: <200103291505.f2TF59s36351@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 29 Mar 2001 07:05:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/03/29 07:05:09 PST Modified files: sys/dev/ccd ccd.c Log: fix a number of printf format string warnings inside DEBUG ifdefs Revision Changes Path 1.89 +16 -15 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 7: 9: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by hub.freebsd.org (Postfix) with ESMTP id A68D737B719; Thu, 29 Mar 2001 07:09:01 -0800 (PST) (envelope-from blaz@amis.net) Received: by titanic.medinet.si (Postfix, from userid 1000) id A3F3026C02; Thu, 29 Mar 2001 17:08:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by titanic.medinet.si (Postfix) with ESMTP id 98D9611715; Thu, 29 Mar 2001 17:08:59 +0200 (CEST) Date: Thu, 29 Mar 2001 17:08:59 +0200 (CEST) From: Blaz Zupan To: Dirk Froemberg Cc: , Subject: Re: cvs commit: ports/net/netsaint-plugins Makefile In-Reply-To: <200103291437.f2TEbWb42412@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 > dirk 2001/03/29 06:37:32 PST > > Modified files: > net/netsaint-plugins Makefile > Log: > Netsaint-plugins needs automake to build. Could you please take a look at PR 25883 which I submitted quite some time ago and it updates netsaint-plugins and fixes quite a lot of things. More updates to come. Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 7:36:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CBB637B725; Thu, 29 Mar 2001 07:36:31 -0800 (PST) (envelope-from orion@FreeBSD.org) Received: (from orion@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TFaVY41838; Thu, 29 Mar 2001 07:36:31 -0800 (PST) (envelope-from orion) Message-Id: <200103291536.f2TFaVY41838@freefall.freebsd.org> From: Orion Hodson Date: Thu, 29 Mar 2001 07:36:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cmi.c cmireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG orion 2001/03/29 07:36:31 PST Modified files: sys/dev/sound/pci cmi.c cmireg.h Log: - Added suspend/resume support. - Added 4 speaker enable to initialization sequence. - Removed delays between register pokes which appear to aggravate a problem this card has sampling at 44.1kHz. With any form of delay, skew relative to system clock at 44.1kHz is usually in range 0-25% (now 0-3%). No other rates exhibit this problem. - Changed structs cmi_* to sc_*. Approved by: Cameron Grant Revision Changes Path 1.5 +310 -227 src/sys/dev/sound/pci/cmi.c 1.2 +9 -2 src/sys/dev/sound/pci/cmireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 7:40:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0B0037B71D; Thu, 29 Mar 2001 07:40:42 -0800 (PST) (envelope-from keichii@FreeBSD.org) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TFegx42280; Thu, 29 Mar 2001 07:40:42 -0800 (PST) (envelope-from keichii) Message-Id: <200103291540.f2TFegx42280@freefall.freebsd.org> From: "Michael C . Wu" Date: Thu, 29 Mar 2001 07:40:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/vrrp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keichii 2001/03/29 07:40:42 PST Modified files: net/vrrp Makefile Log: Mark this port broken until we fix the licensing issues Submitted by: billf Revision Changes Path 1.2 +4 -1 ports/net/vrrp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 7:47: 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 B194937B720; Thu, 29 Mar 2001 07:46:56 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TFkuF42735; Thu, 29 Mar 2001 07:46:56 -0800 (PST) (envelope-from will) Message-Id: <200103291546.f2TFkuF42735@freefall.freebsd.org> From: Will Andrews Date: Thu, 29 Mar 2001 07:46:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/29 07:46:56 PST Modified files: en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml Log: Put my other uid's back. Add 2 more sigs bring the total to 15. Revision Changes Path 1.66 +113 -25 doc/en_US.ISO_8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 7:56:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2245F37B71B; Thu, 29 Mar 2001 07:56:18 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TFuIO43768; Thu, 29 Mar 2001 07:56:18 -0800 (PST) (envelope-from kevlo) Message-Id: <200103291556.f2TFuIO43768@freefall.freebsd.org> From: Kevin Lo Date: Thu, 29 Mar 2001 07:56:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ftnchek Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/29 07:56:18 PST Modified files: devel/ftnchek Makefile distinfo Log: Update to version 3.0.3 PR: 26179 Submitted by: MAINTAINER Revision Changes Path 1.18 +2 -2 ports/devel/ftnchek/Makefile 1.11 +1 -1 ports/devel/ftnchek/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 7:57: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 CBF4737B71E; Thu, 29 Mar 2001 07:57:42 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TFvgR43976; Thu, 29 Mar 2001 07:57:42 -0800 (PST) (envelope-from kevlo) Message-Id: <200103291557.f2TFvgR43976@freefall.freebsd.org> From: Kevin Lo Date: Thu, 29 Mar 2001 07:57:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gigabase Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/29 07:57:42 PST Modified files: databases/gigabase Makefile distinfo Log: Update to version 2.28 PR: 26180 Submitted by: MAINTAINER Revision Changes Path 1.10 +2 -2 ports/databases/gigabase/Makefile 1.12 +1 -1 ports/databases/gigabase/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 8:35:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36CF237B71B; Thu, 29 Mar 2001 08:35:20 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TGZK855780; Thu, 29 Mar 2001 08:35:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200103291635.f2TGZK855780@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Mar 2001 08:35:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/glunarclock Makefile ports/astro/seti_applet Makefile ports/audio/extace Makefile ports/audio/glame Makefile ports/audio/gnapster Makefile ports/audio/gnomemedia Makefile ports/audio/libmikmod Makefile ports/audio/soundtracker Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/29 08:35:19 PST Modified files: astro/glunarclock Makefile astro/seti_applet Makefile audio/extace Makefile audio/glame Makefile audio/gnapster Makefile audio/gnomemedia Makefile audio/libmikmod Makefile audio/soundtracker Makefile audio/sweep Makefile audio/teknap Makefile audio/xmms Makefile audio/xsidplay Makefile audio/yamt Makefile cad/oregano Makefile databases/db3 Makefile deskutils/bitnotes Makefile deskutils/bulb Makefile deskutils/genius Makefile deskutils/gnofin Makefile deskutils/gnomepim Makefile deskutils/gnucash Makefile deskutils/yank Makefile devel/bonobo Makefile devel/bonobo-conf Makefile devel/bugbuddy Makefile devel/cervisia Makefile devel/commoncpp Makefile devel/dmalloc Makefile devel/dryad Makefile devel/gconf Makefile devel/gide Makefile devel/glade Makefile devel/gnomecrash Makefile devel/gnomedebug Makefile devel/gnomevfs Makefile devel/gtranslator Makefile devel/libgii Makefile devel/libgtop Makefile devel/oaf Makefile devel/pharmacy Makefile devel/sdl Makefile devel/sdl-devel Makefile devel/titano Makefile devel/veepee Makefile editors/gedit Makefile editors/ghex Makefile editors/glimmer Makefile editors/gmanedit Makefile emulators/basiliskII Makefile emulators/visualos Makefile ftp/gftp Makefile ftp/gtm Makefile ftp/junglemonkey Makefile ftp/lftp Makefile games/asc Makefile games/atomix Makefile games/baduki Makefile games/bombermaze Makefile games/clanbomber Makefile games/freeciv Makefile games/gcompris Makefile games/glife Makefile games/gniffel Makefile games/gno3dtet Makefile games/gnocatan Makefile games/gnomebreakout Makefile games/gnomegames Makefile games/gnomememoryblocks Makefile games/gtktetcolor Makefile games/heroes Makefile games/lbreakout Makefile games/ltris Makefile games/pythoong Makefile games/teg Makefile graphics/Mesa3 Makefile graphics/dia Makefile graphics/electriceyes Makefile graphics/eog Makefile graphics/gcolor Makefile graphics/giram Makefile graphics/gnofract4d Makefile graphics/gnomeiconedit Makefile graphics/gpaint Makefile graphics/gqview Makefile graphics/gtkgraph Makefile graphics/gview Makefile graphics/morpheus Makefile graphics/smpeg-xmms Makefile graphics/sodipodi Makefile graphics/xmps Makefile irc/irssi Makefile irc/xchat Makefile irc/xchat-devel Makefile japanese/balsa Makefile japanese/xchat Makefile korean/gtkcomm Makefile lang/python Makefile lang/python+ipv6 Makefile lang/python15 Makefile mail/balsa Makefile mail/evolution Makefile mail/mmc Makefile mail/vbsfilter Makefile math/gnumeric Makefile math/scigraphica Makefile misc/emma Makefile misc/gnomepm Makefile misc/gnomeusersguide Makefile misc/gnomeutils Makefile misc/grdb Makefile misc/metatheme Makefile misc/misterproper Makefile misc/pybliographer Makefile net/dnrd Makefile net/fidelio Makefile net/gabber Makefile net/gaim Makefile net/gicq Makefile net/gnomba Makefile net/gnomeicu Makefile net/gnometelnet Makefile net/kdenetwork2 Makefile net/openldap Makefile net/openldap2 Makefile net/spat Makefile news/grn Makefile news/pan Makefile palm/gnomepilot Makefile palm/gnomepilot-conduits Makefile print/ggv Makefile print/gnomeprint Makefile security/aide Makefile security/mhash Makefile security/seahorse Makefile security/snort Makefile sysutils/battstat-applet Makefile sysutils/gcombust Makefile sysutils/gnomecontrolcenter Makefile sysutils/gnomefind Makefile sysutils/gtop Makefile sysutils/gupsc Makefile sysutils/medusa Makefile textproc/gtkdiff Makefile textproc/textutils Makefile www/encompass Makefile www/galeon Makefile www/gtkhtml Makefile www/kannel Makefile www/peacock Makefile www/quanta Makefile www/screem Makefile www/squid23 Makefile www/squid24 Makefile x11/gdm Makefile x11/gnomeapplets Makefile x11/gnomecore Makefile x11/gnomelibs Makefile x11/gnomeres_applet Makefile x11/xscreensaver Makefile x11-clocks/sanduhr Makefile x11-fm/nautilus Makefile x11-toolkits/bakery Makefile x11-toolkits/gal Makefile x11-toolkits/qt23 Makefile x11-toolkits/wxgtk Makefile x11-wm/sawfish Makefile Log: -pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Revision Changes Path 1.6 +2 -2 ports/astro/glunarclock/Makefile 1.7 +2 -2 ports/astro/seti_applet/Makefile 1.9 +2 -2 ports/audio/extace/Makefile 1.3 +3 -3 ports/audio/glame/Makefile 1.24 +2 -2 ports/audio/gnapster/Makefile 1.15 +2 -2 ports/audio/gnomemedia/Makefile 1.19 +2 -2 ports/audio/libmikmod/Makefile 1.11 +2 -2 ports/audio/soundtracker/Makefile 1.4 +2 -2 ports/audio/sweep/Makefile 1.8 +2 -2 ports/audio/teknap/Makefile 1.32 +2 -2 ports/audio/xmms/Makefile 1.9 +2 -2 ports/audio/xsidplay/Makefile 1.10 +2 -2 ports/audio/yamt/Makefile 1.2 +2 -2 ports/cad/oregano/Makefile 1.28 +2 -2 ports/databases/db3/Makefile 1.3 +2 -2 ports/deskutils/bitnotes/Makefile 1.4 +2 -2 ports/deskutils/bulb/Makefile 1.13 +2 -2 ports/deskutils/genius/Makefile 1.18 +2 -2 ports/deskutils/gnofin/Makefile 1.25 +2 -2 ports/deskutils/gnomepim/Makefile 1.28 +2 -2 ports/deskutils/gnucash/Makefile 1.13 +2 -2 ports/deskutils/yank/Makefile 1.33 +2 -2 ports/devel/bonobo/Makefile 1.2 +2 -2 ports/devel/bonobo-conf/Makefile 1.14 +2 -2 ports/devel/bugbuddy/Makefile 1.15 +1 -8 ports/devel/cervisia/Makefile 1.9 +2 -2 ports/devel/commoncpp/Makefile 1.3 +2 -2 ports/devel/dmalloc/Makefile 1.10 +2 -2 ports/devel/dryad/Makefile 1.13 +2 -2 ports/devel/gconf/Makefile 1.44 +2 -2 ports/devel/gide/Makefile 1.29 +2 -2 ports/devel/glade/Makefile 1.3 +2 -2 ports/devel/gnomecrash/Makefile 1.10 +2 -2 ports/devel/gnomedebug/Makefile 1.16 +2 -2 ports/devel/gnomevfs/Makefile 1.7 +2 -2 ports/devel/gtranslator/Makefile 1.5 +2 -2 ports/devel/libgii/Makefile 1.42 +2 -2 ports/devel/libgtop/Makefile 1.11 +2 -2 ports/devel/oaf/Makefile 1.10 +2 -2 ports/devel/pharmacy/Makefile 1.21 +2 -2 ports/devel/sdl/Makefile 1.37 +2 -2 ports/devel/sdl-devel/Makefile 1.5 +2 -2 ports/devel/titano/Makefile 1.8 +3 -3 ports/devel/veepee/Makefile 1.33 +2 -2 ports/editors/gedit/Makefile 1.10 +2 -2 ports/editors/ghex/Makefile 1.18 +2 -2 ports/editors/glimmer/Makefile 1.5 +2 -2 ports/editors/gmanedit/Makefile 1.7 +2 -2 ports/emulators/basiliskII/Makefile 1.3 +2 -2 ports/emulators/visualos/Makefile 1.16 +2 -2 ports/ftp/gftp/Makefile 1.18 +2 -2 ports/ftp/gtm/Makefile 1.11 +2 -2 ports/ftp/junglemonkey/Makefile 1.46 +2 -2 ports/ftp/lftp/Makefile 1.3 +2 -2 ports/games/asc/Makefile 1.7 +2 -2 ports/games/atomix/Makefile 1.6 +2 -2 ports/games/baduki/Makefile 1.13 +2 -2 ports/games/bombermaze/Makefile 1.3 +2 -2 ports/games/clanbomber/Makefile 1.38 +2 -2 ports/games/freeciv/Makefile 1.11 +2 -2 ports/games/gcompris/Makefile 1.10 +2 -2 ports/games/glife/Makefile 1.2 +2 -2 ports/games/gniffel/Makefile 1.11 +2 -2 ports/games/gno3dtet/Makefile 1.7 +2 -2 ports/games/gnocatan/Makefile 1.6 +2 -2 ports/games/gnomebreakout/Makefile 1.32 +2 -2 ports/games/gnomegames/Makefile 1.7 +2 -2 ports/games/gnomememoryblocks/Makefile 1.5 +2 -2 ports/games/gtktetcolor/Makefile 1.8 +2 -2 ports/games/heroes/Makefile 1.5 +2 -2 ports/games/lbreakout/Makefile 1.4 +2 -2 ports/games/ltris/Makefile 1.6 +2 -2 ports/games/pythoong/Makefile 1.5 +2 -2 ports/games/teg/Makefile 1.47 +2 -2 ports/graphics/Mesa3/Makefile 1.10 +2 -2 ports/graphics/dia/Makefile 1.25 +2 -2 ports/graphics/electriceyes/Makefile 1.20 +2 -2 ports/graphics/eog/Makefile 1.9 +2 -2 ports/graphics/gcolor/Makefile 1.10 +2 -2 ports/graphics/giram/Makefile 1.11 +2 -2 ports/graphics/gnofract4d/Makefile 1.15 +2 -2 ports/graphics/gnomeiconedit/Makefile 1.5 +2 -2 ports/graphics/gpaint/Makefile 1.30 +2 -2 ports/graphics/gqview/Makefile 1.12 +2 -2 ports/graphics/gtkgraph/Makefile 1.18 +2 -2 ports/graphics/gview/Makefile 1.5 +2 -2 ports/graphics/morpheus/Makefile 1.3 +2 -2 ports/graphics/smpeg-xmms/Makefile 1.22 +2 -2 ports/graphics/sodipodi/Makefile 1.11 +3 -3 ports/graphics/xmps/Makefile 1.45 +2 -2 ports/irc/irssi/Makefile 1.76 +2 -2 ports/irc/xchat/Makefile 1.73 +2 -2 ports/irc/xchat-devel/Makefile 1.4 +2 -2 ports/japanese/balsa/Makefile 1.8 +2 -2 ports/japanese/xchat/Makefile 1.6 +2 -2 ports/korean/gtkcomm/Makefile 1.76 +3 -3 ports/lang/python/Makefile 1.68 +3 -3 ports/lang/python+ipv6/Makefile 1.72 +3 -3 ports/lang/python15/Makefile 1.41 +2 -2 ports/mail/balsa/Makefile 1.25 +2 -2 ports/mail/evolution/Makefile 1.6 +2 -2 ports/mail/mmc/Makefile 1.2 +3 -3 ports/mail/vbsfilter/Makefile 1.55 +2 -2 ports/math/gnumeric/Makefile 1.12 +2 -2 ports/math/scigraphica/Makefile 1.4 +2 -2 ports/misc/emma/Makefile 1.7 +2 -2 ports/misc/gnomepm/Makefile 1.14 +2 -2 ports/misc/gnomeusersguide/Makefile 1.25 +2 -2 ports/misc/gnomeutils/Makefile 1.7 +2 -2 ports/misc/grdb/Makefile 1.7 +2 -2 ports/misc/metatheme/Makefile 1.3 +2 -2 ports/misc/misterproper/Makefile 1.4 +2 -2 ports/misc/pybliographer/Makefile 1.2 +2 -2 ports/net/dnrd/Makefile 1.5 +2 -2 ports/net/fidelio/Makefile 1.12 +2 -2 ports/net/gabber/Makefile 1.41 +2 -2 ports/net/gaim/Makefile 1.18 +2 -2 ports/net/gicq/Makefile 1.6 +2 -2 ports/net/gnomba/Makefile 1.35 +2 -2 ports/net/gnomeicu/Makefile 1.8 +2 -2 ports/net/gnometelnet/Makefile 1.59 +2 -2 ports/net/kdenetwork2/Makefile 1.23 +2 -2 ports/net/openldap/Makefile 1.30 +2 -2 ports/net/openldap2/Makefile 1.4 +2 -2 ports/net/spat/Makefile 1.8 +2 -2 ports/news/grn/Makefile 1.39 +2 -2 ports/news/pan/Makefile 1.20 +2 -2 ports/palm/gnomepilot/Makefile 1.12 +2 -2 ports/palm/gnomepilot-conduits/Makefile 1.24 +2 -2 ports/print/ggv/Makefile 1.29 +2 -2 ports/print/gnomeprint/Makefile 1.5 +2 -2 ports/security/aide/Makefile 1.15 +2 -2 ports/security/mhash/Makefile 1.10 +2 -2 ports/security/seahorse/Makefile 1.18 +2 -2 ports/security/snort/Makefile 1.5 +2 -2 ports/sysutils/battstat-applet/Makefile 1.22 +2 -2 ports/sysutils/gcombust/Makefile 1.31 +2 -2 ports/sysutils/gnomecontrolcenter/Makefile 1.16 +2 -2 ports/sysutils/gnomefind/Makefile 1.27 +2 -2 ports/sysutils/gtop/Makefile 1.2 +2 -2 ports/sysutils/gupsc/Makefile 1.6 +2 -2 ports/sysutils/medusa/Makefile 1.12 +2 -2 ports/textproc/gtkdiff/Makefile 1.11 +2 -2 ports/textproc/textutils/Makefile 1.15 +2 -2 ports/www/encompass/Makefile 1.24 +5 -5 ports/www/galeon/Makefile 1.22 +2 -2 ports/www/gtkhtml/Makefile 1.10 +2 -2 ports/www/kannel/Makefile 1.10 +2 -2 ports/www/peacock/Makefile 1.9 +2 -2 ports/www/quanta/Makefile 1.19 +2 -2 ports/www/screem/Makefile 1.77 +2 -2 ports/www/squid23/Makefile 1.79 +2 -2 ports/www/squid24/Makefile 1.7 +2 -2 ports/x11/gdm/Makefile 1.10 +2 -2 ports/x11/gnomeapplets/Makefile 1.55 +2 -2 ports/x11/gnomecore/Makefile 1.82 +2 -2 ports/x11/gnomelibs/Makefile 1.3 +2 -2 ports/x11/gnomeres_applet/Makefile 1.37 +2 -2 ports/x11/xscreensaver/Makefile 1.4 +2 -2 ports/x11-clocks/sanduhr/Makefile 1.16 +3 -3 ports/x11-fm/nautilus/Makefile 1.6 +2 -2 ports/x11-toolkits/bakery/Makefile 1.11 +2 -2 ports/x11-toolkits/gal/Makefile 1.82 +2 -2 ports/x11-toolkits/qt23/Makefile 1.20 +4 -4 ports/x11-toolkits/wxgtk/Makefile 1.44 +2 -2 ports/x11-wm/sawfish/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 8:39:24 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 3B9C837B726; Thu, 29 Mar 2001 08:39:17 -0800 (PST) (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 f2TGdF976295; Thu, 29 Mar 2001 09:39:16 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103291639.f2TGdF976295@harmony.village.org> To: Mike Smith Subject: Re: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h Cc: Peter Wemm , Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 28 Mar 2001 19:47:45 PST." <200103290347.f2T3ljd00989@mass.dis.org> References: <200103290347.f2T3ljd00989@mass.dis.org> Date: Thu, 29 Mar 2001 09:39:15 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200103290347.f2T3ljd00989@mass.dis.org> Mike Smith writes: : I'm a bit puzzled though, since I thought that the wireless card he was : using was a Prism, not a Wavelan. He's using PRISM II, which is wavelan interface, unlike Prism I, which is the only set of cards that awi supports. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 8:56:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9372037B719; Thu, 29 Mar 2001 08:56:34 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TGuYa58807; Thu, 29 Mar 2001 08:56:34 -0800 (PST) (envelope-from sobomax) Message-Id: <200103291656.f2TGuYa58807@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Mar 2001 08:56:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/stackless_python Makefile distinfo pkg-plist.add X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/29 08:56:34 PST Modified files: lang/stackless_python Makefile distinfo Removed files: lang/stackless_python pkg-plist.add Log: Maintainer corrected the patch (include/python.h -> include/Python.h). Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/lang/stackless_python/Makefile 1.2 +1 -1 ports/lang/stackless_python/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 9:12: 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 71B6837B71C; Thu, 29 Mar 2001 09:11:59 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2THBxx62665; Thu, 29 Mar 2001 09:11:59 -0800 (PST) (envelope-from bmah) Message-Id: <200103291711.f2THBxx62665@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 29 Mar 2001 09:11:59 -0800 (PST) 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/03/29 09:11:59 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: New CAM error recovery code, PAM support for account management and session, tail(1) support for large files. Updates: vn(4) removed, file(1) update to 3.34. Revision Changes Path 1.161 +16 -3 src/release/texts/alpha/RELNOTES.TXT 1.235 +16 -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 Mar 29 10: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 ADF6D37B718; Thu, 29 Mar 2001 10:10:46 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TIAkq70972; Thu, 29 Mar 2001 10:10:46 -0800 (PST) (envelope-from jhb) Message-Id: <200103291810.f2TIAkq70972@freefall.freebsd.org> From: John Baldwin Date: Thu, 29 Mar 2001 10:10:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_ctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/29 10:10:46 PST Modified files: sys/miscfs/procfs procfs_ctl.c Log: - Various style fixes. - Fix a silly bug so that we return the actual error code if a procfs attach fails rather than always returning 0. Reported by: bde Revision Changes Path 1.27 +4 -8 src/sys/miscfs/procfs/procfs_ctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 10:15: 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 430F137B71F; Thu, 29 Mar 2001 10:14:56 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TIEuI71295; Thu, 29 Mar 2001 10:14:56 -0800 (PST) (envelope-from green) Message-Id: <200103291814.f2TIEuI71295@freefall.freebsd.org> From: Brian Feldman Date: Thu, 29 Mar 2001 10:14:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_cue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/03/29 10:14:56 PST Modified files: sys/dev/usb if_cue.c Log: Since -CURRENT requires module dependencies to actually be correct for linking to work, have cue(4) depend on usb so it actually works. Revision Changes Path 1.18 +3 -2 src/sys/dev/usb/if_cue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 10:23:57 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 82B6D37B71D; Thu, 29 Mar 2001 10:23:50 -0800 (PST) (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 f2TINkG35643; Thu, 29 Mar 2001 10:23:46 -0800 (PST) (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: <200103291006.f2TA6od86992@freefall.freebsd.org> Date: Thu, 29 Mar 2001 10:23:20 -0800 (PST) From: John Baldwin To: Bruce Evans Subject: RE: cvs commit: src/share/man/man9 mutex.9 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-Mar-01 Bruce Evans wrote: > bde 2001/03/29 02:06:50 PST > > Modified files: > share/man/man9 mutex.9 > Log: > Fixed wrong include in synopsis. is a prerequisite for > due to #include spam in . (More precisely, > is the prerequisite, but that is provided by standard > #include spam in .) > > Fixed bitrot in prototype for mtx_init(). Is this due to the sys/ktr.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 Mar 29 10:23:57 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 2E15E37B71E; Thu, 29 Mar 2001 10:23:51 -0800 (PST) (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 f2TINkG35647; Thu, 29 Mar 2001 10:23:46 -0800 (PST) (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: <200103291023.f2TANkr88793@freefall.freebsd.org> Date: Thu, 29 Mar 2001 10:23:21 -0800 (PST) From: John Baldwin To: Jesper Skriver Subject: RE: cvs commit: src/sys/dev/pccbb pccbb.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-Mar-01 Jesper Skriver wrote: > jesper 2001/03/29 02:23:45 PST > > Modified files: > sys/dev/pccbb pccbb.c > Log: > Fix building NEWCARD again, by including > sys/types.h and sys/lock.h in pccbb.c, as > jhb noted in rev 1.12 of src/share/man/man9/mutex.9 Would be nice if NEWCARD was in LINT so that my LINT build would have found this. :-/ -- 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 Mar 29 10:54:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 477FD37B719; Thu, 29 Mar 2001 10:54:15 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TIsF974089; Thu, 29 Mar 2001 10:54:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200103291854.f2TIsF974089@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 29 Mar 2001 10:54:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perltidy Makefile distinfo pkg-plist ports/devel/perltidy/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/29 10:54:13 PST Modified files: devel/perltidy Makefile distinfo pkg-plist devel/perltidy/files patch-Makefile Log: upgrade to 0328 version Revision Changes Path 1.2 +7 -5 ports/devel/perltidy/Makefile 1.2 +1 -1 ports/devel/perltidy/distinfo 1.2 +3 -0 ports/devel/perltidy/pkg-plist 1.2 +6 -7 ports/devel/perltidy/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11: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 55E1937B71C; Thu, 29 Mar 2001 11:11:46 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJBkb78254; Thu, 29 Mar 2001 11:11:46 -0800 (PST) (envelope-from wpaul) Message-Id: <200103291911.f2TJBkb78254@freefall.freebsd.org> From: Bill Paul Date: Thu, 29 Mar 2001 11:11:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/03/29 11:11:46 PST Modified files: sys/dev/wi if_wi.c if_wireg.h Log: Fix a couple style nits, no code changes. Turn one magic number into a #defined constant, wrap a few long lines, etc... Also remove stupid 'all your base are belong to us' joke from comment that I don't really care to see immortalized in the source tree. Revision Changes Path 1.41 +18 -15 src/sys/dev/wi/if_wi.c 1.13 +7 -6 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11:19:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70C2C37B71B; Thu, 29 Mar 2001 11:19:20 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJJKU78897; Thu, 29 Mar 2001 11:19:20 -0800 (PST) (envelope-from olgeni) Message-Id: <200103291919.f2TJJKU78897@freefall.freebsd.org> From: Jimmy Olgeni Date: Thu, 29 Mar 2001 11:19:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wdm Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/29 11:19:20 PST Modified files: x11/wdm Makefile pkg-plist Log: Preserve Xsetup_0 at install/deinstall time. Some directories in plist had to be removed with rmdir at deinstall time. Revision Changes Path 1.43 +12 -2 ports/x11/wdm/Makefile 1.5 +4 -2 ports/x11/wdm/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 Mar 29 11:19: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 A73E537B71C; Thu, 29 Mar 2001 11:19:44 -0800 (PST) (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 f2TJJi977294; Thu, 29 Mar 2001 12:19:44 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103291919.f2TJJi977294@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c Cc: Jesper Skriver , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Thu, 29 Mar 2001 10:23:21 PST." References: Date: Thu, 29 Mar 2001 12:19:44 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message John Baldwin writes: : : On 29-Mar-01 Jesper Skriver wrote: : > jesper 2001/03/29 02:23:45 PST : > : > Modified files: : > sys/dev/pccbb pccbb.c : > Log: : > Fix building NEWCARD again, by including : > sys/types.h and sys/lock.h in pccbb.c, as : > jhb noted in rev 1.12 of src/share/man/man9/mutex.9 : : Would be nice if NEWCARD was in LINT so that my LINT build would have found : this. :-/ You can't have NEWCARD and OLDCARD in the same kernel and expect it to link :-( Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11:36:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA01437B71A; Thu, 29 Mar 2001 11:36:35 -0800 (PST) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJaZx80647; Thu, 29 Mar 2001 11:36:35 -0800 (PST) (envelope-from mikeh) Message-Id: <200103291936.f2TJaZx80647@freefall.freebsd.org> From: Mike Heffner Date: Thu, 29 Mar 2001 11:36:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zephyr Makefile pkg-plist ports/net/zephyr/files patch-aa patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mikeh 2001/03/29 11:36:35 PST Modified files: net/zephyr Makefile pkg-plist net/zephyr/files patch-aa patch-ad Log: Fix port by restoring parts of patch-ad, respect PREFIX and fix plist. Alpha build tested by: steve (patch-ad) Revision Changes Path 1.13 +3 -2 ports/net/zephyr/Makefile 1.9 +5 -6 ports/net/zephyr/pkg-plist 1.4 +13 -0 ports/net/zephyr/files/patch-aa 1.3 +196 -0 ports/net/zephyr/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 Thu Mar 29 11:36: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 84B0437B71E; Thu, 29 Mar 2001 11:36:43 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJaho80703; Thu, 29 Mar 2001 11:36:43 -0800 (PST) (envelope-from mharo) Message-Id: <200103291936.f2TJaho80703@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 11:36:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tgd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/tgd/files patch-aa patch-ab patch-ac patch-ad patch-ae tgdcommand.h tgdgd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 11:36:43 PST Removed files: graphics/tgd Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/tgd/files patch-aa patch-ab patch-ac patch-ad patch-ae tgdcommand.h tgdgd.h Log: This program has not been updated by developer, and broken (depends on old gd library), since 1999. Remove from tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11:38: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 43EAE37B720; Thu, 29 Mar 2001 11:38:19 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJcJQ80841; Thu, 29 Mar 2001 11:38:19 -0800 (PST) (envelope-from asmodai) Message-Id: <200103291938.f2TJcJQ80841@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Thu, 29 Mar 2001 11:38:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-NetAddr-IP Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/03/29 11:38:19 PST Modified files: net/p5-NetAddr-IP Makefile distinfo Log: Update to 2.22. This fixes some bugs and introduces many new interesting netmask and netblock manipulating routines. Fixes contributed to the author by the MAINTAINER and your's truly. Submitted by: Anton Berezin [MAINTAINER] Revision Changes Path 1.5 +2 -2 ports/net/p5-NetAddr-IP/Makefile 1.2 +1 -1 ports/net/p5-NetAddr-IP/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11:50: 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 818A737B71E; Thu, 29 Mar 2001 11:50:01 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJo1282028; Thu, 29 Mar 2001 11:50:01 -0800 (PST) (envelope-from mharo) Message-Id: <200103291950.f2TJo1282028@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 11:50:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ttcp/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 11:50:01 PST Added files: net/ttcp/files patch-aa Log: clean up warnings To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11:51:49 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 E8B4537B71A; Thu, 29 Mar 2001 11:51:41 -0800 (PST) (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 f2TJpJG38300; Thu, 29 Mar 2001 11:51:19 -0800 (PST) (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: <200103291919.f2TJJi977294@harmony.village.org> Date: Thu, 29 Mar 2001 11:50:54 -0800 (PST) From: John Baldwin To: Warner Losh Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jesper Skriver Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-Mar-01 Warner Losh wrote: > In message John Baldwin writes: >: >: On 29-Mar-01 Jesper Skriver wrote: >: > jesper 2001/03/29 02:23:45 PST >: > >: > Modified files: >: > sys/dev/pccbb pccbb.c >: > Log: >: > Fix building NEWCARD again, by including >: > sys/types.h and sys/lock.h in pccbb.c, as >: > jhb noted in rev 1.12 of src/share/man/man9/mutex.9 >: >: Would be nice if NEWCARD was in LINT so that my LINT build would have found >: this. :-/ > > You can't have NEWCARD and OLDCARD in the same kernel and expect it to > link :-( I know. You could use #ifdef LINT to hack around it maybe. :-P Or just make it a general rule that now you need to test GENERIC, LINT, and NEWCARD. > Warner -- 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 Mar 29 11:53:20 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 9F9C537B71A; Thu, 29 Mar 2001 11:53:15 -0800 (PST) (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 f2TJrF977554; Thu, 29 Mar 2001 12:53:15 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103291953.f2TJrF977554@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jesper Skriver In-reply-to: Your message of "Thu, 29 Mar 2001 11:50:54 PST." References: Date: Thu, 29 Mar 2001 12:53:14 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message John Baldwin writes: : I know. You could use #ifdef LINT to hack around it maybe. :-P Or just make : it a general rule that now you need to test GENERIC, LINT, and NEWCARD. You can't hack around it. It is in the build system that the selection is done (eg config does it). I like the general rule idea. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11:56: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 0A73537B71F; Thu, 29 Mar 2001 11:56:21 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJuL182852; Thu, 29 Mar 2001 11:56:21 -0800 (PST) (envelope-from jkh) Message-Id: <200103291956.f2TJuL182852@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 29 Mar 2001 11:56:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/03/29 11:56:20 PST Modified files: usr.sbin/sysinstall main.c Log: Correct message to say "shutting down" rather than just "shutting" Noticed by: Joachim Strömbergson Revision Changes Path 1.63 +4 -4 src/usr.sbin/sysinstall/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11:56:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2159F37B71A; Thu, 29 Mar 2001 11:56:35 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJuZ782919; Thu, 29 Mar 2001 11:56:35 -0800 (PST) (envelope-from jkh) Message-Id: <200103291956.f2TJuZ782919@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 29 Mar 2001 11:56:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/03/29 11:56:34 PST Modified files: (Branch: RELENG_4) release/sysinstall main.c Log: MFC: correct message Revision Changes Path 1.57.2.5 +4 -4 src/release/sysinstall/Attic/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 11:56: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 A793337B718; Thu, 29 Mar 2001 11:56:45 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TJujV82973; Thu, 29 Mar 2001 11:56:45 -0800 (PST) (envelope-from mharo) Message-Id: <200103291956.f2TJujV82973@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 11:56:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile distinfo ports/ftp/proftpd/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 11:56:45 PST Modified files: ftp/proftpd Makefile distinfo Removed files: ftp/proftpd/files patch-ae Log: update to 1.2.2rc1 - this version fixes the DOS bug in 1.2.1 Revision Changes Path 1.39 +2 -4 ports/ftp/proftpd/Makefile 1.18 +1 -2 ports/ftp/proftpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 12: 3: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 A842137B71D; Thu, 29 Mar 2001 12:03:16 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TK3GK83606; Thu, 29 Mar 2001 12:03:16 -0800 (PST) (envelope-from mharo) Message-Id: <200103292003.f2TK3GK83606@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 12:03:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/lexter 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/03/29 12:03:16 PST Modified files: games/lexter Makefile distinfo pkg-comment pkg-descr pkg-plist Log: update to 1.0.3 PR: 26150 Submitted by: maintainer Revision Changes Path 1.3 +5 -8 ports/games/lexter/Makefile 1.2 +1 -1 ports/games/lexter/distinfo 1.2 +1 -1 ports/games/lexter/pkg-comment 1.2 +3 -0 ports/games/lexter/pkg-descr 1.3 +0 -3 ports/games/lexter/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 Mar 29 12: 8: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 8C12437B71B; Thu, 29 Mar 2001 12:08:46 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TK8k487061; Thu, 29 Mar 2001 12:08:46 -0800 (PST) (envelope-from mharo) Message-Id: <200103292008.f2TK8k487061@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 12:08:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/spin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 12:08:46 PST Modified files: math/spin Makefile distinfo Log: update to 3.4.5 PR: 26062 Submitted by: maintainer Revision Changes Path 1.18 +3 -3 ports/math/spin/Makefile 1.13 +1 -1 ports/math/spin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 12:16: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 EBA7A37B720; Thu, 29 Mar 2001 12:16:27 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TKGRp87938; Thu, 29 Mar 2001 12:16:27 -0800 (PST) (envelope-from mharo) Message-Id: <200103292016.f2TKGRp87938@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 12:16:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbkeys Makefile distinfo ports/x11-wm/bbkeys/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 12:16:27 PST Modified files: x11-wm/bbkeys Makefile distinfo x11-wm/bbkeys/files patch-aa Log: update to 0.3.6 PR: 26077 Submitted by: Stijn Hoop Revision Changes Path 1.3 +4 -4 ports/x11-wm/bbkeys/Makefile 1.2 +1 -1 ports/x11-wm/bbkeys/distinfo 1.2 +7 -5 ports/x11-wm/bbkeys/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 Mar 29 12: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 4189E37B71A; Thu, 29 Mar 2001 12:18:46 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TKIk488349; Thu, 29 Mar 2001 12:18:46 -0800 (PST) (envelope-from obrien) Message-Id: <200103292018.f2TKIk488349@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 12:18:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 12:18:45 PST Modified files: sys/alpha/alpha machdep.c Log: Removed the ``#if 0'' that turned bounds_check_with_label() into worse than a NOP. bounds_check_with_label() would return -1 yet NOT set any of the bio flags to show an error. This meant the caller would not properly see that bounds_check_with_label() did not do any work. This prevented newfs(8) from being able to write a file system on any partition other than `c' on a `ccd'. The logs of this file do not tell _why_ bounds_check_with_label() was emasculated. Nor are there any `XXX' comments. So we'll unemasculated it, and see what breaks. Submitted by: gallatin Revision Changes Path 1.120 +1 -3 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 12:21:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CD6137B71D; Thu, 29 Mar 2001 12:21:22 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TKLMx88663; Thu, 29 Mar 2001 12:21:22 -0800 (PST) (envelope-from bmah) Message-Id: <200103292021.f2TKLMx88663@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 29 Mar 2001 12:21:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/03/29 12:21:22 PST Modified files: share/sgml man-refs.ent Log: Commit a few manpage entries for recent release notes. Revision Changes Path 1.67 +7 -1 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 12:26: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53AF937B71E; Thu, 29 Mar 2001 12:26:01 -0800 (PST) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TKQ1K89285; Thu, 29 Mar 2001 12:26:01 -0800 (PST) (envelope-from clive) Message-Id: <200103292026.f2TKQ1K89285@freefall.freebsd.org> From: Clive Lin Date: Thu, 29 Mar 2001 12:26:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/ion Makefile distinfo ports/x11-wm/ion/files patch-system.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/03/29 12:26:01 PST Modified files: x11-wm/ion Makefile distinfo x11-wm/ion/files patch-system.mk Log: Update ion to the author's latest version (20010314). PR: 26205 Submitted by: MAINTAINER Revision Changes Path 1.5 +2 -2 ports/x11-wm/ion/Makefile 1.5 +1 -1 ports/x11-wm/ion/distinfo 1.2 +14 -5 ports/x11-wm/ion/files/patch-system.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 12:26: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 3298D37B71A; Thu, 29 Mar 2001 12:26:13 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TKQDm89350; Thu, 29 Mar 2001 12:26:13 -0800 (PST) (envelope-from obrien) Message-Id: <200103292026.f2TKQDm89350@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 12:26:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 12:26:12 PST Modified files: sys/ia64/ia64 machdep.c Log: Reduce the emasculation of bounds_check_with_label() by one line, so we propagate a bio error condition to the caller and above. Revision Changes Path 1.28 +2 -2 src/sys/ia64/ia64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 12:34: 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 CBA5037B724; Thu, 29 Mar 2001 12:33:57 -0800 (PST) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TKXvF91004; Thu, 29 Mar 2001 12:33:57 -0800 (PST) (envelope-from eric) Message-Id: <200103292033.f2TKXvF91004@freefall.freebsd.org> From: Eric Melville Date: Thu, 29 Mar 2001 12:33:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/window scanner.c wwterminfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eric 2001/03/29 12:33:57 PST Modified files: usr.bin/window scanner.c wwterminfo.c Log: Include a missing header, and change a mktemp(3), mkdir(2) sequence to mkdtemp(3). Approved by: murray Revision Changes Path 1.4 +2 -1 src/usr.bin/window/scanner.c 1.5 +2 -3 src/usr.bin/window/wwterminfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 12:46: 4 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 77E0F37B71D; Thu, 29 Mar 2001 12:45:57 -0800 (PST) (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 f2TKjiG40058; Thu, 29 Mar 2001 12:45:44 -0800 (PST) (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: <200103291953.f2TJrF977554@harmony.village.org> Date: Thu, 29 Mar 2001 12:45:20 -0800 (PST) From: John Baldwin To: Warner Losh Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c Cc: Jesper Skriver , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-Mar-01 Warner Losh wrote: > In message John Baldwin writes: >: I know. You could use #ifdef LINT to hack around it maybe. :-P Or just >: make >: it a general rule that now you need to test GENERIC, LINT, and NEWCARD. > > You can't hack around it. It is in the build system that the > selection is done (eg config does it). I like the general rule idea. So if you stick both oldcard nad newcard devices in the same kernel config config(8) dies? Hmm, works fine here. This is the patch I'm using. I'll see if LINT builds with this: Index: NOTES =================================================================== RCS file: /host/cvs/usr/home/ncvs/src/sys/i386/conf/NOTES,v retrieving revision 1.906 diff -u -r1.906 NOTES --- NOTES 2001/03/19 23:27:37 1.906 +++ NOTES 2001/03/29 20:41:14 @@ -2186,6 +2186,7 @@ # # PC Card/PCMCIA +# (OLDCARD) # # card: pccard slots # pcic: isa/pccard bridge @@ -2193,6 +2194,17 @@ hint.pcic.0.at="isa" hint.pcic.1.at="isa" device card + +# +# PC Card/PCMCIA and Cardbus +# (NEWCARD) +# +# pccbb: isa/pccard and pci/cardbus bridge +# pccard: pccard slots +# cardbus: cardbus slots +device pccbb +device pccard +device cardbus # You may need to reset all pccards after resuming options PCIC_RESUME_RESET # reset after resume Better descriptions accepted. -- 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 Mar 29 12:54: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CB8D37B720; Thu, 29 Mar 2001 12:53:57 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TKrva92933; Thu, 29 Mar 2001 12:53:57 -0800 (PST) (envelope-from obrien) Message-Id: <200103292053.f2TKrva92933@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 12:53:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb/config/i386 windows.mh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 12:53:56 PST Removed files: contrib/gdb/gdb/config/i386 windows.mh Log: Remove this GDB 4.18 file that is no longer part of GDB [5.0]. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 12:55:56 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 88FFA37B719; Thu, 29 Mar 2001 12:55:50 -0800 (PST) (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 f2TKtj978077; Thu, 29 Mar 2001 13:55:50 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103292055.f2TKtj978077@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c Cc: Jesper Skriver , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Thu, 29 Mar 2001 12:45:20 PST." References: Date: Thu, 29 Mar 2001 13:55:45 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message John Baldwin writes: : So if you stick both oldcard nad newcard devices in the same kernel config : config(8) dies? Died on me at the link stage, if I recall correctly. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 13: 6: 2 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 0DAD437B71E; Thu, 29 Mar 2001 13:05:56 -0800 (PST) (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 f2TL5nG40587; Thu, 29 Mar 2001 13:05:50 -0800 (PST) (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: <200103291911.f2TJBkb78254@freefall.freebsd.org> Date: Thu, 29 Mar 2001 13:05:25 -0800 (PST) From: John Baldwin To: Bill Paul Subject: RE: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-Mar-01 Bill Paul wrote: > wpaul 2001/03/29 11:11:46 PST > > Modified files: > sys/dev/wi if_wi.c if_wireg.h > Log: > Fix a couple style nits, no code changes. Turn one magic number into > a #defined constant, wrap a few long lines, etc... Also remove stupid > 'all your base are belong to us' joke from comment that I don't really > care to see immortalized in the source tree. Too bad we can't get a cvs meister to do RCS surgery and really kill it. :-P -- 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 Mar 29 13:14:52 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 2D00137B71D; Thu, 29 Mar 2001 13:14:46 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f2TLEjx27509; Thu, 29 Mar 2001 13:14:45 -0800 (PST) Date: Thu, 29 Mar 2001 13:14:45 -0800 From: Alfred Perlstein To: John Baldwin Cc: Bill Paul , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h Message-ID: <20010329131445.J9431@fw.wintelcom.net> References: <200103291911.f2TJBkb78254@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, Mar 29, 2001 at 01:05:25PM -0800 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [010329 13:06] wrote: > > On 29-Mar-01 Bill Paul wrote: > > wpaul 2001/03/29 11:11:46 PST > > > > Modified files: > > sys/dev/wi if_wi.c if_wireg.h > > Log: > > Fix a couple style nits, no code changes. Turn one magic number into > > a #defined constant, wrap a few long lines, etc... Also remove stupid > > 'all your base are belong to us' joke from comment that I don't really > > care to see immortalized in the source tree. > > Too bad we can't get a cvs meister to do RCS surgery and really kill it. :-P I think worse things have crept into the repo than a reference to all your base. :P I'm actually a little miffed that it was taken out, the linux driver didn't seem all that clear about why it poked and prodded certain io and memory ports so I assumed it was for great justice... -- -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 Thu Mar 29 13:32: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 7DA0537B71B; Thu, 29 Mar 2001 13:32:18 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TLWIh99032; Thu, 29 Mar 2001 13:32:18 -0800 (PST) (envelope-from mi) Message-Id: <200103292132.f2TLWIh99032@freefall.freebsd.org> From: Mikhail Teterin Date: Thu, 29 Mar 2001 13:32:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/tclhttpd Makefile pkg-plist ports/www/tclhttpd/files patch-ab patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mi 2001/03/29 13:32:17 PST Modified files: www/tclhttpd Makefile pkg-plist www/tclhttpd/files patch-ab patch-ae Log: The previous commit by sobomax fixed the build, but quite terribly broke the install. My version used the special Makefile only to build the binary lib. The installation was done by the software's Makefile. sobomax declared the custom Makefile.lib to be _the_ Makefile, which caused the library to be installed into /usr/lib :-) and completely missed the .tcl scripts, etc. I'm restoring the old behaviour with the build problem fixed (I hope). This version will also help tclhttpd find its docRoot on startup. It will also install tclhttpd.rc.default instead of tclhttpd.rc. If the latter does not exist, the former gets copied to create it. Submitted by: bento (and fenner's script) Revision Changes Path 1.5 +13 -13 ports/www/tclhttpd/Makefile 1.4 +1 -0 ports/www/tclhttpd/pkg-plist 1.3 +5 -0 ports/www/tclhttpd/files/patch-ab 1.3 +9 -4 ports/www/tclhttpd/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 Thu Mar 29 13: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 917DF37B719; Thu, 29 Mar 2001 13:37:30 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TLbUh99647; Thu, 29 Mar 2001 13:37:30 -0800 (PST) (envelope-from olgeni) Message-Id: <200103292137.f2TLbUh99647@freefall.freebsd.org> From: Jimmy Olgeni Date: Thu, 29 Mar 2001 13:37:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/phpgroupware Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/29 13:37:30 PST Modified files: deskutils/phpgroupware Makefile Log: This port requires PHP to run (RUN_DEPENDS). Submitted by: James Housley Revision Changes Path 1.2 +3 -1 ports/deskutils/phpgroupware/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 13:41: 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 4891737B71E; Thu, 29 Mar 2001 13:40:59 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TLex800221; Thu, 29 Mar 2001 13:40:59 -0800 (PST) (envelope-from olgeni) Message-Id: <200103292140.f2TLex800221@freefall.freebsd.org> From: Jimmy Olgeni Date: Thu, 29 Mar 2001 13:40:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/phpgroupware Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/29 13:40:59 PST Modified files: deskutils/phpgroupware Makefile pkg-plist Log: Install files in www/data, not www/data.default. Submitted by: Mike Harding Revision Changes Path 1.3 +2 -2 ports/deskutils/phpgroupware/Makefile 1.2 +827 -827 ports/deskutils/phpgroupware/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 13:44:43 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 1BE4337B718 for ; Thu, 29 Mar 2001 13:44:37 -0800 (PST) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 794 invoked by uid 1001); 29 Mar 2001 21:43:25 -0000 Date: Thu, 29 Mar 2001 23:43:25 +0200 From: Neil Blakey-Milner To: Jimmy Olgeni Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, mvh@ix.netcom.com Subject: Re: cvs commit: ports/deskutils/phpgroupware Makefile pkg-plist Message-ID: <20010329234325.A97017@rapier.smartspace.co.za> References: <200103292140.f2TLex800221@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: <200103292140.f2TLex800221@freefall.freebsd.org>; from olgeni@FreeBSD.org on Thu, Mar 29, 2001 at 01:40:59PM -0800 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu 2001-03-29 (13:40), Jimmy Olgeni wrote: > olgeni 2001/03/29 13:40:59 PST > > Modified files: > deskutils/phpgroupware Makefile pkg-plist > Log: > Install files in www/data, not www/data.default. > > Submitted by: Mike Harding Uh, why? My request for comments on this matter on -ports led to the (unchallenbged) decision that ports put stuff in data.default and cgi-bin.default, not data and cgi-bin. While that may not mean much, other ports use this convention. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 13:45: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 779C037B71E; Thu, 29 Mar 2001 13:45:26 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TLjQ100686; Thu, 29 Mar 2001 13:45:26 -0800 (PST) (envelope-from will) Message-Id: <200103292145.f2TLjQ100686@freefall.freebsd.org> From: Will Andrews Date: Thu, 29 Mar 2001 13:45:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/29 13:45:26 PST Modified files: graphics Makefile Log: Remove tgd to avoid breaking index/bento build. For the record, it hadn't been updated to sync with the gd library in 2 years, so it got removed. Revision Changes Path 1.291 +1 -2 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 13:55: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 A559437B718; Thu, 29 Mar 2001 13:55:28 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TLtSe01459; Thu, 29 Mar 2001 13:55:28 -0800 (PST) (envelope-from mharo) Message-Id: <200103292155.f2TLtSe01459@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 13:55:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/napster Makefile distinfo pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 13:55:28 PST Modified files: audio/napster Makefile distinfo pkg-message pkg-plist Log: update to 1.4.4 PR: 22395 Submitted by: Michael Lyngbøl Revision Changes Path 1.12 +11 -21 ports/audio/napster/Makefile 1.5 +1 -0 ports/audio/napster/distinfo 1.2 +4 -3 ports/audio/napster/pkg-message 1.2 +2 -1 ports/audio/napster/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 Mar 29 14: 2:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B35237B71B; Thu, 29 Mar 2001 14:02:39 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TM2dP02318; Thu, 29 Mar 2001 14:02:39 -0800 (PST) (envelope-from mharo) Message-Id: <200103292202.f2TM2dP02318@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 14:02:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/dlx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 14:02:39 PST Modified files: emulators/dlx Makefile Log: update master_sites PR: 23735 Submitted by: George Reid Revision Changes Path 1.10 +2 -2 ports/emulators/dlx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 14:19: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 5432A37B720; Thu, 29 Mar 2001 14:19:09 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TMJ9106287; Thu, 29 Mar 2001 14:19:09 -0800 (PST) (envelope-from mharo) Message-Id: <200103292219.f2TMJ9106287@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 14:19:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/muggy Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 14:19:09 PST Modified files: editors/muggy Makefile distinfo Log: Port editors/muggy has unfetchable distfile. Patch updates to version 1.3.1. PR: 23923 Submitted by: George Reid Revision Changes Path 1.5 +3 -3 ports/editors/muggy/Makefile 1.2 +1 -1 ports/editors/muggy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 14:34:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88DDB37B724; Thu, 29 Mar 2001 14:34:10 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TMYAF07439; Thu, 29 Mar 2001 14:34:10 -0800 (PST) (envelope-from mharo) Message-Id: <200103292234.f2TMYAF07439@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 14:34:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/tircproxy Makefile distinfo ports/irc/tircproxy/files patch-ac patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 14:34:10 PST Modified files: irc/tircproxy Makefile distinfo irc/tircproxy/files patch-aa patch-ab Added files: irc/tircproxy/files patch-ac Log: Port irc/tircproxy has an unfetchable distfile. Patch updates port to version 0.4.5. PR: 23739 Submitted by: George Reid Revision Changes Path 1.4 +2 -2 ports/irc/tircproxy/Makefile 1.2 +1 -1 ports/irc/tircproxy/distinfo 1.2 +12 -10 ports/irc/tircproxy/files/patch-aa 1.2 +17 -2 ports/irc/tircproxy/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 14:39: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 5213637B71A; Thu, 29 Mar 2001 14:39:25 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TMdP107947; Thu, 29 Mar 2001 14:39:25 -0800 (PST) (envelope-from mharo) Message-Id: <200103292239.f2TMdP107947@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 14:39:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/prom-wl Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 14:39:25 PST Modified files: mail/prom-wl Makefile distinfo Log: Port mail/prom-wl has unfetchable distfile. Patch updates port to version 1.1.2 PR: 24055 Submitted by: George Reid Revision Changes Path 1.4 +2 -2 ports/mail/prom-wl/Makefile 1.2 +1 -1 ports/mail/prom-wl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 14:48: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 75E0637B71A; Thu, 29 Mar 2001 14:48:09 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TMm9N08751; Thu, 29 Mar 2001 14:48:09 -0800 (PST) (envelope-from sobomax) Message-Id: <200103292248.f2TMm9N08751@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Mar 2001 14:48:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-MySQLdb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/29 14:48:09 PST Modified files: databases/py-MySQLdb Makefile distinfo pkg-plist Log: Update to 0.3.5. Revision Changes Path 1.14 +9 -3 ports/databases/py-MySQLdb/Makefile 1.10 +1 -1 ports/databases/py-MySQLdb/distinfo 1.7 +18 -12 ports/databases/py-MySQLdb/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 Mar 29 14:48:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35BA637B71E; Thu, 29 Mar 2001 14:48:10 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TMmAR08778; Thu, 29 Mar 2001 14:48:10 -0800 (PST) (envelope-from mharo) Message-Id: <200103292248.f2TMmAR08778@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 14:48:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/wapsh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 14:48:10 PST Modified files: shells/wapsh Makefile Log: make WRKDIR safe (fix broken on bento) Revision Changes Path 1.2 +3 -3 ports/shells/wapsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 14:48: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 173B037B71B; Thu, 29 Mar 2001 14:48:46 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TMmkL08852; Thu, 29 Mar 2001 14:48:46 -0800 (PST) (envelope-from mharo) Message-Id: <200103292248.f2TMmkL08852@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 14:48:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/mudsh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 14:48:46 PST Modified files: shells/mudsh Makefile Log: Make WRKDIR safe (fix broken on bento) Revision Changes Path 1.3 +2 -2 ports/shells/mudsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 14:54: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 6C3E637B71B; Thu, 29 Mar 2001 14:54:14 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TMsE709259; Thu, 29 Mar 2001 14:54:14 -0800 (PST) (envelope-from mharo) Message-Id: <200103292254.f2TMsE709259@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 14:54:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/chexedit/files patch-src_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 14:54:14 PST Removed files: editors/chexedit/files patch-src_misc.c Log: remove extra patchfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 14:59:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5904F37B720; Thu, 29 Mar 2001 14:59:45 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TMxjv09606; Thu, 29 Mar 2001 14:59:45 -0800 (PST) (envelope-from rwatson) Message-Id: <200103292259.f2TMxjv09606@freefall.freebsd.org> From: Robert Watson Date: Thu, 29 Mar 2001 14:59:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/29 14:59:45 PST Modified files: sys/kern kern_prot.c Log: o Restructure privilege check associated with process visibility for ps_showallprocs such that if superuser is present to override process hiding, the search falls through [to success]. When additional restrictions are placed on process visibility, such as MAC, new clauses will be placed above the return(0). Obtained from: TrustedBSD Project Revision Changes Path 1.78 +2 -4 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 15: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 77A6F37B71C; Thu, 29 Mar 2001 15:29:04 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TNT4t14117; Thu, 29 Mar 2001 15:29:04 -0800 (PST) (envelope-from mharo) Message-Id: <200103292329.f2TNT4t14117@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 15:29:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/napster Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 15:29:04 PST Modified files: audio/napster Makefile Log: portlint Revision Changes Path 1.13 +4 -3 ports/audio/napster/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 15:42: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 E382237B71E; Thu, 29 Mar 2001 15:42:29 -0800 (PST) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TNgTg15287; Thu, 29 Mar 2001 15:42:29 -0800 (PST) (envelope-from okazaki) Message-Id: <200103292342.f2TNgTg15287@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 29 Mar 2001 15:42:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/groff pkg-plist distinfo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/03/29 15:42:29 PST Modified files: japanese/groff pkg-plist distinfo Makefile Log: Update tmac suite to sync with RELENG_4 at 20010314. Bump PORTREVISION. Obtained from: 4.3-BETA livetree Revision Changes Path 1.14 +1 -0 ports/japanese/groff/pkg-plist 1.6 +1 -1 ports/japanese/groff/distinfo 1.26 +4 -4 ports/japanese/groff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 16:10: 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 DFD6037B719; Thu, 29 Mar 2001 16:10:01 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U0A1m19906; Thu, 29 Mar 2001 16:10:01 -0800 (PST) (envelope-from jmz) Message-Id: <200103300010.f2U0A1m19906@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 29 Mar 2001 16:10:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mtools/files patch-h patch-2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/03/29 16:10:01 PST Modified files: emulators/mtools/files patch-2 Added files: emulators/mtools/files patch-h Log: Use /dev/fd* by default, instead of /dev/rfd* Pointed out by: alfred Revision Changes Path 1.7 +11 -11 ports/emulators/mtools/files/patch-2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 16: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 24CCC37B71D; Thu, 29 Mar 2001 16:11:34 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U0BYX20129; Thu, 29 Mar 2001 16:11:34 -0800 (PST) (envelope-from green) Message-Id: <200103300011.f2U0BYX20129@freefall.freebsd.org> From: Brian Feldman Date: Thu, 29 Mar 2001 16:11:34 -0800 (PST) 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/03/29 16:11:34 PST Modified files: etc pam.conf Log: Attempt to support TIS auth by default in the SSHD by providing a "csshd" requirement of the S/KEY PAM module. Revision Changes Path 1.12 +2 -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 Mar 29 17:40: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 6917737B720; Thu, 29 Mar 2001 17:40:04 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U1e4d30178; Thu, 29 Mar 2001 17:40:04 -0800 (PST) (envelope-from obrien) Message-Id: <200103300140.f2U1e4d30178@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 17:40:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb/doc HPPA-cfg.texi h8-cfg.texi remote.texi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 17:40:04 PST Removed files: contrib/gdb/gdb/doc HPPA-cfg.texi h8-cfg.texi remote.texi Log: Remove these GDB 4.18 docs that did not make it into 5.0. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 17:41: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09EB337B71B; Thu, 29 Mar 2001 17:41:03 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U1f3730271; Thu, 29 Mar 2001 17:41:03 -0800 (PST) (envelope-from obrien) Message-Id: <200103300141.f2U1f3730271@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 17:41:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb/tui Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 17:41:02 PST Removed files: contrib/gdb/gdb/tui Makefile Log: Remove this auto-generated file (and isn't part of 5.0 as it shouldn't be). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 17: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 87F3837B71D; Thu, 29 Mar 2001 17:42:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U1gMS30493; Thu, 29 Mar 2001 17:42:22 -0800 (PST) (envelope-from obrien) Message-Id: <200103300142.f2U1gMS30493@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 17:42:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb debugify.c debugify.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 17:42:22 PST Removed files: contrib/gdb/gdb debugify.c debugify.h Log: Remove these 4.18 files that are no longer used 5.0. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 17:44: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 932F837B71D; Thu, 29 Mar 2001 17:44:39 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U1idm30642; Thu, 29 Mar 2001 17:44:39 -0800 (PST) (envelope-from obrien) Message-Id: <200103300144.f2U1idm30642@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 17:44:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb ser-ocd.c sh-stub.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 17:44:39 PST Removed files: contrib/gdb/gdb ser-ocd.c sh-stub.c Log: Remove these MD files that we've never needed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 17: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 533AA37B71D; Thu, 29 Mar 2001 17:52:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U1qMx31330; Thu, 29 Mar 2001 17:52:22 -0800 (PST) (envelope-from obrien) Message-Id: <200103300152.f2U1qMx31330@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 17:52:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb sparclet-rom.c sparclet-stub.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 17:52:22 PST Removed files: contrib/gdb/gdb sparclet-rom.c sparclet-stub.c Log: Remove these MD files that we just don't have a use for -- even if we did have a working Sparc platform. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 17:54: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 2A30F37B71F; Thu, 29 Mar 2001 17:54:39 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U1sdR31474; Thu, 29 Mar 2001 17:54:39 -0800 (PST) (envelope-from obrien) Message-Id: <200103300154.f2U1sdR31474@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 17:54:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb xcoffsolib.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 17:54:39 PST Removed files: contrib/gdb/gdb xcoffsolib.h Log: We don't do COFF. We don't need this file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 18: 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 9B7CE37B71D; Thu, 29 Mar 2001 18:09:20 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U29KX35468; Thu, 29 Mar 2001 18:09:20 -0800 (PST) (envelope-from gshapiro) Message-Id: <200103300209.f2U29KX35468@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 29 Mar 2001 18:09:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/03/29 18:09:20 PST Modified files: contrib/sendmail FREEBSD-upgrade Log: Forgot to update this README when I imported 8.11.3 Revision Changes Path 1.4 +5 -5 src/contrib/sendmail/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 18:36: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 4C84337B71D; Thu, 29 Mar 2001 18:36:18 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U2aI337554; Thu, 29 Mar 2001 18:36:18 -0800 (PST) (envelope-from obrien) Message-Id: <200103300236.f2U2aI337554@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 18:36:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 18:36:18 PST src/contrib/gdb/gdb - Imported sources Update of /home/ncvs/src/contrib/gdb/gdb In directory freefall.freebsd.org:/c/tmp/cvs-serv37532 Log Message: Virgin import of gdb-5.0 Status: Vendor Tag: FSF Release Tags: v5_0 U src/contrib/gdb/gdb/xcoffsolib.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 18: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 D4C7C37B71A; Thu, 29 Mar 2001 18:37:55 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U2btC37711; Thu, 29 Mar 2001 18:37:55 -0800 (PST) (envelope-from obrien) Message-Id: <200103300237.f2U2btC37711@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 29 Mar 2001 18:37:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb FREEBSD-Xlist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/29 18:37:55 PST Modified files: contrib/gdb FREEBSD-Xlist Log: Change "*coff*" to "coff*" so that the pattern will not dike out xcoffsolib.h. I'll revisit the pattern on the next import. Revision Changes Path 1.4 +1 -1 src/contrib/gdb/FREEBSD-Xlist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 18:48: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 4F75D37B71C; Thu, 29 Mar 2001 18:48:11 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U2mBN38515; Thu, 29 Mar 2001 18:48:11 -0800 (PST) (envelope-from mharo) Message-Id: <200103300248.f2U2mBN38515@freefall.freebsd.org> From: Michael Haro Date: Thu, 29 Mar 2001 18:48:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/lexter pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/03/29 18:48:11 PST Added files: games/lexter pkg-install Log: add forgotten file Reminded by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 21: 9:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2759637B71D; Thu, 29 Mar 2001 21:09:21 -0800 (PST) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U59L056006; Thu, 29 Mar 2001 21:09:21 -0800 (PST) (envelope-from okazaki) Message-Id: <200103300509.f2U59L056006@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 29 Mar 2001 21:09:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/crimson pkg-plist pkg-message pkg-descr pkg-comment distinfo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/03/29 21:09:20 PST Added files: textproc/crimson pkg-plist pkg-message pkg-descr pkg-comment distinfo Makefile Log: New port for crimson-1.1, a Java XML parser which supports XML 1.0 via the following APIs: * Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package. * SAX 2.0 * SAX2 Extensions version 1.0 * DOM Level 2 Core Recommendation PR: 24291 Submitted by: Palle Girgensohn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 21:11: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 5184A37B71C; Thu, 29 Mar 2001 21:11:34 -0800 (PST) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U5BYa56227; Thu, 29 Mar 2001 21:11:34 -0800 (PST) (envelope-from okazaki) Message-Id: <200103300511.f2U5BYa56227@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 29 Mar 2001 21:11:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG okazaki 2001/03/29 21:11:34 PST Modified files: textproc Makefile Log: New port for crimson-1.1, a Java XML parser which supports XML 1.0 via the following APIs: * Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package. * SAX 2.0 * SAX2 Extensions version 1.0 * DOM Level 2 Core Recommendation PR: 24291 Submitted by: Palle Girgensohn Revision Changes Path 1.190 +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 Thu Mar 29 21:40:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8345137B71A; Thu, 29 Mar 2001 21:40:19 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U5eJg58501; Thu, 29 Mar 2001 21:40:19 -0800 (PST) (envelope-from gshapiro) Message-Id: <200103300540.f2U5eJg58501@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 29 Mar 2001 21:40:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/03/29 21:40:19 PST Modified files: (Branch: RELENG_4) contrib/sendmail FREEBSD-upgrade Log: MFC: Forgot to update this README when I imported 8.11.3 Revision Changes Path 1.4 +5 -5 src/contrib/sendmail/FREEBSD-upgrade Approved by: jkh Revision Changes Path 1.1.2.4 +5 -5 src/contrib/sendmail/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 21:41: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 75D1937B718; Thu, 29 Mar 2001 21:41:40 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U5fev58566; Thu, 29 Mar 2001 21:41:40 -0800 (PST) (envelope-from grog) Message-Id: <200103300541.f2U5fev58566@freefall.freebsd.org> From: Greg Lehey Date: Thu, 29 Mar 2001 21:41:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/03/29 21:41:40 PST Modified files: (Branch: RELENG_4) sys/dev/vinum vinumconfig.c Log: MFC: Allocate lock table for striped plexes as well as parity plexes. This was forgotten in the last slew of MFCs, and caused an immediate panic when starting a striped plex. Suffered by: "John J. Rushford Jr" Approved by: jkh Revision Changes Path 1.32.2.4 +2 -2 src/sys/dev/vinum/vinumconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 22: 4:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1D5737B71A; Thu, 29 Mar 2001 22:04:31 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: (from wes@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U64VN60412; Thu, 29 Mar 2001 22:04:31 -0800 (PST) (envelope-from wes) Message-Id: <200103300604.f2U64VN60412@freefall.freebsd.org> From: Wes Peters Date: Thu, 29 Mar 2001 22:04:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/no-login Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wes 2001/03/29 22:04:31 PST Modified files: sysutils/no-login Makefile distinfo pkg-plist Log: Fix the no-login port, since I've moved the distribution ftp site. Also, take over maintainership, since I wrote it in the first place. I also took the time to write a Makefile for the program and to package the whole mess into a tarball to make it easier to fetch. Obtained from: Softweyr LLC Revision Changes Path 1.8 +3 -19 ports/sysutils/no-login/Makefile 1.3 +1 -2 ports/sysutils/no-login/distinfo 1.3 +2 -1 ports/sysutils/no-login/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 Mar 29 23:30:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EA3D37B719; Thu, 29 Mar 2001 23:30:51 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: (from wes@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U7Upi78594; Thu, 29 Mar 2001 23:30:51 -0800 (PST) (envelope-from wes) Message-Id: <200103300730.f2U7Upi78594@freefall.freebsd.org> From: Wes Peters Date: Thu, 29 Mar 2001 23:30:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/no-login/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wes 2001/03/29 23:30:51 PST Removed files: sysutils/no-login/files Makefile Log: Remove old Makefile, the new improved tarball distribution has one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 29 23:50: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 B5AEC37B720; Thu, 29 Mar 2001 23:50:29 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U7oTv81541; Thu, 29 Mar 2001 23:50:29 -0800 (PST) (envelope-from jkh) Message-Id: <200103300750.f2U7oTv81541@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 29 Mar 2001 23:50:29 -0800 (PST) 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 jkh 2001/03/29 23:50:29 PST Modified files: release fixit_crunch.conf Log: Eliminate some things from the fixit crunch image so that it actually builds again. Revision Changes Path 1.26 +6 -6 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 Fri Mar 30 0: 1: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 4234637B71E; Fri, 30 Mar 2001 00:01:35 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U81ZJ82659; Fri, 30 Mar 2001 00:01:35 -0800 (PST) (envelope-from phk) Message-Id: <200103300801.f2U81ZJ82659@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Mar 2001 00:01:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck fsck.8 fsck.c fsutil.h preen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/30 00:01:35 PST Modified files: sbin/fsck fsck.8 fsck.c fsutil.h preen.c Log: This change sanitizes the way fsck deals with pass numbers. Consider this /etc/fstab: # Device Mountpoint FStype Options Dump Pass# /dev/ad1s1b none swap sw 0 0 /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1e /home ufs rw 2 2 /dev/ad1s1e /tmp ufs rw 2 2 /dev/ad1s1f /usr ufs rw 2 2 /dev/ccd0c /syv ufs rw 2 11 proc /proc procfs rw 0 0 ccd0c is striped over /dev/ad0f and /dev/ad1g Without this pass, fsck in preen mode will check ad0s1a first, and then issue three processes in parallel: One process doing ad0s1e One process doing ad1s1e and ad1s1f One process doing ccd0c There is no way to tell it that ccd0c overlaps ad0 and ad1. With the patch, it will do it this way: pass 2: One process doing ad0s1e One process doing ad1s1e and ad1s1f and when they are complete: pass 11: One process doing ccd0c This is much faster and more sane. Valid pass numbers are anything from 1 to INTMAX-1. I retired the '-l' option which tried to allow people to do something like this, but which didn't work and which complicated the code an awful lot. Revision Changes Path 1.22 +17 -10 src/sbin/fsck/fsck.8 1.4 +3 -4 src/sbin/fsck/fsck.c 1.2 +2 -2 src/sbin/fsck/fsutil.h 1.22 +46 -49 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 Fri Mar 30 0: 4: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 81F8A37B71E; Fri, 30 Mar 2001 00:04:25 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U84P882877; Fri, 30 Mar 2001 00:04:25 -0800 (PST) (envelope-from ru) Message-Id: <200103300804.f2U84P882877@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 30 Mar 2001 00:04:25 -0800 (PST) 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/03/30 00:04:25 PST Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: `buildopts' may affect the selection of object files. Make sure we pass $(BUILDOPTS) to the `clean' target so that `make clean' works on the same set of object files. Otherwise, we may end up with an incorrectly built and up-to-date object file. Revision Changes Path 1.26 +2 -2 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 0:19: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B2C837B71B; Fri, 30 Mar 2001 00:18:59 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U8IxQ86643; Fri, 30 Mar 2001 00:18:59 -0800 (PST) (envelope-from demon) Message-Id: <200103300818.f2U8IxQ86643@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 30 Mar 2001 00:18:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/kwix 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 demon 2001/03/30 00:18:58 PST Modified files: x11-wm Makefile Added files: x11-wm/kwix Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: kwix. A kwin decoration for KDE 2. Revision Changes Path 1.59 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 0:19: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 7CC8237B718; Fri, 30 Mar 2001 00:19:21 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U8JLc86706; Fri, 30 Mar 2001 00:19:21 -0800 (PST) (envelope-from demon) Message-Id: <200103300819.f2U8JLc86706@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 30 Mar 2001 00:19:21 -0800 (PST) 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/03/30 00:19:21 PST Modified files: . modules Log: kwix --> ports/x11-wm/kwix Revision Changes Path 1.2757 +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 Mar 30 0:45:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9203737B71A; Fri, 30 Mar 2001 00:45:22 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U8jMl90098; Fri, 30 Mar 2001 00:45:22 -0800 (PST) (envelope-from nakai) Message-Id: <200103300845.f2U8jMl90098@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 30 Mar 2001 00:45:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/barque Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/barque/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/03/30 00:45:22 PST Modified files: www Makefile Added files: www/barque Makefile distinfo pkg-comment pkg-descr pkg-plist www/barque/files patch-aa patch-ab Log: Initial import. Barque is another WWW browser with gtkhtml. Revision Changes Path 1.327 +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 Mar 30 0:45: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 DE1F137B727; Fri, 30 Mar 2001 00:45:26 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U8jQC90135; Fri, 30 Mar 2001 00:45:26 -0800 (PST) (envelope-from nakai) Message-Id: <200103300845.f2U8jQC90135@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 30 Mar 2001 00:45:26 -0800 (PST) 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 nakai 2001/03/30 00:45:26 PST Modified files: . modules Log: barque --> ports/www/barque Revision Changes Path 1.2758 +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 Mar 30 0: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 2B0DC37B718; Fri, 30 Mar 2001 00:52:49 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U8qnl90954; Fri, 30 Mar 2001 00:52:49 -0800 (PST) (envelope-from nakai) Message-Id: <200103300852.f2U8qnl90954@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 30 Mar 2001 00:52:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/barque pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/03/30 00:52:49 PST Modified files: www/barque pkg-comment pkg-descr Log: Add messages to pkg-comment and pkg-descr Revision Changes Path 1.2 +1 -1 ports/www/barque/pkg-comment 1.2 +2 -0 ports/www/barque/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 Mar 30 1:18:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E141137B718; Fri, 30 Mar 2001 01:18:30 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2U9IUU96641; Fri, 30 Mar 2001 01:18:30 -0800 (PST) (envelope-from trevor) Message-Id: <200103300918.f2U9IUU96641@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 30 Mar 2001 01:18:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/swm Makefile distinfo ports/x11-wm/swm/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/03/30 01:18:30 PST Modified files: x11-wm/swm Makefile distinfo x11-wm/swm/files patch-Makefile Log: Update to 1.2.4. Revision Changes Path 1.5 +5 -5 ports/x11-wm/swm/Makefile 1.4 +1 -1 ports/x11-wm/swm/distinfo 1.4 +5 -5 ports/x11-wm/swm/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 Fri Mar 30 1:34:29 2001 Delivered-To: cvs-all@freebsd.org Received: from lacrosse.corp.redhat.com (host154.207-175-42.redhat.com [207.175.42.154]) by hub.freebsd.org (Postfix) with ESMTP id 39E8137B71A; Fri, 30 Mar 2001 01:34:21 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: from ns.tokyo.redhat.com (IDENT:root@ns.tokyo.redhat.com [172.16.21.254]) by lacrosse.corp.redhat.com (8.9.3/8.9.3) with ESMTP id EAA04301; Fri, 30 Mar 2001 04:34:18 -0500 Received: from station18.tokyo.redhat.com (IDENT:nakai@colts.tokyo.redhat.com [172.16.21.101]) by ns.tokyo.redhat.com (8.9.3/8.8.7) with SMTP id SAA07626; Fri, 30 Mar 2001 18:29:26 +0900 Message-Id: <200103300929.SAA07626@ns.tokyo.redhat.com> Date: Fri, 30 Mar 2001 18:19:11 +0900 From: Yukihiro Nakai To: John Merryweather Cooper Cc: nakai@FreeBSD.org, ports@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: cvs commit: ports/lang/slib Makefile distinfo pkg-plistports/lang/slib/files patch-01 In-Reply-To: <3AC224A5.3386F3D7@webmail.bmi.net> References: <200103280901.f2S91Ln61209@freefall.freebsd.org> <3AC224A5.3386F3D7@webmail.bmi.net> X-Mailer: Sylpheed version 0.4.8 (GTK+ 1.2.6; Linux 2.2.14-5.0; i686) Organization: FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As root, guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" This comand is in post-install section in gnucash port. On Wed, 28 Mar 2001 09:51:33 -0800 John Merryweather Cooper wrote: > Yukihiro Nakai wrote: > > > nakai 2001/03/28 01:01:20 PST > > > > Modified files: > > lang/slib Makefile distinfo pkg-plist > > Removed files: > > lang/slib/files patch-01 > > Log: > > - Update to 2d1 > > - independent from scheme48 > > > > Revision Changes Path > > 1.12 +5 -13 ports/lang/slib/Makefile > > 1.5 +1 -1 ports/lang/slib/distinfo > > 1.6 +8 -1 ports/lang/slib/pkg-plist > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > slib 2d1 breaks gnucash. Apparently mklibcat (as opposed to > mklibcat.scm) no longer exists, and gnucash depends on this (see > attached error.log from attempting to start gnucash with slib 2d1 > installed). I suspect this breaks other guile-dependent programs as > well--and maybe guile itself. > > jmc > --- Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 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 2E2F037B71D; Fri, 30 Mar 2001 02:25:41 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UAPft07293; Fri, 30 Mar 2001 02:25:41 -0800 (PST) (envelope-from peter) Message-Id: <200103301025.f2UAPft07293@freefall.freebsd.org> From: Peter Wemm Date: Fri, 30 Mar 2001 02:25:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc inetd.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/03/30 02:25:41 PST Modified files: etc inetd.conf Log: Integrate the IPv6 entries with the rest of them to avoid things getting out of sync. A similar change was made by itojun on the OpenBSD tree a few weeks ago. This should stop people disabling one server and forgetting the other one (eg: ftp and/or telnet) Revision Changes Path 1.48 +19 -33 src/etc/inetd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 2: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 9C2EF37B718; Fri, 30 Mar 2001 02:31:46 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UAVkn08313; Fri, 30 Mar 2001 02:31:46 -0800 (PST) (envelope-from wosch) Message-Id: <200103301031.f2UAVkn08313@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 30 Mar 2001 02:31:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/apropos apropos.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/03/30 02:31:46 PST Modified files: gnu/usr.bin/man/apropos apropos.sh Log: * A comment in apropos.sh contains the misspelled word "locailzed"; it should read "localized". * The "test" operator can be a bit dangerous (e.g., if a newbie writes a script named "test" and has it call "apropos", which calls "test, ...). * In its use as "whatis", apropos formats the first line of the output differently than the following lines. Specifically, it leaves out all but one of the spaces that precede the dash in the first line. Submitted by: Rich Morin PR: 25126 Revision Changes Path 1.13 +4 -4 src/gnu/usr.bin/man/apropos/apropos.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 2:44: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 4EA7337B719; Fri, 30 Mar 2001 02:44:30 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UAiUW09973; Fri, 30 Mar 2001 02:44:30 -0800 (PST) (envelope-from wosch) Message-Id: <200103301044.f2UAiUW09973@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 30 Mar 2001 02:44:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/apropos apropos.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/03/30 02:44:30 PST Modified files: gnu/usr.bin/man/apropos apropos.sh Log: space typo in last commit Revision Changes Path 1.14 +2 -2 src/gnu/usr.bin/man/apropos/apropos.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 2: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 20F0D37B718; Fri, 30 Mar 2001 02:47:22 -0800 (PST) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UAlMd10433; Fri, 30 Mar 2001 02:47:22 -0800 (PST) (envelope-from rse) Message-Id: <200103301047.f2UAlMd10433@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 30 Mar 2001 02:47:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rse 2001/03/30 02:47:21 PST Modified files: www/apache13-modssl Makefile distinfo Log: Upgrade to Apache 1.3.19 + mod_ssl 2.8.2 Revision Changes Path 1.81 +2 -2 ports/www/apache13-modssl/Makefile 1.58 +1 -1 ports/www/apache13-modssl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 2:58: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 E2C9A37B71C; Fri, 30 Mar 2001 02:58:34 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UAwYD11056; Fri, 30 Mar 2001 02:58:34 -0800 (PST) (envelope-from sobomax) Message-Id: <200103301058.f2UAwYD11056@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Mar 2001 02:58:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sodipodi Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/30 02:58:34 PST Modified files: graphics/sodipodi Makefile distinfo pkg-plist Log: Update to 0.22. Approved by: maintainer Revision Changes Path 1.23 +3 -2 ports/graphics/sodipodi/Makefile 1.7 +1 -1 ports/graphics/sodipodi/distinfo 1.7 +1 -3 ports/graphics/sodipodi/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 Mar 30 3: 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 F365737B718; Fri, 30 Mar 2001 03:06:18 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UB6I614246; Fri, 30 Mar 2001 03:06:18 -0800 (PST) (envelope-from sobomax) Message-Id: <200103301106.f2UB6I614246@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Mar 2001 03:06:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql-navigator Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/30 03:06:18 PST Modified files: databases/mysql-navigator Makefile Log: Newest versions of this port use QT+KDE instead of GTK+GNOME, so drop maintainership, because I don't have a QT/KDE installed and certainly won't install it just to test this port. Hopefully some QT/KDE addict would take care of it. Revision Changes Path 1.7 +2 -2 ports/databases/mysql-navigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 3:27: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 BA97B37B719; Fri, 30 Mar 2001 03:27:51 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UBRpH15922; Fri, 30 Mar 2001 03:27:51 -0800 (PST) (envelope-from demon) Message-Id: <200103301127.f2UBRpH15922@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 30 Mar 2001 03:27:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql-navigator Makefile distinfo pkg-plist ports/databases/mysql-navigator/files patch-ab patch-ac patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/30 03:27:51 PST Modified files: databases/mysql-navigator Makefile distinfo pkg-plist Added files: databases/mysql-navigator/files patch-ab patch-ac Removed files: databases/mysql-navigator/files patch-aa Log: Update to version 0.7.0. Revision Changes Path 1.8 +12 -11 ports/databases/mysql-navigator/Makefile 1.4 +1 -1 ports/databases/mysql-navigator/distinfo 1.2 +3 -1 ports/databases/mysql-navigator/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 Mar 30 4: 3: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 ECF2937B71C; Fri, 30 Mar 2001 04:03:22 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UC3MN24025; Fri, 30 Mar 2001 04:03:22 -0800 (PST) (envelope-from demon) Message-Id: <200103301203.f2UC3MN24025@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 30 Mar 2001 04:03:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13-modssl Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/30 04:03:22 PST Modified files: russian/apache13-modssl Makefile distinfo Log: Update to mod_ssl version 2.8.2. Revision Changes Path 1.12 +2 -2 ports/russian/apache13-modssl/Makefile 1.8 +1 -1 ports/russian/apache13-modssl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 4:22:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D835C37B719; Fri, 30 Mar 2001 04:22:46 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UCMkH28505; Fri, 30 Mar 2001 04:22:46 -0800 (PST) (envelope-from demon) Message-Id: <200103301222.f2UCMkH28505@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 30 Mar 2001 04:22:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/glpk Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/30 04:22:46 PST Modified files: math/glpk Makefile distinfo pkg-plist Log: Update to version 2.2. Host disappeared documentation locally. Revision Changes Path 1.5 +4 -3 ports/math/glpk/Makefile 1.4 +1 -1 ports/math/glpk/distinfo 1.4 +1 -0 ports/math/glpk/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 Mar 30 4:40: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 1BE5937B71A; Fri, 30 Mar 2001 04:40:28 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UCeS230172; Fri, 30 Mar 2001 04:40:28 -0800 (PST) (envelope-from sobomax) Message-Id: <200103301240.f2UCeS230172@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Mar 2001 04:40:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/visualos Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/30 04:40:27 PST Modified files: emulators/visualos Makefile distinfo Log: Update to 1.0.3. Revision Changes Path 1.4 +4 -2 ports/emulators/visualos/Makefile 1.2 +1 -1 ports/emulators/visualos/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 4:40: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 2A09837B720; Fri, 30 Mar 2001 04:40:52 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UCeq530236; Fri, 30 Mar 2001 04:40:52 -0800 (PST) (envelope-from sobomax) Message-Id: <200103301240.f2UCeq530236@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Mar 2001 04:40:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gswitchit_applet Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/30 04:40:52 PST Modified files: x11/gswitchit_applet Makefile distinfo Log: Update to 0.70. Revision Changes Path 1.4 +4 -3 ports/x11/gswitchit_applet/Makefile 1.2 +1 -1 ports/x11/gswitchit_applet/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 5:15:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0A3137B71C; Fri, 30 Mar 2001 05:15:38 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UDFcF36686; Fri, 30 Mar 2001 05:15:38 -0800 (PST) (envelope-from lioux) Message-Id: <200103301315.f2UDFcF36686@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 30 Mar 2001 05:15:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qpopper pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/03/30 05:15:38 PST Modified files: mail/qpopper pkg-message Log: Fix the qpopper path in pkg-message. It is now properly replaced with PREFIX. Submitted by: Dan Langille (with changes) Revision Changes Path 1.4 +1 -1 ports/mail/qpopper/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 5:18:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 377DB37B71E; Fri, 30 Mar 2001 05:18:06 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UDI6M36891; Fri, 30 Mar 2001 05:18:06 -0800 (PST) (envelope-from sobomax) Message-Id: <200103301318.f2UDI6M36891@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Mar 2001 05:18:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib12 Makefile ports/devel/glib12/files patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/30 05:18:06 PST Modified files: devel/glib12 Makefile devel/glib12/files patch-ad patch-ae Log: Use PTHREAD_CFLAFS/PTHREAD_LIBS. Reminded by: vanilla Revision Changes Path 1.40 +3 -1 ports/devel/glib12/Makefile 1.11 +3 -3 ports/devel/glib12/files/patch-ad 1.13 +3 -3 ports/devel/glib12/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 Fri Mar 30 5:20:45 2001 Delivered-To: cvs-all@freebsd.org Received: from parkinson.uol.com.br (parkinson.uol.com.br [200.231.206.187]) by hub.freebsd.org (Postfix) with ESMTP id D38D137B71B for ; Fri, 30 Mar 2001 05:20:39 -0800 (PST) (envelope-from lioux@uol.com.br) Received: from ppp117-bsace7020.telebrasilia.net.br ([200.181.48.117]) by parkinson.uol.com.br (8.9.1/8.9.1) with ESMTP id KAA02471 for ; Fri, 30 Mar 2001 10:21:22 -0300 (BRT) Received: (qmail 5925 invoked by uid 1001); 30 Mar 2001 13:19:18 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Fri, 30 Mar 2001 10:18:56 -0300 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck fsck.8 fsck.c fsutil.h preen.c Message-ID: <20010330101855.A793@Fedaykin.here> References: <200103300801.f2U81ZJ82659@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: <200103300801.f2U81ZJ82659@freefall.freebsd.org>; from phk@FreeBSD.org on Fri, Mar 30, 2001 at 12:01:13AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Perhaps, a worthy MFC candidate. Of course, after the customary waiting period. Wait to go. :) On Fri, Mar 30, 2001 at 12:01:13AM -0800, Poul-Henning Kamp wrote: > phk 2001/03/30 00:01:35 PST > > Modified files: > sbin/fsck fsck.8 fsck.c fsutil.h preen.c > Log: > This change sanitizes the way fsck deals with pass numbers. > [snip] > > This is much faster and more sane. -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 5:39:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 143E937B71A; Fri, 30 Mar 2001 05:39:10 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UDdAu38478; Fri, 30 Mar 2001 05:39:10 -0800 (PST) (envelope-from sobomax) Message-Id: <200103301339.f2UDdAu38478@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Mar 2001 05:39:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/30 05:39:09 PST Modified files: mail/balsa Makefile distinfo pkg-plist Log: Update to 1.1.3. Revision Changes Path 1.42 +5 -3 ports/mail/balsa/Makefile 1.20 +1 -1 ports/mail/balsa/distinfo 1.17 +1 -0 ports/mail/balsa/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 Mar 30 5:40: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 8091937B719; Fri, 30 Mar 2001 05:40:51 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UDepp38599; Fri, 30 Mar 2001 05:40:51 -0800 (PST) (envelope-from ru) Message-Id: <200103301340.f2UDepp38599@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 30 Mar 2001 05:40:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/30 05:40:51 PST Modified files: gnu/usr.bin/groff Makefile.inc Log: Backout rev 2.3 (-fno-for-scope); problem fixed in Groff 1.12. Revision Changes Path 2.4 +2 -1 src/gnu/usr.bin/groff/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 5:48: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 C4F0C37B71C; Fri, 30 Mar 2001 05:48:07 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UDm7w39315; Fri, 30 Mar 2001 05:48:07 -0800 (PST) (envelope-from lioux) Message-Id: <200103301348.f2UDm7w39315@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 30 Mar 2001 05:48:07 -0800 (PST) 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/03/30 05:48:07 PST Modified files: net/ipcheck Makefile distinfo Log: - Update to version 0.91 - Added Watchguard SOHO support Revision Changes Path 1.4 +2 -2 ports/net/ipcheck/Makefile 1.2 +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 Fri Mar 30 6: 1: 6 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 5790D37B71C; Fri, 30 Mar 2001 06:01:01 -0800 (PST) (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 f2UE0vP18390; Fri, 30 Mar 2001 16:00:57 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Mario Sergio Fujikawa Ferreira" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck fsck.8 fsck.c fsutil.h preen.c In-Reply-To: Your message of "Fri, 30 Mar 2001 10:18:56 -0300." <20010330101855.A793@Fedaykin.here> Date: Fri, 30 Mar 2001 16:00:57 +0200 Message-ID: <18388.985960857@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It may be less than entirely trivial to merge, I'm not sure if, and if how, the fsck/fsck_ffs changes affect this. Somebody sitting down to do the merge and submitting patches would increase the chances of a MFC considerably... In message <20010330101855.A793@Fedaykin.here>, "Mario Sergio Fujikawa Ferreira " writes: > Perhaps, a worthy MFC candidate. Of course, after the >customary waiting period. > Wait to go. :) > >On Fri, Mar 30, 2001 at 12:01:13AM -0800, Poul-Henning Kamp wrote: >> phk 2001/03/30 00:01:35 PST >> >> Modified files: >> sbin/fsck fsck.8 fsck.c fsutil.h preen.c >> Log: >> This change sanitizes the way fsck deals with pass numbers. >> >[snip] >> >> This is much faster and more sane. > >-- >Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." >lioux at ( freebsd dot org | linf dot unb dot br ) >flames to beloved devnull@someotherworldbeloworabove.org > -- 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 Mar 30 6: 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 F0EE637B719; Fri, 30 Mar 2001 06:07:35 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UE7Zb43554; Fri, 30 Mar 2001 06:07:35 -0800 (PST) (envelope-from lioux) Message-Id: <200103301407.f2UE7Zb43554@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 30 Mar 2001 06:07:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vgb-bin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/03/30 06:07:35 PST Modified files: emulators/vgb-bin Makefile distinfo Log: o Update to version 2.1 o Use proper versioning in the port Makefile. BUMP PORTEPOCH o Changes: - DI opcode now cancels pending EI (Killer Instinct, Donkey Kong Land series). - Fixed GBC and SGB colors to span from black to true white. - Added sound chip initialization on startup (Fortified Zone, Fortified Zone 2, Beetlejuice). - Fixed third sound channel (still not perfect). - Added SetWave() call to the sound API. - Added SetWave() waveforms to the third sound channel. - Window refresh does not start if the window was off when refresh reached its top (WarriorsOfMightAndMagic). - Now setting LCD state to 0 during last two lines of VBlank (152-153) so Final Fantasy Legend works again. - Moved VBlank interrupt from line 145 to line 144 (Force 21, Cruisn' Exotica, Army Men 2). - Moved VBlank interrupt to the beginning of scanline (Daedalian Opus). Revision Changes Path 1.6 +4 -3 ports/emulators/vgb-bin/Makefile 1.3 +1 -1 ports/emulators/vgb-bin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 6:12: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 ADABF37B719; Fri, 30 Mar 2001 06:12:33 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UECXj44057; Fri, 30 Mar 2001 06:12:33 -0800 (PST) (envelope-from sobomax) Message-Id: <200103301412.f2UECXj44057@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Mar 2001 06:12:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel Makefile ports/devel/sdl-devel/files patch-ac patch-src_video_vgl_SDL__vglvideo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/30 06:12:33 PST Modified files: devel/sdl-devel Makefile devel/sdl-devel/files patch-ac patch-src_video_vgl_SDL__vglvideo.c Log: o Use PTHREAD_CFLAGS/PTHREAD_LIBS; o don't apply bitwise shift to components when setting palette - vgl don't need it unlike fbcon (after which libvgl driver was modelled). Bump PORTREVISION as a result of bugfix. Revision Changes Path 1.38 +5 -2 ports/devel/sdl-devel/Makefile 1.16 +21 -17 ports/devel/sdl-devel/files/patch-ac 1.4 +3 -3 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglvideo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 6:18:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94DB237B718; Fri, 30 Mar 2001 06:18:31 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UEIVZ44773; Fri, 30 Mar 2001 06:18:31 -0800 (PST) (envelope-from sobomax) Message-Id: <200103301418.f2UEIVZ44773@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 30 Mar 2001 06:18:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl Makefile ports/devel/sdl/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/30 06:18:31 PST Modified files: devel/sdl Makefile devel/sdl/files patch-ac Log: Use PTHREAD_CFLAGS/PTHREAD_LIBS. Revision Changes Path 1.22 +4 -2 ports/devel/sdl/Makefile 1.8 +6 -3 ports/devel/sdl/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 6:54:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E040137B724; Fri, 30 Mar 2001 06:54:47 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UEslq39873; Fri, 30 Mar 2001 06:54:47 -0800 (PST) (envelope-from kevlo) Message-Id: <200103301454.f2UEslq39873@freefall.freebsd.org> From: Kevin Lo Date: Fri, 30 Mar 2001 06:54:47 -0800 (PST) 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 kevlo 2001/03/30 06:54:47 PST Modified files: security/pgpdump Makefile distinfo Log: Update to version 0.06 PR: 26210 Submitted by: MAINTAINER Revision Changes Path 1.5 +2 -2 ports/security/pgpdump/Makefile 1.3 +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 Fri Mar 30 7:46:11 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 2333D37B71B; Fri, 30 Mar 2001 07:46:06 -0800 (PST) (envelope-from alex@cichlids.cichlids.com) Received: from fwd05.sul.t-online.com by mailout01.sul.t-online.com with smtp id 14j16D-0004VW-04; Fri, 30 Mar 2001 17:46:05 +0200 Received: from neutron.cichlids.com (520050424122-0001@[62.158.38.143]) by fmrl05.sul.t-online.com with esmtp id 14j15v-0i1kVEC; Fri, 30 Mar 2001 17:45:47 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 2AF34AB44; Fri, 30 Mar 2001 17:48:03 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id CE07E14BBE; Fri, 30 Mar 2001 16:45:55 +0200 (CEST) Date: Fri, 30 Mar 2001 16:45:55 +0200 From: Alexander Langer To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ee/nls/de_DE.ISO_8859-1 ee.msg src/usr.bin/ee/nls/fr_FR.ISO_8859-1 ee.msg src/usr.bin/ee/nls/pl_PL.ISO_8859-2 ee.msg Message-ID: <20010330164555.C8920@cichlids.cichlids.com> References: <200103271353.f2RDr9682318@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: <200103271353.f2RDr9682318@freefall.freebsd.org>; from sobomax@FreeBSD.org on Tue, Mar 27, 2001 at 05:53:09AM -0800 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 Maxim Sobolev (sobomax@FreeBSD.org): > Update FreeBSD translations to match 1.4.1 (actually just copied Enslish > messages as I don't know de, pl and fr). Don't know what you need, but if you need help with the German one, let me know. 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 Mar 30 8: 0:37 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 4C87A37B71C; Fri, 30 Mar 2001 08:00:23 -0800 (PST) (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 f2UG0AV04699; Fri, 30 Mar 2001 19:00: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 f2UG0EA89934; Fri, 30 Mar 2001 19:00:14 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3AC4AD8D.74ECE302@FreeBSD.org> Date: Fri, 30 Mar 2001 19:00:13 +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: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ee/nls/de_DE.ISO_8859-1 ee.msg src/usr.bin/ee/nls/fr_FR.ISO_8859-1 ee.msg src/usr.bin/ee/nls/pl_PL.ISO_8859-2 ee.msg References: <200103271353.f2RDr9682318@freefall.freebsd.org> <20010330164555.C8920@cichlids.cichlids.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Langer wrote: > Thus spake Maxim Sobolev (sobomax@FreeBSD.org): > > > Update FreeBSD translations to match 1.4.1 (actually just copied Enslish > > messages as I don't know de, pl and fr). > > Don't know what you need, but if you need help with the German one, > let me know. Thank you for the proposal, but joerg already updated German translation. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 8: 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 EA47037B71E; Fri, 30 Mar 2001 08:05:50 -0800 (PST) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UG5oc51724; Fri, 30 Mar 2001 08:05:50 -0800 (PST) (envelope-from jesper) Message-Id: <200103301605.f2UG5oc51724@freefall.freebsd.org> From: Jesper Skriver Date: Fri, 30 Mar 2001 08:05:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jesper 2001/03/30 08:05:50 PST Modified files: sys/dev/pccbb pccbb.c Log: Change the previous commit to be in style(9) Reviewed by: jhb Revision Changes Path 1.14 +2 -3 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 8:32: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 BB73D37B71C; Fri, 30 Mar 2001 08:32:53 -0800 (PST) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UGWr954638; Fri, 30 Mar 2001 08:32:53 -0800 (PST) (envelope-from jesper) Message-Id: <200103301632.f2UGWr954638@freefall.freebsd.org> From: Jesper Skriver Date: Fri, 30 Mar 2001 08:32:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ancontrol ancontrol.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jesper 2001/03/30 08:32:53 PST Modified files: usr.sbin/ancontrol ancontrol.8 Log: MFC candidate Change the default mode from ad-hoc to infrastructure, as noted in src/share/man/man4/an.4 rev 1.8 Revision Changes Path 1.12 +2 -2 src/usr.sbin/ancontrol/ancontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 8:49: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 33EF237B719; Fri, 30 Mar 2001 08:49:37 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UGnbg56255; Fri, 30 Mar 2001 08:49:37 -0800 (PST) (envelope-from ijliao) Message-Id: <200103301649.f2UGnbg56255@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 30 Mar 2001 08:49:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/gman Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/gman/files patch-Makefile patch-gman.c patch-mandata.c patch-mandata.h patch-menu.c patch-window2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/30 08:49:36 PST Modified files: misc Makefile Added files: misc/gman Makefile distinfo pkg-comment pkg-descr pkg-plist misc/gman/files patch-Makefile patch-gman.c patch-mandata.c patch-mandata.h patch-menu.c patch-window2.c Log: add gman G-man is a user-friendly graphical front end for the man system Revision Changes Path 1.336 +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 Mar 30 8:49: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 C882E37B729; Fri, 30 Mar 2001 08:49:40 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UGnem56288; Fri, 30 Mar 2001 08:49:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200103301649.f2UGnem56288@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 30 Mar 2001 08:49:40 -0800 (PST) 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/03/30 08:49:40 PST Modified files: . modules Log: gman --> ports/misc/gman Revision Changes Path 1.2759 +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 Mar 30 8: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 119E237B71A; Fri, 30 Mar 2001 08:51:52 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UGpqL56422; Fri, 30 Mar 2001 08:51:52 -0800 (PST) (envelope-from obrien) Message-Id: <200103301651.f2UGpqL56422@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 30 Mar 2001 08:51:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump itime.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/30 08:51:51 PST Modified files: sbin/dump itime.c Log: Remove two lint directives that aren't needed since rev 1.5. Revision Changes Path 1.7 +1 -3 src/sbin/dump/itime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 9: 5: 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 A58C137B718; Fri, 30 Mar 2001 09:04:58 -0800 (PST) (envelope-from keith@FreeBSD.org) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UH4w657679; Fri, 30 Mar 2001 09:04:58 -0800 (PST) (envelope-from keith) Message-Id: <200103301704.f2UH4w657679@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Fri, 30 Mar 2001 09:04:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xcin25 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/03/30 09:04:57 PST Modified files: chinese/xcin25 Makefile Log: Remove ${X11BASE}/lib/X11/locale/zh_TW.Big5/XLC_LOCALE check in RUN_DEPENDS. Since we now have the correct patch in all of x11/{XFree86,XFree86-4,XFree86-4-libraries}, its service is no longer needed. Reported by: cheath.bbs@bbs.cs.nthu.edu.tw Revision Changes Path 1.33 +2 -3 ports/chinese/xcin25/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 9:14:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BE1037B71C; Fri, 30 Mar 2001 09:14:16 -0800 (PST) (envelope-from keith@FreeBSD.org) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UHEGm61154; Fri, 30 Mar 2001 09:14:16 -0800 (PST) (envelope-from keith) Message-Id: <200103301714.f2UHEGm61154@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Fri, 30 Mar 2001 09:14:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/bg5ps pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/03/30 09:14:16 PST Modified files: chinese/bg5ps pkg-message Log: Fix *.conf.sample locations. Submitted by: "Shen Chuan-Hsing" Revision Changes Path 1.4 +2 -2 ports/chinese/bg5ps/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 9: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 262D237B71C; Fri, 30 Mar 2001 09:15:12 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UHFCB61262; Fri, 30 Mar 2001 09:15:12 -0800 (PST) (envelope-from ben) Message-Id: <200103301715.f2UHFCB61262@freefall.freebsd.org> From: Ben Smithurst Date: Fri, 30 Mar 2001 09:15:11 -0800 (PST) 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 ben 2001/03/30 09:15:11 PST Modified files: Mk bsd.sites.mk Log: Add a .uk site to MASTER_SITE_GNOME. Reviewed by: ade Revision Changes Path 1.42 +2 -1 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 Fri Mar 30 9:16: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 7AD9337B718; Fri, 30 Mar 2001 09:16:23 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UHGNM61425; Fri, 30 Mar 2001 09:16:23 -0800 (PST) (envelope-from ben) Message-Id: <200103301716.f2UHGNM61425@freefall.freebsd.org> From: Ben Smithurst Date: Fri, 30 Mar 2001 09:16:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk12 Makefile ports/x11-toolkits/gtk13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/03/30 09:16:23 PST Modified files: x11-toolkits/gtk12 Makefile x11-toolkits/gtk13 Makefile Log: Add .uk master site. Approved by: ade (maintainer) Revision Changes Path 1.73 +2 -1 ports/x11-toolkits/gtk12/Makefile 1.75 +2 -1 ports/x11-toolkits/gtk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 9:18:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D0A237B71A; Fri, 30 Mar 2001 09:18:14 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UHIEi61665; Fri, 30 Mar 2001 09:18:14 -0800 (PST) (envelope-from ijliao) Message-Id: <200103301718.f2UHIEi61665@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 30 Mar 2001 09:18:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader Makefile distinfo ports/ftp/downloader/files patch-aa patch-main::dlist.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/30 09:18:14 PST Modified files: ftp/downloader Makefile distinfo ftp/downloader/files patch-aa Removed files: ftp/downloader/files patch-main::dlist.cc Log: 1) update the port to version 1.25: 2) removed files/patch-main::dlist.cc which is no longer necessary since appropriate code has been added to the distribution. 3) updated files/patch-aa to use the recently added Mk/bsd.port.mk PTHREAD_{LIBS,CFLAGS}. Updated the port's Makefile accordingly 4) "un"echo"ed" post-install Submitted by: lioux Revision Changes Path 1.26 +6 -5 ports/ftp/downloader/Makefile 1.18 +1 -1 ports/ftp/downloader/distinfo 1.19 +9 -5 ports/ftp/downloader/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 Mar 30 9:55: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 8330C37B71B; Fri, 30 Mar 2001 09:55:33 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UHtXR65656; Fri, 30 Mar 2001 09:55:33 -0800 (PST) (envelope-from wilko) Message-Id: <200103301755.f2UHtXR65656@freefall.freebsd.org> From: Wilko Bulte Date: Fri, 30 Mar 2001 09:55:33 -0800 (PST) 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 wilko 2001/03/30 09:55:33 PST Modified files: . access Log: Send commit mail to devnull while on a 2 week business trip Revision Changes Path 1.217 +2 -2 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 10:20:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FAB837B71C; Fri, 30 Mar 2001 10:20:29 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UIKTA70584; Fri, 30 Mar 2001 10:20:29 -0800 (PST) (envelope-from mi) Message-Id: <200103301820.f2UIKTA70584@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 30 Mar 2001 10:20:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam-pgsql Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mi 2001/03/30 10:20:29 PST Modified files: security/pam-pgsql Makefile pkg-plist Log: Fix the package building (I used - in the Makefile, but _ in the pkg-plist) by passing the DOCDIR variable through PLIST_SUB. Remove my own PLIST_SUB hackery that predated (and, hopefully, inspired) the now standard PORTDOCS addition. Surprisingly enough, there still is no version 0.4 of this thing on the distsite... Submitted by: bento (and fenner's script -- many thanks) Revision Changes Path 1.2 +5 -8 ports/security/pam-pgsql/Makefile 1.2 +4 -4 ports/security/pam-pgsql/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 Mar 30 11: 8:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7858F37B719; Fri, 30 Mar 2001 11:08:17 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UJ8HE77430; Fri, 30 Mar 2001 11:08:17 -0800 (PST) (envelope-from dirk) Message-Id: <200103301908.f2UJ8HE77430@freefall.freebsd.org> From: Dirk Froemberg Date: Fri, 30 Mar 2001 11:08:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint-plugins Makefile distinfo pkg-plist ports/net/netsaint-plugins/files patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/03/30 11:08:17 PST Modified files: net/netsaint-plugins Makefile distinfo pkg-plist net/netsaint-plugins/files patch-ab Removed files: net/netsaint-plugins/files patch-aa Log: - upgrade to 1.2.9.2 - Blaz Zupan is the new maintainer - add radius and mysql support PR: ports/25883 Submitted by: Blaz Zupan Revision Changes Path 1.6 +45 -9 ports/net/netsaint-plugins/Makefile 1.3 +1 -1 ports/net/netsaint-plugins/distinfo 1.3 +6 -2 ports/net/netsaint-plugins/pkg-plist 1.3 +118 -4 ports/net/netsaint-plugins/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 Mar 30 11:16: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F90C37B71E; Fri, 30 Mar 2001 11:16:05 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UJG5J78160; Fri, 30 Mar 2001 11:16:05 -0800 (PST) (envelope-from phk) Message-Id: <200103301916.f2UJG5J78160@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Mar 2001 11:16:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/30 11:16:05 PST Modified files: usr.bin/netstat if.c Log: Don't core dump when given "-i -a". Problem caused by a mistaken dereference of a kernel-pointer in userland. PR: 26168 Submitted by: Peter Pentchev Revision Changes Path 1.39 +3 -2 src/usr.bin/netstat/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 11: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 C8D5037B71B; Fri, 30 Mar 2001 11:23:00 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UJN0X78810; Fri, 30 Mar 2001 11:23:00 -0800 (PST) (envelope-from ijliao) Message-Id: <200103301923.f2UJN0X78810@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 30 Mar 2001 11:23:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science Makefile ports/science/chemtool Makefile distinfo pkg-comment pkg-descr pkg-plist ports/science/chemtool/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/30 11:23:00 PST Modified files: science Makefile Added files: science/chemtool Makefile distinfo pkg-comment pkg-descr pkg-plist science/chemtool/files patch-Makefile Log: add chemtool Chemtool is a program for drawing organic molecules easily and store them as an Postscript, X-Bitmap, LaTeX and XFig file ps. first science ports ? Revision Changes Path 1.2 +2 -1 ports/science/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 11: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 5D43637B71F; Fri, 30 Mar 2001 11:23:05 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UJN5178854; Fri, 30 Mar 2001 11:23:05 -0800 (PST) (envelope-from ijliao) Message-Id: <200103301923.f2UJN5178854@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 30 Mar 2001 11:23:05 -0800 (PST) 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/03/30 11:23:05 PST Modified files: . modules Log: chemtool --> ports/science/chemtool Revision Changes Path 1.2760 +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 Mar 30 11: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 B0B9F37B71A; Fri, 30 Mar 2001 11:44:22 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UJiMe80887; Fri, 30 Mar 2001 11:44:22 -0800 (PST) (envelope-from obrien) Message-Id: <200103301944.f2UJiMe80887@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 30 Mar 2001 11:44:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/compaq-cc distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/30 11:44:22 PST Modified files: lang/compaq-cc distinfo Log: Add the C++ compiler. Revision Changes Path 1.3 +2 -0 ports/lang/compaq-cc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 12: 1:20 2001 Delivered-To: cvs-all@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id 3DEA037B719; Fri, 30 Mar 2001 12:01:14 -0800 (PST) (envelope-from mi@misha.privatelabs.com) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id PAA02564; Fri, 30 Mar 2001 15:21:39 -0500 Received: from misha.privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.11.1/8.11.1) with ESMTP id f2UK15C87020; Fri, 30 Mar 2001 15:01:06 -0500 (EST) (envelope-from mi@misha.privatelabs.com) Message-Id: <200103302001.f2UK15C87020@misha.privatelabs.com> Date: Fri, 30 Mar 2001 15:01:04 -0500 (EST) From: mi@aldan.algebra.com Subject: Re: cvs commit: ports/www/apache13-modssl Makefile distinfo To: "Ralf S. Engelschall" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200103301047.f2UAlMd10433@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 30 Mar, Ralf S. Engelschall wrote: = rse 2001/03/30 02:47:21 PST = = Modified files: = www/apache13-modssl Makefile distinfo = Log: = Upgrade to Apache 1.3.19 + mod_ssl 2.8.2 = = Revision Changes Path = 1.81 +2 -2 ports/www/apache13-modssl/Makefile = 1.58 +1 -1 ports/www/apache13-modssl/distinfo BTW, I was wondering for a while, why can't we just build the stock Apache with EAPI and have modssl as an add-on just like everything else (php, perl, tcl, etc.)? Or is EAPI too expensive? I'd even say make the modssl part of the _default_ Apache install, now that OpenSSL is in the tree... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 12:10:25 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 C295F37B71B for ; Fri, 30 Mar 2001 12:10:14 -0800 (PST) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 80638 invoked by uid 1001); 30 Mar 2001 20:09:14 -0000 Date: Fri, 30 Mar 2001 22:09:14 +0200 From: Neil Blakey-Milner To: mi@aldan.algebra.com Cc: "Ralf S. Engelschall" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/apache13-modssl Makefile distinfo Message-ID: <20010330220914.A80448@rapier.smartspace.co.za> References: <200103301047.f2UAlMd10433@freefall.freebsd.org> <200103302001.f2UK15C87020@misha.privatelabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103302001.f2UK15C87020@misha.privatelabs.com>; from mi@aldan.algebra.com on Fri, Mar 30, 2001 at 03:01:04PM -0500 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri 2001-03-30 (15:01), mi@aldan.algebra.com wrote: > On 30 Mar, Ralf S. Engelschall wrote: > = rse 2001/03/30 02:47:21 PST > = > = Modified files: > = www/apache13-modssl Makefile distinfo > = Log: > = Upgrade to Apache 1.3.19 + mod_ssl 2.8.2 > = > = Revision Changes Path > = 1.81 +2 -2 ports/www/apache13-modssl/Makefile > = 1.58 +1 -1 ports/www/apache13-modssl/distinfo > > BTW, I was wondering for a while, why can't we just build the > stock Apache with EAPI and have modssl as an add-on just like > everything else (php, perl, tcl, etc.)? Or is EAPI too expensive? We were planning to. It'd make sure we didn't have all the apache ports installing things in different places and with different names and such. I think we had concensus for it, but no follow-through. Robert Watson can probably elaborate a bit more on the topic. > I'd even say make the modssl part of the _default_ Apache install, > now that OpenSSL is in the tree... It bloats it just a little bit much in my (limited) experience. 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 Fri Mar 30 12: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 61F7137B71B; Fri, 30 Mar 2001 12:32:06 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UKW6K87508; Fri, 30 Mar 2001 12:32:06 -0800 (PST) (envelope-from archie) Message-Id: <200103302032.f2UKW6K87508@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 30 Mar 2001 12:32:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_bpf.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/03/30 12:32:06 PST Modified files: share/man/man4 ng_bpf.4 Log: Fix typo. Revision Changes Path 1.11 +3 -3 src/share/man/man4/ng_bpf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 13: 7: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8380D37B718; Fri, 30 Mar 2001 13:07:00 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UL70v92932; Fri, 30 Mar 2001 13:07:00 -0800 (PST) (envelope-from olgeni) Message-Id: <200103302107.f2UL70v92932@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 30 Mar 2001 13:07:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/phpgw_inventory Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/30 13:07:00 PST Modified files: deskutils Makefile Added files: deskutils/phpgw_inventory Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add phpgw_inventory, an inventory management application for phpGroupWare. Revision Changes Path 1.42 +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 Fri Mar 30 13: 7: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 B1DD837B746; Fri, 30 Mar 2001 13:07:04 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UL74W92967; Fri, 30 Mar 2001 13:07:04 -0800 (PST) (envelope-from olgeni) Message-Id: <200103302107.f2UL74W92967@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 30 Mar 2001 13:07:04 -0800 (PST) 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/03/30 13:07:04 PST Modified files: . modules Log: phpgw_inventory --> ports/deskutils/phpgw_inventory Revision Changes Path 1.2761 +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 Mar 30 13: 9:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CFF737B71A; Fri, 30 Mar 2001 13:09:39 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UL9d993197; Fri, 30 Mar 2001 13:09:39 -0800 (PST) (envelope-from olgeni) Message-Id: <200103302109.f2UL9d993197@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 30 Mar 2001 13:09:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/phpgw_projects Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/30 13:09:39 PST Modified files: deskutils Makefile Added files: deskutils/phpgw_projects Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add phpgw_projects, a project management application for phpGroupWare. Revision Changes Path 1.43 +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 Fri Mar 30 13: 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 D325937B76D; Fri, 30 Mar 2001 13:09:43 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UL9hr93231; Fri, 30 Mar 2001 13:09:43 -0800 (PST) (envelope-from olgeni) Message-Id: <200103302109.f2UL9hr93231@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 30 Mar 2001 13:09:43 -0800 (PST) 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/03/30 13:09:43 PST Modified files: . modules Log: phpgw_projects --> ports/deskutils/phpgw_projects Revision Changes Path 1.2762 +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 Mar 30 13:15:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5575037B71B; Fri, 30 Mar 2001 13:15:42 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2ULFgg94067; Fri, 30 Mar 2001 13:15:42 -0800 (PST) (envelope-from olgeni) Message-Id: <200103302115.f2ULFgg94067@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 30 Mar 2001 13:15:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/phpgroupware Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/30 13:15:42 PST Modified files: deskutils/phpgroupware Makefile pkg-plist Log: Add phpgw_projects and phpgw_inventory to RUN_DEPENDS, to get the full phpgroupware suite. Fix permissions for phpgroupware's files directory (707 is needed to access user files). Don't complain if files directory still contains files at deinstall time. Revision Changes Path 1.4 +5 -3 ports/deskutils/phpgroupware/Makefile 1.3 +6 -3 ports/deskutils/phpgroupware/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 13:19: 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 C624137B71A; Fri, 30 Mar 2001 13:19:02 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2ULJ2T94294; Fri, 30 Mar 2001 13:19:02 -0800 (PST) (envelope-from olgeni) Message-Id: <200103302119.f2ULJ2T94294@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 30 Mar 2001 13:19:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/phpgroupware Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/30 13:19:02 PST Modified files: deskutils/phpgroupware Makefile Log: Bump PORTREVISION to trigger installation of the new modules. Revision Changes Path 1.5 +2 -1 ports/deskutils/phpgroupware/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 13:23:13 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 4282D37B71B; Fri, 30 Mar 2001 13:23:08 -0800 (PST) (envelope-from olgeni@uli.it) Received: from olgeni.localdomain.net (ppp-182.dial3.ctonet.it [212.110.178.182]) by mail.ctonet.it (Postfix) with ESMTP id 22E6FCF3B1; Fri, 30 Mar 2001 23:23:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by olgeni.localdomain.net (8.11.3/8.11.3) with ESMTP id f2ULOZq81286; Fri, 30 Mar 2001 23:24:35 +0200 (CEST) (envelope-from olgeni@uli.it) Date: Fri, 30 Mar 2001 23:24:35 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Neil Blakey-Milner Cc: , , Subject: Re: cvs commit: ports/deskutils/phpgroupware Makefile pkg-plist In-Reply-To: <20010329234325.A97017@rapier.smartspace.co.za> Message-ID: <20010330232309.W78607-100000@olgeni.localdomain.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > My request for comments on this matter on -ports led to the > (unchallenbged) decision that ports put stuff in data.default and > cgi-bin.default, not data and cgi-bin. While that may not mean much, > other ports use this convention. Oops. I didn't know about this. I'll bring it back to data.default. Thanks! -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 13: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 17BC537B71E; Fri, 30 Mar 2001 13:45:13 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2ULjCd96787; Fri, 30 Mar 2001 13:45:13 -0800 (PST) (envelope-from olgeni) Message-Id: <200103302145.f2ULjCd96787@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 30 Mar 2001 13:45:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/phpgroupware Makefile pkg-plist ports/deskutils/phpgw_inventory Makefile pkg-plist ports/deskutils/phpgw_projects Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/30 13:45:08 PST Modified files: deskutils/phpgroupware Makefile pkg-plist deskutils/phpgw_inventory Makefile pkg-plist deskutils/phpgw_projects Makefile pkg-plist Log: Fix my previous mistakes: the PHP scripts really belong to www/data.default. Noticed by: Neil Blakey-Milner Revision Changes Path 1.6 +4 -4 ports/deskutils/phpgroupware/Makefile 1.4 +830 -830 ports/deskutils/phpgroupware/pkg-plist 1.2 +4 -4 ports/deskutils/phpgw_inventory/Makefile 1.2 +101 -101 ports/deskutils/phpgw_inventory/pkg-plist 1.2 +4 -4 ports/deskutils/phpgw_projects/Makefile 1.2 +104 -104 ports/deskutils/phpgw_projects/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 Mar 30 14: 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 BDF1537B71C; Fri, 30 Mar 2001 14:04:08 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UM48g98409; Fri, 30 Mar 2001 14:04:08 -0800 (PST) (envelope-from gallatin) Message-Id: <200103302204.f2UM48g98409@freefall.freebsd.org> From: Andrew Gallatin Date: Fri, 30 Mar 2001 14:04:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include rpb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/03/30 14:04:08 PST Modified files: sys/alpha/alpha machdep.c sys/alpha/include rpb.h Log: Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes to include "CUSCO" and "Eiger" while I'm at it. Revision Changes Path 1.121 +7 -2 src/sys/alpha/alpha/machdep.c 1.9 +8 -1 src/sys/alpha/include/rpb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 14:59: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9759037B71A; Fri, 30 Mar 2001 14:59:02 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UMx2G05074; Fri, 30 Mar 2001 14:59:02 -0800 (PST) (envelope-from jhb) Message-Id: <200103302259.f2UMx2G05074@freefall.freebsd.org> From: John Baldwin Date: Fri, 30 Mar 2001 14:59:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mutex.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/30 14:59:02 PST Modified files: share/man/man9 mutex.9 Log: - Document mtx_initialized(). - Document that MTX_QUIET can be passed to mtx_init() and the new flag MTX_NOWITNESS. Revision Changes Path 1.14 +19 -8 src/share/man/man9/mutex.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 15: 0: 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 8F96437B719; Fri, 30 Mar 2001 15:00:00 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UN00b05173; Fri, 30 Mar 2001 15:00:00 -0800 (PST) (envelope-from jhb) Message-Id: <200103302300.f2UN00b05173@freefall.freebsd.org> From: John Baldwin Date: Fri, 30 Mar 2001 15:00:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/30 15:00:00 PST Modified files: share/man/man9 Makefile Log: Correct the MLINKS for mutex.9 to reflect the API change and add a new MLINK for mtx_initialized. Reminded by: rwatson Revision Changes Path 1.111 +8 -6 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 15:12: 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 2957E37B719; Fri, 30 Mar 2001 15:12:04 -0800 (PST) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UNC3B08397; Fri, 30 Mar 2001 15:12:03 -0800 (PST) (envelope-from dannyboy) Message-Id: <200103302312.f2UNC3B08397@freefall.freebsd.org> From: Daniel Harris Date: Fri, 30 Mar 2001 15:12:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects newbies.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2001/03/30 15:12:03 PST Modified files: en/projects newbies.sgml Log: Correct link to Pedantic PPP Primer. Submitted by: "Justin Casey" on -doc Revision Changes Path 1.17 +3 -3 www/en/projects/newbies.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 15:59:19 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 8A7A637B71F; Fri, 30 Mar 2001 15:59:12 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 14j8mx-000Cqw-00; Fri, 30 Mar 2001 17:58:43 -0600 Date: Fri, 30 Mar 2001 17:58:43 -0600 From: Ade Lovett To: Neil Blakey-Milner Cc: mi@aldan.algebra.com, "Ralf S. Engelschall" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/apache13-modssl Makefile distinfo Message-ID: <20010330175843.B99908@FreeBSD.org> References: <200103301047.f2UAlMd10433@freefall.freebsd.org> <200103302001.f2UK15C87020@misha.privatelabs.com> <20010330220914.A80448@rapier.smartspace.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010330220914.A80448@rapier.smartspace.co.za>; from nbm@mithrandr.moria.org on Fri, Mar 30, 2001 at 10:09:14PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 30, 2001 at 10:09:14PM +0200, Neil Blakey-Milner wrote: > We were planning to. It'd make sure we didn't have all the apache ports > installing things in different places and with different names and > such. I think we had concensus for it, but no follow-through. Robert > Watson can probably elaborate a bit more on the topic. It's certainly something that I've been wanting to divert time and energy to as well. I know I've been somewhat less than optimal on the subject in the past -- hopefully once GNOME 1.4 is out the door, I'll be a little less constrained for that part of my time that goes to FreeBSD. Certainly, the current view is to have an EAPI-enabled (+ipv6 patches) www/apache13 (so that we don't have issues with www/apache20 when it turns up), with mod_ssl becoming just that part of it, and the other apache* ports being handed over to the Mir control center. Part of this will also be installing a sandbox UID/GID for it to run under.. that may need co-ordination with other webservers (eg: zope) to ensure that other ports that can run under both systems DTRT regardless of which is available. Along with the obligatory ${PORTSDIR}/Mk/bsd.www.mk with all the tunables in one place. -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 Fri Mar 30 17:21: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 19B1137B71C; Fri, 30 Mar 2001 17:21:06 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1L6u21562; Fri, 30 Mar 2001 17:21:06 -0800 (PST) (envelope-from will) Message-Id: <200103310121.f2V1L6u21562@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:21:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-Clean 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/03/30 17:21:05 PST Modified files: www Makefile Added files: www/p5-HTML-Clean Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-HTML-Clean 0.8, a perl module that cleans up HTML code for web browsers, not humans. PR: 26213 Submitted by: Alex Kapranoff Revision Changes Path 1.328 +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 Mar 30 17:21: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 340E337B75B; Fri, 30 Mar 2001 17:21:11 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1LBu21603; Fri, 30 Mar 2001 17:21:11 -0800 (PST) (envelope-from will) Message-Id: <200103310121.f2V1LBu21603@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:21:11 -0800 (PST) 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/03/30 17:21:11 PST Modified files: . modules Log: p5-HTML-Clean --> ports/www/p5-HTML-Clean Revision Changes Path 1.2763 +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 Mar 30 17:23:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 006EE37B718; Fri, 30 Mar 2001 17:23:21 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1NK321888; Fri, 30 Mar 2001 17:23:20 -0800 (PST) (envelope-from will) Message-Id: <200103310123.f2V1NK321888@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:23:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-FillInForm 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/03/30 17:23:20 PST Modified files: www Makefile Added files: www/p5-HTML-FillInForm Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-HTML-FillInForm 0.11, a perl5 module for auto-filling HTML form fields from previous values. PR: 26214 Submitted by: Alex Kapranoff Revision Changes Path 1.329 +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 Mar 30 17:23: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 BB48A37B72D; Fri, 30 Mar 2001 17:23:26 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1NQP21947; Fri, 30 Mar 2001 17:23:26 -0800 (PST) (envelope-from will) Message-Id: <200103310123.f2V1NQP21947@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:23:26 -0800 (PST) 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/03/30 17:23:26 PST Modified files: . modules Log: p5-HTML-FillInForm --> ports/www/p5-HTML-FillInForm Revision Changes Path 1.2764 +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 Mar 30 17: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 EBAFB37B718; Fri, 30 Mar 2001 17:27:04 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1R4v22345; Fri, 30 Mar 2001 17:27:04 -0800 (PST) (envelope-from will) Message-Id: <200103310127.f2V1R4v22345@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:27:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Digest-SHA1 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/03/30 17:27:04 PST Modified files: security Makefile Added files: security/p5-Digest-SHA1 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Digest-SHA1 2.00, a perl interface to the SHA-1 Algorithm. PR: 26204 Submitted by: Yen-Ming Lee Revision Changes Path 1.177 +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 Mar 30 17:27: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 9AC2837B798; Fri, 30 Mar 2001 17:27:10 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1RAf22380; Fri, 30 Mar 2001 17:27:10 -0800 (PST) (envelope-from will) Message-Id: <200103310127.f2V1RAf22380@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:27:10 -0800 (PST) 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/03/30 17:27:10 PST Modified files: . modules Log: p5-Digest-SHA1 --> ports/security/p5-Digest-SHA1 Revision Changes Path 1.2765 +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 Mar 30 17:27: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 5F3A937B71A; Fri, 30 Mar 2001 17:27:42 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1Rgb22510; Fri, 30 Mar 2001 17:27:42 -0800 (PST) (envelope-from jeh) Message-Id: <200103310127.f2V1Rgb22510@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 30 Mar 2001 17:27:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/swarm Makefile pkg-descr ports/devel/swarm/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/03/30 17:27:42 PST Modified files: devel/swarm Makefile pkg-descr devel/swarm/files patch-ad Log: the configure scripts in swarm-1.4.1 can't find tcl/tk libs correctly. PR: 26089 Submitted by: Horance Chou MAINTAINER Revision Changes Path 1.14 +5 -5 ports/devel/swarm/Makefile 1.2 +2 -0 ports/devel/swarm/pkg-descr 1.4 +18 -7 ports/devel/swarm/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 Fri Mar 30 17:30:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4848637B71A; Fri, 30 Mar 2001 17:30:17 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1UH722907; Fri, 30 Mar 2001 17:30:17 -0800 (PST) (envelope-from will) Message-Id: <200103310130.f2V1UH722907@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:30:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/cisco_conf 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/03/30 17:30:17 PST Modified files: net Makefile Added files: net/cisco_conf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add cisco_conf 1.0, a simple configuration editor for Cisco devices. Yes, this is different from net/ciscoconf. PR: 26199 Submitted by: Anton Voronin Revision Changes Path 1.497 +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 Mar 30 17:30: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 0CC0C37B72C; Fri, 30 Mar 2001 17:30:23 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1UMR22960; Fri, 30 Mar 2001 17:30:22 -0800 (PST) (envelope-from will) Message-Id: <200103310130.f2V1UMR22960@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:30:22 -0800 (PST) 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/03/30 17:30:22 PST Modified files: . modules Log: cisco_conf --> ports/net/cisco_conf Revision Changes Path 1.2766 +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 Mar 30 17:31: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 4143937B71C; Fri, 30 Mar 2001 17:31:42 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1Vgc23157; Fri, 30 Mar 2001 17:31:42 -0800 (PST) (envelope-from jeh) Message-Id: <200103310131.f2V1Vgc23157@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 30 Mar 2001 17:31:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/monafonts Makefile distinfo pkg-plist ports/japanese/monafonts/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/03/30 17:31:42 PST Modified files: japanese/monafonts Makefile distinfo pkg-plist japanese/monafonts/files patch-aa Log: Update japanese/monafonts port to 20010323 PR: 26119 Submitted by: MANTANI Nobutaka MAINTAINER Revision Changes Path 1.2 +5 -6 ports/japanese/monafonts/Makefile 1.2 +1 -1 ports/japanese/monafonts/distinfo 1.2 +3 -0 ports/japanese/monafonts/pkg-plist 1.2 +4 -3 ports/japanese/monafonts/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 Mar 30 17:33:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E5B737B719; Fri, 30 Mar 2001 17:33:38 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1XcD23512; Fri, 30 Mar 2001 17:33:38 -0800 (PST) (envelope-from will) Message-Id: <200103310133.f2V1XcD23512@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:33:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/matrix 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/03/30 17:33:38 PST Modified files: math Makefile Added files: math/matrix Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add matrix 1.0, a c++ library to manipulate matrices and vectors. PR: 26198 Submitted by: Anton Voronin Revision Changes Path 1.117 +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 Fri Mar 30 17:33: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 BC10C37B71D; Fri, 30 Mar 2001 17:33:45 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1Xjf23567; Fri, 30 Mar 2001 17:33:45 -0800 (PST) (envelope-from will) Message-Id: <200103310133.f2V1Xjf23567@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:33:45 -0800 (PST) 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/03/30 17:33:45 PST Modified files: . modules Log: matrix --> ports/math/matrix Revision Changes Path 1.2767 +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 Mar 30 17:36: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 D78E037B71C; Fri, 30 Mar 2001 17:36:29 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1aTo23832; Fri, 30 Mar 2001 17:36:29 -0800 (PST) (envelope-from will) Message-Id: <200103310136.f2V1aTo23832@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:36:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms Makefile ports/comms/pr 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/03/30 17:36:29 PST Modified files: comms Makefile Added files: comms/pr Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add pr 1.0, a daemon that connects local terminal device to a terminal server. PR: 26197 Submitted by: Anton Voronin Revision Changes Path 1.49 +2 -1 ports/comms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 17:38: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 582D037B71C; Fri, 30 Mar 2001 17:38:21 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1cLl24048; Fri, 30 Mar 2001 17:38:21 -0800 (PST) (envelope-from will) Message-Id: <200103310138.f2V1cLl24048@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:38:21 -0800 (PST) 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/03/30 17:38:21 PST Modified files: . modules Log: Add ports_pr --> ports/comms/pr to fix conflict with src/usr.bin/pr. Revision Changes Path 1.2768 +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 Mar 30 17: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 68BC537B71A; Fri, 30 Mar 2001 17:52:00 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1q0m24931; Fri, 30 Mar 2001 17:52:00 -0800 (PST) (envelope-from will) Message-Id: <200103310152.f2V1q0m24931@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:52:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/py-m2crypto Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/py-m2crypto/files patch-_evp.i patch-demo::evp_ciph_test.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/30 17:52:00 PST Modified files: security Makefile Added files: security/py-m2crypto Makefile distinfo pkg-comment pkg-descr pkg-plist security/py-m2crypto/files patch-_evp.i patch-demo::evp_ciph_test.py Log: Add py-m2crypto 0.06, a python wrapper for OpenSSL. PR: 26155 Submitted by: Peter Haight Revision Changes Path 1.178 +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 Mar 30 17:52:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9B4E37B75A; Fri, 30 Mar 2001 17:52:06 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1q6524967; Fri, 30 Mar 2001 17:52:06 -0800 (PST) (envelope-from will) Message-Id: <200103310152.f2V1q6524967@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:52:06 -0800 (PST) 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/03/30 17:52:06 PST Modified files: . modules Log: py-m2crypto --> ports/security/py-m2crypto Revision Changes Path 1.2769 +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 Mar 30 17: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 6E56137B71C; Fri, 30 Mar 2001 17:57:06 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1v6O25512; Fri, 30 Mar 2001 17:57:06 -0800 (PST) (envelope-from will) Message-Id: <200103310157.f2V1v6O25512@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:57:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/p5-LJ-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/03/30 17:57:06 PST Modified files: sysutils Makefile Added files: sysutils/p5-LJ-Cache Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-LJ-Cache 1.0, a perl5 implementation of an LRU dictionary cache. PR: 26086 Submitted by: Michael Johnson Revision Changes Path 1.169 +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 Mar 30 17:57: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 77CDC37B76A; Fri, 30 Mar 2001 17:57:14 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V1vE225572; Fri, 30 Mar 2001 17:57:14 -0800 (PST) (envelope-from will) Message-Id: <200103310157.f2V1vE225572@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 17:57:14 -0800 (PST) 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/03/30 17:57:14 PST Modified files: . modules Log: p5-LJ-Cache --> ports/sysutils/p5-LJ-Cache Revision Changes Path 1.2770 +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 Mar 30 18: 8: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 546F237B71B; Fri, 30 Mar 2001 18:08:20 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V28Ka29013; Fri, 30 Mar 2001 18:08:20 -0800 (PST) (envelope-from will) Message-Id: <200103310208.f2V28Ka29013@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:08:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/p5-LJ-TextMessage 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/03/30 18:08:20 PST Modified files: sysutils Makefile Added files: sysutils/p5-LJ-TextMessage Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-LJ-TextMessage 1.2, a perl5 interface to send text messages to phones/pagers. PR: 26085 Submitted by: Michael Johnson Revision Changes Path 1.170 +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 Mar 30 18: 8:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1FB337B71D; Fri, 30 Mar 2001 18:08:26 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V28Q629078; Fri, 30 Mar 2001 18:08:26 -0800 (PST) (envelope-from will) Message-Id: <200103310208.f2V28Q629078@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:08:26 -0800 (PST) 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/03/30 18:08:26 PST Modified files: . modules Log: p5-LJ-TextMessage --> ports/sysutils/p5-LJ-TextMessage Revision Changes Path 1.2771 +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 Mar 30 18: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 B0D3337B71A; Fri, 30 Mar 2001 18:14:14 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2EEM29740; Fri, 30 Mar 2001 18:14:14 -0800 (PST) (envelope-from will) Message-Id: <200103310214.f2V2EEM29740@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:14:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_proxy_add_forward 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/03/30 18:14:14 PST Modified files: www Makefile Added files: www/mod_proxy_add_forward Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add mod_proxy_add_forward 20010201, an apache module that adds a client IP header to outgoing proxy requests. PR: 26074 Submitted by: Anders Nordby Revision Changes Path 1.330 +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 Mar 30 18:14: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 1A58537B739; Fri, 30 Mar 2001 18:14:20 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2EKH29775; Fri, 30 Mar 2001 18:14:20 -0800 (PST) (envelope-from will) Message-Id: <200103310214.f2V2EKH29775@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:14:20 -0800 (PST) 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/03/30 18:14:20 PST Modified files: . modules Log: mod_proxy_add_forward --> ports/www/mod_proxy_add_forward Revision Changes Path 1.2772 +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 Mar 30 18:17:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3116D37B71A; Fri, 30 Mar 2001 18:17:38 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2Hc530154; Fri, 30 Mar 2001 18:17:38 -0800 (PST) (envelope-from will) Message-Id: <200103310217.f2V2Hc530154@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:17:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/vpnd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/vpnd/files patch-Makefile.FreeBSD.in patch-README patch-globals.c patch-vpnd.c patch-vpnd.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/30 18:17:38 PST Modified files: security Makefile Added files: security/vpnd Makefile distinfo pkg-comment pkg-descr pkg-plist security/vpnd/files patch-Makefile.FreeBSD.in patch-README patch-globals.c patch-vpnd.c patch-vpnd.conf Log: Add vpnd 1.1.0, a VPN daemon offering transparent blowfish encryption between networks. PR: 26067 Submitted by: Anders Nordby Revision Changes Path 1.179 +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 Mar 30 18:17:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF96137B750; Fri, 30 Mar 2001 18:17:47 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2HlT30193; Fri, 30 Mar 2001 18:17:47 -0800 (PST) (envelope-from will) Message-Id: <200103310217.f2V2HlT30193@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:17:47 -0800 (PST) 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/03/30 18:17:47 PST Modified files: . modules Log: vpnd --> ports/security/vpnd Revision Changes Path 1.2773 +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 Mar 30 18:23: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 B9CFF37B71A; Fri, 30 Mar 2001 18:23:18 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2NI130548; Fri, 30 Mar 2001 18:23:18 -0800 (PST) (envelope-from taoka) Message-Id: <200103310223.f2V2NI130548@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 30 Mar 2001 18:23:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pips3000 distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/03/30 18:23:18 PST Modified files: print/pips3000 distinfo Log: Update distinfo (the distfile's name is same but the file is deffirent from the old one.) Obtained from: bento Revision Changes Path 1.2 +1 -1 ports/print/pips3000/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 18:25: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 A08B337B71D; Fri, 30 Mar 2001 18:25:18 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2PIf30746; Fri, 30 Mar 2001 18:25:18 -0800 (PST) (envelope-from will) Message-Id: <200103310225.f2V2PIf30746@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:25:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/mango 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/03/30 18:25:18 PST Modified files: misc Makefile Added files: misc/mango Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add mango 0.3, a recipe management software. Also the first port to take advantage of -lqtgl provided by the newest QT2.3.0 port. PR: 26029 Submitted by: Roland Jesse Revision Changes Path 1.337 +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 Mar 30 18:25: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 77AB837B766; Fri, 30 Mar 2001 18:25:24 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2POp30801; Fri, 30 Mar 2001 18:25:24 -0800 (PST) (envelope-from will) Message-Id: <200103310225.f2V2POp30801@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:25:24 -0800 (PST) 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/03/30 18:25:24 PST Modified files: . modules Log: mango --> ports/misc/mango Revision Changes Path 1.2774 +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 Mar 30 18:28:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8AB737B71A; Fri, 30 Mar 2001 18:28:23 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2SNZ31075; Fri, 30 Mar 2001 18:28:23 -0800 (PST) (envelope-from will) Message-Id: <200103310228.f2V2SNZ31075@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:28:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/jumpgate 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/03/30 18:28:23 PST Modified files: net Makefile Added files: net/jumpgate Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add jumpgate 0.6, a TCP connection forwarder. PR: 25935 Submitted by: Yen-Ming Lee Revision Changes Path 1.498 +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 Mar 30 18:28: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 57C7B37B753; Fri, 30 Mar 2001 18:28:32 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2SWU31116; Fri, 30 Mar 2001 18:28:32 -0800 (PST) (envelope-from will) Message-Id: <200103310228.f2V2SWU31116@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:28:32 -0800 (PST) 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/03/30 18:28:32 PST Modified files: . modules Log: jumpgate --> ports/net/jumpgate Revision Changes Path 1.2775 +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 Mar 30 18: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 8BDDD37B71E; Fri, 30 Mar 2001 18:37:34 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2bYA31600; Fri, 30 Mar 2001 18:37:34 -0800 (PST) (envelope-from will) Message-Id: <200103310237.f2V2bYA31600@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:37:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ffcall 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/03/30 18:37:34 PST Modified files: devel Makefile Added files: devel/ffcall Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ffcall 1.8, a set of foreign function call libraries. PR: 25916 Submitted by: jagapen@home.com Revision Changes Path 1.478 +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 Mar 30 18: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 DEC5237B727; Fri, 30 Mar 2001 18:37:39 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2bdJ31641; Fri, 30 Mar 2001 18:37:39 -0800 (PST) (envelope-from will) Message-Id: <200103310237.f2V2bdJ31641@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:37:39 -0800 (PST) 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/03/30 18:37:39 PST Modified files: . modules Log: ffcall --> ports/devel/ffcall Revision Changes Path 1.2776 +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 Mar 30 18:45:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BCFE37B71E; Fri, 30 Mar 2001 18:45:56 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2jtk32133; Fri, 30 Mar 2001 18:45:55 -0800 (PST) (envelope-from will) Message-Id: <200103310245.f2V2jtk32133@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:45:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/fam Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/fam/files fam.sh.sample patch-Makefile.am patch-freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/30 18:45:55 PST Modified files: devel Makefile Added files: devel/fam Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist devel/fam/files fam.sh.sample patch-Makefile.am patch-freebsd Log: Add fam 2.6.4, a file alteration monitor. PR: 25926 Submitted by: Jeremy Norris Revision Changes Path 1.479 +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 Mar 30 18:46: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 3EBCD37B752; Fri, 30 Mar 2001 18:46:02 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2k2u32220; Fri, 30 Mar 2001 18:46:02 -0800 (PST) (envelope-from will) Message-Id: <200103310246.f2V2k2u32220@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:46:02 -0800 (PST) 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/03/30 18:46:02 PST Modified files: . modules Log: fam --> ports/devel/fam Revision Changes Path 1.2777 +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 Mar 30 18: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 4EAE837B779; Fri, 30 Mar 2001 18:46:39 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2kdQ32424; Fri, 30 Mar 2001 18:46:39 -0800 (PST) (envelope-from will) Message-Id: <200103310246.f2V2kdQ32424@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:46:39 -0800 (PST) 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/03/30 18:46:39 PST Modified files: . modules Log: fampp --> ports/devel/fampp Revision Changes Path 1.2778 +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 Mar 30 18:46:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E074437B719; Fri, 30 Mar 2001 18:46:32 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2kWl32366; Fri, 30 Mar 2001 18:46:32 -0800 (PST) (envelope-from will) Message-Id: <200103310246.f2V2kWl32366@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:46:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/fampp 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/03/30 18:46:32 PST Modified files: devel Makefile Added files: devel/fampp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add fampp 1.0, a C++ wrapper for fam from SGI. PR: 25928 Submitted by: Jeremy Norris Revision Changes Path 1.480 +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 Mar 30 18:53: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 99B3137B71D; Fri, 30 Mar 2001 18:53:55 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2rtT33105; Fri, 30 Mar 2001 18:53:55 -0800 (PST) (envelope-from will) Message-Id: <200103310253.f2V2rtT33105@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:53:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-Remove 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/03/30 18:53:55 PST Modified files: devel Makefile Added files: devel/p5-File-Remove Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-File-Remove 0.20, a perl5 module to easily removes files and directories. PR: 25849 Submitted by: Justin Stanford Revision Changes Path 1.481 +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 Mar 30 18:54: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 6D8E237B73B; Fri, 30 Mar 2001 18:54:05 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2s5B33147; Fri, 30 Mar 2001 18:54:05 -0800 (PST) (envelope-from will) Message-Id: <200103310254.f2V2s5B33147@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:54:05 -0800 (PST) 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/03/30 18:54:04 PST Modified files: . modules Log: p5-File-Remove --> ports/devel/p5-File-Remove Revision Changes Path 1.2779 +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 Mar 30 18: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 8BC8937B71A; Fri, 30 Mar 2001 18:58:11 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2wBX33598; Fri, 30 Mar 2001 18:58:11 -0800 (PST) (envelope-from will) Message-Id: <200103310258.f2V2wBX33598@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:58:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm Makefile ports/x11-fm/worker 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/03/30 18:58:11 PST Modified files: x11-fm Makefile Added files: x11-fm/worker Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add worker 2.1.0, a X11 File Manager based on Directory Opus. PR: 25800 Submitted by: Simon Dick Revision Changes Path 1.23 +2 -1 ports/x11-fm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 18:58: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 7699D37B73B; Fri, 30 Mar 2001 18:58:18 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V2wID33648; Fri, 30 Mar 2001 18:58:18 -0800 (PST) (envelope-from will) Message-Id: <200103310258.f2V2wID33648@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 18:58:18 -0800 (PST) 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/03/30 18:58:18 PST Modified files: . modules Log: worker --> ports/x11-fm/worker Revision Changes Path 1.2780 +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 Mar 30 19:13: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C74B37B718; Fri, 30 Mar 2001 19:12:56 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3Cuv37317; Fri, 30 Mar 2001 19:12:56 -0800 (PST) (envelope-from will) Message-Id: <200103310312.f2V3Cuv37317@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:12:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ddc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/ddc/files patch-ddc patch-ddc.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/30 19:12:56 PST Modified files: net Makefile Added files: net/ddc Makefile distinfo pkg-comment pkg-descr pkg-plist net/ddc/files patch-ddc patch-ddc.8 Log: Add ddc 1.0, a program to control your DHCP daemon a la apachectl. PR: 25479 Submitted by: Edwin Groothuis (edwin@mavetju.org) Revision Changes Path 1.499 +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 Mar 30 19:13:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D29937B788; Fri, 30 Mar 2001 19:13:03 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3D3f37356; Fri, 30 Mar 2001 19:13:03 -0800 (PST) (envelope-from will) Message-Id: <200103310313.f2V3D3f37356@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:13:03 -0800 (PST) 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/03/30 19:13:03 PST Modified files: . modules Log: ddc --> ports/net/ddc Revision Changes Path 1.2781 +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 Mar 30 19:21:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D824037B71B; Fri, 30 Mar 2001 19:21:48 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3Lmi37923; Fri, 30 Mar 2001 19:21:48 -0800 (PST) (envelope-from will) Message-Id: <200103310321.f2V3Lmi37923@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:21:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/perf 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/03/30 19:21:48 PST Modified files: sysutils Makefile Added files: sysutils/perf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add perf 1.5, a xview-based system monitoring tool. PR: 25631 Submitted by: Tobias Begalke Revision Changes Path 1.171 +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 Mar 30 19:22: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B48B237B730; Fri, 30 Mar 2001 19:21:55 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3Lte37962; Fri, 30 Mar 2001 19:21:55 -0800 (PST) (envelope-from will) Message-Id: <200103310321.f2V3Lte37962@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:21:55 -0800 (PST) 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/03/30 19:21:55 PST Modified files: . modules Log: perf --> ports/sysutils/perf Revision Changes Path 1.2782 +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 Mar 30 19:33:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFADF37B71E; Fri, 30 Mar 2001 19:33:44 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: (from hsu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3Xim38601; Fri, 30 Mar 2001 19:33:44 -0800 (PST) (envelope-from hsu) Message-Id: <200103310333.f2V3Xim38601@freefall.freebsd.org> From: Jeffrey Hsu Date: Fri, 30 Mar 2001 19:33:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys queue.h src/sys/kern subr_taskqueue.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hsu 2001/03/30 19:33:44 PST Modified files: (Branch: RELENG_4) sys/sys queue.h sys/kern subr_taskqueue.c Log: MFC: Pull in STAILQ_LAST changes. Approved by: jkh, phk Revision Changes Path 1.32.2.4 +7 -2 src/sys/sys/queue.h 1.1.2.2 +2 -2 src/sys/kern/subr_taskqueue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 19:34:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 068BF37B71C; Fri, 30 Mar 2001 19:34:46 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3YjQ38819; Fri, 30 Mar 2001 19:34:45 -0800 (PST) (envelope-from will) Message-Id: <200103310334.f2V3YjQ38819@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:34:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/msn-transport Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/msn-transport/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/30 19:34:45 PST Modified files: net Makefile Added files: net/msn-transport Makefile distinfo pkg-comment pkg-descr pkg-plist net/msn-transport/files patch-Makefile Log: Add msn-transport 1.1, MSN-Transport for Jabber server. PR: 25090 Submitted by: Yen-Ming Lee Revision Changes Path 1.500 +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 Mar 30 19:35: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5B9537B756; Fri, 30 Mar 2001 19:34:53 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3YrZ38854; Fri, 30 Mar 2001 19:34:53 -0800 (PST) (envelope-from will) Message-Id: <200103310334.f2V3YrZ38854@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:34:53 -0800 (PST) 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/03/30 19:34:53 PST Modified files: . modules Log: msn-transport --> ports/net/msn-transport Revision Changes Path 1.2783 +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 Mar 30 19:43:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E493C37B718; Fri, 30 Mar 2001 19:43:44 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3hi639417; Fri, 30 Mar 2001 19:43:44 -0800 (PST) (envelope-from will) Message-Id: <200103310343.f2V3hi639417@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:43:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/aim-transport 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/03/30 19:43:44 PST Modified files: net Makefile Added files: net/aim-transport Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add aim-transport 0.9.0, AIM Transport for Jabber server. PR: 25086 Submitted by: Yen-Ming Lee Revision Changes Path 1.501 +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 Mar 30 19:43:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F36F37B719; Fri, 30 Mar 2001 19:43:54 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3hsS39454; Fri, 30 Mar 2001 19:43:54 -0800 (PST) (envelope-from will) Message-Id: <200103310343.f2V3hsS39454@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:43:54 -0800 (PST) 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/03/30 19:43:54 PST Modified files: . modules Log: aim-transport --> ports/net/aim-transport Revision Changes Path 1.2784 +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 Mar 30 19:48: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 08E7B37B71C; Fri, 30 Mar 2001 19:48:31 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3mUC39863; Fri, 30 Mar 2001 19:48:30 -0800 (PST) (envelope-from will) Message-Id: <200103310348.f2V3mUC39863@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:48:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc Makefile ports/irc/irc-transport Makefile distinfo pkg-comment pkg-descr pkg-plist ports/irc/irc-transport/files patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/30 19:48:30 PST Modified files: irc Makefile Added files: irc/irc-transport Makefile distinfo pkg-comment pkg-descr pkg-plist irc/irc-transport/files patch-src::Makefile.in Log: Add irc-transport 0.1b-1.40, IRC-Transport for Jabber server. PR: 25088 Submitted by: Yen-Ming Lee Revision Changes Path 1.23 +2 -1 ports/irc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 19:48: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 D829F37B735; Fri, 30 Mar 2001 19:48:39 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3mdw39930; Fri, 30 Mar 2001 19:48:39 -0800 (PST) (envelope-from will) Message-Id: <200103310348.f2V3mdw39930@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:48:39 -0800 (PST) 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/03/30 19:48:39 PST Modified files: . modules Log: irc-transport --> ports/irc/irc-transport Revision Changes Path 1.2785 +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 Mar 30 19: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 83EE837B719; Fri, 30 Mar 2001 19:51:25 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3pPO40252; Fri, 30 Mar 2001 19:51:25 -0800 (PST) (envelope-from will) Message-Id: <200103310351.f2V3pPO40252@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:51:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/jud Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/jud/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/30 19:51:25 PST Modified files: net Makefile Added files: net/jud Makefile distinfo pkg-comment pkg-descr pkg-plist net/jud/files patch-Makefile Log: Add jud 0.4, the Jabber User Directory. PR: 25089 Submitted by: Yen-Ming Lee Revision Changes Path 1.502 +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 Mar 30 19:51: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 D18F037B731; Fri, 30 Mar 2001 19:51:33 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V3pXQ40289; Fri, 30 Mar 2001 19:51:33 -0800 (PST) (envelope-from will) Message-Id: <200103310351.f2V3pXQ40289@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 19:51:33 -0800 (PST) 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/03/30 19:51:33 PST Modified files: . modules Log: jud --> ports/net/jud Revision Changes Path 1.2786 +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 Mar 30 20: 5:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4388037B71A; Fri, 30 Mar 2001 20:05:27 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V45Rk43504; Fri, 30 Mar 2001 20:05:27 -0800 (PST) (envelope-from will) Message-Id: <200103310405.f2V45Rk43504@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 20:05:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/plasma-kmod 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/03/30 20:05:27 PST Modified files: graphics Makefile Added files: graphics/plasma-kmod Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add plasma-kmod 0.1, a plasma-effect screensaver kernel module. PR: 24614 Submitted by: George Reid Revision Changes Path 1.292 +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 Mar 30 20: 5: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 4195037B718; Fri, 30 Mar 2001 20:05:44 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V45i243761; Fri, 30 Mar 2001 20:05:44 -0800 (PST) (envelope-from will) Message-Id: <200103310405.f2V45i243761@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 20:05:44 -0800 (PST) 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/03/30 20:05:44 PST Modified files: . modules Log: plasma-kmod --> ports/graphics/plasma-kmod Revision Changes Path 1.2787 +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 Mar 30 20: 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 74BA737B719; Fri, 30 Mar 2001 20:08:26 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V48QT44066; Fri, 30 Mar 2001 20:08:26 -0800 (PST) (envelope-from will) Message-Id: <200103310408.f2V48QT44066@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 20:08:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/tempest_for_eliza 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/03/30 20:08:26 PST Modified files: audio Makefile Added files: audio/tempest_for_eliza Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add tempest_for_eliza 1.0.2, a program to send AM radio signals using a PC monitor. Scary! PR: 25170 Submitted by: George Reid Revision Changes Path 1.220 +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 Mar 30 20: 8:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F46037B719; Fri, 30 Mar 2001 20:08:38 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V48ce44110; Fri, 30 Mar 2001 20:08:38 -0800 (PST) (envelope-from will) Message-Id: <200103310408.f2V48ce44110@freefall.freebsd.org> From: Will Andrews Date: Fri, 30 Mar 2001 20:08:37 -0800 (PST) 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/03/30 20:08:37 PST Modified files: . modules Log: tempest_for_eliza --> ports/audio/tempest_for_eliza Revision Changes Path 1.2788 +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 Mar 30 20: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 C32CB37B71C; Fri, 30 Mar 2001 20:34:15 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V4YF245549; Fri, 30 Mar 2001 20:34:15 -0800 (PST) (envelope-from murray) Message-Id: <200103310434.f2V4YF245549@freefall.freebsd.org> From: Murray Stokely Date: Fri, 30 Mar 2001 20:34:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/03/30 20:34:15 PST Modified files: sys/cam cam.h Log: comment typo: subsytem -> subsystem PR: 26219 Submitted by: Andre , chern@osd.bsdi.com Revision Changes Path 1.9 +2 -2 src/sys/cam/cam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 20: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 51A0437B71E; Fri, 30 Mar 2001 20:41:25 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V4fPS45968; Fri, 30 Mar 2001 20:41:25 -0800 (PST) (envelope-from murray) Message-Id: <200103310441.f2V4fPS45968@freefall.freebsd.org> From: Murray Stokely Date: Fri, 30 Mar 2001 20:41:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc syslog.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/03/30 20:41:25 PST Modified files: etc syslog.conf Log: Note in the comments that it is possible, but not recommended to use spaces instead of tabs in this file. This matches the description in the manpage. PR: 25945 Submitted by: T. William Wells Revision Changes Path 1.16 +5 -2 src/etc/syslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 22:20:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 673B537B71A; Fri, 30 Mar 2001 22:20:32 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V6KWD61817; Fri, 30 Mar 2001 22:20:32 -0800 (PST) (envelope-from lioux) Message-Id: <200103310620.f2V6KWD61817@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 30 Mar 2001 22:20:32 -0800 (PST) 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/03/30 22:20:32 PST Modified files: net/ipcheck Makefile distinfo Log: Update to version 0.92 Revision Changes Path 1.5 +2 -2 ports/net/ipcheck/Makefile 1.3 +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 Fri Mar 30 22:52: 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 7220637B71A; Fri, 30 Mar 2001 22:51:57 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V6pvF63946; Fri, 30 Mar 2001 22:51:57 -0800 (PST) (envelope-from trevor) Message-Id: <200103310651.f2V6pvF63946@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 30 Mar 2001 22:51:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-netscape6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/03/30 22:51:57 PST Modified files: www/linux-netscape6 Makefile Log: Add a UK master site. Submitted by: ben Revision Changes Path 1.31 +2 -1 ports/www/linux-netscape6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 22:57:20 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 3B30737B71A; Fri, 30 Mar 2001 22:57:13 -0800 (PST) (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 14jFJr-000NHW-00; Sat, 31 Mar 2001 07:57:07 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.3/8.11.3) id f2V6v7k19763; Sat, 31 Mar 2001 07:57:07 +0100 (BST) (envelope-from ben) Date: Sat, 31 Mar 2001 07:57:06 +0100 From: Ben Smithurst To: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/vnconfig vnconfig.8 src/share/man/man4 vn.4 Message-ID: <20010331075706.F97985@strontium.scientia.demon.co.uk> References: <200103291136.f2TBalN98416@freefall.freebsd.org> <20010329150144.A21904@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: <20010329150144.A21904@sunbay.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > On Thu, Mar 29, 2001 at 03:36:46AM -0800, Ben Smithurst wrote: >> ben 2001/03/29 03:36:46 PST >> >> Removed files: >> usr.sbin/vnconfig vnconfig.8 >> share/man/man4 vn.4 >> Log: >> Kill vn related manual pages, they're not used any more. >> > The following manpages have references to vn(4) and vnconfig(8): > > sbin/mdconfig/mdconfig.8 > sbin/swapon/swapon.8 > share/man/man4/md.4 > share/man/man5/rc.conf.5 > share/man/man8/picobsd.8 > > Please fix. (When fixing, please don't forget to re-sort the > SEE ALSO entries where required). OK, some of these might need more than just s/vn/md/ so I think I'll have to leave them for someone who knows more about the differences... There still are vn/vnconfig manual pages, they just link to the md/mdconfig manual pages, so these references aren't "broken", as such. But should still be fixed... -- 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 Fri Mar 30 23: 2: 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 75B7437B71A; Fri, 30 Mar 2001 23:02:02 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V722D64494; Fri, 30 Mar 2001 23:02:02 -0800 (PST) (envelope-from obrien) Message-Id: <200103310702.f2V722D64494@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 30 Mar 2001 23:02:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libiberty Makefile config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/30 23:02:02 PST Added files: gnu/lib/libiberty Makefile config.h Log: Add libiberty. This is needed on the Alpha by the iprobe port. I have held this back for over a year, as we will always have to wrestle with the question of "*which* libiberty sources to use". Sigh, if only the GNU people would treat it as a totally separate library from GCC, et al. and release it as such... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 23: 6: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 55C1837B719; Fri, 30 Mar 2001 23:06:36 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V76aR67231; Fri, 30 Mar 2001 23:06:36 -0800 (PST) (envelope-from trevor) Message-Id: <200103310706.f2V76aR67231@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 30 Mar 2001 23:06:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-netscape6 pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/03/30 23:06:36 PST Modified files: www/linux-netscape6 pkg-descr Log: Warn users about problems with Netscape Messenger. Warn them that plugins do not work. reported by: Thiago Lucas , Georges Chenard , Jonathan Belson Revision Changes Path 1.8 +2 -1 ports/www/linux-netscape6/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 Mar 30 23: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 41BFE37B718; Fri, 30 Mar 2001 23:24:36 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V7Oao68392; Fri, 30 Mar 2001 23:24:36 -0800 (PST) (envelope-from phk) Message-Id: <200103310724.f2V7Oao68392@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Mar 2001 23:24:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include time.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/03/30 23:24:36 PST Modified files: include time.h Log: It's not CUT (the french would accept that back in 1879) and TUC wasn't palatable to the rest of the world. UTC was the compromise. PR: 26238 Submitted by: Ying-Chieh Liao Revision Changes Path 1.16 +5 -1 src/include/time.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 30 23:32:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CFA837B719; Fri, 30 Mar 2001 23:32:20 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V7WKY69129; Fri, 30 Mar 2001 23:32:20 -0800 (PST) (envelope-from ijliao) Message-Id: <200103310732.f2V7WKY69129@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 30 Mar 2001 23:32:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/libfreenet Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/libfreenet/files patch-client_util.c patch-protocol.c patch-testclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/03/30 23:32:20 PST Modified files: net Makefile Added files: net/libfreenet Makefile distinfo pkg-comment pkg-descr pkg-plist net/libfreenet/files patch-client_util.c patch-protocol.c patch-testclient.c Log: add libfreenet Freenet library written in C Revision Changes Path 1.503 +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 Mar 30 23:32: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 CEF9F37B72C; Fri, 30 Mar 2001 23:32:24 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V7WOk69165; Fri, 30 Mar 2001 23:32:24 -0800 (PST) (envelope-from ijliao) Message-Id: <200103310732.f2V7WOk69165@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 30 Mar 2001 23:32:24 -0800 (PST) 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/03/30 23:32:24 PST Modified files: . modules Log: libfreenet --> ports/net/libfreenet Revision Changes Path 1.2789 +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 Mar 30 23:50: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 0C0DB37B71C; Fri, 30 Mar 2001 23:50:31 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V7oUD70672; Fri, 30 Mar 2001 23:50:30 -0800 (PST) (envelope-from obrien) Message-Id: <200103310750.f2V7oUD70672@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 30 Mar 2001 23:50:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libiberty Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/30 23:50:30 PST Modified files: gnu/usr.bin/binutils/libiberty Makefile Log: Minor style cleanup. Revision Changes Path 1.6 +7 -9 src/gnu/usr.bin/binutils/libiberty/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 0: 8:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FE3537B719; Sat, 31 Mar 2001 00:08:07 -0800 (PST) (envelope-from keith@FreeBSD.org) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V886874435; Sat, 31 Mar 2001 00:08:06 -0800 (PST) (envelope-from keith) Message-Id: <200103310808.f2V886874435@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sat, 31 Mar 2001 00:08:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/qe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/03/31 00:08:06 PST Modified files: chinese/qe Makefile Log: Add another MASTER_SITE. PR: ports/26221 (MAINTAINER) Revision Changes Path 1.2 +3 -2 ports/chinese/qe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 0: 9:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47F8437B718; Sat, 31 Mar 2001 00:09:35 -0800 (PST) (envelope-from keith@FreeBSD.org) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V89ZP74560; Sat, 31 Mar 2001 00:09:35 -0800 (PST) (envelope-from keith) Message-Id: <200103310809.f2V89ZP74560@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sat, 31 Mar 2001 00:09:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/joe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/03/31 00:09:34 PST Modified files: chinese/joe Makefile Log: Change PATCH_SITE, and update maintainer's email. PR: ports/26220 (MAINTAINER) Revision Changes Path 1.4 +3 -3 ports/chinese/joe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 1: 5: 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 EA7CE37B719; Sat, 31 Mar 2001 01:04:58 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V94wD78454; Sat, 31 Mar 2001 01:04:58 -0800 (PST) (envelope-from obrien) Message-Id: <200103310904.f2V94wD78454@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 01:04:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/gdb51 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 obrien 2001/03/31 01:04:58 PST Modified files: devel Makefile Added files: devel/gdb51 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: GNU GDB 5.1 developmental snapshot. This exists to allow people to test the upcoming GDB release, and to get any FreeBSD-needed mods submitted before the official 5.1 release. Revision Changes Path 1.482 +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 Mar 31 1: 5:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8239837B720; Sat, 31 Mar 2001 01:05:04 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V954G78549; Sat, 31 Mar 2001 01:05:04 -0800 (PST) (envelope-from obrien) Message-Id: <200103310905.f2V954G78549@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 01:05:04 -0800 (PST) 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 obrien 2001/03/31 01:05:04 PST Modified files: . modules Log: gdb51 --> ports/devel/gdb51 Revision Changes Path 1.2790 +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 Mar 31 1:26: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A3C937B71D; Sat, 31 Mar 2001 01:26:03 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2V9Q3D82451; Sat, 31 Mar 2001 01:26:03 -0800 (PST) (envelope-from obrien) Message-Id: <200103310926.f2V9Q3D82451@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 01:26:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client/scripts freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 01:26:03 PST Modified files: contrib/isc-dhcp/client/scripts freebsd Log: Consistently space the output. Revision Changes Path 1.19 +6 -6 src/contrib/isc-dhcp/client/scripts/freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 2:48:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6513237B71D; Sat, 31 Mar 2001 02:48:49 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VAmnZ88829; Sat, 31 Mar 2001 02:48:49 -0800 (PST) (envelope-from obrien) Message-Id: <200103311048.f2VAmnZ88829@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 02:48:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/t3x/files patch-Config X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 02:48:49 PST Added files: lang/t3x/files patch-Config Log: Don't force -O2 -g; obey user's CFLAGS! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 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 39AEC37B71F; Sat, 31 Mar 2001 02:52:29 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VAqTi89161; Sat, 31 Mar 2001 02:52:29 -0800 (PST) (envelope-from obrien) Message-Id: <200103311052.f2VAqTi89161@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 02:52:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/t3x/files patch-txx.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 02:52:29 PST Added files: lang/t3x/files patch-txx.h Log: Spell __i386__ correctly. Add FreeBSD/AXP support. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 2: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 D0AE237B719; Sat, 31 Mar 2001 02:59:25 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VAxPW89491; Sat, 31 Mar 2001 02:59:25 -0800 (PST) (envelope-from obrien) Message-Id: <200103311059.f2VAxPW89491@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 02:59:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/wamcc/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 02:59:25 PST Modified files: lang/wamcc/files patch-af Log: Spell __i386__ and __alpha__ correctly. Revision Changes Path 1.2 +4 -4 ports/lang/wamcc/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 3: 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 66BAA37B718; Sat, 31 Mar 2001 03:04:38 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VB4bK90208; Sat, 31 Mar 2001 03:04:37 -0800 (PST) (envelope-from nakai) Message-Id: <200103311104.f2VB4bK90208@freefall.freebsd.org> From: Yukihiro Nakai Date: Sat, 31 Mar 2001 03:04:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/aria 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 nakai 2001/03/31 03:04:35 PST Modified files: www Makefile Added files: www/aria Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Initial import. Aria is yet another download tool Revision Changes Path 1.331 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 3: 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 D84D837B719; Sat, 31 Mar 2001 03:04:56 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VB4ug90270; Sat, 31 Mar 2001 03:04:56 -0800 (PST) (envelope-from nakai) Message-Id: <200103311104.f2VB4ug90270@freefall.freebsd.org> From: Yukihiro Nakai Date: Sat, 31 Mar 2001 03:04:56 -0800 (PST) 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 nakai 2001/03/31 03:04:53 PST Modified files: . modules Log: aria --> ports/www/aria Revision Changes Path 1.2791 +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 Mar 31 3: 9: 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 4749F37B71C; Sat, 31 Mar 2001 03:09:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VB96s93158; Sat, 31 Mar 2001 03:09:06 -0800 (PST) (envelope-from obrien) Message-Id: <200103311109.f2VB96s93158@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 03:09:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/wamcc/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 03:09:06 PST Modified files: lang/wamcc/files patch-ab patch-ac Log: Don't force -O2. Revision Changes Path 1.2 +6 -9 ports/lang/wamcc/files/patch-ab 1.2 +13 -33 ports/lang/wamcc/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 Sat Mar 31 3: 9: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 D9BC337B718; Sat, 31 Mar 2001 03:09:52 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VB9qw93225; Sat, 31 Mar 2001 03:09:52 -0800 (PST) (envelope-from obrien) Message-Id: <200103311109.f2VB9qw93225@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 03:09:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/s3mod Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 03:09:52 PST Modified files: audio/s3mod Makefile Log: This only exists for the i386 platform. Revision Changes Path 1.11 +3 -1 ports/audio/s3mod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 3:16: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC38A37B719; Sat, 31 Mar 2001 03:15:57 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VBFvE93674; Sat, 31 Mar 2001 03:15:57 -0800 (PST) (envelope-from obrien) Message-Id: <200103311115.f2VBFvE93674@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 03:15:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/o2c Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 03:15:57 PST Modified files: lang/o2c Makefile Log: Does not support 64-bit platforms. Revision Changes Path 1.9 +4 -2 ports/lang/o2c/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 3:36: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 E305637B71D; Sat, 31 Mar 2001 03:36:50 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VBaoC95455; Sat, 31 Mar 2001 03:36:50 -0800 (PST) (envelope-from dinoex) Message-Id: <200103311136.f2VBaoC95455@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 31 Mar 2001 03:36:50 -0800 (PST) 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 dinoex 2001/03/31 03:36:50 PST Modified files: . modules Log: pgpin --> ports/security/pgpin Revision Changes Path 1.2792 +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 Mar 31 3: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 272C237B718; Sat, 31 Mar 2001 03:36:44 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VBaiE95422; Sat, 31 Mar 2001 03:36:44 -0800 (PST) (envelope-from dinoex) Message-Id: <200103311136.f2VBaiE95422@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 31 Mar 2001 03:36:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/pgpin Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/pgpin/files CHANGES patch-fileio.h patch-makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/03/31 03:36:43 PST Modified files: security Makefile Added files: security/pgpin Makefile distinfo pkg-comment pkg-descr pkg-plist security/pgpin/files CHANGES patch-fileio.h patch-makefile Log: PGP (Pretty Good Privacy) is a public key encryption pack- age to protect E-mail and data files. It lets you commu- nicate securely with people you've never met, with no secure channels needed for prior exchange of keys. It's well featured and fast, with sophisticated key management, digital signatures, data compression, and good ergonomic design. Contributors: Matthias Bruestle for the myetsid feature. Lutz Donnerhacke for the pgp2.6.3in development. Ingmar Camphausen, Thomas Roessler, a.o. for extensive testing. WWW: http://www.in-ca.individual.net/ FTP: ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/files/pgp263in.changes Revision Changes Path 1.180 +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 Mar 31 3:41:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3E7437B71A; Sat, 31 Mar 2001 03:41:19 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VBfJO95972; Sat, 31 Mar 2001 03:41:19 -0800 (PST) (envelope-from adrian) Message-Id: <200103311141.f2VBfJO95972@freefall.freebsd.org> From: Adrian Chadd Date: Sat, 31 Mar 2001 03:41:19 -0800 (PST) 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/03/31 03:41:19 PST Modified files: www/squid24 Makefile distinfo Log: Add some PATCHFILES to this port, and bump its PORTREVISION. I ran off and updated the patch files on the squid website for 2.4.stable1, and then updated this port to use them. Note that diskd is still broken here - I haven't actually committed a fix to squid yet .. :-P Revision Changes Path 1.80 +6 -2 ports/www/squid24/Makefile 1.58 +4 -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 Sat Mar 31 3:42: 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 6660137B71A; Sat, 31 Mar 2001 03:42:01 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VBg1V96037; Sat, 31 Mar 2001 03:42:01 -0800 (PST) (envelope-from dinoex) Message-Id: <200103311142.f2VBg1V96037@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 31 Mar 2001 03:42:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/gcvs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/gcvs/files patch-configure patch-cvsunix-contrib-Makefile.in patch-cvsunix-src-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/03/31 03:42:00 PST Modified files: devel Makefile Added files: devel/gcvs Makefile distinfo pkg-comment pkg-descr pkg-plist devel/gcvs/files patch-configure patch-cvsunix-contrib-Makefile.in patch-cvsunix-src-Makefile.in Log: A set of C++ front-end for cvs distributed under GPL. CvsGui features WinCvs is written in C++ using the Microsoft MFC. MacCvs is written in C++ using Metrowerks PowerPlant. gCvs is written in C++ using GNU gtk+. They are using the latest cvs source code. They are making cvs easier for the novice. They are increasing the power of cvs by providing an high-end interface. The project is growing because it is supported and developed by several cvs users. WWW: http://cvsgui.sourceforge.net/ Revision Changes Path 1.483 +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 Mar 31 3:42:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA3AA37B71E; Sat, 31 Mar 2001 03:42:07 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VBg7R96076; Sat, 31 Mar 2001 03:42:07 -0800 (PST) (envelope-from dinoex) Message-Id: <200103311142.f2VBg7R96076@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 31 Mar 2001 03:42:07 -0800 (PST) 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 dinoex 2001/03/31 03:42:05 PST Modified files: . modules Log: gcvs --> ports/devel/gcvs Revision Changes Path 1.2793 +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 Mar 31 4: 0: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 9D0E337B719; Sat, 31 Mar 2001 04:00:44 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VC0i297847; Sat, 31 Mar 2001 04:00:44 -0800 (PST) (envelope-from knu) Message-Id: <200103311200.f2VC0i297847@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:00:44 -0800 (PST) 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/03/31 04:00:44 PST Modified files: devel/ruby-date2 Makefile distinfo Log: Update to 2.4.1. Revision Changes Path 1.11 +2 -2 ports/devel/ruby-date2/Makefile 1.7 +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 Sat Mar 31 4: 2:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8415137B718; Sat, 31 Mar 2001 04:02:47 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VC2li02998; Sat, 31 Mar 2001 04:02:47 -0800 (PST) (envelope-from knu) Message-Id: <200103311202.f2VC2li02998@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:02:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/ruby-http-access Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/ruby-http-access/files patch-http-access.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/31 04:02:47 PST Modified files: www Makefile Added files: www/ruby-http-access Makefile distinfo pkg-comment pkg-descr pkg-plist www/ruby-http-access/files patch-http-access.rb Log: Add ruby-http-access, a Ruby library to access the Internet via HTTP. Revision Changes Path 1.332 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 4: 3: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2945937B719; Sat, 31 Mar 2001 04:02:58 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VC2wW03035; Sat, 31 Mar 2001 04:02:58 -0800 (PST) (envelope-from knu) Message-Id: <200103311202.f2VC2wW03035@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:02:58 -0800 (PST) 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/03/31 04:02:58 PST Modified files: . modules Log: ruby-http-access --> ports/www/ruby-http-access Revision Changes Path 1.2794 +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 Mar 31 4: 4:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3818137B718; Sat, 31 Mar 2001 04:04:27 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VC4RX03182; Sat, 31 Mar 2001 04:04:27 -0800 (PST) (envelope-from knu) Message-Id: <200103311204.f2VC4RX03182@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:04:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ruby-soap 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/03/31 04:04:26 PST Modified files: net Makefile Added files: net/ruby-soap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-soap (SOAP4R), a Ruby library which implements SOAP 1.1. Currently SOAP4R offers only SOAP-RPC specific features. Revision Changes Path 1.504 +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 Mar 31 4: 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 ECA5137B75F; Sat, 31 Mar 2001 04:04:36 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VC4aS03217; Sat, 31 Mar 2001 04:04:36 -0800 (PST) (envelope-from knu) Message-Id: <200103311204.f2VC4aS03217@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:04:36 -0800 (PST) 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/03/31 04:04:36 PST Modified files: . modules Log: ruby-soap --> ports/net/ruby-soap Revision Changes Path 1.2795 +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 Mar 31 4:12:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9977837B71B; Sat, 31 Mar 2001 04:12:28 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VCCSU06106; Sat, 31 Mar 2001 04:12:28 -0800 (PST) (envelope-from nbm) Message-Id: <200103311212.f2VCCSU06106@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sat, 31 Mar 2001 04:12:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2001/03/31 04:12:28 PST Modified files: www/zope Makefile distinfo pkg-plist Log: Upgrade to Zope 2.3.1! Revision Changes Path 1.25 +6 -10 ports/www/zope/Makefile 1.14 +1 -3 ports/www/zope/distinfo 1.16 +153 -53 ports/www/zope/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 4:13:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35A3137B71B; Sat, 31 Mar 2001 04:13:41 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VCDfx06231; Sat, 31 Mar 2001 04:13:41 -0800 (PST) (envelope-from knu) Message-Id: <200103311213.f2VCDfx06231@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:13:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/ruby-curl 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/03/31 04:13:40 PST Modified files: ftp Makefile Added files: ftp/ruby-curl Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-curl, a Ruby interface to libcurl. Revision Changes Path 1.18 +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 Mar 31 4:13: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 CE3E037B71A; Sat, 31 Mar 2001 04:13:51 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VCDpT06270; Sat, 31 Mar 2001 04:13:51 -0800 (PST) (envelope-from knu) Message-Id: <200103311213.f2VCDpT06270@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:13:51 -0800 (PST) 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/03/31 04:13:51 PST Modified files: . modules Log: ruby-curl --> ports/ftp/ruby-curl Revision Changes Path 1.2796 +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 Mar 31 4:30: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 BA52037B718; Sat, 31 Mar 2001 04:30:16 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VCUGD07323; Sat, 31 Mar 2001 04:30:16 -0800 (PST) (envelope-from knu) Message-Id: <200103311230.f2VCUGD07323@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:30:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/ruby-nqxml 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/03/31 04:30:16 PST Modified files: textproc Makefile Added files: textproc/ruby-nqxml Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-nqxml, a pure Ruby implementasion of an XML tokenizer, a SAX-style streaming XML parser, a DOM-style tree parser, and an XML writer. Revision Changes Path 1.191 +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 Mar 31 4:30:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83E4237B747; Sat, 31 Mar 2001 04:30:25 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VCUPD07358; Sat, 31 Mar 2001 04:30:25 -0800 (PST) (envelope-from knu) Message-Id: <200103311230.f2VCUPD07358@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 31 Mar 2001 04:30:25 -0800 (PST) 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/03/31 04:30:25 PST Modified files: . modules Log: ruby-nqxml --> ports/textproc/ruby-nqxml Revision Changes Path 1.2797 +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 Mar 31 5:10: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 1C77537B71A; Sat, 31 Mar 2001 05:10:28 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VDASD13096; Sat, 31 Mar 2001 05:10:28 -0800 (PST) (envelope-from nbm) Message-Id: <200103311310.f2VDASD13096@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sat, 31 Mar 2001 05:10:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2001/03/31 05:10:27 PST Modified files: mail/courier-imap Makefile distinfo Log: Upgrade to 1.3.5. PR: 25981 Submitted by: yssu@CCCA.NCTU.edu.tw (Yen-Shuo Su) Revision Changes Path 1.19 +2 -2 ports/mail/courier-imap/Makefile 1.12 +1 -1 ports/mail/courier-imap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 5:21: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 EE22737B720; Sat, 31 Mar 2001 05:21:20 -0800 (PST) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VDLKI14160; Sat, 31 Mar 2001 05:21:20 -0800 (PST) (envelope-from alex) Message-Id: <200103311321.f2VDLKI14160@freefall.freebsd.org> From: Alexander Langer Date: Sat, 31 Mar 2001 05:21:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell/files NO.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/03/31 05:21:20 PST Modified files: textproc/ispell/files NO.patch Log: Don't use non-existant /usr/tmp Submitted by: bento Revision Changes Path 1.3 +19 -5 ports/textproc/ispell/files/NO.patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 5: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 2005737B719; Sat, 31 Mar 2001 05:26:52 -0800 (PST) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VDQqg14598; Sat, 31 Mar 2001 05:26:52 -0800 (PST) (envelope-from nbm) Message-Id: <200103311326.f2VDQqg14598@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sat, 31 Mar 2001 05:26:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope-ptk pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2001/03/31 05:26:51 PST Added files: www/zope-ptk pkg-message Log: Add this missed file from the initial addition. Submitted by: Taoka Fumiyoshi PR: 22819 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 5:33:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA7C837B71A; Sat, 31 Mar 2001 05:33:24 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VDXOb15563; Sat, 31 Mar 2001 05:33:24 -0800 (PST) (envelope-from sumikawa) Message-Id: <200103311333.f2VDXOb15563@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Sat, 31 Mar 2001 05:33:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla+ipv6 Makefile distinfo pkg-plist ports/www/mozilla+ipv6/files patch-ap X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/03/31 05:33:24 PST Modified files: www/mozilla+ipv6 Makefile distinfo pkg-plist www/mozilla+ipv6/files patch-ap Log: Upgrade to 0.8.1. Revision Changes Path 1.55 +2 -4 ports/www/mozilla+ipv6/Makefile 1.33 +1 -1 ports/www/mozilla+ipv6/distinfo 1.33 +763 -1239 ports/www/mozilla+ipv6/pkg-plist 1.3 +0 -9 ports/www/mozilla+ipv6/files/patch-ap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 5: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 C9F0537B71A; Sat, 31 Mar 2001 05:47:14 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VDlEH16621; Sat, 31 Mar 2001 05:47:14 -0800 (PST) (envelope-from nakai) Message-Id: <200103311347.f2VDlEH16621@freefall.freebsd.org> From: Yukihiro Nakai Date: Sat, 31 Mar 2001 05:47:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/gbiff Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/gbiff/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/03/31 05:47:14 PST Modified files: mail Makefile Added files: mail/gbiff Makefile distinfo pkg-comment pkg-descr pkg-plist mail/gbiff/files patch-aa patch-ab Log: Initial import. mail checker for file,qmail,MH dir and pop3 Revision Changes Path 1.210 +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 Mar 31 5:47:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11A1737B735; Sat, 31 Mar 2001 05:47:20 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VDlJm16661; Sat, 31 Mar 2001 05:47:19 -0800 (PST) (envelope-from nakai) Message-Id: <200103311347.f2VDlJm16661@freefall.freebsd.org> From: Yukihiro Nakai Date: Sat, 31 Mar 2001 05:47:19 -0800 (PST) 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 nakai 2001/03/31 05:47:19 PST Modified files: . modules Log: gbiff --> ports/mail/gbiff Revision Changes Path 1.2798 +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 Mar 31 6: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 C137F37B71B; Sat, 31 Mar 2001 06:22:19 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VEMJJ23810; Sat, 31 Mar 2001 06:22:19 -0800 (PST) (envelope-from wilko) Message-Id: <200103311422.f2VEMJJ23810@freefall.freebsd.org> From: Wilko Bulte Date: Sat, 31 Mar 2001 06:22:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2001/03/31 06:22:19 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: Note that AS1200 and AS8400 have problems booting from the install media (like the Rawhide servers). Approved by: jkh (implicitly) Revision Changes Path 1.31.2.127 +3 -2 src/release/texts/alpha/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 Mar 31 7: 2: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 3189C37B71B; Sat, 31 Mar 2001 07:02:31 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VF2V318307; Sat, 31 Mar 2001 07:02:31 -0800 (PST) (envelope-from dirk) Message-Id: <200103311502.f2VF2V318307@freefall.freebsd.org> From: Dirk Froemberg Date: Sat, 31 Mar 2001 07:02:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/03/31 07:02:31 PST Modified files: net/netsaint Makefile Log: Blaz Zupan wants to maintain this port in addition to netsaint-plugins. Revision Changes Path 1.8 +2 -2 ports/net/netsaint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 7: 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 012BE37B71C; Sat, 31 Mar 2001 07:04:07 -0800 (PST) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VF46718443; Sat, 31 Mar 2001 07:04:06 -0800 (PST) (envelope-from okazaki) Message-Id: <200103311504.f2VF46718443@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sat, 31 Mar 2001 07:04:06 -0800 (PST) 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/03/31 07:04:06 PST Modified files: . modules Log: crimson --> ports/textproc/crimson Revision Changes Path 1.2799 +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 Mar 31 7: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 2D47937B719; Sat, 31 Mar 2001 07:19:59 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VFJxG21895; Sat, 31 Mar 2001 07:19:59 -0800 (PST) (envelope-from adrian) Message-Id: <200103311519.f2VFJxG21895@freefall.freebsd.org> From: Adrian Chadd Date: Sat, 31 Mar 2001 07:19:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ifs pass5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG adrian 2001/03/31 07:19:59 PST Modified files: sbin/fsck_ifs pass5.c Log: Quoting from the email thrown around between kirk, bde and iedowse@.. Overflow of cg_niblk causes spurious "SUMMARY INFORMATION BAD" warnings prompts in fsck_ffs. cg_niblk has type int16_t, but it is (ab)used to hold the number of inodes per group (it has nothing to do with the number of inode blocks in the cg as claimed in ffs/fs.h), and there can be lots of inodes per group. E.g., newfs -i 8192 -b 16384 -f 16384 -c 255 ... gives 0xA900 inodes/group. Assignment of this to cg_niblk gives -0x5700. This is mostly harmless (ufs/ffs doesn't use cg_niblk, and bug-for-bug compatible overflow occurs in newfs), but in fsck_ffs/pass5.c, negative values of cg_niblk limit cg_irotor to 0 and the summary info appears to be bad. Submitted by: Bruce Evans Obtained from: Kirk McKusick Revision Changes Path 1.19 +6 -2 src/sbin/fsck_ifs/pass5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 7:27:29 2001 Delivered-To: cvs-all@freebsd.org Received: from roaming.cacheboy.net (roaming.cacheboy.net [203.56.168.69]) by hub.freebsd.org (Postfix) with ESMTP id 812B337B719; Sat, 31 Mar 2001 07:27:21 -0800 (PST) (envelope-from adrian@roaming.cacheboy.net) Received: (from adrian@localhost) by roaming.cacheboy.net (8.11.1/8.11.1) id f2VFRUm45070; Sat, 31 Mar 2001 17:27:30 +0200 (CEST) (envelope-from adrian) Date: Sat, 31 Mar 2001 17:27:29 +0200 From: Adrian Chadd To: cvs-committers@freebsd.org Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/fsck_ifs pass5.c Message-ID: <20010331172729.A45053@roaming.cacheboy.net> References: <200103311519.f2VFJxG21895@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: <200103311519.f2VFJxG21895@freefall.freebsd.org>; from adrian@FreeBSD.org on Sat, Mar 31, 2001 at 07:19:59AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Mar 31, 2001, Adrian Chadd wrote: > adrian 2001/03/31 07:19:59 PST > > Modified files: > sbin/fsck_ifs pass5.c > Log: > Quoting from the email thrown around between kirk, bde and iedowse@.. [snip] > Submitted by: Bruce Evans > Obtained from: Kirk McKusick .. and I apologise to kirk for referring to him as a software depot. :-) That should be "submitted by bde, nabbed in an email from mckusick.." adrian -- Adrian Chadd "Programming is like sex: One mistake and you have to support for a lifetime." -- rec.humor.funny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 7:34:38 2001 Delivered-To: cvs-all@freebsd.org Received: from roaming.cacheboy.net (roaming.cacheboy.net [203.56.168.69]) by hub.freebsd.org (Postfix) with ESMTP id 6BD5737B719; Sat, 31 Mar 2001 07:34:27 -0800 (PST) (envelope-from adrian@roaming.cacheboy.net) Received: (from adrian@localhost) by roaming.cacheboy.net (8.11.1/8.11.1) id f2VFYC245083; Sat, 31 Mar 2001 17:34:12 +0200 (CEST) (envelope-from adrian) Date: Sat, 31 Mar 2001 17:34:12 +0200 From: Adrian Chadd To: Poul-Henning Kamp Cc: Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck fsck.8 fsck.c fsutil.h preen.c Message-ID: <20010331173412.B45053@roaming.cacheboy.net> References: <20010330101855.A793@Fedaykin.here> <18388.985960857@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <18388.985960857@critter>; from phk@critter.freebsd.dk on Fri, Mar 30, 2001 at 04:00:57PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 30, 2001, Poul-Henning Kamp wrote: > > It may be less than entirely trivial to merge, I'm not sure if, and > if how, the fsck/fsck_ffs changes affect this. > > Somebody sitting down to do the merge and submitting patches would > increase the chances of a MFC considerably... Since I initially did the import, I was waiting for the bugs to be ironed out of the system before I MFCed the fsck wrapper setup across to RELENG_4. There still is one remaining issue - people have this burning desire to be able to type: fsck /dev/blah .. and have it "just work", regardless of whether there's a UNIX disklabel or anything which could tell the wrapper what type of FS it is. msmith suggested a solution - each fsck type can "check" a given FS to see whether its of the right type. That way, fsck just has to run through all of the wrappers in /sbin/, and when one exit(0)s, we've found a match. To do that, I need to find something unique to identify IFS partitions with. IE, TODO list. Its there. Really. Along with everything else I'm trying to do. :-) Adrian > In message <20010330101855.A793@Fedaykin.here>, "Mario Sergio Fujikawa Ferreira > " writes: > > Perhaps, a worthy MFC candidate. Of course, after the > >customary waiting period. > > Wait to go. :) > > > >On Fri, Mar 30, 2001 at 12:01:13AM -0800, Poul-Henning Kamp wrote: > >> phk 2001/03/30 00:01:35 PST > >> > >> Modified files: > >> sbin/fsck fsck.8 fsck.c fsutil.h preen.c > >> Log: > >> This change sanitizes the way fsck deals with pass numbers. > >> > >[snip] > >> > >> This is much faster and more sane. > > > >-- > >Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." > >lioux at ( freebsd dot org | linf dot unb dot br ) > >flames to beloved devnull@someotherworldbeloworabove.org > > > > -- > 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. -- Adrian Chadd "Programming is like sex: One mistake and you have to support for a lifetime." -- rec.humor.funny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 7:42: 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 A24A337B71C; Sat, 31 Mar 2001 07:42:03 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VFg3a23406; Sat, 31 Mar 2001 07:42:03 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311542.f2VFg3a23406@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 07:42:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/saoimage Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 07:42:03 PST Modified files: astro/saoimage Makefile distinfo Log: Update to version 1.29.3 PR: 26227 Submitted by: Ports Fury Revision Changes Path 1.15 +2 -2 ports/astro/saoimage/Makefile 1.7 +1 -1 ports/astro/saoimage/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 7:51: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 1639637B71A; Sat, 31 Mar 2001 07:51:16 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VFpGe24075; Sat, 31 Mar 2001 07:51:16 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311551.f2VFpGe24075@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 07:51:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/babel Makefile pkg-descr pkg-plist ports/biology/babel/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 07:51:16 PST Modified files: biology/babel Makefile pkg-descr pkg-plist Removed files: biology/babel/files patch-aa Log: - Update MASTER_SITES and WWW: line - Support CC/CFLAGS properly - Support install macros - Add PORTDOCS to pkg-plist PR: 26228 Submitted by: Ports Fury Revision Changes Path 1.9 +19 -7 ports/biology/babel/Makefile 1.3 +1 -1 ports/biology/babel/pkg-descr 1.2 +2 -1 ports/biology/babel/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 Mar 31 7:53: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 215ED37B71C; Sat, 31 Mar 2001 07:53:32 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VFrWC24313; Sat, 31 Mar 2001 07:53:32 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311553.f2VFrWC24313@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 07:53:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/merlin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 07:53:31 PST Modified files: games/merlin Makefile Log: Fix MASTER_SITES PR: 26229 Submitted by: Ports Fury Revision Changes Path 1.8 +2 -2 ports/games/merlin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 7:56: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 44CB437B71C; Sat, 31 Mar 2001 07:56:39 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VFudQ24583; Sat, 31 Mar 2001 07:56:39 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311556.f2VFudQ24583@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 07:56:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/wordplay Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 07:56:39 PST Modified files: games/wordplay Makefile pkg-descr Log: Update MASTER_SITES and WWW: line. PR: 26230 Submitted by: Ports Fury Revision Changes Path 1.4 +5 -5 ports/games/wordplay/Makefile 1.3 +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 Mar 31 8: 3:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 121DE37B71A; Sat, 31 Mar 2001 08:03:41 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VG3fa25218; Sat, 31 Mar 2001 08:03:41 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311603.f2VG3fa25218@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 08:03:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xroads Makefile pkg-descr pkg-plist ports/games/xroads/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 08:03:40 PST Modified files: games/xroads Makefile pkg-descr pkg-plist games/xroads/files patch-aa patch-ab Log: - Fix MASTER_SITES - Change install path of data files - Add PORTDOCS to pkg-plist PR: 26231 Submitted by: Ports Fury Revision Changes Path 1.11 +6 -7 ports/games/xroads/Makefile 1.3 +1 -3 ports/games/xroads/pkg-descr 1.5 +24 -25 ports/games/xroads/pkg-plist 1.4 +5 -5 ports/games/xroads/files/patch-aa 1.3 +2 -11 ports/games/xroads/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 8: 9: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 A101D37B71E; Sat, 31 Mar 2001 08:09:05 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VG95M28032; Sat, 31 Mar 2001 08:09:05 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311609.f2VG95M28032@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 08:09:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sane-frontends Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 08:09:05 PST Modified files: graphics/sane-frontends Makefile pkg-message Log: Fix PKGMESSAGE handling. PR: 26232 Submitted by: Ports Fury Revision Changes Path 1.33 +2 -8 ports/graphics/sane-frontends/Makefile 1.5 +5 -5 ports/graphics/sane-frontends/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 8:10: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 6CC0D37B719; Sat, 31 Mar 2001 08:10:34 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VGAYk28365; Sat, 31 Mar 2001 08:10:34 -0800 (PST) (envelope-from demon) Message-Id: <200103311610.f2VGAYk28365@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sat, 31 Mar 2001 08:10:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/anjuta Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/anjuta/files patch-Makefile.in patch-configure patch-doc-Makefile.in patch-launcher-Makefile.in patch-macros-Makefile.in patch-src-Makefile.in ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/03/31 08:10:34 PST Modified files: devel Makefile Added files: devel/anjuta Makefile distinfo pkg-comment pkg-descr pkg-plist devel/anjuta/files patch-Makefile.in patch-configure patch-doc-Makefile.in patch-launcher-Makefile.in patch-macros-Makefile.in patch-src-Makefile.in patch-src-anjuta_dirs.c Log: New port: anjuta. Anjuta is an Integrated Development Environment for C and C++. Revision Changes Path 1.484 +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 Mar 31 8:10: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 31C0237B751; Sat, 31 Mar 2001 08:10:44 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VGAia28407; Sat, 31 Mar 2001 08:10:44 -0800 (PST) (envelope-from demon) Message-Id: <200103311610.f2VGAia28407@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sat, 31 Mar 2001 08:10:44 -0800 (PST) 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/03/31 08:10:44 PST Modified files: . modules Log: anjuta --> ports/devel/anjuta Revision Changes Path 1.2800 +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 Mar 31 8:17: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBCCA37B718; Sat, 31 Mar 2001 08:17:05 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VGH5W28817; Sat, 31 Mar 2001 08:17:05 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311617.f2VGH5W28817@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 08:17:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/althea Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 08:17:05 PST Modified files: mail/althea Makefile distinfo pkg-plist Log: Update to version 0.4.1 PR: 26234 Submitted by: Ports Fury Revision Changes Path 1.3 +4 -4 ports/mail/althea/Makefile 1.2 +1 -1 ports/mail/althea/distinfo 1.3 +2 -0 ports/mail/althea/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 Mar 31 8:20: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 355C037B71D; Sat, 31 Mar 2001 08:20:06 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VGK6Z29105; Sat, 31 Mar 2001 08:20:06 -0800 (PST) (envelope-from rwatson) Message-Id: <200103311620.f2VGK6Z29105@freefall.freebsd.org> From: Robert Watson Date: Sat, 31 Mar 2001 08:20:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master vfs_syscalls.c src/sys/sys extattr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/31 08:20:06 PST Modified files: sys/kern syscalls.master vfs_syscalls.c sys/sys extattr.h Log: o Introduce extattr_{delete,get,set}_fd() to allow extended attribute operations on file descriptors, which complement the existing set of calls, extattr_{delete,get,set}_file() which act on paths. In doing so, restructure the system call implementation such that the two sets of functions share most of the relevant code, rather than duplicating it. This pushes the vnode locking into the shared code, but keeps the copying in of some arguments in the system call code. Allowing access via file descriptors reduces the opportunity for race conditions when managing extended attributes. Obtained from: TrustedBSD Project Revision Changes Path 1.87 +9 -1 src/sys/kern/syscalls.master 1.187 +214 -75 src/sys/kern/vfs_syscalls.c 1.6 +14 -9 src/sys/sys/extattr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 8:21: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 EE96637B719; Sat, 31 Mar 2001 08:21:19 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VGLJJ29250; Sat, 31 Mar 2001 08:21:19 -0800 (PST) (envelope-from rwatson) Message-Id: <200103311621.f2VGLJJ29250@freefall.freebsd.org> From: Robert Watson Date: Sat, 31 Mar 2001 08:21:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall-hide.h syscall.h syscall.mk sysproto.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/31 08:21:19 PST Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall-hide.h syscall.h syscall.mk sysproto.h Log: o Part two of introduction of extattr_{delete,get,set}_fd() system calls, regenerate necessary automatically-generated code. Obtained from: TrustedBSD Project Revision Changes Path 1.97 +4 -1 src/sys/kern/init_sysent.c 1.86 +4 -1 src/sys/kern/syscalls.c 1.80 +4 -1 src/sys/sys/syscall-hide.h 1.84 +5 -2 src/sys/sys/syscall.h 1.38 +5 -2 src/sys/sys/syscall.mk 1.74 +23 -1 src/sys/sys/sysproto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 8:23: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 69E8637B718; Sat, 31 Mar 2001 08:23:39 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VGNdo29406; Sat, 31 Mar 2001 08:23:39 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311623.f2VGNdo29406@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 08:23:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cgic Makefile distinfo pkg-plist ports/www/cgic/files Makefile.lib patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 08:23:39 PST Modified files: www/cgic Makefile distinfo pkg-plist Added files: www/cgic/files Makefile.lib Removed files: www/cgic/files patch-aa Log: Update to version 1.07 PR: 26235 Submitted by: Ports Fury Revision Changes Path 1.8 +11 -18 ports/www/cgic/Makefile 1.2 +1 -1 ports/www/cgic/distinfo 1.3 +11 -10 ports/www/cgic/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 Mar 31 8:29: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 2A03937B718; Sat, 31 Mar 2001 08:29:27 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VGTRw29784; Sat, 31 Mar 2001 08:29:27 -0800 (PST) (envelope-from kevlo) Message-Id: <200103311629.f2VGTRw29784@freefall.freebsd.org> From: Kevin Lo Date: Sat, 31 Mar 2001 08:29:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-Jabber Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/03/31 08:29:26 PST Modified files: net/p5-Net-Jabber Makefile pkg-plist Log: Fix the dependency and pkg-plist. PR: 26241 Submitted by: MAINTAINER Revision Changes Path 1.4 +2 -2 ports/net/p5-Net-Jabber/Makefile 1.5 +2 -0 ports/net/p5-Net-Jabber/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 Mar 31 8:38:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D471737B719; Sat, 31 Mar 2001 08:38:29 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VGcTi30594; Sat, 31 Mar 2001 08:38:29 -0800 (PST) (envelope-from mi) Message-Id: <200103311638.f2VGcTi30594@freefall.freebsd.org> From: Mikhail Teterin Date: Sat, 31 Mar 2001 08:38:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/siag pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mi 2001/03/31 08:38:29 PST Modified files: math/siag pkg-descr Log: In my quest to bring this port up to date, this is the first step -- change the web-site. The original one no longer exists and the author registered a special domain siag.nu long time ago. Revision Changes Path 1.4 +1 -1 ports/math/siag/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 Mar 31 9: 8: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0B8237B719; Sat, 31 Mar 2001 09:07:55 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VH7ta35113; Sat, 31 Mar 2001 09:07:55 -0800 (PST) (envelope-from ru) Message-Id: <200103311707.f2VH7ta35113@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 31 Mar 2001 09:07:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile boot_crunch.conf fixit_crunch.conf src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf src/usr.bin/telnet Makefile src/usr.sbin/ppp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/31 09:07:55 PST Modified files: release Makefile boot_crunch.conf fixit_crunch.conf Log: Moved -DRELEASE_CRUNCH into crunchgen(1) config files. Revision Changes Path 1.600 +2 -2 src/release/Makefile 1.47 +3 -1 src/release/boot_crunch.conf 1.27 +3 -1 src/release/fixit_crunch.conf Modified files: release/i386 fixit_crunch.conf release/pc98 fixit_crunch.conf Log: Moved -DRELEASE_CRUNCH into crunchgen(1) config files. Record libtelnet.a death. Revision Changes Path 1.2 +4 -2 src/release/i386/fixit_crunch.conf 1.2 +4 -2 src/release/pc98/fixit_crunch.conf Modified files: usr.bin/telnet Makefile Log: libtelnet.a is gone; add a special hack for `make release' fixit floppy. Revision Changes Path 1.18 +9 -4 src/usr.bin/telnet/Makefile Modified files: usr.sbin/ppp Makefile Log: -DRELEASE_CRUNCH moved into crunchgen(1) config files for release building. Remove a hack that is no longer needed. Revision Changes Path 1.85 +1 -7 src/usr.sbin/ppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 9:12:52 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 E792737B71C; Sat, 31 Mar 2001 09:12:43 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f2VHCc210702; Sat, 31 Mar 2001 20:12:38 +0300 (EEST) (envelope-from ru) Date: Sat, 31 Mar 2001 20:12:38 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile boot_crunch.conf fixit_crunch.conf src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf src/usr.bin/telnet Makefile src/usr.sbin/ppp Makefile Message-ID: <20010331201238.A10261@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200103311707.f2VH7ta35113@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: <200103311707.f2VH7ta35113@freefall.freebsd.org>; from ru@FreeBSD.org on Sat, Mar 31, 2001 at 09:07:55AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops, forgot to add: Problem first reported and patches tested by: jhay On Sat, Mar 31, 2001 at 09:07:55AM -0800, Ruslan Ermilov wrote: > ru 2001/03/31 09:07:55 PST > > Modified files: > release Makefile boot_crunch.conf > fixit_crunch.conf > Log: > Moved -DRELEASE_CRUNCH into crunchgen(1) config files. > > Revision Changes Path > 1.600 +2 -2 src/release/Makefile > 1.47 +3 -1 src/release/boot_crunch.conf > 1.27 +3 -1 src/release/fixit_crunch.conf > > > Modified files: > release/i386 fixit_crunch.conf > release/pc98 fixit_crunch.conf > Log: > Moved -DRELEASE_CRUNCH into crunchgen(1) config files. > Record libtelnet.a death. > > Revision Changes Path > 1.2 +4 -2 src/release/i386/fixit_crunch.conf > 1.2 +4 -2 src/release/pc98/fixit_crunch.conf > > > Modified files: > usr.bin/telnet Makefile > Log: > libtelnet.a is gone; add a special hack for `make release' fixit floppy. > > Revision Changes Path > 1.18 +9 -4 src/usr.bin/telnet/Makefile > > > Modified files: > usr.sbin/ppp Makefile > Log: > -DRELEASE_CRUNCH moved into crunchgen(1) config files for > release building. Remove a hack that is no longer needed. > > Revision Changes Path > 1.85 +1 -7 src/usr.sbin/ppp/Makefile -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 10:38: 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 1EA4237B71D; Sat, 31 Mar 2001 10:38:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VIc6144629; Sat, 31 Mar 2001 10:38:06 -0800 (PST) (envelope-from obrien) Message-Id: <200103311838.f2VIc6144629@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 10:38:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/worm makecdfs.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 10:38:05 PST Modified files: share/examples/worm makecdfs.sh Log: Use -r rather than -R to get "reasonable permissions and ownership". Revision Changes Path 1.6 +2 -2 src/share/examples/worm/makecdfs.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 12: 0:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8229E37B719; Sat, 31 Mar 2001 12:00:19 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VK0Jg52334; Sat, 31 Mar 2001 12:00:19 -0800 (PST) (envelope-from obrien) Message-Id: <200103312000.f2VK0Jg52334@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 12:00:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libiberty Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 12:00:19 PST Modified files: gnu/usr.bin/binutils/libiberty Makefile Log: Reduce the libiberty sources we build to those we actually need. Revision Changes Path 1.7 +6 -6 src/gnu/usr.bin/binutils/libiberty/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 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 1BC0037B71B; Sat, 31 Mar 2001 12:01:10 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VK1A152402; Sat, 31 Mar 2001 12:01:10 -0800 (PST) (envelope-from ache) Message-Id: <200103312001.f2VK1A152402@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 31 Mar 2001 12:01:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13/files patch-util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/31 12:01:09 PST Added files: www/apache13/files patch-util.c Log: Add official patch to not coredump on missing ServerName PR: 26237 Submitted by: Scot W. Hetzel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 12:28: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C346837B719; Sat, 31 Mar 2001 12:27:58 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VKRw856624; Sat, 31 Mar 2001 12:27:58 -0800 (PST) (envelope-from olgeni) Message-Id: <200103312027.f2VKRw856624@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 31 Mar 2001 12:27:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/rox-filer Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/03/31 12:27:58 PST Modified files: x11-fm/rox-filer Makefile distinfo pkg-plist Log: Update port to version 1.1.2 Revision Changes Path 1.8 +3 -3 ports/x11-fm/rox-filer/Makefile 1.4 +1 -1 ports/x11-fm/rox-filer/distinfo 1.4 +1 -0 ports/x11-fm/rox-filer/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 Mar 31 12:45: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 4BDD237B718; Sat, 31 Mar 2001 12:45:22 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VKjMb57717; Sat, 31 Mar 2001 12:45:22 -0800 (PST) (envelope-from ache) Message-Id: <200103312045.f2VKjMb57717@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 31 Mar 2001 12:45:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/03/31 12:45:22 PST Modified files: sbin/mount_nfs mount_nfs.c Log: - Back out the last (wrong) commit, and readd a modified version of pingnfsserver(). The pingnfsport() function is now called everytime. If we don't get RPC_SUCCESS or RPC_PROGVERSMISMATCH back, there's something wrong with the NFS server and we just exit. - Fix cfs mount on IPv4-only machines - Fixed the looping when we did not run background mode. - Fixed a getnameinfo() call with uninitialized adress. This is a NetBSD bug I didn't notified :-( Thanks Ian ! - Added some #ifdef NFSKERB - Removed some unused variables. - Fixed idention - Remove unnecessary ":" in openlog ident Submitted by: Martin Blapp Reviewed by: Ian Dowse Revision Changes Path 1.40 +163 -85 src/sbin/mount_nfs/mount_nfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 14:17:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BF4437B718; Sat, 31 Mar 2001 14:17:39 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VMHdP68773; Sat, 31 Mar 2001 14:17:39 -0800 (PST) (envelope-from mckusick) Message-Id: <200103312217.f2VMHdP68773@freefall.freebsd.org> From: Kirk McKusick Date: Sat, 31 Mar 2001 14:17:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs pass5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/03/31 14:17:39 PST Modified files: sbin/fsck_ffs pass5.c Log: Use fs->fs_ipg rather than cg->cg_niblk as the latter is only 16-bits and may overflow. Obtained from: Bruce Evans Revision Changes Path 1.21 +2 -2 src/sbin/fsck_ffs/pass5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 14:20: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 A800F37B718; Sat, 31 Mar 2001 14:20:52 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VMKqH69092; Sat, 31 Mar 2001 14:20:52 -0800 (PST) (envelope-from jeh) Message-Id: <200103312220.f2VMKqH69092@freefall.freebsd.org> From: "James E. Housley" Date: Sat, 31 Mar 2001 14:20:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_auth_mysql pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/03/31 14:20:52 PST Modified files: www/mod_auth_mysql pkg-descr Log: Update the WWW link. Submitted by: "David W. Chapman Jr." Revision Changes Path 1.2 +1 -1 ports/www/mod_auth_mysql/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 Mar 31 14:53: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 88D6737B71B; Sat, 31 Mar 2001 14:53:35 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VMrZo71862; Sat, 31 Mar 2001 14:53:35 -0800 (PST) (envelope-from obrien) Message-Id: <200103312253.f2VMrZo71862@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 14:53:35 -0800 (PST) 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/03/31 14:53:35 PST Modified files: editors/vim5 Makefile distinfo Log: Update Vim 5.7 to patchlevel 27. Revision Changes Path 1.105 +3 -3 ports/editors/vim5/Makefile 1.56 +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 Sat Mar 31 15:15: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 D5EB437B719; Sat, 31 Mar 2001 15:15:07 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VNF7175523; Sat, 31 Mar 2001 15:15:07 -0800 (PST) (envelope-from obrien) Message-Id: <200103312315.f2VNF7175523@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 31 Mar 2001 15:15:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/dejagnu Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/31 15:15:07 PST Modified files: misc/dejagnu Makefile distinfo Log: The GNU *@&%^Wpeople seem to have renamed the distfile. They are now going against their ?10? year tradition of source tarball naming. So who knows, is this even version "1.4.0", or is it "1.4"? Revision Changes Path 1.14 +2 -1 ports/misc/dejagnu/Makefile 1.3 +1 -1 ports/misc/dejagnu/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 16: 0: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 E1F0E37B719; Sat, 31 Mar 2001 16:00:09 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31009G77767; Sat, 31 Mar 2001 16:00:09 -0800 (PST) (envelope-from gibbs) Message-Id: <200104010000.f31009G77767@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 31 Mar 2001 16:00:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/03/31 16:00:09 PST Modified files: sys/dev/aic7xxx aic7xxx.c Log: Change ahc_update_pending_scbs() so that it safe to be called even if the controller is not paused. This prevents SCB list corruption that was introduced in the last checkin. Revision Changes Path 1.74 +12 -1 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 17: 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 4912737B718; Sat, 31 Mar 2001 17:08:34 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3118Yf86150; Sat, 31 Mar 2001 17:08:34 -0800 (PST) (envelope-from dd) Message-Id: <200104010108.f3118Yf86150@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 31 Mar 2001 17:08:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 builtin.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/03/31 17:08:34 PST Modified files: share/man/man1 builtin.1 Log: Indicate that sh(1) has an 'if' builtin command. PR: 26193 Revision Changes Path 1.10 +2 -2 src/share/man/man1/builtin.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 17:17:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36DA737B71A; Sat, 31 Mar 2001 17:17:25 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f311HP686627; Sat, 31 Mar 2001 17:17:25 -0800 (PST) (envelope-from dd) Message-Id: <200104010117.f311HP686627@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 31 Mar 2001 17:17:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/03/31 17:17:24 PST Modified files: en_US.ISO_8859-1/books/handbook/eresources chapter.sgml Log: Bring some of the information on digest lists up to date. PR: 24751 Submitted by: Mike Meyer Approved by: nik Revision Changes Path 1.54 +9 -10 doc/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 17:19:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D95F37B719; Sat, 31 Mar 2001 17:19:34 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f311JYP86924; Sat, 31 Mar 2001 17:19:34 -0800 (PST) (envelope-from dd) Message-Id: <200104010119.f311JYP86924@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 31 Mar 2001 17:19:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer/tools chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/03/31 17:19:34 PST Modified files: en_US.ISO_8859-1/books/fdp-primer/tools chapter.sgml Log: pkg/MESSAGE files have been renamed to pkg-message in the ports collection. PR: 25239 Submitted by: Nevermind Revision Changes Path 1.12 +2 -2 doc/en_US.ISO_8859-1/books/fdp-primer/tools/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 17:41: 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 4BEEF37B71A; Sat, 31 Mar 2001 17:41:05 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f311f5888403; Sat, 31 Mar 2001 17:41:05 -0800 (PST) (envelope-from dd) Message-Id: <200104010141.f311f5888403@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 31 Mar 2001 17:41:05 -0800 (PST) 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/03/31 17:41:05 PST Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Update information about ``The Complete FreeBSD'' by Greg Lehey. PR: 25922 Submitted by: Lowell Gilbert Reviewed by: grog (content) Revision Changes Path 1.163 +9 -9 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 17:42:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4EEA37B71A; Sat, 31 Mar 2001 17:42:35 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f311gZ488531; Sat, 31 Mar 2001 17:42:35 -0800 (PST) (envelope-from dd) Message-Id: <200104010142.f311gZ488531@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 31 Mar 2001 17:42:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/03/31 17:42:35 PST Modified files: en_US.ISO_8859-1/books/handbook/x11 chapter.sgml Log: Correct URL to purchase ``The Complete FreeBSD''. PR: 25922 Submitted by: Lowell Gilbert Revision Changes Path 1.14 +2 -2 doc/en_US.ISO_8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 18: 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 DF31F37B718; Sat, 31 Mar 2001 18:07:26 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3127Qf92725; Sat, 31 Mar 2001 18:07:26 -0800 (PST) (envelope-from grog) Message-Id: <200104010207.f3127Qf92725@freefall.freebsd.org> From: Greg Lehey Date: Sat, 31 Mar 2001 18:07:26 -0800 (PST) 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 grog 2001/03/31 18:07:26 PST Modified files: en support.sgml Log: Update BUGA. Revision Changes Path 1.220 +6 -8 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 Sat Mar 31 19:28: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 ADD7A37B71A; Sat, 31 Mar 2001 19:28:19 -0800 (PST) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f313SJf00188; Sat, 31 Mar 2001 19:28:19 -0800 (PST) (envelope-from clive) Message-Id: <200104010328.f313SJf00188@freefall.freebsd.org> From: Clive Lin Date: Sat, 31 Mar 2001 19:28:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Template-Toolkit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/03/31 19:28:19 PST Modified files: www/p5-Template-Toolkit Makefile Log: Add textproc as virtual category. Suggested by: Vivek Khera No objection by: -ports Revision Changes Path 1.2 +2 -2 ports/www/p5-Template-Toolkit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 19:38: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 AD7DF37B719; Sat, 31 Mar 2001 19:38:41 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f313cff01042; Sat, 31 Mar 2001 19:38:41 -0800 (PST) (envelope-from nsayer) Message-Id: <200104010338.f313cff01042@freefall.freebsd.org> From: Nick Sayer Date: Sat, 31 Mar 2001 19:38:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/glide3 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/glide3/files patch-config-include X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/03/31 19:38:41 PST Modified files: graphics Makefile Added files: graphics/glide3 Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/glide3/files patch-config-include Log: glide3 port. Most of the credit goes to Eric Anholt. This makes a library good enough to be able to make the XFree86-4 port's lib/modules/dri/tdfx_dri.so, which is enough to enable DRI on 3dfx cards. Revision Changes Path 1.293 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 19:38: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 1610537B72E; Sat, 31 Mar 2001 19:38:46 -0800 (PST) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f313ckH01075; Sat, 31 Mar 2001 19:38:46 -0800 (PST) (envelope-from nsayer) Message-Id: <200104010338.f313ckH01075@freefall.freebsd.org> From: Nick Sayer Date: Sat, 31 Mar 2001 19:38:46 -0800 (PST) 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 nsayer 2001/03/31 19:38:45 PST Modified files: . modules Log: glide3 --> ports/graphics/glide3 Revision Changes Path 1.2801 +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 Mar 31 21:38:11 2001 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 43E8137B71B; Sat, 31 Mar 2001 21:37:59 -0800 (PST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.1/8.11.1) id f315buP27614; Sun, 1 Apr 2001 07:37:56 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200104010537.f315buP27614@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/release Makefile boot_crunch.conf fixit_crunch.conf src/release/i386 fixit_crunch.conf src/relea In-Reply-To: <200103311707.f2VH7ta35113@freefall.freebsd.org> from Ruslan Ermilov at "Mar 31, 2001 09:07:55 am" To: ru@FreeBSD.org (Ruslan Ermilov) Date: Sun, 1 Apr 2001 07:37:56 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Ruslan, I see my make release failed again this morning. You missed my patches to remove grep from release/i386/fixit_crunch.conf and ...pc98/fixit_crunch.conf I must go now, but I'll do it later today if you don't get to it. John -- John Hay -- John.Hay@icomtek.csir.co.za > ru 2001/03/31 09:07:55 PST > > Modified files: > release Makefile boot_crunch.conf > fixit_crunch.conf > Log: > Moved -DRELEASE_CRUNCH into crunchgen(1) config files. > > Revision Changes Path > 1.600 +2 -2 src/release/Makefile > 1.47 +3 -1 src/release/boot_crunch.conf > 1.27 +3 -1 src/release/fixit_crunch.conf > > > Modified files: > release/i386 fixit_crunch.conf > release/pc98 fixit_crunch.conf > Log: > Moved -DRELEASE_CRUNCH into crunchgen(1) config files. > Record libtelnet.a death. > > Revision Changes Path > 1.2 +4 -2 src/release/i386/fixit_crunch.conf > 1.2 +4 -2 src/release/pc98/fixit_crunch.conf > > > Modified files: > usr.bin/telnet Makefile > Log: > libtelnet.a is gone; add a special hack for `make release' fixit floppy. > > Revision Changes Path > 1.18 +9 -4 src/usr.bin/telnet/Makefile > > > Modified files: > usr.sbin/ppp Makefile > Log: > -DRELEASE_CRUNCH moved into crunchgen(1) config files for > release building. Remove a hack that is no longer needed. > > Revision Changes Path > 1.85 +1 -7 src/usr.sbin/ppp/Makefile > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 21:39: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 C763237B71A; Sat, 31 Mar 2001 21:39:36 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f315dal13146; Sat, 31 Mar 2001 21:39:36 -0800 (PST) (envelope-from billf) Message-Id: <200104010539.f315dal13146@freefall.freebsd.org> From: Bill Fumerola Date: Sat, 31 Mar 2001 21:39:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/03/31 21:39:36 PST Modified files: en/releases index.sgml Log: reflect current reality of 4.3's arrival time. Revision Changes Path 1.48 +3 -3 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 21:41: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 F2B0037B724; Sat, 31 Mar 2001 21:41:12 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f315fCR13366; Sat, 31 Mar 2001 21:41:12 -0800 (PST) (envelope-from lioux) Message-Id: <200104010541.f315fCR13366@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 31 Mar 2001 21:41:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/furi Makefile distinfo pkg-comment pkg-descr pkg-plist 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/03/31 21:41:12 PST Modified files: net Makefile Added files: net/furi Makefile distinfo pkg-comment pkg-descr pkg-plist net/furi/files furi.sh Log: New port: FURI is a java Gnutella distributed, peer-to-peer file sharing system Revision Changes Path 1.505 +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 Mar 31 21:41:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C98337B765; Sat, 31 Mar 2001 21:41:20 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f315fKb13406; Sat, 31 Mar 2001 21:41:20 -0800 (PST) (envelope-from lioux) Message-Id: <200104010541.f315fKb13406@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 31 Mar 2001 21:41:20 -0800 (PST) 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 lioux 2001/03/31 21:41:19 PST Modified files: . modules Log: furi --> ports/net/furi Revision Changes Path 1.2802 +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 Mar 31 21: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 5169A37B71E; Sat, 31 Mar 2001 21:58:50 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f315wo814472; Sat, 31 Mar 2001 21:58:50 -0800 (PST) (envelope-from will) Message-Id: <200104010558.f315wo814472@freefall.freebsd.org> From: Will Andrews Date: Sat, 31 Mar 2001 21:58:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/koffice/files patch-kpresenter::kpresenter_view.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/03/31 21:58:50 PST Added files: editors/koffice/files patch-kpresenter::kpresenter_view.cc Log: Add simple patch to fix bogon where kpresenter crashes on startup. Suggested by: demon Obtained from: KDE PR system Originator: percy@caldera.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 22:30:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68E8F37B71C; Sat, 31 Mar 2001 22:30:29 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f316UTY23869; Sat, 31 Mar 2001 22:30:29 -0800 (PST) (envelope-from nyan) Message-Id: <200104010630.f316UTY23869@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 31 Mar 2001 22:30:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/03/31 22:30:29 PST Modified files: sys/conf files.pc98 Log: Merged from sys/conf/files.i386 revision 1.350 and 1.354. Revision Changes Path 1.193 +2 -2 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 22:31: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 6A0F837B719; Sat, 31 Mar 2001 22:31:26 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f316VQs23958; Sat, 31 Mar 2001 22:31:26 -0800 (PST) (envelope-from nyan) Message-Id: <200104010631.f316VQs23958@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 31 Mar 2001 22:31:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/03/31 22:31:26 PST Modified files: sys/conf options.pc98 Log: Merged from sys/conf/options.i386 revision 1.144. Revision Changes Path 1.118 +2 -1 src/sys/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 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 646B137B71A; Sat, 31 Mar 2001 22:34:13 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f316YDI24324; Sat, 31 Mar 2001 22:34:13 -0800 (PST) (envelope-from nyan) Message-Id: <200104010634.f316YDI24324@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 31 Mar 2001 22:34:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/apm apm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/03/31 22:34:13 PST Modified files: sys/pc98/apm apm.c Log: Merged from sys/i386/apm/apm.c revision 1.121. Revision Changes Path 1.7 +8 -7 src/sys/pc98/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 22:37:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 204AE37B71A; Sat, 31 Mar 2001 22:37:41 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f316bfr24766; Sat, 31 Mar 2001 22:37:41 -0800 (PST) (envelope-from alc) Message-Id: <200104010637.f316bfr24766@freefall.freebsd.org> From: Alan Cox Date: Sat, 31 Mar 2001 22:37:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c src/sys/i386/linux syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2001/03/31 22:37:40 PST Modified files: sys/compat/linux linux_misc.c sys/i386/linux syscalls.master Log: Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The policy parameter requires translation. Revision Changes Path 1.98 +57 -1 src/sys/compat/linux/linux_misc.c 1.40 +3 -3 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 22:38: 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 0F5AE37B719; Sat, 31 Mar 2001 22:38:00 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f316c0w24829; Sat, 31 Mar 2001 22:38:00 -0800 (PST) (envelope-from nyan) Message-Id: <200104010638.f316c0w24829@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 31 Mar 2001 22:38:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic aic_cbus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/03/31 22:37:59 PST Modified files: sys/dev/aic aic_cbus.c Log: Merged from sys/dev/aic/aic_isa.c revision 1.7. Revision Changes Path 1.6 +6 -2 src/sys/dev/aic/aic_cbus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 22:40:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4362237B718; Sat, 31 Mar 2001 22:40:46 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f316eks25190; Sat, 31 Mar 2001 22:40:46 -0800 (PST) (envelope-from nyan) Message-Id: <200104010640.f316eks25190@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 31 Mar 2001 22:40:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/03/31 22:40:46 PST Modified files: sys/pc98/i386 machdep.c Log: Merged from sys/i386/i386/machdep.c revision 1.446. Revision Changes Path 1.211 +3 -2 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 22:41: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 6A76137B718; Sat, 31 Mar 2001 22:41:47 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f316fl125334; Sat, 31 Mar 2001 22:41:47 -0800 (PST) (envelope-from nyan) Message-Id: <200104010641.f316fl125334@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 31 Mar 2001 22:41:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 clock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/03/31 22:41:47 PST Modified files: sys/pc98/pc98 clock.c Log: Merged from sys/i386/isa/clock.c revision 1.171. Revision Changes Path 1.102 +2 -4 src/sys/pc98/pc98/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 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 3D87237B71A; Sat, 31 Mar 2001 22:43:10 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f316hAH25500; Sat, 31 Mar 2001 22:43:10 -0800 (PST) (envelope-from alc) Message-Id: <200104010643.f316hAH25500@freefall.freebsd.org> From: Alan Cox Date: Sat, 31 Mar 2001 22:43:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2001/03/31 22:43:10 PST Modified files: sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regen after adding linux_sched_get_priority_max() and linux_sched_get_priority_min(). Revision Changes Path 1.42 +9 -1 src/sys/i386/linux/linux_proto.h 1.37 +3 -3 src/sys/i386/linux/linux_syscall.h 1.43 +3 -3 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 23: 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 E415837B71B; Sat, 31 Mar 2001 23:00:35 -0800 (PST) (envelope-from iwasaki@FreeBSD.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3170Zo26833; Sat, 31 Mar 2001 23:00:35 -0800 (PST) (envelope-from iwasaki) Message-Id: <200104010700.f3170Zo26833@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 31 Mar 2001 23:00:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2001/03/31 23:00:35 PST Modified files: usr.sbin/acpi Makefile.inc Log: Remove NOSHARED. The usr.sbin/acpi/ utilities should be compiled non-static. It just followed the usr.sbin/pccard/Makefile.inc way last time. Pointed out by: ru and msmith Committed at: BSD HANAMI in Japan 2001 Revision Changes Path 1.4 +1 -2 src/usr.sbin/acpi/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 23: 8:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C83CE37B718; Sat, 31 Mar 2001 23:08:13 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3178DB29897; Sat, 31 Mar 2001 23:08:13 -0800 (PST) (envelope-from nyan) Message-Id: <200104010708.f3178DB29897@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 31 Mar 2001 23:08:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/apm apm_bioscall.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/03/31 23:08:13 PST Modified files: sys/pc98/apm apm_bioscall.s Log: Merged from sys/i386/i386/bioscall.s revision 1.9 and 1.10. Revision Changes Path 1.2 +8 -4 src/sys/pc98/apm/apm_bioscall.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 23: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 9FEA437B71D; Sat, 31 Mar 2001 23:15:16 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f317FGw30221; Sat, 31 Mar 2001 23:15:16 -0800 (PST) (envelope-from nyan) Message-Id: <200104010715.f317FGw30221@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 31 Mar 2001 23:15:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/03/31 23:15:16 PST Modified files: sys/pc98/pc98 npx.c Log: Correct typo. Revision Changes Path 1.71 +5 -5 src/sys/pc98/pc98/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 31 23:36: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 D0CB937B718; Sat, 31 Mar 2001 23:36:28 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f317aSW31371; Sat, 31 Mar 2001 23:36:28 -0800 (PST) (envelope-from alfred) Message-Id: <200104010736.f317aSW31371@freefall.freebsd.org> From: Alfred Perlstein Date: Sat, 31 Mar 2001 23:36:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus ppbconf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/03/31 23:36:28 PST Modified files: sys/dev/ppbus ppbconf.c Log: make code use strxxx() calls Glanced at by: imp Revision Changes Path 1.21 +4 -12 src/sys/dev/ppbus/ppbconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message