From owner-cvs-all Sun Nov 25 0: 4:16 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 40ED137B416 for ; Sun, 25 Nov 2001 00:04:08 -0800 (PST) Received: (qmail 1264 invoked by uid 1000); 25 Nov 2001 08:03:29 -0000 Date: Sun, 25 Nov 2001 10:03:29 +0200 From: Peter Pentchev To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tun.c Message-ID: <20011125100328.A692@straylight.oblivion.bg> Mail-Followup-To: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200111231313.fANDDNY33085@freefall.freebsd.org> <20011125023609.C617@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011125023609.C617@straylight.oblivion.bg>; from roam@ringlet.net on Sun, Nov 25, 2001 at 02:36:09AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 25, 2001 at 02:36:09AM +0200, Peter Pentchev wrote: > On Fri, Nov 23, 2001 at 05:13:23AM -0800, Brian Somers wrote: > > brian 2001/11/23 05:13:23 PST > > > > Modified files: (Branch: RELENG_4) > > sys/net if_tun.c > > Log: > > MFC: Allow IFF_MULTICAST flag specification in ioctl(TUNSIFMODE) > > > > Revision Changes Path > > 1.74.2.6 +5 -7 src/sys/net/if_tun.c > > For some reason, this breaks mozilla+ipv6-0.9.5,1 for me. [snip] > I'll try rebuilding mozilla+ipv6 right now, I'll test again after > I wake up (if the build is successful :). I hope this data point is > useful in the meantime. For the record, rebuilding Mozilla did not change a thing. I still need the MULTICAST flag set on the interface to be able to establish connections with Mozilla, or the SYN packets go out with a bogus TTL of 0. G'luck, Peter -- If wishes were fishes, the antecedent of this conditional would be true. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 0:47: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 3E99337B419; Sun, 25 Nov 2001 00:47:26 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP8lQ661453; Sun, 25 Nov 2001 00:47:26 -0800 (PST) (envelope-from petef) Message-Id: <200111250847.fAP8lQ661453@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 00:47:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/doxygen Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 00:47:26 PST Modified files: devel/doxygen Makefile distinfo pkg-plist Log: - update to 1.2.12 - set depends appropriately if HAVE_LATEX is defined PR: 32091 Submitted by: maintainer Revision Changes Path 1.15 +6 -2 ports/devel/doxygen/Makefile 1.7 +1 -1 ports/devel/doxygen/distinfo 1.6 +6 -6 ports/devel/doxygen/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 Nov 25 0:48: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 182E437B405; Sun, 25 Nov 2001 00:48:16 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP8mGc61679; Sun, 25 Nov 2001 00:48:16 -0800 (PST) (envelope-from brian) Message-Id: <200111250848.fAP8mGc61679@freefall.freebsd.org> From: Brian Somers Date: Sun, 25 Nov 2001 00:48:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/11/25 00:48:16 PST Modified files: (Branch: RELENG_4) sys/net if_tun.c Log: Ignore any IFF_MULTICAST flag specification in ioctl(TUNSIFMODE) The previous commit resulted in the IFF_MULTICAST bit being lost by existing programs usage of TUNSIFMODE - specifically, -stable's ppp doesn't yet know that it needs to pass the flag in. As NetBSD-current, OpenBSD-current and FreeBSD-current all expect IFF_MULTICAST for this ioctl(), ignoring it in -stable is probably the best compromise. Problem spotted by: Peter Pentchev Revision Changes Path 1.74.2.7 +1 -2 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 0:50: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 51E4B37B405; Sun, 25 Nov 2001 00:49:49 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id fAP8nlm35091; Sun, 25 Nov 2001 08:49:48 GMT (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id fAP8nkI15739; Sun, 25 Nov 2001 08:49:46 GMT (envelope-from brian@freebsd-services.com) Message-Id: <200111250849.fAP8nkI15739@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tun.c In-Reply-To: Message from Peter Pentchev of "Sun, 25 Nov 2001 10:03:29 +0200." <20011125100328.A692@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 25 Nov 2001 08:49:46 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Sun, Nov 25, 2001 at 02:36:09AM +0200, Peter Pentchev wrote: > > On Fri, Nov 23, 2001 at 05:13:23AM -0800, Brian Somers wrote: > > > brian 2001/11/23 05:13:23 PST > > > > > > Modified files: (Branch: RELENG_4) > > > sys/net if_tun.c > > > Log: > > > MFC: Allow IFF_MULTICAST flag specification in ioctl(TUNSIFMODE) > > > > > > Revision Changes Path > > > 1.74.2.6 +5 -7 src/sys/net/if_tun.c > > > > For some reason, this breaks mozilla+ipv6-0.9.5,1 for me. > [snip] > > I'll try rebuilding mozilla+ipv6 right now, I'll test again after > > I wake up (if the build is successful :). I hope this data point is > > useful in the meantime. > > For the record, rebuilding Mozilla did not change a thing. I still need > the MULTICAST flag set on the interface to be able to establish connections > with Mozilla, or the SYN packets go out with a bogus TTL of 0. Yes, it retrospect, my change was bogus for -stable. I've changed things so that the MULTICAST flag is ignored (and retained) by TUNSIFMODE. This'll work fine 'till 5.0 is stable... Thanks for pointing this out. > G'luck, > Peter > > -- > If wishes were fishes, the antecedent of this conditional would be true. -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 0:52: 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 7FA2F37B419; Sun, 25 Nov 2001 00:51:49 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP8pnT62146; Sun, 25 Nov 2001 00:51:49 -0800 (PST) (envelope-from petef) Message-Id: <200111250851.fAP8pnT62146@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 00:51:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/keylaunch Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11/keylaunch/files patch-Makefile pkg-message.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 00:51:49 PST Modified files: x11 Makefile Added files: x11/keylaunch Makefile distinfo pkg-comment pkg-descr pkg-plist x11/keylaunch/files patch-Makefile pkg-message.in Log: Add keylaunch-1.3.0, an X utility for binding commands to a hot key PR: 32061 Submitted by: Mike Meyer Revision Changes Path 1.334 +1 -0 ports/x11/Makefile 1.1 +34 -0 ports/x11/keylaunch/Makefile (new) 1.1 +1 -0 ports/x11/keylaunch/distinfo (new) 1.1 +10 -0 ports/x11/keylaunch/files/patch-Makefile (new) 1.1 +2 -0 ports/x11/keylaunch/files/pkg-message.in (new) 1.1 +1 -0 ports/x11/keylaunch/pkg-comment (new) 1.1 +1 -0 ports/x11/keylaunch/pkg-descr (new) 1.1 +2 -0 ports/x11/keylaunch/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 0:52: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 1F53B37B405; Sun, 25 Nov 2001 00:52:22 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP8qMw62210; Sun, 25 Nov 2001 00:52:22 -0800 (PST) (envelope-from petef) Message-Id: <200111250852.fAP8qMw62210@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 00:52: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 00:52:21 PST Modified files: . modules Log: keylaunch --> ports/x11/keylaunch Revision Changes Path 1.4188 +1 -0 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 Nov 25 0:59:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8442437B41F; Sun, 25 Nov 2001 00:59:47 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP8xlV63151; Sun, 25 Nov 2001 00:59:47 -0800 (PST) (envelope-from petef) Message-Id: <200111250859.fAP8xlV63151@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 00:59:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/unixstat Makefile distinfo pkg-comment pkg-descr pkg-plist ports/math/unixstat/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 00:59:47 PST Modified files: math Makefile Added files: math/unixstat Makefile distinfo pkg-comment pkg-descr pkg-plist math/unixstat/files patch-Makefile Log: Add unixstat-5.4, a statistics package designed for use with the Unix shell PR: 30007 Submitted by: Mike Meyer Revision Changes Path 1.149 +1 -0 ports/math/Makefile 1.1 +57 -0 ports/math/unixstat/Makefile (new) 1.1 +1 -0 ports/math/unixstat/distinfo (new) 1.1 +20 -0 ports/math/unixstat/files/patch-Makefile (new) 1.1 +1 -0 ports/math/unixstat/pkg-comment (new) 1.1 +16 -0 ports/math/unixstat/pkg-descr (new) 1.1 +59 -0 ports/math/unixstat/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 1: 0: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 6512837B61E; Sun, 25 Nov 2001 01:00:10 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP90Au63212; Sun, 25 Nov 2001 01:00:10 -0800 (PST) (envelope-from petef) Message-Id: <200111250900.fAP90Au63212@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 01:00: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 01:00:10 PST Modified files: . modules Log: unixstat --> ports/math/unixstat Revision Changes Path 1.4189 +1 -0 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 Nov 25 1: 9: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 E0B6037B416; Sun, 25 Nov 2001 01:09:33 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP99XW67122; Sun, 25 Nov 2001 01:09:33 -0800 (PST) (envelope-from petef) Message-Id: <200111250909.fAP99XW67122@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 01:09:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ip6_int Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 01:09:33 PST Modified files: net Makefile Added files: net/ip6_int Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ip6_int-1.0, convert an IPv4/IPv6 address to an in-addr.arpa/ip6.int PTR value PR: 32178 Submitted by: Jean-Yves Lefort Revision Changes Path 1.653 +1 -0 ports/net/Makefile 1.1 +31 -0 ports/net/ip6_int/Makefile (new) 1.1 +1 -0 ports/net/ip6_int/distinfo (new) 1.1 +1 -0 ports/net/ip6_int/pkg-comment (new) 1.1 +8 -0 ports/net/ip6_int/pkg-descr (new) 1.1 +1 -0 ports/net/ip6_int/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 1:10: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 A36ED37B419; Sun, 25 Nov 2001 01:10:30 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP9AU867356; Sun, 25 Nov 2001 01:10:30 -0800 (PST) (envelope-from petef) Message-Id: <200111250910.fAP9AU867356@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 01:10:30 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 01:10:30 PST Modified files: . modules Log: ip6_int --> ports/net/ip6_int Revision Changes Path 1.4190 +1 -0 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 Nov 25 1:22:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DCB137B405; Sun, 25 Nov 2001 01:22:46 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP9Mk668248; Sun, 25 Nov 2001 01:22:46 -0800 (PST) (envelope-from petef) Message-Id: <200111250922.fAP9Mk668248@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 01:22:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_log_mysql Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 01:22:46 PST Modified files: www Makefile Added files: www/mod_log_mysql Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add mod_log_mysql-1.09, allows Apache to log to a MySQL database PR: 32192 Submitted by: Lev Serebryakov Revision Changes Path 1.425 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/mod_log_mysql/Makefile (new) 1.1 +1 -0 ports/www/mod_log_mysql/distinfo (new) 1.1 +1 -0 ports/www/mod_log_mysql/pkg-comment (new) 1.1 +4 -0 ports/www/mod_log_mysql/pkg-descr (new) 1.1 +9 -0 ports/www/mod_log_mysql/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 1:23:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D4FD37B405; Sun, 25 Nov 2001 01:23:47 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP9NlH68610; Sun, 25 Nov 2001 01:23:47 -0800 (PST) (envelope-from petef) Message-Id: <200111250923.fAP9NlH68610@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 01:23: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 01:23:47 PST Modified files: . modules Log: mod_log_mysql --> ports/www/mod_log_mysql Revision Changes Path 1.4191 +1 -0 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 Nov 25 1:32: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 33BA137B417; Sun, 25 Nov 2001 01:32:44 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP9WiH69419; Sun, 25 Nov 2001 01:32:44 -0800 (PST) (envelope-from petef) Message-Id: <200111250932.fAP9WiH69419@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 01:32:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pike/scripts configure.pike X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 01:32:44 PST Modified files: lang/pike/scripts configure.pike Log: Fix PostgreSQL support: - depend on ${PREFIX}/bin/pgsql, not ${PREFIX}/pgsql/bin/pgsql (as postgres conforms to hier(7) now) - fix typo: PostgresSQL -> PostgreSQL PR: 32239 Submitted by: Anthony Kim Revision Changes Path 1.6 +2 -2 ports/lang/pike/scripts/configure.pike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 1:41:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74DD937B405; Sun, 25 Nov 2001 01:41:29 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP9fT270132; Sun, 25 Nov 2001 01:41:29 -0800 (PST) (envelope-from petef) Message-Id: <200111250941.fAP9fT270132@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 01:41:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/py-pcap Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 01:41:29 PST Modified files: net Makefile Added files: net/py-pcap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add py-pcap-0.2, a Python interface to LBL Packet Capture library (libpcap) PR: 32240 Submitted by: Hye-Shik Chang Revision Changes Path 1.654 +1 -0 ports/net/Makefile 1.1 +49 -0 ports/net/py-pcap/Makefile (new) 1.1 +1 -0 ports/net/py-pcap/distinfo (new) 1.1 +1 -0 ports/net/py-pcap/pkg-comment (new) 1.1 +4 -0 ports/net/py-pcap/pkg-descr (new) 1.1 +6 -0 ports/net/py-pcap/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 1:42:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAEE537B405; Sun, 25 Nov 2001 01:42:12 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP9gCL70286; Sun, 25 Nov 2001 01:42:12 -0800 (PST) (envelope-from petef) Message-Id: <200111250942.fAP9gCL70286@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 25 Nov 2001 01:42:12 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2001/11/25 01:42:12 PST Modified files: . modules Log: py-pcap --> ports/net/py-pcap Revision Changes Path 1.4192 +1 -0 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 Nov 25 2:39:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0B5C37B417; Sun, 25 Nov 2001 02:39:27 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPAdRt79020; Sun, 25 Nov 2001 02:39:27 -0800 (PST) (envelope-from dinoex) Message-Id: <200111251039.fAPAdRt79020@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 25 Nov 2001 02:39:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ukrainian/webalizer/files patch-ukrainian X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/11/25 02:39:27 PST Removed files: ukrainian/webalizer/files patch-ukrainian Log: removing language file, it in now included in the distribution. Revision Changes Path 1.2 +0 -585 ports/ukrainian/webalizer/files/patch-ukrainian (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 2:47: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 498C937B405; Sun, 25 Nov 2001 02:46:57 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPAkv379563; Sun, 25 Nov 2001 02:46:57 -0800 (PST) (envelope-from dinoex) Message-Id: <200111251046.fAPAkv379563@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 25 Nov 2001 02:46:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ukrainian/webalizer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/11/25 02:46:57 PST Modified files: ukrainian/webalizer Makefile Log: removing language file, it is included in teh distribution now Revision Changes Path 1.2 +1 -2 ports/ukrainian/webalizer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 2: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 ED5B137B416; Sun, 25 Nov 2001 02:59:08 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPAx8j80706; Sun, 25 Nov 2001 02:59:08 -0800 (PST) (envelope-from knu) Message-Id: <200111251059.fAPAx8j80706@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 25 Nov 2001 02:59:08 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/25 02:59:08 PST Modified files: . access Log: Capture yet another ports-jp guy Yoichi NAKAYAMA who will work on ports, especially on the Emacs/elisp related stuff in cooperation with other committers who focus on the area. Welcome aboard! Mentored by: knu Approved by: core Revision Changes Path 1.274 +1 -0 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 Nov 25 3: 9: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8BB037B419; Sun, 25 Nov 2001 03:08:56 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPB8ua85125; Sun, 25 Nov 2001 03:08:56 -0800 (PST) (envelope-from ijliao) Message-Id: <200111251108.fAPB8ua85125@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Nov 2001 03:08:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/biggles Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/25 03:08:56 PST Modified files: math Makefile Added files: math/biggles Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add biggles Create publication-quality 2D scientific plots Revision Changes Path 1.150 +1 -0 ports/math/Makefile 1.1 +32 -0 ports/math/biggles/Makefile (new) 1.1 +1 -0 ports/math/biggles/distinfo (new) 1.1 +1 -0 ports/math/biggles/pkg-comment (new) 1.1 +10 -0 ports/math/biggles/pkg-descr (new) 1.1 +29 -0 ports/math/biggles/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 3: 9: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46F4C37B41A; Sun, 25 Nov 2001 03:08:59 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPB8xk85156; Sun, 25 Nov 2001 03:08:59 -0800 (PST) (envelope-from ijliao) Message-Id: <200111251108.fAPB8xk85156@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Nov 2001 03:08:59 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/25 03:08:59 PST Modified files: . modules Log: biggles --> ports/math/biggles Revision Changes Path 1.4193 +1 -0 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 Nov 25 4: 3: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 70AED37B416; Sun, 25 Nov 2001 04:03:46 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPC3kl98013; Sun, 25 Nov 2001 04:03:46 -0800 (PST) (envelope-from yoichi) Message-Id: <200111251203.fAPC3kl98013@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 25 Nov 2001 04:03:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml doc/en_US.ISO8859-1/share/sgml authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2001/11/25 04:03:46 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml en_US.ISO8859-1/share/sgml authors.ent Log: - Add my entry to authors.ent - Move my entry from the additional contributors section to the developers section Approved by: knu (mentor) Revision Changes Path 1.56 +4 -4 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.196 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 4:30:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1172437B405; Sun, 25 Nov 2001 04:30:40 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPCUei04219; Sun, 25 Nov 2001 04:30:40 -0800 (PST) (envelope-from yoichi) Message-Id: <200111251230.fAPCUei04219@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 25 Nov 2001 04:30:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2001/11/25 04:30:39 PST Modified files: en/news news.xml Log: Added a newsflash about my becoming a new committer. Approved by: knu (mentor) Revision Changes Path 1.45 +10 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 4:49:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE42037B417; Sun, 25 Nov 2001 04:49:32 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPCnW107182; Sun, 25 Nov 2001 04:49:32 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111251249.fAPCnW107182@freefall.freebsd.org> From: Sheldon Hearn Date: Sun, 25 Nov 2001 04:49:32 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/25 04:49:32 PST Modified files: etc MAKEDEV Log: Style clean-up. Submitted by: bde Revision Changes Path 1.312 +32 -30 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 Nov 25 5:20: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 6964E37B405; Sun, 25 Nov 2001 05:19:54 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 167zDg-000NAu-00; Sun, 25 Nov 2001 15:21:16 +0200 From: Sheldon Hearn To: Nik Clayton Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en docs.sgml In-reply-to: Your message of "Sat, 24 Nov 2001 13:06:55 GMT." <20011124130655.H91698@canyon.nothing-going-on.org> Date: Sun, 25 Nov 2001 15:21:16 +0200 Message-ID: <89087.1006694476@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 24 Nov 2001 13:06:55 GMT, Nik Clayton wrote: | Include it as one long, unbroken line. Selecting it with a mouse | double-click should still do the right thing for cut-n-paste in to a | browser. Not on virtual terminals, where the end of the line is pasted as a newline. :-( Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 5:45:51 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 36EFE37B41A; Sun, 25 Nov 2001 05:45:42 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 167zcg-000OLX-00; Sun, 25 Nov 2001 15:47:06 +0200 From: Sheldon Hearn To: Darren Reed Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 In-reply-to: Your message of "Sat, 24 Nov 2001 07:36:30 PST." <200111241536.fAOFaUM30168@freefall.freebsd.org> Date: Sun, 25 Nov 2001 15:47:06 +0200 Message-ID: <93590.1006696026@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 24 Nov 2001 07:36:30 PST, Darren Reed wrote: | etc rc.shutdown | etc/defaults rc.conf | share/man/man5 rc.conf.5 | Log: | second part of the patches to complete ipf changes to rc Thank you, Darren. This addresses the concerns I voiced when this stuff was first brought in, and brings it in line with the existing conventions in the startup scripts and configuration. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 6:27:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BA4D37B405; Sun, 25 Nov 2001 06:27:47 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPERlN33974; Sun, 25 Nov 2001 06:27:47 -0800 (PST) (envelope-from tobez) Message-Id: <200111251427.fAPERlN33974@freefall.freebsd.org> From: Anton Berezin Date: Sun, 25 Nov 2001 06:27:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Regexp-Common Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/11/25 06:27:47 PST Modified files: textproc Makefile Added files: textproc/p5-Regexp-Common Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Regexp-Common, a perl module which provides commonly requested regular expressions. Revision Changes Path 1.280 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/p5-Regexp-Common/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Regexp-Common/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Regexp-Common/pkg-comment (new) 1.1 +17 -0 ports/textproc/p5-Regexp-Common/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-Regexp-Common/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 6:27:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2749C37B416; Sun, 25 Nov 2001 06:27:50 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPERoa34005; Sun, 25 Nov 2001 06:27:50 -0800 (PST) (envelope-from tobez) Message-Id: <200111251427.fAPERoa34005@freefall.freebsd.org> From: Anton Berezin Date: Sun, 25 Nov 2001 06:27: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/11/25 06:27:50 PST Modified files: . modules Log: p5-Regexp-Common --> ports/textproc/p5-Regexp-Common Revision Changes Path 1.4194 +1 -0 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 Nov 25 6:42:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC3CA37B419; Sun, 25 Nov 2001 06:42:29 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPEgTv94525; Sun, 25 Nov 2001 06:42:29 -0800 (PST) (envelope-from roam) Message-Id: <200111251442.fAPEgTv94525@freefall.freebsd.org> From: Peter Pentchev Date: Sun, 25 Nov 2001 06:42:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/problem-reports article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/11/25 06:42:29 PST Modified files: en_US.ISO8859-1/articles/problem-reports article.sgml Log: Add a 'Further Reading' section. In this section, add a link to Simon G. Tatham's essay on writing bug reports. Approved by: des, silence on -doc Revision Changes Path 1.7 +17 -0 doc/en_US.ISO8859-1/articles/problem-reports/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 7:14:44 2001 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id AF92937B419; Sun, 25 Nov 2001 07:14:38 -0800 (PST) Received: from shade.nectar.com (shade.nectar.com [10.0.1.110]) by gw.nectar.com (Postfix) with ESMTP id CBC6C5A; Sun, 25 Nov 2001 09:14:36 -0600 (CST) Received: (from nectar@localhost) by shade.nectar.com (8.11.6/8.11.6) id fAPFEYx00702; Sun, 25 Nov 2001 09:14:34 -0600 (CST) (envelope-from nectar) Date: Sun, 25 Nov 2001 09:14:33 -0600 From: "Jacques A. Vidrine" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: projects/mfcns/handler MFCns_handler.py Message-ID: <20011125151432.GA630@shade.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200111250003.fAP03ZQ19248@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111250003.fAP03ZQ19248@freefall.freebsd.org> User-Agent: Mutt/1.3.23.1i X-Url: http://www.nectar.com/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Nov 24, 2001 at 04:03:35PM -0800, Maxim Sobolev wrote: > sobomax 2001/11/24 16:03:35 PST > > Modified files: > mfcns/handler MFCns_handler.py > Log: > Be more strict about what's allowed as a mail address to which notification > is to be sent. Particularly, disallow any of the shell meta-characters, > because this address is then passed to a system(3)-like routite, which > potentially may be eploited to execute arbitrary commands on a system at > which service is running. > > Revision Changes Path > 1.11 +6 -0 projects/mfcns/handler/MFCns_handler.py Not that it probably matters much here, but this is a pet peeve of mine: when applications disallow perfectly valid email addresses because the author for whatever reason doesn't properly handle some characters. This most often bites me whenever I use an address such as . Often the `+' confuses the script or is bounced outright. The following characters are all valid for the local part of an email address: [a-zA-Z0-9!#$%&'*+/=?^_`{|}~.-]. See RFC 822 (or 2822). Cheers, -- Jacques A. Vidrine http://www.nectar.com/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 7:16: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 57FF837B416; Sun, 25 Nov 2001 07:16:42 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPFGgn56215; Sun, 25 Nov 2001 07:16:42 -0800 (PST) (envelope-from dirk) Message-Id: <200111251516.fAPFGgn56215@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Nov 2001 07:16:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdrtools pkg-descr.mkisofs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/25 07:16:42 PST Modified files: sysutils/cdrtools pkg-descr.mkisofs Log: Add WWW. Revision Changes Path 1.2 +2 -0 ports/sysutils/cdrtools/pkg-descr.mkisofs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 7: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 DC79C37B417; Sun, 25 Nov 2001 07:32:07 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPFW7157495; Sun, 25 Nov 2001 07:32:07 -0800 (PST) (envelope-from dirk) Message-Id: <200111251532.fAPFW7157495@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Nov 2001 07:32:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ddclient Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/25 07:32:07 PST Modified files: net/ddclient Makefile distinfo Log: Upgrade to 3.6. Revision Changes Path 1.6 +1 -2 ports/net/ddclient/Makefile 1.4 +1 -1 ports/net/ddclient/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 7:33:46 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 82E4937B405 for ; Sun, 25 Nov 2001 07:33:26 -0800 (PST) Received: (qmail 705 invoked by uid 1000); 25 Nov 2001 15:32:37 -0000 Date: Sun, 25 Nov 2001 17:32:37 +0200 From: Peter Pentchev To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_tun.c Message-ID: <20011125173237.A644@straylight.oblivion.bg> Mail-Followup-To: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200111250849.fAP8nkI15739@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: <200111250849.fAP8nkI15739@hak.lan.Awfulhak.org>; from brian@freebsd-services.com on Sun, Nov 25, 2001 at 08:49:46AM +0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 25, 2001 at 08:49:46AM +0000, Brian Somers wrote: > > Yes, it retrospect, my change was bogus for -stable. I've changed > things so that the MULTICAST flag is ignored (and retained) by > TUNSIFMODE. This'll work fine 'till 5.0 is stable... > > Thanks for pointing this out. It works fine now, thanks for the quick response! :) G'luck, Peter -- This sentence every third, but it still comprehensible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 7:56:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6513537B41A; Sun, 25 Nov 2001 07:56:16 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPFuG959856; Sun, 25 Nov 2001 07:56:16 -0800 (PST) (envelope-from max) Message-Id: <200111251556.fAPFuG959856@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Sun, 25 Nov 2001 07:56:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/cannadic Makefile ports/japanese/cannadic/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2001/11/25 07:56:16 PST Modified files: japanese/cannadic Makefile Removed files: japanese/cannadic/files patch-ab Log: Remove patch-ab. According to the maintainer, this patch was necessary when the dictionary files were generated by tools provided by older version of canna. I'm bumping the portrevision as the resulting dictionary files differ. Revision Changes Path 1.3 +1 -0 ports/japanese/cannadic/Makefile 1.2 +0 -43 ports/japanese/cannadic/files/patch-ab (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 7:58: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 0ABF937B405; Sun, 25 Nov 2001 07:58:39 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPFwdF60056; Sun, 25 Nov 2001 07:58:39 -0800 (PST) (envelope-from tobez) Message-Id: <200111251558.fAPFwdF60056@freefall.freebsd.org> From: Anton Berezin Date: Sun, 25 Nov 2001 07:58:38 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/11/25 07:58:38 PST Modified files: net/p5-NetAddr-IP Makefile distinfo Log: Update to 3.05. Revision Changes Path 1.14 +1 -1 ports/net/p5-NetAddr-IP/Makefile 1.9 +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 Sun Nov 25 8: 3: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 047D937B41E; Sun, 25 Nov 2001 08:03:10 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPG39k60759; Sun, 25 Nov 2001 08:03:09 -0800 (PST) (envelope-from tobez) Message-Id: <200111251603.fAPG39k60759@freefall.freebsd.org> From: Anton Berezin Date: Sun, 25 Nov 2001 08:03:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/p5-Statistics-ChiSquare Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/11/25 08:03:09 PST Modified files: math/p5-Statistics-ChiSquare Makefile distinfo pkg-descr Log: Update to 0.3; add WWW to pkg-descr. Revision Changes Path 1.4 +3 -3 ports/math/p5-Statistics-ChiSquare/Makefile 1.2 +1 -1 ports/math/p5-Statistics-ChiSquare/distinfo 1.3 +2 -0 ports/math/p5-Statistics-ChiSquare/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 Nov 25 8:43: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 04A2537B405; Sun, 25 Nov 2001 08:43:46 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPGhjA67918; Sun, 25 Nov 2001 08:43:46 -0800 (PST) (envelope-from nyan) Message-Id: <200111251643.fAPGhjA67918@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 25 Nov 2001 08:43:45 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/11/25 08:43:45 PST Modified files: release Makefile Log: Set a BOOTABLE variable to "-b" if MACHINE is not pc98, and use it for mkisoimages.sh instead of "-b" directly. MFC after: 1 week Revision Changes Path 1.648 +10 -7 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 Sun Nov 25 8:49: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 2ED2537B416; Sun, 25 Nov 2001 08:49:27 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPGnRJ68451; Sun, 25 Nov 2001 08:49:27 -0800 (PST) (envelope-from dirk) Message-Id: <200111251649.fAPGnRJ68451@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Nov 2001 08:49:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php_doc Makefile distinfo pkg-plist pkg-plist.de pkg-plist.es pkg-plist.fr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/25 08:49:26 PST Modified files: lang/php_doc Makefile distinfo pkg-plist pkg-plist.de pkg-plist.es pkg-plist.fr Log: Upgrade to version from 2001-11-22. Revision Changes Path 1.6 +11 -10 ports/lang/php_doc/Makefile 1.5 +4 -4 ports/lang/php_doc/distinfo 1.4 +118 -22 ports/lang/php_doc/pkg-plist 1.4 +91 -18 ports/lang/php_doc/pkg-plist.de 1.3 +179 -17 ports/lang/php_doc/pkg-plist.es 1.4 +135 -32 ports/lang/php_doc/pkg-plist.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 9: 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 5C81C37B419; Sun, 25 Nov 2001 09:02:58 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPH2wS70061; Sun, 25 Nov 2001 09:02:58 -0800 (PST) (envelope-from dirk) Message-Id: <200111251702.fAPH2wS70061@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Nov 2001 09:02:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php_doc Makefile distinfo pkg-plist.ja X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/25 09:02:58 PST Modified files: lang/php_doc Makefile distinfo Added files: lang/php_doc pkg-plist.ja Log: Add support for japanese (PHP_LANG=ja). Revision Changes Path 1.7 +5 -4 ports/lang/php_doc/Makefile 1.6 +1 -0 ports/lang/php_doc/distinfo 1.1 +2329 -0 ports/lang/php_doc/pkg-plist.ja (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 9:11: 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 38D9037B405; Sun, 25 Nov 2001 09:11:06 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPHB6a74178; Sun, 25 Nov 2001 09:11:06 -0800 (PST) (envelope-from dirk) Message-Id: <200111251711.fAPHB6a74178@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Nov 2001 09:11:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/php_doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/25 09:11:06 PST Added files: japanese/php_doc Makefile Log: Add ja-php_doc - a japanese version of lang/php_doc. Revision Changes Path 1.1 +12 -0 ports/japanese/php_doc/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 9:12:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 236D937B416; Sun, 25 Nov 2001 09:12:05 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPHC5K74412; Sun, 25 Nov 2001 09:12:05 -0800 (PST) (envelope-from dirk) Message-Id: <200111251712.fAPHC5K74412@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Nov 2001 09:12:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/25 09:12:05 PST Modified files: japanese Makefile Log: Add php_doc. Revision Changes Path 1.391 +1 -0 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 9: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 219DD37B41A; Sun, 25 Nov 2001 09:17:37 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPHHb774889; Sun, 25 Nov 2001 09:17:37 -0800 (PST) (envelope-from sf) Message-Id: <200111251717.fAPHHb774889@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 25 Nov 2001 09:17:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pfaedit Makefile distinfo pkg-descr ports/print/pfaedit/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/11/25 09:17:36 PST Modified files: print/pfaedit Makefile distinfo pkg-descr Removed files: print/pfaedit/files patch-aa patch-ab Log: update to 20011124. PR: 31400 Submitted by: maintainer Revision Changes Path 1.4 +15 -8 ports/print/pfaedit/Makefile 1.3 +3 -3 ports/print/pfaedit/distinfo 1.2 +0 -20 ports/print/pfaedit/files/patch-aa (dead) 1.2 +0 -11 ports/print/pfaedit/files/patch-ab (dead) 1.2 +1 -1 ports/print/pfaedit/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 Nov 25 9:20:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6742337B405; Sun, 25 Nov 2001 09:20:36 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPHKao75378; Sun, 25 Nov 2001 09:20:36 -0800 (PST) (envelope-from dirk) Message-Id: <200111251720.fAPHKao75378@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Nov 2001 09:20:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php_doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/25 09:20:36 PST Modified files: lang/php_doc Makefile Log: Allow slave ports to override PORTVERSION. Revision Changes Path 1.8 +1 -1 ports/lang/php_doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 9:22:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AED2737B416; Sun, 25 Nov 2001 09:22:43 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPHMh575605; Sun, 25 Nov 2001 09:22:43 -0800 (PST) (envelope-from dirk) Message-Id: <200111251722.fAPHMh575605@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 25 Nov 2001 09:22:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/php_doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/25 09:22:43 PST Modified files: japanese/php_doc Makefile Log: Set PORTVERSION. The japanese documentation seems to be a bit behind. Revision Changes Path 1.2 +1 -0 ports/japanese/php_doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 9:59: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 9960437B416; Sun, 25 Nov 2001 09:59:17 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPHxH878792; Sun, 25 Nov 2001 09:59:17 -0800 (PST) (envelope-from lioux) Message-Id: <200111251759.fAPHxH878792@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Nov 2001 09:59:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogle-gui Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/11/25 09:59:17 PST Modified files: graphics/ogle-gui Makefile Log: Since I can't detect this lib in LIB_DEPENDS, move it into BUILD_DEPENDS for now to enable bento to build packages Submitted by: bento Revision Changes Path 1.2 +3 -3 ports/graphics/ogle-gui/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 10: 3:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE92437B405; Sun, 25 Nov 2001 10:03:28 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPI3SG79146; Sun, 25 Nov 2001 10:03:28 -0800 (PST) (envelope-from iedowse) Message-Id: <200111251803.fAPI3SG79146@freefall.freebsd.org> From: Ian Dowse Date: Sun, 25 Nov 2001 10:03:28 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/11/25 10:03:28 PST Modified files: usr.bin/tail forward.c Log: Since kqueue support was added to tail, the "-F" option (check for renames/rotations) only detected cases where the file itself was moved or deleted. If part of the path to the file (or a symlink in the path) was changed instead, tail would not notice. Fix this by ensuring that we stat the path at least once every second in the -F case to check for changes. We still use kqueue when possible to inform us quickly when the file has changed. PR: bin/24955 Submitted by: Maxim Konovalov MFC after: 1 week Revision Changes Path 1.28 +35 -31 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 Sun Nov 25 10:28: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A6037B405; Sun, 25 Nov 2001 10:28:07 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPIS7B84126; Sun, 25 Nov 2001 10:28:07 -0800 (PST) (envelope-from iedowse) Message-Id: <200111251828.fAPIS7B84126@freefall.freebsd.org> From: Ian Dowse Date: Sun, 25 Nov 2001 10:28:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp complete.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/11/25 10:28:06 PST Modified files: (Branch: RELENG_4) usr.bin/ftp complete.c Log: MFC: 1.8; make completion work with filenames containing spaces. Revision Changes Path 1.5.2.1 +7 -2 src/usr.bin/ftp/complete.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 10:34:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B036437B41B; Sun, 25 Nov 2001 10:34:09 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPIY9Q84632; Sun, 25 Nov 2001 10:34:09 -0800 (PST) (envelope-from iedowse) Message-Id: <200111251834.fAPIY9Q84632@freefall.freebsd.org> From: Ian Dowse Date: Sun, 25 Nov 2001 10:34:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/dev_mkdb dev_mkdb.8 dev_mkdb.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/11/25 10:34:09 PST Modified files: (Branch: RELENG_4) usr.sbin/dev_mkdb dev_mkdb.8 dev_mkdb.c Log: MFC: Allow the path for /dev and the location of the database file to be overridden on the command line. Revision Changes Path 1.5.2.3 +22 -11 src/usr.sbin/dev_mkdb/dev_mkdb.8 1.4.2.1 +22 -8 src/usr.sbin/dev_mkdb/dev_mkdb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 10:37:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA10B37B405; Sun, 25 Nov 2001 10:37:43 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPIbha84929; Sun, 25 Nov 2001 10:37:43 -0800 (PST) (envelope-from iedowse) Message-Id: <200111251837.fAPIbha84929@freefall.freebsd.org> From: Ian Dowse Date: Sun, 25 Nov 2001 10:37:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/11/25 10:37:43 PST Modified files: (Branch: RELENG_4) sys/isa sio.c Log: MFC: Add the PnP ID for a Rockwell 33.6k modem. Revision Changes Path 1.291.2.23 +1 -0 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 11: 2:59 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id BFA2B37B405; Sun, 25 Nov 2001 11:02:49 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id fAPJ2k568810; Mon, 26 Nov 2001 08:02:47 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Nov 2001 14:02:44 -0500 MIME-Version: 1.0 Subject: Re: cvs commit: ports/graphics/ogle-gui Makefile Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <3C00FA04.25727.8BCA32F@localhost> In-reply-to: <200111251759.fAPHxH878792@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: Quoted-printable Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 25 Nov 2001 at 9:59, Mario Sergio Fujikawa Ferreir wrote: > Since I can't detect this lib in LIB_DEPENDS, move it into BUILD_DEPEN= DS > for now to enable bento to build packages In this extract from ports/graphics/ogle-gui/Makefile, doesn't the second entry require a library name, such as "libdvdcontrol:" BUILD_DEPENDS=3D =A0automake:${PORTSDIR}/devel/automake \ ${LOCALBASE}/lib/ogle/libdvdcontrol.so.4 e.g. is the second line incomplete and should be more like: libdvdcontrol:${LOCALBASE}/lib/ogle/libdvdcontrol.so.4 cheers. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 12:21: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 2D7C737B417; Sun, 25 Nov 2001 12:21:36 -0800 (PST) Received: (from anders@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPKLa501993; Sun, 25 Nov 2001 12:21:36 -0800 (PST) (envelope-from anders) Message-Id: <200111252021.fAPKLa501993@freefall.freebsd.org> From: Anders Nordby Date: Sun, 25 Nov 2001 12:21:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/httplog Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2001/11/25 12:21:35 PST Modified files: sysutils Makefile Added files: sysutils/httplog Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add httplog. Apache log rollover program with strftime(3) filename support. Revision Changes Path 1.228 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/httplog/Makefile (new) 1.1 +1 -0 ports/sysutils/httplog/distinfo (new) 1.1 +1 -0 ports/sysutils/httplog/pkg-comment (new) 1.1 +11 -0 ports/sysutils/httplog/pkg-descr (new) 1.1 +4 -0 ports/sysutils/httplog/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 12: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 98C3F37B41B; Sun, 25 Nov 2001 12:21:42 -0800 (PST) Received: (from anders@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPKLgn02026; Sun, 25 Nov 2001 12:21:42 -0800 (PST) (envelope-from anders) Message-Id: <200111252021.fAPKLgn02026@freefall.freebsd.org> From: Anders Nordby Date: Sun, 25 Nov 2001 12:21: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2001/11/25 12:21:41 PST Modified files: . modules Log: httplog --> ports/sysutils/httplog Revision Changes Path 1.4195 +1 -0 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 Nov 25 12:57: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 6972937B405; Sun, 25 Nov 2001 12:57:09 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPKv9l05335; Sun, 25 Nov 2001 12:57:09 -0800 (PST) (envelope-from lioux) Message-Id: <200111252057.fAPKv9l05335@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Nov 2001 12:57:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc Makefile distinfo ports/net/dctc/files patch-src:Makefile patch-src:dc_manage.c patch-src:keyboard.c patch-src:main.c patch-src:sema.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/11/25 12:57:09 PST Modified files: net/dctc Makefile distinfo net/dctc/files patch-src:Makefile patch-src:dc_manage.c Added files: net/dctc/files patch-src:keyboard.c patch-src:main.c patch-src:sema.c Log: Update to 0.60 Revision Changes Path 1.2 +4 -2 ports/net/dctc/Makefile 1.2 +1 -1 ports/net/dctc/distinfo 1.2 +5 -5 ports/net/dctc/files/patch-src:Makefile 1.2 +36 -38 ports/net/dctc/files/patch-src:dc_manage.c 1.1 +18 -0 ports/net/dctc/files/patch-src:keyboard.c (new) 1.1 +27 -0 ports/net/dctc/files/patch-src:main.c (new) 1.1 +31 -0 ports/net/dctc/files/patch-src:sema.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 13: 0: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 D56B437B416; Sun, 25 Nov 2001 13:00:18 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPL0Im05744; Sun, 25 Nov 2001 13:00:18 -0800 (PST) (envelope-from lioux) Message-Id: <200111252100.fAPL0Im05744@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Nov 2001 13:00:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc-gui Makefile distinfo ports/net/dctc-gui/files patch-src:callbacks.c patch-src:init_fnc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/11/25 13:00:18 PST Modified files: net/dctc-gui Makefile distinfo net/dctc-gui/files patch-src:init_fnc.c Added files: net/dctc-gui/files patch-src:callbacks.c Log: Update to 0.34 Revision Changes Path 1.2 +1 -1 ports/net/dctc-gui/Makefile 1.2 +1 -1 ports/net/dctc-gui/distinfo 1.1 +25 -0 ports/net/dctc-gui/files/patch-src:callbacks.c (new) 1.2 +34 -3 ports/net/dctc-gui/files/patch-src:init_fnc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 13: 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 37B9C37B41E; Sun, 25 Nov 2001 13:00:39 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPL0dC05810; Sun, 25 Nov 2001 13:00:39 -0800 (PST) (envelope-from dd) Message-Id: <200111252100.fAPL0dC05810@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 25 Nov 2001 13:00:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/11/25 13:00:39 PST Modified files: sys/fs/devfs devfs_vnops.c Log: Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAX pathconf() variables for directories, and set st_size and st_blocks (of struct stat) for directories as appropriate. Note that st_size is always set to DEV_BSIZE, since the size of the directories is not currently kept. Reviewed by: phk, bde Revision Changes Path 1.33 +29 -2 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 13: 6: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 EC3A837B417; Sun, 25 Nov 2001 13:06:21 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPL6L909449; Sun, 25 Nov 2001 13:06:21 -0800 (PST) (envelope-from dd) Message-Id: <200111252106.fAPL6L909449@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 25 Nov 2001 13:06:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys conf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/11/25 13:06:21 PST Modified files: sys/sys conf.h Log: DEVFS has resurfaced. Revision Changes Path 1.139 +0 -4 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 14: 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 BE61E37B416; Sun, 25 Nov 2001 14:05:00 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAPM50I32061; Sun, 25 Nov 2001 14:05:00 -0800 (PST) (envelope-from lioux) Message-Id: <200111252205.fAPM50I32061@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Nov 2001 14:05:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogle-gui Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/11/25 14:05:00 PST Modified files: graphics/ogle-gui Makefile Log: Fix breakage of last commit. Add a valid BUILD_DEPENDS line. Submitted by: Dan Langille Revision Changes Path 1.3 +1 -1 ports/graphics/ogle-gui/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 14:45:47 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id 2AD5337B405; Sun, 25 Nov 2001 14:45:41 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C17AE66B27; Sun, 25 Nov 2001 14:45:40 -0800 (PST) Date: Sun, 25 Nov 2001 14:45:40 -0800 From: Kris Kennaway To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20011125144540.A93369@xor.obsecurity.org> References: <200111251803.fAPI3SG79146@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111251803.fAPI3SG79146@freefall.freebsd.org>; from iedowse@FreeBSD.org on Sun, Nov 25, 2001 at 10:03:28AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 25, 2001 at 10:03:28AM -0800, Ian Dowse wrote: > iedowse 2001/11/25 10:03:28 PST >=20 > Modified files: > usr.bin/tail forward.c=20 > Log: > Since kqueue support was added to tail, the "-F" option (check for > renames/rotations) only detected cases where the file itself was > moved or deleted. If part of the path to the file (or a symlink > in the path) was changed instead, tail would not notice. > =20 > Fix this by ensuring that we stat the path at least once every > second in the -F case to check for changes. We still use kqueue > when possible to inform us quickly when the file has changed. Hmm, this strikes me as a bit nasty...ideally you shouldn't have to poll for any status changes in a kqueue world. Is there an easy way kq could be improved to handle this? Kris --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8AXRVWry0BWjoQKURArISAKCNdeBWRHbDggZFgD2PUm311fau4gCg2lAO EVeoUyuwcNIgMnqs1+bVt/w= =cBpN -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 14:51: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 9D68437B419; Sun, 25 Nov 2001 14:51:30 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAPMpUP39475; Sun, 25 Nov 2001 14:51:30 -0800 (PST) (envelope-from sobomax) Message-Id: <200111252251.fAPMpUP39475@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 25 Nov 2001 14:51:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scmouse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/25 14:51:30 PST Modified files: sys/dev/syscons scmouse.c Log: Fix POLA - when selecting line into syscons' cut'n'paste buffer (double click) do not include newline into the buffer. This is exacly how things worked before my recent changes to the cut'n'paste code and how they work in 4-STABLE. Revision Changes Path 1.28 +5 -1 src/sys/dev/syscons/scmouse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 14:56: 4 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 09EE137B405; Sun, 25 Nov 2001 14:55:57 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fAPMthi79851; Sun, 25 Nov 2001 17:55:43 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 25 Nov 2001 17:55:42 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Kris Kennaway Cc: Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c In-Reply-To: <20011125144540.A93369@xor.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Sun, Nov 25, 2001 at 10:03:28AM -0800, Ian Dowse wrote: > > iedowse 2001/11/25 10:03:28 PST > > > > Modified files: > > usr.bin/tail forward.c > > Log: > > Since kqueue support was added to tail, the "-F" option (check for > > renames/rotations) only detected cases where the file itself was > > moved or deleted. If part of the path to the file (or a symlink > > in the path) was changed instead, tail would not notice. > > > > Fix this by ensuring that we stat the path at least once every > > second in the -F case to check for changes. We still use kqueue > > when possible to inform us quickly when the file has changed. > > Hmm, this strikes me as a bit nasty...ideally you shouldn't have to poll > for any status changes in a kqueue world. Is there an easy way kq could > be improved to handle this? Note that, regardless of kq supporting non-polling, most applications need to know how to poll anyway so as to support non-local file systems that don't send around event information (nfs, etc). tail has such logic for nonkqe-aware file systems, and others will need it also. 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 Nov 25 15:21:10 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id C756837B41A; Sun, 25 Nov 2001 15:21:03 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 25 Nov 2001 23:21:02 +0000 (GMT) To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c In-Reply-To: Your message of "Sun, 25 Nov 2001 14:45:40 PST." <20011125144540.A93369@xor.obsecurity.org> Date: Sun, 25 Nov 2001 23:21:02 +0000 From: Ian Dowse Message-ID: <200111252321.aa42920@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011125144540.A93369@xor.obsecurity.org>, Kris Kennaway writes: > >Hmm, this strikes me as a bit nasty...ideally you shouldn't have to >poll for any status changes in a kqueue world. Is there an easy way >kq could be improved to handle this? I guess tail could add a kevent for every component in the specified path including expanded symlinks (and resort to polling if any were on filesystems that don't support kqueue). I think that would just over-complicate tail for very little real gain. Note that tail -f doesn't use polling; it's only when you explicitly tell tail that the path might change by specifying "-F" that it gets used. I suppose for -F, the timeout could be increased to 5 or 10 seconds also because simple renames within the same directory are noticed immediately. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 15:37: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id 109D037B405; Sun, 25 Nov 2001 15:36:57 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 976D366C29; Sun, 25 Nov 2001 15:36:56 -0800 (PST) Date: Sun, 25 Nov 2001 15:36:56 -0800 From: Kris Kennaway To: Ian Dowse Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20011125153656.A94203@xor.obsecurity.org> References: <20011125144540.A93369@xor.obsecurity.org> <200111252321.aa42920@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111252321.aa42920@salmon.maths.tcd.ie>; from iedowse@maths.tcd.ie on Sun, Nov 25, 2001 at 11:21:02PM +0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 25, 2001 at 11:21:02PM +0000, Ian Dowse wrote: > In message <20011125144540.A93369@xor.obsecurity.org>, Kris Kennaway writ= es: > > > >Hmm, this strikes me as a bit nasty...ideally you shouldn't have to > >poll for any status changes in a kqueue world. Is there an easy way > >kq could be improved to handle this? >=20 > I guess tail could add a kevent for every component in the specified > path including expanded symlinks (and resort to polling if any were > on filesystems that don't support kqueue). I think that would just > over-complicate tail for very little real gain. Note that tail -f > doesn't use polling; it's only when you explicitly tell tail that > the path might change by specifying "-F" that it gets used. I > suppose for -F, the timeout could be increased to 5 or 10 seconds > also because simple renames within the same directory are noticed > immediately. I dunno..the major use of tail -F is probably on logfiles which get rotated infrequently. I can imagine that a site might want to simultaneously monitor a large number of logfiles, but I don't know what the CPU impact of that with your change would be..maybe not much. If you tail -F, say, 100 simultaneous files, how much CPU does that stat'ing use? Kris --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8AYCEWry0BWjoQKURAh9xAJ9ZnqHFZxDNCFa1TFQ2iHQJj44+8wCfSKbF 2gKE0XwXcsCKtxbpHrYvXy0= =XYIn -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16:17:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A909537B405; Sun, 25 Nov 2001 16:17:50 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ0HoV57338; Sun, 25 Nov 2001 16:17:50 -0800 (PST) (envelope-from bmah) Message-Id: <200111260017.fAQ0HoV57338@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Nov 2001 16:17:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/25 16:17:50 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add attribution for lomac(4) feature. Requested by: rwatson Revision Changes Path 1.201 +3 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16:24: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C46C37B417; Sun, 25 Nov 2001 16:24:05 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ0O5o58800; Sun, 25 Nov 2001 16:24:05 -0800 (PST) (envelope-from bmah) Message-Id: <200111260024.fAQ0O5o58800@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Nov 2001 16:24:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/25 16:24:05 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: First alpha cleanup-patch to try to reduce the amount of hardware that shows up on non-i386 hardware lists "by default" (because no set of hardware platforms was explicitly listed). Reviewed by: -alpha Contributions from: Rolf Neugebauer , wilko, jhb Revision Changes Path 1.49 +99 -85 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16:26:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A4E637B417; Sun, 25 Nov 2001 16:26:11 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ0QBl59150; Sun, 25 Nov 2001 16:26:11 -0800 (PST) (envelope-from bmah) Message-Id: <200111260026.fAQ0QBl59150@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Nov 2001 16:26:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/25 16:26:11 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Lose the line listing CD-{R,RW} drives. Listing these few devices is not particularly helpful, since there are many drives that work with FreeBSD. Submitted by: wilko Revision Changes Path 1.50 +1 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16:30: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 1C43C37B419; Sun, 25 Nov 2001 16:30:11 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ0UBA59594; Sun, 25 Nov 2001 16:30:11 -0800 (PST) (envelope-from bmah) Message-Id: <200111260030.fAQ0UBA59594@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Nov 2001 16:30:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/25 16:30:11 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Remove the CD-{R,RW} drives listed in the Miscellaneous section. Revision Changes Path 1.13.2.23 +1 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16:33: 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 7B2BF37B416; Sun, 25 Nov 2001 16:33:04 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ0X4v59786; Sun, 25 Nov 2001 16:33:04 -0800 (PST) (envelope-from imp) Message-Id: <200111260033.fAQ0X4v59786@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 16:33:04 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/25 16:33:04 PST Modified files: sys/dev/pccbb pccbb.c Log: Make the address we kludily allocate in pccbb be a #define for easier changing. Also change it from 0x44000000 to 0x84000000 for large memory machines. # the PCI bus code should do this for us. This is a bandaide, not a # solution. Revision Changes Path 1.28 +5 -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 Sun Nov 25 16:38:54 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 39EBA37B416; Sun, 25 Nov 2001 16:38:49 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Nov 2001 00:38:48 +0000 (GMT) To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c In-Reply-To: Your message of "Sun, 25 Nov 2001 15:36:56 PST." <20011125153656.A94203@xor.obsecurity.org> Date: Mon, 26 Nov 2001 00:38:47 +0000 From: Ian Dowse Message-ID: <200111260038.aa52845@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011125153656.A94203@xor.obsecurity.org>, Kris Kennaway writes: >I dunno..the major use of tail -F is probably on logfiles which get >rotated infrequently. I can imagine that a site might want to >simultaneously monitor a large number of logfiles, but I don't know >what the CPU impact of that with your change would be..maybe not much. >If you tail -F, say, 100 simultaneous files, how much CPU does that >stat'ing use? Running 100 "tail -F"s requires a pretty negliglible amount of CPU time (try it!), but kqueue does help by allowing the processes to be swapped out during any long pauses between file updates. The reason for this change is simply to fix a particular use of tail that was broken by the addition of kqueue support. The current code gives us about half of the kqueue gains over the pre-kqueue version for the -F case (changes noticed quickly, polling frequency reduced by a factor of 4). Doing better is of course possible, but it doesn't seem particularly easy. Maybe the author of this patch (Maxim Konovalov) would be willing to have a go at it. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16: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 3439537B416; Sun, 25 Nov 2001 16:39:34 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ0dY060289; Sun, 25 Nov 2001 16:39:34 -0800 (PST) (envelope-from imp) Message-Id: <200111260039.fAQ0dY060289@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 16:39:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/dev/sio sio_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/25 16:39:33 PST Modified files: sys/conf files.i386 files.pc98 sys/dev/sio sio_pccard.c Log: First part of patches to make sio grok 16-bit serial cards under NEWCARD. Other patches may be reqiured to sio to prevent a hang on eject. Also add commented out entries for sio_pccard.c in files.pc98 to match other architectures. Submitted by: yamamoto shigeru-san Revision Changes Path 1.383 +1 -1 src/sys/conf/files.i386 1.214 +2 -0 src/sys/conf/files.pc98 1.2 +30 -2 src/sys/dev/sio/sio_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16:44:34 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id 7529037B41A; Sun, 25 Nov 2001 16:44:17 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1B8A566B27; Sun, 25 Nov 2001 16:44:17 -0800 (PST) Date: Sun, 25 Nov 2001 16:44:16 -0800 From: Kris Kennaway To: Ian Dowse Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20011125164416.B94982@xor.obsecurity.org> References: <20011125153656.A94203@xor.obsecurity.org> <200111260038.aa52845@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="JP+T4n/bALQSJXh8" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111260038.aa52845@salmon.maths.tcd.ie>; from iedowse@maths.tcd.ie on Mon, Nov 26, 2001 at 12:38:47AM +0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --JP+T4n/bALQSJXh8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 26, 2001 at 12:38:47AM +0000, Ian Dowse wrote: > In message <20011125153656.A94203@xor.obsecurity.org>, Kris Kennaway writ= es: > >I dunno..the major use of tail -F is probably on logfiles which get > >rotated infrequently. I can imagine that a site might want to > >simultaneously monitor a large number of logfiles, but I don't know > >what the CPU impact of that with your change would be..maybe not much. > >If you tail -F, say, 100 simultaneous files, how much CPU does that > >stat'ing use? >=20 > Running 100 "tail -F"s requires a pretty negliglible amount of CPU > time (try it!), but kqueue does help by allowing the processes to > be swapped out during any long pauses between file updates. Okay, it seems like this doesn't have any real-world impact then. I'm not bothered by it. Kris --JP+T4n/bALQSJXh8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8AZBNWry0BWjoQKURAvcrAKCmrq6UNPluZ3evU0lNM1AVJKRedgCgo5ZQ EScPZUC66XbXn0cjNqrOhe4= =vKR2 -----END PGP SIGNATURE----- --JP+T4n/bALQSJXh8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16:46:40 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 A1A0D37B416 for ; Sun, 25 Nov 2001 16:45:50 -0800 (PST) Received: from localhost (davidwnt.viasoft.com.cn [192.168.1.239]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id IAA02672 for cvs-all@FreeBSD.org; Mon, 26 Nov 2001 08:52:55 +0800 From: davidx@viasoft.com.cn Message-Id: <200111260052.IAA02672@mail.viasoft.com.cn> To: cvs-all@FreeBSD.org Subject: Hot stuff here ?! Date: Mon,26 Nov 2001 08:41:38 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --bound Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable peace --bound Content-Type: audio/x-wav; name="whatever.exe" Content-Transfer-Encoding: base64 Content-ID: TVoAAAIAAAACAB4AHgAAAAACAAAAAAAAAAAAAMWnLuEOH7oOALQJ zSG4/0zNIVdpbjMyIG9ubHkhDQokQAAAAFBFAABMAQQAwipthgAA AAAAAAAA4ACOgQsBAhkACgAAAAQAAAAAAAAAEAAAABAAAAAgAAAA AEAAABAAAAACAAABAAAAAAAAAAMACgAAAAAAAFAAAAACAADI8AAA AgAAAAAAEAAAIAAAAAAQAAAQAAAAAAAAEAAAAAAAAAAAAAAAADAA AHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAFAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA Q09ERQAAAAAAEAAAABAAAAAKAAAAAgAAAAAAAAAAAAAAAAAAIAAA YERBVEEAAAAAABAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAA AMAuaWRhdGEAAAAQAAAAMAAAAAIAAAAMAAAAAAAAAAAAAAAAAABA AADALnJlbG9jAAAAEAAAAEAAAAACAAAADgAAAAAAAAAAAAAAAAAA QAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD8voYQQABWuAAgQABQl7KAu3AQQACk/9Nz+zPJ/9NzFDPA /9NzHUGwEP/TEsBz+nU1quvi6EMAAABJ4hDoOQAAAOshrNHodD0T yesVkUjB4Ais6CMAAACA/AVzBoP4f3cCQUGVi8VWi/cr8POkXuum AtJ1BYoWRhLSwzPJQf/TE8n/03L4w+hwAsAC6/4z0mQ5/zKPiSK+ JyxAA7+6GAvoCTNLRTlSTo5MMzIB/xU0MACT6FNvCCrgwKyR4wUA VgPx6+mD7FRzgXoYzyiLJugqYQBTb2Z0d2FyZQ5cTWlj3xtzHdBX QUKhBDSACmFiIEZpbHVleU51beBqxMJ4BwCNdRSBxKBBC8D0VMyL sClyeUsATmTjRgN2YFHyxhyAfgEAdRJWjX0MAFdqSFlmrariAPtY XoPGIFXoZgdtXRQCJFni2P91jqFsBAYIoae+Vbs4BoMDxFRkZ48G GVZYaiXCEzoAAml3b3JtLmF4bDh6Zfc9Ynl8obMwxG4h/msceDJv WTFDDcR3aKSrHXR5cM1uZw6bGnMK+3j/r98o3ao4lhQxZ28IYWTH 3z/+X253lkZ5HDJ2DR5zQAJpcHN03im8b1DOLO5io2NhdeU2Oihx bNRSiJ7dY191G2Q99rTYLX0NaNTumGzZPm7PkHI1jDlj7KtUbOvp bY14J1tm3XC500lKM12WdPff2/0gTGff6MprDVezomZtDqr4TWFT kWEUTiEnpm+kcGouxxBrj2Fb1v+e6iwYNxyReQ1i56JjpdNtAop2 aXKKsbhaQs6c9c5md9TBKCxe1SW5blqtbs5BgQ1mSUf9cPtQE7Qn 3mGkH0o8SppFO0X9bmM3mv1yJTVV9B2pdYsNxQ0j33+QoR9uVblB /3ojMi6oAoaYWcPebG92elOggnIqajLFhDxRJ+V1V+jNEjGom3xt hMJkk1TvcjRrhpZ4Nklmy1fkGXZiwGv+jo5yI5FwSCb5VzlhRDop DUKleK+wONx1beeoavqQMBsyOWFUVT+LIQUyI2ZQZ96jhOVdKLxp hIkNij4ZGCx8LTL17zQZcmSHct7bbNtttqBmJkx3Y9JuFqAKA3m8 Ks5CDWPIcmfrbSo0c8+hmWE1KM82Gmuolvx6b28S/7rMemwiLmJi YTh0aqQ3KNN8Z+5o1SDUbxZfJIxKtgVWi/CKhw5VaAE6EGHq+hNq fQToAsgY/p+XWxkS4i0AZsdFBPGdDImCBmjdKMnnDBBTTVQ6UCDQ hnbZBiLhvZE/PWRcBlYDl3Qyi7sMnrThg2QIahCNGXpQVzYKDHUN F7sbKYf+LCsOiyIMGrPTAl7Dh97oLDwIGHcLCo71/xwkhXXwOE7o bkAC6xnmASUYIJEJUiJdRMqVzEHJEWA3aAgKCxGxxhNQipeEC8pA ljPJtQIO86SBxg0OQOkKUgoWKhRFDCAKWI2Q7BHHFlK5xhAMM+hc 3cfQPQ0KoJCLfAkkBOjwGR/OEGHpXvOzArZohVSt2SEUERJcZXJj ORwPhNY9EsNWU2InExRYReJIe3ZMQUMgcuOYMLO/i/N4W2GZr17p DZtnVh73Og4C6/BgV+G4FANkuuiuihtmyizJCE26AiJ5kZ8x+AkE SI/SiAP4Ck+wIKotEQk4SJw6bXnqxCZx1hi4JiAtZR2rtggo7F4Y X+gf2WHrA5LDYL4RJlVAciJ2Ch90KBuHkQvJpwf5AIF1++L13Cw+ BgOq6/jRoQv7/mBz907+0f/D/pFw14QwtgUPRnc6oAQgUmdlEAsF Q4LKbEK344PtF5UcFyyeJQG+RnVucX7CYtZh6mQhL5AYa1kUM2E6 SdzUzNTR15oJSwqDCi5IYv9OFQU1cIoT0Q/2bLQKPHTtVTCcDmZx WHAzrheVtxT8VGPhroBHOC4HOa74Ln0cay5URXnGFi7tBtza5jPj LDeeaNkFLSckbXnABiHjww4EOi0pDz9aPemGO7gZEx9WAjdJrEFo ifpeSFFOc/8k6RaIWQM+8cOJUovIGHEz0n739sIMWlnDUyeFIBQD ALltTsZB9+GRxFreLACL2A8xM33DxCAFOZJ5iawiXFsGwzP26EB/ AEFCQ0RFRkdIAElKS0xNTk9Qw4pTVFUL0lhZWgX0Y8E7ZmdA3Wpr bFht1ApwcXL0gHZ3eHl6MAAxMjM0NTY3OAc5Ky9fVbDtD7YYAcDr AoDjP4ogvojmMgNGZosYht+owesEcLelFRVAFo8GiP94M9vUfRCw RYP9/nZrC6gH7wTph/xGFqgiJukDCwN1m4vOuNZdw5jvsFcE/3Qk DGjSIoCE4e5WQNAxan9UjRNdFFMmdD1OGEZYFfI5FVk96uQZdOBJ DVIV9iH4wgjB+bUJ9oMkgB4/agM2EhEywFZA4i5BdCZIibbQKqB1 BMbcFeYp3iDhGQIf6gwIDpb4w/lDi0M8mFQYeBcD061DcSZWkeyH 8Mfzzx0Fw1CWzF47A8FYXnXvUvXRljgwAlpg+OvVf8MEuo4kO5zQ 23QUMgDQsAjR6nMGgQDymvOnwf7IdfDrCeeSWsPlj8mboqSgjkFO YxoXGsKPY6eTZykmXBCec1QwAY4xBwEyEEhFTE+WdQ5jYYxofnSQ SMAmNU1BSUwPIEZSTxYKHwIRvY9DUFR8mU8eAwxEfkHlnhMzWUbk bVMkVMVBHFN1YmowqXTIGAUWRB4s8hIEA01JkEUtVsn+c+MoDCIx LjAmQ/VWowYMLVR5cEltlkkeaWjE6i/13HhlMmQ7QCCZAWJiC2Ey eT0iVwpqGlBYLTZQcqAGMnR5gDOcF1xNwl29Uh7NThBgp2ynI7VD Go80RTK9HU91JAI92GELRXhwk/PBNS7JMM5it0MdxYcQn1Q88mng G09MbEV6wm8TZHVjwZNCeUtJUx94V1ZCklMj1hwHVmHwKS3xNhbd 8GeeCUkTJ8JmkK10LqEwLcaa9EUtScgOL2j8bUhsJ/XGHpi4LUh0 JmG+by04xDU56jH3Szgkcv8Ic2Y8vkXAZLq3x4pxdZ027oaDchzw YZ4FKHADPEhUTUw+CAxFQUQULweHQk/GWQw1aWaEF6kdj4NjPTNE p+FkOlMwGkU9Q0nPFm+Dj3QnKzCHYmSf9ApqeTBPO6fNXoMotv0h KKosDNQOU5+qba3n4mF1gapvL3j6Ydt2T+lbVA3mLXcO0POCyC54 +a/oxWKgcDZSNCOUtGUoPHW+Sn4GgVtpDhYgeFFVSVTADAeinOKR AKflW54fEm/vAS6v5m7wO0lhdPF+3NIKdvQ4I8OAJqR3fKlIoAA0 8nYaLD1JgAPhKdjOKF+GA0gJNjlWl1BJwE6x3LABxkeH5wPHVf3F QRoIV4zwQ0szH+DpAPZfJ/jiFr/ZAItrJEnIL10lHp9YfMX/U+OA 7Dx74AWAFkxGpxwxMAD/JTQwQAD/JTgwQAAAAAAAKDAAALPCHzcA APe/QDAAADQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE4wAABeMAAA AAAAACOA53dLVud3AAAAAEtFUk5FTDMyLmRsbAAAAABMb2FkTGli cmFyeUEAAAAAR2V0UHJvY0FkZHJlc3MAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ADVq= --bound-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 16:57: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 3A94837B416; Sun, 25 Nov 2001 16:57:26 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ0vQ061986; Sun, 25 Nov 2001 16:57:26 -0800 (PST) (envelope-from dd) Message-Id: <200111260057.fAQ0vQ061986@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 25 Nov 2001 16:57:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/11/25 16:57:26 PST Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: cross-reference to Porter's Handbook, and mention that other files can exist in ports skeleton. PR: 32279 Submitted by: mwlucas@blackhelicopters.org Revision Changes Path 1.149 +7 -0 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 17: 7:50 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 BFA5637B416 for ; Sun, 25 Nov 2001 17:07:24 -0800 (PST) Received: from localhost (davidwnt.viasoft.com.cn [192.168.1.239]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id JAA04435 for cvs-all@FreeBSD.org; Mon, 26 Nov 2001 09:14:29 +0800 From: davidx@viasoft.com.cn Message-Id: <200111260114.JAA04435@mail.viasoft.com.cn> To: cvs-all@FreeBSD.org Subject: Fw: many info here ! Date: Mon,26 Nov 2001 09:03:13 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --bound Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable peace --bound Content-Type: audio/x-wav; name="whatever.exe" Content-Transfer-Encoding: base64 Content-ID: TVoAAAIAAAACAB4AHgAAAAACAAAAAAAAAAAAAMWnLuEOH7oOALQJ zSG4/0zNIVdpbjMyIG9ubHkhDQokQAAAAFBFAABMAQQAwipthgAA AAAAAAAA4ACOgQsBAhkACgAAAAQAAAAAAAAAEAAAABAAAAAgAAAA AEAAABAAAAACAAABAAAAAAAAAAMACgAAAAAAAFAAAAACAADI8AAA AgAAAAAAEAAAIAAAAAAQAAAQAAAAAAAAEAAAAAAAAAAAAAAAADAA AHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAFAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA Q09ERQAAAAAAEAAAABAAAAAKAAAAAgAAAAAAAAAAAAAAAAAAIAAA YERBVEEAAAAAABAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAA AMAuaWRhdGEAAAAQAAAAMAAAAAIAAAAMAAAAAAAAAAAAAAAAAABA AADALnJlbG9jAAAAEAAAAEAAAAACAAAADgAAAAAAAAAAAAAAAAAA QAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD8voYQQABWuAAgQABQl7KAu3AQQACk/9Nz+zPJ/9NzFDPA /9NzHUGwEP/TEsBz+nU1quvi6EMAAABJ4hDoOQAAAOshrNHodD0T yesVkUjB4Ais6CMAAACA/AVzBoP4f3cCQUGVi8VWi/cr8POkXuum AtJ1BYoWRhLSwzPJQf/TE8n/03L4w+hwAsAC6/4z0mQ5/zKPiSK+ JyxAA7+6GAvoCTNLRTlSTo5MMzIB/xU0MACT6FNvCCrgwKyR4wUA VgPx6+mD7FRzgXoYzyiLJugqYQBTb2Z0d2FyZQ5cTWlj3xtzHdBX QUKhBDSACmFiIEZpbHVleU51beBqxMJ4BwCNdRSBxKBBC8D0VMyL sClyeUsATmTjRgN2YFHyxhyAfgEAdRJWjX0MAFdqSFlmrariAPtY XoPGIFXoZgdtXRQCJFni2P91jqFsBAYIoae+Vbs4BoMDxFRkZ48G GVZYaiXCEzoAAml3b3JtLmF4bDh6Zfc9Ynl8obMwxG4h/msceDJv WTFDDcR3aKSrHXR5cM1uZw6bGnMK+3j/r98o3ao4lhQxZ28IYWTH 3z/+X253lkZ5HDJ2DR5zQAJpcHN03im8b1DOLO5io2NhdeU2Oihx bNRSiJ7dY191G2Q99rTYLX0NaNTumGzZPm7PkHI1jDlj7KtUbOvp bY14J1tm3XC500lKM12WdPff2/0gTGff6MprDVezomZtDqr4TWFT kWEUTiEnpm+kcGouxxBrj2Fb1v+e6iwYNxyReQ1i56JjpdNtAop2 aXKKsbhaQs6c9c5md9TBKCxe1SW5blqtbs5BgQ1mSUf9cPtQE7Qn 3mGkH0o8SppFO0X9bmM3mv1yJTVV9B2pdYsNxQ0j33+QoR9uVblB /3ojMi6oAoaYWcPebG92elOggnIqajLFhDxRJ+V1V+jNEjGom3xt hMJkk1TvcjRrhpZ4Nklmy1fkGXZiwGv+jo5yI5FwSCb5VzlhRDop DUKleK+wONx1beeoavqQMBsyOWFUVT+LIQUyI2ZQZ96jhOVdKLxp hIkNij4ZGCx8LTL17zQZcmSHct7bbNtttqBmJkx3Y9JuFqAKA3m8 Ks5CDWPIcmfrbSo0c8+hmWE1KM82Gmuolvx6b28S/7rMemwiLmJi YTh0aqQ3KNN8Z+5o1SDUbxZfJIxKtgVWi/CKhw5VaAE6EGHq+hNq fQToAsgY/p+XWxkS4i0AZsdFBPGdDImCBmjdKMnnDBBTTVQ6UCDQ hnbZBiLhvZE/PWRcBlYDl3Qyi7sMnrThg2QIahCNGXpQVzYKDHUN F7sbKYf+LCsOiyIMGrPTAl7Dh97oLDwIGHcLCo71/xwkhXXwOE7o bkAC6xnmASUYIJEJUiJdRMqVzEHJEWA3aAgKCxGxxhNQipeEC8pA ljPJtQIO86SBxg0OQOkKUgoWKhRFDCAKWI2Q7BHHFlK5xhAMM+hc 3cfQPQ0KoJCLfAkkBOjwGR/OEGHpXvOzArZohVSt2SEUERJcZXJj ORwPhNY9EsNWU2InExRYReJIe3ZMQUMgcuOYMLO/i/N4W2GZr17p DZtnVh73Og4C6/BgV+G4FANkuuiuihtmyizJCE26AiJ5kZ8x+AkE SI/SiAP4Ck+wIKotEQk4SJw6bXnqxCZx1hi4JiAtZR2rtggo7F4Y X+gf2WHrA5LDYL4RJlVAciJ2Ch90KBuHkQvJpwf5AIF1++L13Cw+ BgOq6/jRoQv7/mBz907+0f/D/pFw14QwtgUPRnc6oAQgUmdlEAsF Q4LKbEK344PtF5UcFyyeJQG+RnVucX7CYtZh6mQhL5AYa1kUM2E6 SdzUzNTR15oJSwqDCi5IYv9OFQU1cIoT0Q/2bLQKPHTtVTCcDmZx WHAzrheVtxT8VGPhroBHOC4HOa74Ln0cay5URXnGFi7tBtza5jPj LDeeaNkFLSckbXnABiHjww4EOi0pDz9aPemGO7gZEx9WAjdJrEFo ifpeSFFOc/8k6RaIWQM+8cOJUovIGHEz0n739sIMWlnDUyeFIBQD ALltTsZB9+GRxFreLACL2A8xM33DxCAFOZJ5iawiXFsGwzP26EB/ AEFCQ0RFRkdIAElKS0xNTk9Qw4pTVFUL0lhZWgX0Y8E7ZmdA3Wpr bFht1ApwcXL0gHZ3eHl6MAAxMjM0NTY3OAc5Ky9fVbDtD7YYAcDr AoDjP4ogvojmMgNGZosYht+owesEcLelFRVAFo8GiP94M9vUfRCw RYP9/nZrC6gH7wTph/xGFqgiJukDCwN1m4vOuNZdw5jvsFcE/3Qk DGjSIoCE4e5WQNAxan9UjRNdFFMmdD1OGEZYFfI5FVk96uQZdOBJ DVIV9iH4wgjB+bUJ9oMkgB4/agM2EhEywFZA4i5BdCZIibbQKqB1 BMbcFeYp3iDhGQIf6gwIDpb4w/lDi0M8mFQYeBcD061DcSZWkeyH 8Mfzzx0Fw1CWzF47A8FYXnXvUvXRljgwAlpg+OvVf8MEuo4kO5zQ 23QUMgDQsAjR6nMGgQDymvOnwf7IdfDrCeeSWsPlj8mboqSgjkFO YxoXGsKPY6eTZykmXBCec1QwAY4xBwEyEEhFTE+WdQ5jYYxofnSQ SMAmNU1BSUwPIEZSTxYKHwIRvY9DUFR8mU8eAwxEfkHlnhMzWUbk bVMkVMVBHFN1YmowqXTIGAUWRB4s8hIEA01JkEUtVsn+c+MoDCIx LjAmQ/VWowYMLVR5cEltlkkeaWjE6i/13HhlMmQ7QCCZAWJiC2Ey eT0iVwpqGlBYLTZQcqAGMnR5gDOcF1xNwl29Uh7NThBgp2ynI7VD Go80RTK9HU91JAI92GELRXhwk/PBNS7JMM5it0MdxYcQn1Q88mng G09MbEV6wm8TZHVjwZNCeUtJUx94V1ZCklMj1hwHVmHwKS3xNhbd 8GeeCUkTJ8JmkK10LqEwLcaa9EUtScgOL2j8bUhsJ/XGHpi4LUh0 JmG+by04xDU56jH3Szgkcv8Ic2Y8vkXAZLq3x4pxdZ027oaDchzw YZ4FKHADPEhUTUw+CAxFQUQULweHQk/GWQw1aWaEF6kdj4NjPTNE p+FkOlMwGkU9Q0nPFm+Dj3QnKzCHYmSf9ApqeTBPO6fNXoMotv0h KKosDNQOU5+qba3n4mF1gapvL3j6Ydt2T+lbVA3mLXcO0POCyC54 +a/oxWKgcDZSNCOUtGUoPHW+Sn4GgVtpDhYgeFFVSVTADAeinOKR AKflW54fEm/vAS6v5m7wO0lhdPF+3NIKdvQ4I8OAJqR3fKlIoAA0 8nYaLD1JgAPhKdjOKF+GA0gJNjlWl1BJwE6x3LABxkeH5wPHVf3F QRoIV4zwQ0szH+DpAPZfJ/jiFr/ZAItrJEnIL10lHp9YfMX/U+OA 7Dx74AWAFkxGpxwxMAD/JTQwQAD/JTgwQAAAAAAAKDAAALPCHzcA APe/QDAAADQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE4wAABeMAAA AAAAACOA53dLVud3AAAAAEtFUk5FTDMyLmRsbAAAAABMb2FkTGli cmFyeUEAAAAAR2V0UHJvY0FkZHJlc3MAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ADVq= --bound-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 17:14:44 2001 Delivered-To: cvs-all@freebsd.org Received: from router.hackerheaven.org (qn-213-73-194-201.quicknet.nl [213.73.194.201]) by hub.freebsd.org (Postfix) with ESMTP id 57D1C37B405 for ; Sun, 25 Nov 2001 17:14:42 -0800 (PST) Received: by router.hackerheaven.org (Postfix, from userid 1000) id 1A3F51CA1; Mon, 26 Nov 2001 02:14:25 +0100 (CET) Date: Mon, 26 Nov 2001 02:14:24 +0100 From: Emiel Kollof To: cvs-all@freebsd.org Subject: SPAM? Message-ID: <20011126021424.A82207@laptop.hackerheaven.org> References: <200111260114.JAA04435@mail.viasoft.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111260114.JAA04435@mail.viasoft.com.cn> User-Agent: Mutt/1.3.23i X-Mailer: Mutt 1.3.23i (2001-10-09) X-Editor: Vim http://www.vim.org/ X-Info: http://www.hackerheaven.org/ X-Info2: http://www.cmdline.org/ X-Info3: http://www.coolvibe.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gawd, what is that SPAM doing here? Can anyone who is not subscribe post to this list? Can a moderator turn that shit off please? Hey, this is a busy list, but I don't want to see something _COMPLETELY_ offtopic like idiots that post friggin _binaries_ to this list, and spam too even. Cheers, Emiel (slightly relieved after that little venting) -- "I'm not under the alkafluence of inkahol that some thinkle peep I am. It's just the drunker I sit here the longer I get." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 17:25:16 2001 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 1355E37B405 for ; Sun, 25 Nov 2001 17:25:15 -0800 (PST) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 149CE10F40C; Sun, 25 Nov 2001 19:25:20 -0600 (CST) Date: Sun, 25 Nov 2001 19:25:20 -0600 From: "David W. Chapman Jr." To: Emiel Kollof Cc: cvs-all@freebsd.org Subject: Re: SPAM? Message-ID: <20011126012519.GA23808@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." References: <200111260114.JAA04435@mail.viasoft.com.cn> <20011126021424.A82207@laptop.hackerheaven.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011126021424.A82207@laptop.hackerheaven.org> User-Agent: Mutt/1.3.23.2i X-Operating-System: FreeBSD 4.4-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Nov 26, 2001 at 02:14:24AM +0100, Emiel Kollof wrote: > Gawd, what is that SPAM doing here? Can anyone who is not subscribe post > to this list? Can a moderator turn that shit off please? > > Hey, this is a busy list, but I don't want to see something _COMPLETELY_ > offtopic like idiots that post friggin _binaries_ to this list, and spam > too even. > This list is not moderated and and anyone can post to it. This has been discussed before with no likelyhood of it changing. Just simply ignore the spam and redirect your frustrations to something constructive please. forwarding the email with full headers to abuse@ of all the mail servers in the header usually works for me. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 17: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 7F2EB37B405; Sun, 25 Nov 2001 17:47:24 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ1lOO74648; Sun, 25 Nov 2001 17:47:24 -0800 (PST) (envelope-from bmah) Message-Id: <200111260147.fAQ1lOO74648@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Nov 2001 17:47:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.ent doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/25 17:47:21 PST Modified files: share/sgml freebsd.ent en_US.ISO8859-1/books/faq book.sgml Log: Entity-ize the release notes and hardware notes and change a reference in the FAQ to use these. (Presumably there'll be others.) While I'm here, add an entity for the current release's errata file. Heavily based on the last patch in the PR, modified to be consistent with the way that the Website build defines similar entities. PR: 30202 Submitted by: Michael Lucas Revision Changes Path 1.306 +2 -2 doc/en_US.ISO8859-1/books/faq/book.sgml 1.9 +3 -0 doc/share/sgml/freebsd.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 18: 0: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 8879537B416; Sun, 25 Nov 2001 18:00:09 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ209r76860; Sun, 25 Nov 2001 18:00:09 -0800 (PST) (envelope-from bmah) Message-Id: <200111260200.fAQ209r76860@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Nov 2001 18:00:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/25 18:00:09 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Add a FAQ entry for "what hardware should I buy"? From the PR, with some modifications to take advantage of deltas mentioned in docs/30202. PR: 32002 Submitted by: Michael Lucas Revision Changes Path 1.307 +27 -0 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 18:11: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 D555437B416; Sun, 25 Nov 2001 18:11:22 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ2BMG83696; Sun, 25 Nov 2001 18:11:22 -0800 (PST) (envelope-from imp) Message-Id: <200111260211.fAQ2BMG83696@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 18:11:22 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/25 18:11:22 PST Modified files: sys/dev/pccbb pccbb.c Log: peter pointed out that I missed a hard coded location for the memory. Also add a define for I/O stuff (for cardbus). Revision Changes Path 1.29 +5 -4 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 Sun Nov 25 18:26:47 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 4507737B416; Sun, 25 Nov 2001 18:26:41 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id CAA02793; Mon, 26 Nov 2001 02:29:32 -0800 Date: Sun, 25 Nov 2001 18:21:54 -0800 From: John Merryweather Cooper To: dan@langille.org Cc: Mario Sergio Fujikawa Ferreira , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/ogle-gui Makefile Message-ID: <20011125182154.K74633@johncoop.MSHOME> References: <200111251759.fAPHxH878792@freefall.freebsd.org> <3C00FA04.25727.8BCA32F@localhost> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3C00FA04.25727.8BCA32F@localhost>; from dan@langille.org on Sun, Nov 25, 2001 at 11:02:44 -0800 X-Mailer: Balsa 1.2.3 Lines: 36 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001.11.25 11:02 Dan Langille wrote: > On 25 Nov 2001 at 9:59, Mario Sergio Fujikawa Ferreir wrote: > > > Since I can't detect this lib in LIB_DEPENDS, move it into > BUILD_DEPENDS > > for now to enable bento to build packages > > In this extract from ports/graphics/ogle-gui/Makefile, doesn't the > second > entry require a library name, such as "libdvdcontrol:" > > BUILD_DEPENDS=  automake:${PORTSDIR}/devel/automake \ > ${LOCALBASE}/lib/ogle/libdvdcontrol.so.4 > > e.g. is the second line incomplete and should be more like: > libdvdcontrol:${LOCALBASE}/lib/ogle/libdvdcontrol.so.4 > > cheers. > -- > Dan Langille > The FreeBSD Diary - http://freebsddiary.org/ - practical examples > No, the syntax you describe would only be appropriate for a LIB_DEPENDS entry. I believe the reason that a BUILD_DEPENDS entry for this library is necessary is because it is not in the linker search patch. -- jmc || MacroHard -- \ || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 18: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 C75A337B405; Sun, 25 Nov 2001 18:31:26 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ2VQT86293; Sun, 25 Nov 2001 18:31:26 -0800 (PST) (envelope-from ache) Message-Id: <200111260231.fAQ2VQT86293@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 25 Nov 2001 18:31:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-URI Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/11/25 18:31:26 PST Modified files: net/p5-URI Makefile distinfo Log: Upgrade to 1.17 PR: 32262 Revision Changes Path 1.19 +2 -2 ports/net/p5-URI/Makefile 1.11 +1 -1 ports/net/p5-URI/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 19:42:56 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 E8A8E37B417; Sun, 25 Nov 2001 19:42:52 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fAQ3gpY40667; Sun, 25 Nov 2001 20:42:52 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200111260342.fAQ3gpY40667@aslan.scsiguy.com> To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern tty.c In-Reply-To: Your message of "Fri, 16 Nov 2001 16:26:57 PST." <200111170026.fAH0QvX25570@freefall.freebsd.org> Date: Sun, 25 Nov 2001 20:42:51 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >peter 2001/11/16 16:26:57 PST > > Modified files: > sys/kern tty.c > Log: > utime/stime.tv_sec are elapsed times, not relative to 1970. We can > safely print them as longs. Even if ^T overflows after a process > has accumulated 68 years of user or system time, it is no big deal. I wonder if this will be such a safe assumption when we're running on highly parallel machines? Even on just a 16 CPU box, you'd only need 4.25 years of wallclock time to see an overflow. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 19:49:16 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 9A87A37B416; Sun, 25 Nov 2001 19:49:12 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fAQ3nBY40709; Sun, 25 Nov 2001 20:49:11 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200111260349.fAQ3nBY40709@aslan.scsiguy.com> To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c In-Reply-To: Your message of "Sat, 17 Nov 2001 09:43:06 PST." <200111171743.fAHHh6R74448@freefall.freebsd.org> Date: Sun, 25 Nov 2001 20:49:11 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >iedowse 2001/11/17 09:43:06 PST > > Modified files: > sys/cam/scsi scsi_da.c > Log: > The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controller > doesn't support the synchronise cache command. > > PR: kern/21752 If you look in the PR, the controller properly reports that the sync cache command is unsupported. Quirks should only be used for devices that catastrophically fail when a sync cache command is sent. This also gives us the oportunity to *fix* whatever is wrong with the code in the da driver that should silenty accept a properly rejected sync cache command. I've looked at the code a few times to try and figure out why it fails to stay silent, but have never figured it out. Perhaps you or Nick Colakovic can use your fresh eyes to figure out the bug in the code. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 19:50: 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 01F5737B405; Sun, 25 Nov 2001 19:50:00 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ3nxc98528; Sun, 25 Nov 2001 19:49:59 -0800 (PST) (envelope-from rwatson) Message-Id: <200111260349.fAQ3nxc98528@freefall.freebsd.org> From: Robert Watson Date: Sun, 25 Nov 2001 19:49:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/11/25 19:49:59 PST Modified files: sys/boot/forth loader.conf Log: o Add 'kern.maxusers' to the list of commented out sample tunable variables, since that can now be tuned at boot-time without a recompile. Revision Changes Path 1.51 +1 -0 src/sys/boot/forth/loader.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 19:50:32 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id 07D4A37B41A; Sun, 25 Nov 2001 19:50:23 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5563366BE2; Sun, 25 Nov 2001 19:50:22 -0800 (PST) Date: Sun, 25 Nov 2001 19:50:22 -0800 From: Kris Kennaway To: Sean Chittenden Cc: Ian Dowse , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20011125195022.A8376@xor.obsecurity.org> References: <20011125153656.A94203@xor.obsecurity.org> <200111260038.aa52845@salmon.maths.tcd.ie> <2001@=> <20011125193957.O20895@ninja1.internal> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011125193957.O20895@ninja1.internal>; from sean@chittenden.org on Sun, Nov 25, 2001 at 07:39:57PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 25, 2001 at 07:39:57PM -0800, Sean Chittenden wrote: > > >I dunno..the major use of tail -F is probably on logfiles which get > > >rotated infrequently. I can imagine that a site might want to > > >simultaneously monitor a large number of logfiles, but I don't know > > >what the CPU impact of that with your change would be..maybe not much. > > >If you tail -F, say, 100 simultaneous files, how much CPU does that > > >stat'ing use? > >=20 > > Running 100 "tail -F"s requires a pretty negliglible amount of CPU > > time (try it!), but kqueue does help by allowing the processes to > > be swapped out during any long pauses between file updates. > >=20 > > The reason for this change is simply to fix a particular use of > > tail that was broken by the addition of kqueue support. The current > > code gives us about half of the kqueue gains over the pre-kqueue > > version for the -F case (changes noticed quickly, polling frequency > > reduced by a factor of 4). Doing better is of course possible, but > > it doesn't seem particularly easy. Maybe the author of this patch > > (Maxim Konovalov) would be willing to have a go at it. >=20 > Why not wrap this functionality in a new CLI argument? If I'm tailing > over NFS or some non-kq enabled FS, then I'll turn on the flag > manually (ex: -N). Seems like this is a step backwards to me... -sc No, you're misunderstanding the nature of the change. Kris --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8Abv8Wry0BWjoQKURAplSAJ4ixwCijMiLDAvwJ3o9kweMljK/SgCfXGI2 6U2E3eNoiCt5QOGBoDMInSA= =nXaD -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 20: 6:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95DDE37B405; Sun, 25 Nov 2001 20:06:47 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ46lR03803; Sun, 25 Nov 2001 20:06:47 -0800 (PST) (envelope-from rwatson) Message-Id: <200111260406.fAQ46lR03803@freefall.freebsd.org> From: Robert Watson Date: Sun, 25 Nov 2001 20:06:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bktr bktr_mem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/11/25 20:06:47 PST Modified files: sys/dev/bktr bktr_mem.c Log: o Add #include to fix a warning about printf() being used without a prototype. Revision Changes Path 1.6 +2 -1 src/sys/dev/bktr/bktr_mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 20:13:32 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.tgd.net (pop3-ssl.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id 2194637B41B; Sun, 25 Nov 2001 20:13:28 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id 638B420F0A; Sun, 25 Nov 2001 19:39:57 -0800 (PST) Date: Sun, 25 Nov 2001 19:39:57 -0800 From: Sean Chittenden To: Ian Dowse Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20011125193957.O20895@ninja1.internal> References: <20011125153656.A94203@xor.obsecurity.org> <200111260038.aa52845@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111260038.aa52845@salmon.maths.tcd.ie>; from "iedowse@maths.tcd.ie" on Mon, Nov 26, 2001 at = 12:38:47AM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > >I dunno..the major use of tail -F is probably on logfiles which get > >rotated infrequently. I can imagine that a site might want to > >simultaneously monitor a large number of logfiles, but I don't know > >what the CPU impact of that with your change would be..maybe not much. > >If you tail -F, say, 100 simultaneous files, how much CPU does that > >stat'ing use? > > Running 100 "tail -F"s requires a pretty negliglible amount of CPU > time (try it!), but kqueue does help by allowing the processes to > be swapped out during any long pauses between file updates. > > The reason for this change is simply to fix a particular use of > tail that was broken by the addition of kqueue support. The current > code gives us about half of the kqueue gains over the pre-kqueue > version for the -F case (changes noticed quickly, polling frequency > reduced by a factor of 4). Doing better is of course possible, but > it doesn't seem particularly easy. Maybe the author of this patch > (Maxim Konovalov) would be willing to have a go at it. Why not wrap this functionality in a new CLI argument? If I'm tailing over NFS or some non-kq enabled FS, then I'll turn on the flag manually (ex: -N). Seems like this is a step backwards to me... -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 20:52: 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 B140837B416; Sun, 25 Nov 2001 20:52:03 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ4q3t09526; Sun, 25 Nov 2001 20:52:03 -0800 (PST) (envelope-from ijliao) Message-Id: <200111260452.fAQ4q3t09526@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 25 Nov 2001 20:52:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-mx-experimental Makefile ports/devel/py-mx-experimental/files patch-mx::Number::mxNumber::mxNumber.h patch-mxEXPERIMENTAL.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/25 20:52:03 PST Modified files: devel/py-mx-experimental Makefile Added files: devel/py-mx-experimental/files patch-mx::Number::mxNumber::mxNumber.h patch-mxEXPERIMENTAL.py Log: libgmp dependency Submitted by: anthony.kim@vw.com Revision Changes Path 1.2 +6 -1 ports/devel/py-mx-experimental/Makefile 1.1 +11 -0 ports/devel/py-mx-experimental/files/patch-mx::Number::mxNumber::mxNumber.h (new) 1.1 +19 -0 ports/devel/py-mx-experimental/files/patch-mxEXPERIMENTAL.py (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 21:42: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 47C2537B405; Sun, 25 Nov 2001 21:42:46 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ5gkn18652; Sun, 25 Nov 2001 21:42:46 -0800 (PST) (envelope-from imp) Message-Id: <200111260542.fAQ5gkn18652@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 21:42:46 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/25 21:42:46 PST Modified files: sys/dev/pccbb pccbb.c Log: style(9) fixes: o declare variables at the start of the function, not the start of a block. o return (retval); o minor {} tweaks. Revision Changes Path 1.30 +147 -161 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 Sun Nov 25 22: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ADB237B405; Sun, 25 Nov 2001 22:00:28 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ60SZ21001; Sun, 25 Nov 2001 22:00:28 -0800 (PST) (envelope-from bmah) Message-Id: <200111260600.fAQ60SZ21001@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 25 Nov 2001 22:00:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/25 22:00:28 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: sh(1) now implements test as a built-in command, also no longer has printf as a built-in. Submitted by: knu Revision Changes Path 1.202 +8 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 22:27:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE97537B416; Sun, 25 Nov 2001 22:27:49 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ6Rnk28514; Sun, 25 Nov 2001 22:27:49 -0800 (PST) (envelope-from kuriyama) Message-Id: <200111260627.fAQ6Rnk28514@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 25 Nov 2001 22:27:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/expat2 Makefile distinfo ports/textproc/expat2/files patch-aa patch-ab patch-expat.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/11/25 22:27:49 PST Modified files: textproc/expat2 Makefile distinfo Removed files: textproc/expat2/files patch-aa patch-ab patch-expat.h Log: Upgrade to 1.95.2. Reminded by: John Angelmo Revision Changes Path 1.13 +1 -2 ports/textproc/expat2/Makefile 1.4 +1 -1 ports/textproc/expat2/distinfo 1.5 +0 -11 ports/textproc/expat2/files/patch-aa (dead) 1.2 +0 -10 ports/textproc/expat2/files/patch-ab (dead) 1.2 +0 -11 ports/textproc/expat2/files/patch-expat.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 23:12:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B14E37B417; Sun, 25 Nov 2001 23:12:36 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ7CaS36918; Sun, 25 Nov 2001 23:12:36 -0800 (PST) (envelope-from imp) Message-Id: <200111260712.fAQ7CaS36918@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 23:12:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/25 23:12:36 PST Modified files: sys/dev/pci pci_pci.c Log: Experimental patch to try to properly clip the range of the memory request to one that's supported by the bridge. I'm not 100% sure this is correct, but it makes it easier for the cardbus bridge to allocate its memory. Similar code is needed for the I/O range. Also, I'm not sure if I should be doing this based on memory or pmemory (but likely should do it based on some flag that tells us to prefetch or not). Talked about a long time ago with: msmith Revision Changes Path 1.5 +5 -1 src/sys/dev/pci/pci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 23:14: 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 7DB6037B416; Sun, 25 Nov 2001 23:14:01 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ7E1237156; Sun, 25 Nov 2001 23:14:01 -0800 (PST) (envelope-from imp) Message-Id: <200111260714.fAQ7E1237156@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 23:14:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/25 23:14:01 PST Modified files: sys/dev/pccard pccard.c Log: Only call pccard_function_disable when we have a configured config entry. Otherwise we panic on boot for cards that we can't allocate a config entry for (my 3.3V wavelan card currently fails thusly). Revision Changes Path 1.48 +6 -3 src/sys/dev/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 23:17: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 DBC9637B417; Sun, 25 Nov 2001 23:17:09 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ7H9B37622; Sun, 25 Nov 2001 23:17:09 -0800 (PST) (envelope-from imp) Message-Id: <200111260717.fAQ7H9B37622@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 23:17:09 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/25 23:17:09 PST Modified files: sys/dev/pccbb pccbb.c Log: Make the start memory address that we use configurable via a boot loader parameter. This allows us to more easily boot on big memory configuration machines. hw.pccbb.start_mem. Reflect this in a sysctl so we can read it from userland. # Note: we need a TUNABLE_ULONG to do this right. I'll add that to # kernel.h soon. Revision Changes Path 1.31 +16 -5 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 Sun Nov 25 23:39: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 DE6F837B419; Sun, 25 Nov 2001 23:39:51 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ7dpV42023; Sun, 25 Nov 2001 23:39:51 -0800 (PST) (envelope-from imp) Message-Id: <200111260739.fAQ7dpV42023@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 23:39:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio.c sio_isa.c sio_pccard.c sio_pci.c siovar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/25 23:39:51 PST Modified files: sys/dev/sio sio.c sio_isa.c sio_pccard.c sio_pci.c siovar.h Log: bde suggests that sio really wants to manage its own softc. This allows us to move the sio softc data structure back into sio.c and reduce the complexity of the non sio.c sio files. Submitted by: bde # I didn't fix the locking issues that bruce also submitted. Revision Changes Path 1.353 +149 -7 src/sys/dev/sio/sio.c 1.3 +1 -2 src/sys/dev/sio/sio_isa.c 1.3 +1 -2 src/sys/dev/sio/sio_pccard.c 1.2 +1 -3 src/sys/dev/sio/sio_pci.c 1.2 +0 -112 src/sys/dev/sio/siovar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 25 23:55:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31CED37B419; Sun, 25 Nov 2001 23:55:13 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ7tDN44293; Sun, 25 Nov 2001 23:55:13 -0800 (PST) (envelope-from clive) Message-Id: <200111260755.fAQ7tDN44293@freefall.freebsd.org> From: Clive Lin Date: Sun, 25 Nov 2001 23:55:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/ghostscript6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/11/25 23:55:12 PST Modified files: chinese/ghostscript6 Makefile Log: Chasing ghostscript 6.52. Submitted by: June-Yen Huang Revision Changes Path 1.5 +2 -2 ports/chinese/ghostscript6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 0:38: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 5CCED37B405; Mon, 26 Nov 2001 00:38:38 -0800 (PST) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ8ccI53717; Mon, 26 Nov 2001 00:38:38 -0800 (PST) (envelope-from wjv) Message-Id: <200111260838.fAQ8ccI53717@freefall.freebsd.org> From: Johann Visagie Date: Mon, 26 Nov 2001 00:38:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-twisted Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/11/26 00:38:38 PST Modified files: devel/py-twisted Makefile distinfo pkg-plist Log: - Update to version 0.12.1 - This is mostly a bugfix release Revision Changes Path 1.12 +1 -1 ports/devel/py-twisted/Makefile 1.7 +1 -1 ports/devel/py-twisted/distinfo 1.11 +6 -3 ports/devel/py-twisted/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 Nov 26 1: 0:21 2001 Delivered-To: cvs-all@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 7F72A37B416; Mon, 26 Nov 2001 01:00:17 -0800 (PST) Received: by gvr.gvr.org (Postfix, from userid 657) id A8A525809; Mon, 26 Nov 2001 10:00:15 +0100 (CET) Date: Mon, 26 Nov 2001 10:00:15 +0100 From: Guido van Rooij To: Greg Lehey Cc: Darren Reed , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.network Message-ID: <20011126100015.A9665@gvr.gvr.org> References: <200111241348.fAODmV495885@freefall.freebsd.org> <20011125171014.A24877@monorchid.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011125171014.A24877@monorchid.lemis.com>; from grog@FreeBSD.org on Sun, Nov 25, 2001 at 05:10:14PM +1030 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 25, 2001 at 05:10:14PM +1030, Greg Lehey wrote: > > It would also be really helpful to have a list of the PRs here, since > that's what people look for. I think it's probably worth a forced > commit. Have you closed them? > I spoke with RUslan at EuroBSDCon and he asked me to look at some of the PR's. IN anticipation of this upcoming commit I have noted that in the relevant PR's and put the in feedback mode. -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 1: 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 66F6137B416; Mon, 26 Nov 2001 01:07:26 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ97QR59722; Mon, 26 Nov 2001 01:07:26 -0800 (PST) (envelope-from sobomax) Message-Id: <200111260907.fAQ97QR59722@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 01:07:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/galeon Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 01:07:26 PST Modified files: www/galeon Makefile distinfo pkg-plist Log: Update to 1.0. Revision Changes Path 1.54 +1 -1 ports/www/galeon/Makefile 1.32 +1 -1 ports/www/galeon/distinfo 1.28 +2 -1 ports/www/galeon/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 Nov 26 1:22: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 E7E8337B41F; Mon, 26 Nov 2001 01:22:26 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 8064081D2D; Mon, 26 Nov 2001 03:22:26 -0600 (CST) Date: Mon, 26 Nov 2001 03:22:26 -0600 From: Alfred Perlstein To: Sean Chittenden Cc: Ian Dowse , Kris Kennaway , jlemon@freebsd.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20011126032226.F13393@elvis.mu.org> References: <20011125153656.A94203@xor.obsecurity.org> <200111260038.aa52845@salmon.maths.tcd.ie> <20011125193957.O20895@ninja1.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011125193957.O20895@ninja1.internal>; from sean@chittenden.org on Sun, Nov 25, 2001 at 07:39:57PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is really to affdress the issue of FSs that don't support EVFILT VNODE (or whatever it is) properly. I wonder if kevent could be simulated on unsupported FSs (vop_stdkevent) by using callouts to effect a poll(2). Any takers? -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 1:40:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47E0C37B405; Mon, 26 Nov 2001 01:40:50 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ9eoj63331; Mon, 26 Nov 2001 01:40:50 -0800 (PST) (envelope-from sobomax) Message-Id: <200111260940.fAQ9eoj63331@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 01:40:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 01:40:49 PST Modified files: mfcns README Log: Grammar/spelling nits. Submitted by: "Alexey V. Neyman" Revision Changes Path 1.2 +10 -10 projects/mfcns/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 2: 6: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36F8B37B417; Mon, 26 Nov 2001 02:05:58 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQA5w370207; Mon, 26 Nov 2001 02:05:58 -0800 (PST) (envelope-from ru) Message-Id: <200111261005.fAQA5w370207@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Nov 2001 02:05:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet raw_ip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/26 02:05:58 PST Modified files: sys/netinet raw_ip.c Log: Restore the ability to use IP_FW_ADD with setsockopt(2) that got broken in revision 1.86. This broke natd(8)'s -punch_fw option. Reported by: Daniel Rock , setantae Revision Changes Path 1.88 +1 -0 src/sys/netinet/raw_ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 2: 8: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CC4137B417; Mon, 26 Nov 2001 02:07:58 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQA7wa70390; Mon, 26 Nov 2001 02:07:58 -0800 (PST) (envelope-from ru) Message-Id: <200111261007.fAQA7wa70390@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Nov 2001 02:07:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet raw_ip.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/26 02:07:58 PST Modified files: (Branch: RELENG_4) sys/netinet raw_ip.c Log: MFC: 1.88: unbreak natd(8)'s -punch_fw option. Revision Changes Path 1.64.2.10 +1 -0 src/sys/netinet/raw_ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 2: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 1D5D937B41C; Mon, 26 Nov 2001 02:52:18 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQAqID75623; Mon, 26 Nov 2001 02:52:18 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261052.fAQAqID75623@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 02:52:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 02:52:17 PST Modified files: ftp/downloader Makefile distinfo pkg-plist Log: upgrade to 1.3.0 Revision Changes Path 1.31 +2 -2 ports/ftp/downloader/Makefile 1.22 +1 -1 ports/ftp/downloader/distinfo 1.17 +2 -0 ports/ftp/downloader/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 Nov 26 3: 3:52 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 7536C37B417; Mon, 26 Nov 2001 03:03:43 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Nov 2001 11:03:42 +0000 (GMT) To: Alfred Perlstein Cc: Sean Chittenden , Kris Kennaway , jlemon@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tail forward.c In-Reply-To: Your message of "Mon, 26 Nov 2001 03:22:26 CST." <20011126032226.F13393@elvis.mu.org> Date: Mon, 26 Nov 2001 11:03:41 +0000 From: Ian Dowse Message-ID: <200111261103.aa12722@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011126032226.F13393@elvis.mu.org>, Alfred Perlstein writes: >This is really to affdress the issue of FSs that don't support EVFILT >VNODE (or whatever it is) properly. No, as Kris mentioned, this is not the issue. The -F option worked fine on filesystems that don't support kqueue because tail always polls in that case. The problem that this commit worked around was a feature of tail's "-F" option that was lost when tail was kq-ified: that is the ability to always notice when the command-line path starts referring to a different file. In the -F case, tail sets up two kevents on the specified file: EVFILT_READ EVFILT_VNODE (fflags NOTE_DELETE, NOTE_RENAME) This causes tail to be notified when file size changes, or whenever the file is renamed or deleted. The problem is that there are other changes that are not caught by this filter but which are noticed when polling. Consider the case of tail -F /var/log/today/messages mv /var/log/today /var/log/20011126 mkdir /var/log/today touch var/log/today/messages The vnode being monitored sees no changes, so no kevent is generated. The above example is a simple case; more generally there can be any number of directories and symbolic links in the path, and some path components may not be on filesystems that support kqueue. The case where all path components are on a kqueue-supported filesystem could be dealt with using no polling, but it would involve a procedure that is something like: - Split up the specified path into its components, and set up a kevent for each one, resorting to polling if any fail. - Expand any components that are symlinks, and set up kevents for each one, repeating as necessary. - Whenever we get a kevent for one of the intermediate path components, re-scan all path components after that one, including re-expanding symlinks. Then re-stat the path to see if the referenced file has changed (you can't even short-cut the rescan by stat'ing first, because the path could be now taking a different route to the same file, causing some further changes to be missed). And even then, there are races possible, so some changes could be missed. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 4: 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 5E9D937B405; Mon, 26 Nov 2001 04:05:29 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQC5Ts96786; Mon, 26 Nov 2001 04:05:29 -0800 (PST) (envelope-from markm) Message-Id: <200111261205.fAQC5Ts96786@freefall.freebsd.org> From: Mark Murray Date: Mon, 26 Nov 2001 04:05:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tn3270 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/11/26 04:05:29 PST Modified files: net/tn3270 Makefile Log: Tweak the master site. Revision Changes Path 1.4 +2 -2 ports/net/tn3270/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 4:11: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 3668037B41D; Mon, 26 Nov 2001 04:11:35 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQCBZK98651; Mon, 26 Nov 2001 04:11:35 -0800 (PST) (envelope-from vanilla) Message-Id: <200111261211.fAQCBZK98651@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 Nov 2001 04:11:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBI Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2001/11/26 04:11:35 PST Modified files: databases/p5-DBI Makefile distinfo pkg-plist Log: Upgrade to 1.20. Revision Changes Path 1.35 +2 -4 ports/databases/p5-DBI/Makefile 1.18 +1 -1 ports/databases/p5-DBI/distinfo 1.17 +0 -2 ports/databases/p5-DBI/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 Nov 26 4:12: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F27237B41A; Mon, 26 Nov 2001 04:11:58 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQCBwl98712; Mon, 26 Nov 2001 04:11:58 -0800 (PST) (envelope-from vanilla) Message-Id: <200111261211.fAQCBwl98712@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 Nov 2001 04:11:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-Daemon Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2001/11/26 04:11:58 PST Modified files: net/p5-Net-Daemon Makefile distinfo Log: Upgrade to 0.36. Revision Changes Path 1.9 +2 -2 ports/net/p5-Net-Daemon/Makefile 1.6 +1 -1 ports/net/p5-Net-Daemon/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 4:12: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 58D5237B417; Mon, 26 Nov 2001 04:12:25 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQCCPW98883; Mon, 26 Nov 2001 04:12:25 -0800 (PST) (envelope-from vanilla) Message-Id: <200111261212.fAQCCPW98883@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 26 Nov 2001 04:12:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-PlRPC Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2001/11/26 04:12:25 PST Modified files: net/p5-PlRPC Makefile distinfo Log: Upgrade to 0.2016. Revision Changes Path 1.7 +2 -2 ports/net/p5-PlRPC/Makefile 1.4 +1 -1 ports/net/p5-PlRPC/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 4:13:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B67C237B417; Mon, 26 Nov 2001 04:13:37 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQCDbn99207; Mon, 26 Nov 2001 04:13:37 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261213.fAQCDbn99207@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 04:13:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/spirit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 04:13:37 PST Modified files: devel/spirit Makefile distinfo Log: upgrade to 1.2.4 Revision Changes Path 1.3 +1 -1 ports/devel/spirit/Makefile 1.3 +1 -1 ports/devel/spirit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 4:29:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C28237B416; Mon, 26 Nov 2001 04:29:53 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQCTr001138; Mon, 26 Nov 2001 04:29:53 -0800 (PST) (envelope-from nyan) Message-Id: <200111261229.fAQCTr001138@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 26 Nov 2001 04:29:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 src/sys/dev/sio sio_pccard.c siovar.h src/sys/pc98/pc98 pc98.h sio.c sio_cbus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/11/26 04:29:53 PST Modified files: sys/conf files.pc98 sys/dev/sio sio_pccard.c siovar.h sys/pc98/pc98 pc98.h sio.c Added files: sys/pc98/pc98 sio_cbus.c Log: Split the sio driver for pc98 into bus front end and back end. (merged from the files in sys/dev/sio) Revision Changes Path 1.215 +4 -2 src/sys/conf/files.pc98 1.4 +4 -0 src/sys/dev/sio/sio_pccard.c 1.3 +30 -0 src/sys/dev/sio/siovar.h 1.15 +0 -1 src/sys/pc98/pc98/pc98.h 1.159 +67 -275 src/sys/pc98/pc98/sio.c 1.1 +95 -0 src/sys/pc98/pc98/sio_cbus.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 4:41: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 A24EF37B405; Mon, 26 Nov 2001 04:41:23 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQCfN102276; Mon, 26 Nov 2001 04:41:23 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261241.fAQCfN102276@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 04:41:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/unixstat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 04:41:23 PST Modified files: math/unixstat Makefile Log: change maintainers email address PR: 32287 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/math/unixstat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 4: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 5245337B41B; Mon, 26 Nov 2001 04:58:36 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQCwaC04289; Mon, 26 Nov 2001 04:58:36 -0800 (PST) (envelope-from eivind) Message-Id: <200111261258.fAQCwaC04289@freefall.freebsd.org> From: Eivind Eklund Date: Mon, 26 Nov 2001 04:58:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/isync Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eivind 2001/11/26 04:58:35 PST Modified files: mail/isync Makefile distinfo pkg-descr Log: Update to version 0.7. Version 0.6 has been skipped, as the author released 0.7 as integration of the patches that would have been needed in the 0.6 port. New feature: Support for limiting the number of messages downloaded in a mailbox. Ideal for reading the FreeBSD lists offline while keeping a complete mirror on your IMAP server. Revision Changes Path 1.3 +3 -3 ports/mail/isync/Makefile 1.3 +1 -1 ports/mail/isync/distinfo 1.2 +1 -1 ports/mail/isync/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 Nov 26 5: 0: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 307B337B41F; Mon, 26 Nov 2001 05:00:50 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQD0og04626; Mon, 26 Nov 2001 05:00:50 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261300.fAQD0og04626@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 05:00:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/javavmwrapper Makefile ports/java/javavmwrapper/src javavmwrapper.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 05:00:50 PST Modified files: java/javavmwrapper Makefile java/javavmwrapper/src javavmwrapper.sh Log: Use "$@" instead of "$*" to pass parameters to a subshell. This ensures that parameters with spaces are passed correctly. PR: 32191 Submitted by: Ben Suffolk Revision Changes Path 1.4 +2 -2 ports/java/javavmwrapper/Makefile 1.5 +3 -4 ports/java/javavmwrapper/src/javavmwrapper.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 5: 6: 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 723AE37B41B; Mon, 26 Nov 2001 05:06:03 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQD63808638; Mon, 26 Nov 2001 05:06:03 -0800 (PST) (envelope-from sumikawa) Message-Id: <200111261306.fAQD63808638@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 26 Nov 2001 05:06:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2001/11/26 05:06:03 PST Modified files: www/apache13+ipv6 Makefile Log: Upgrade IPv6 patch. PR: 32222 Submitted by: Martti Kuparinen Revision Changes Path 1.24 +2 -2 ports/www/apache13+ipv6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 5: 6: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 A5CFA37B432; Mon, 26 Nov 2001 05:06:21 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQD6Lv08741; Mon, 26 Nov 2001 05:06:21 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261306.fAQD6Lv08741@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 05:06:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gettext-devel Makefile distinfo pkg-plist ports/devel/gettext-devel/files patch-ad patch-ae patch-ltmain.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 05:06:21 PST Modified files: devel/gettext-devel Makefile distinfo pkg-plist devel/gettext-devel/files patch-ad patch-ae Added files: devel/gettext-devel/files patch-ltmain.sh Log: Update to 0.10.40. Submitted by: kuriyama Revision Changes Path 1.26 +3 -4 ports/devel/gettext-devel/Makefile 1.4 +1 -1 ports/devel/gettext-devel/distinfo 1.4 +16 -13 ports/devel/gettext-devel/files/patch-ad 1.7 +8 -17 ports/devel/gettext-devel/files/patch-ae 1.1 +28 -0 ports/devel/gettext-devel/files/patch-ltmain.sh (new) 1.19 +2 -0 ports/devel/gettext-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 5:15:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C633B37B41D; Mon, 26 Nov 2001 05:15:51 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQDFpn10508; Mon, 26 Nov 2001 05:15:51 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261315.fAQDFpn10508@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 05:15:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ttf2pt1 Makefile distinfo pkg-plist ports/print/ttf2pt1/files patch-Makefile patch-ft.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 05:15:51 PST Modified files: print/ttf2pt1 Makefile distinfo pkg-plist print/ttf2pt1/files patch-Makefile Removed files: print/ttf2pt1/files patch-ft.c Log: upgrade to 3.4.0 Revision Changes Path 1.2 +1 -1 ports/print/ttf2pt1/Makefile 1.2 +1 -1 ports/print/ttf2pt1/distinfo 1.3 +5 -12 ports/print/ttf2pt1/files/patch-Makefile 1.2 +0 -11 ports/print/ttf2pt1/files/patch-ft.c (dead) 1.2 +1 -0 ports/print/ttf2pt1/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 Nov 26 5: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 83E3E37B41A; Mon, 26 Nov 2001 05:18:55 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQDItT11091; Mon, 26 Nov 2001 05:18:55 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261318.fAQDItT11091@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 05:18:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/GiNaC Makefile distinfo pkg-plist ports/math/GiNaC/files patch-ginac::numeric.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 05:18:55 PST Modified files: math/GiNaC Makefile distinfo pkg-plist Added files: math/GiNaC/files patch-ginac::numeric.cpp Log: upgrade to 1.0.1 Revision Changes Path 1.8 +12 -2 ports/math/GiNaC/Makefile 1.6 +1 -1 ports/math/GiNaC/distinfo 1.1 +11 -0 ports/math/GiNaC/files/patch-ginac::numeric.cpp (new) 1.7 +3 -4 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 Mon Nov 26 5:38:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8960D37B41A; Mon, 26 Nov 2001 05:38:37 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQDcbu18400; Mon, 26 Nov 2001 05:38:37 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261338.fAQDcbu18400@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 05:38:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gnomeprint pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 05:38:37 PST Modified files: print/gnomeprint pkg-plist Log: Use `@exec touch ...' to create ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap if it doesn't exist. This ensures that the file is created in all cases and should fix bento build. Originally file is only created when the package is built on a system with X11 fonts installed. Submitted by: bento Revision Changes Path 1.19 +1 -0 ports/print/gnomeprint/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 Nov 26 5:43: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 910CE37B405; Mon, 26 Nov 2001 05:43:49 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQDhnr19508; Mon, 26 Nov 2001 05:43:49 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261343.fAQDhnr19508@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 05:43:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/guilib distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 05:43:49 PST Modified files: graphics/guilib distinfo Log: Update checksum. The only difference between old and new version is replaced with in one of the files. Therefore, no version bump is necessary. Revision Changes Path 1.2 +1 -1 ports/graphics/guilib/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 5:56:26 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.mk.bsdclub.org (motoyuki.as.wakwak.ne.jp [61.205.237.31]) by hub.freebsd.org (Postfix) with ESMTP id 813A737B41A; Mon, 26 Nov 2001 05:56:22 -0800 (PST) Received: from sakura.mk.bsdclub.org (sakura.mk.bsdclub.org [2001:200:341:0:2a0:c9ff:fe20:9aff]) by mail.mk.bsdclub.org (8.11.6+3.4W/3.7W/smtpfeed 1.16) with ESMTP/inet6 id fAQDuGq66741; Mon, 26 Nov 2001 22:56:16 +0900 (JST) Received: from sakura.mk.bsdclub.org (localhost [127.0.0.1]) by sakura.mk.bsdclub.org (8.11.6/3.7W) with ESMTP/inet id fAQDuG802940; Mon, 26 Nov 2001 22:56:16 +0900 (JST) Message-Id: <200111261356.fAQDuG802940@sakura.mk.bsdclub.org> To: Munechika SUMIKAWA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/apache13+ipv6 Makefile From: Motoyuki Konno X-Mailer: mh-e on Mule 2.3 / Emacs 19.34.1 References: <200111261306.fAQD63808638@freefall.freebsd.org> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Mon, 26 Nov 2001 22:56:16 +0900 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Munechika SUMIKAWA wrote: > sumikawa 2001/11/26 05:06:03 PST > > Modified files: > www/apache13+ipv6 Makefile > Log: > Upgrade IPv6 patch. > Revision Changes Path > 1.24 +2 -2 ports/www/apache13+ipv6/Makefile Sumikawa-san, please update ports/www/apache13+ipv6/distinfo. -- ------------------------------------------------------------------------ Motoyuki Konno motoyuki@bsdclub.org (Home) motoyuki@FreeBSD.ORG (FreeBSD Project) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 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 642AE37B419; Mon, 26 Nov 2001 06:02:51 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQE2p925152; Mon, 26 Nov 2001 06:02:51 -0800 (PST) (envelope-from sumikawa) Message-Id: <200111261402.fAQE2p925152@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 26 Nov 2001 06:02:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2001/11/26 06:02:50 PST Modified files: www/apache13+ipv6 distinfo Log: Upgrade IPv6 patch. PR: 32222 Submitted by: Martti Kuparinen Revision Changes Path 1.14 +1 -1 ports/www/apache13+ipv6/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 6: 6:26 2001 Delivered-To: cvs-all@freebsd.org Received: from verifam.don.to (cj3096656-b.sagam1.kn.home.ne.jp [210.20.134.46]) by hub.freebsd.org (Postfix) with ESMTP id D61B937B419; Mon, 26 Nov 2001 06:06:17 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by verifam.don.to (8.11.3/3.7W) with ESMTP id fAQE4BM05024; Mon, 26 Nov 2001 23:04:11 +0900 (JST) Date: Mon, 26 Nov 2001 14:05:23 +0000 (GMT) Message-Id: <20011126.140523.132961874.sumikawa@ebina.hitachi.co.jp> To: motoyuki@bsdclub.org Cc: sumikawa@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, sumikawa@ebina.hitachi.co.jp Subject: Re: cvs commit: ports/www/apache13+ipv6 Makefile From: SUMIKAWA Munechika In-Reply-To: <200111261356.fAQDuG802940@sakura.mk.bsdclub.org> References: <200111261306.fAQD63808638@freefall.freebsd.org> <200111261356.fAQDuG802940@sakura.mk.bsdclub.org> X-Mailer: xcite1.42> Mew version 3.0.50 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > sumikawa 2001/11/26 05:06:03 PST > > > > Modified files: > > www/apache13+ipv6 Makefile > > Log: > > Upgrade IPv6 patch. > > > Revision Changes Path > > 1.24 +2 -2 ports/www/apache13+ipv6/Makefile > Sumikawa-san, please update ports/www/apache13+ipv6/distinfo. thanks the quickly notification! --- Munechika SUMIKAWA @ Hitachi, Ltd. / KAME Project / 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 Nov 26 6:13: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 C069337B405; Mon, 26 Nov 2001 06:13:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQEDK635059; Mon, 26 Nov 2001 06:13:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261413.fAQEDK635059@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 06:13:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_smb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 06:13:20 PST Modified files: security/pam_smb Makefile Log: Correct MAINTAINER: nsayer --> nsayer@FreeBSD.org. Revision Changes Path 1.2 +1 -1 ports/security/pam_smb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 7:51:28 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 293EF37B419; Mon, 26 Nov 2001 07:51:24 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fAQFpNY44638; Mon, 26 Nov 2001 08:51:23 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200111261551.fAQFpNY44638@aslan.scsiguy.com> To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c In-Reply-To: Your message of "Sun, 25 Nov 2001 21:42:46 PST." <200111260542.fAQ5gkn18652@freefall.freebsd.org> Date: Mon, 26 Nov 2001 08:51:23 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >imp 2001/11/25 21:42:46 PST > > Modified files: > sys/dev/pccbb pccbb.c > Log: > style(9) fixes: > o declare variables at the start of the function, not the start of > a block. This is not a requirement of style(9) (at least not in -stable). C allows variables to have block only scope and we should allow the use of this feature of the language. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 8: 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 288BD37B416; Mon, 26 Nov 2001 08:08:33 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQG8Xh74273; Mon, 26 Nov 2001 08:08:33 -0800 (PST) (envelope-from lioux) Message-Id: <200111261608.fAQG8Xh74273@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 26 Nov 2001 08:08:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/rxvt-devel pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/11/26 08:08:32 PST Modified files: x11/rxvt-devel pkg-plist Log: Fix missed the lib version bump on the packaging list when the port was updated to version 2.7.7 Submitted by: bento Revision Changes Path 1.10 +1 -1 ports/x11/rxvt-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 8:22:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD9837B405; Mon, 26 Nov 2001 08:22:26 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQGMQL76546; Mon, 26 Nov 2001 08:22:26 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261622.fAQGMQL76546@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 08:22:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm Makefile distinfo pkg-plist ports/x11/gdm/files patch-ab patch-ar patch-daemon::slave.c patch-ltmain.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 08:22:25 PST Modified files: x11/gdm Makefile distinfo pkg-plist x11/gdm/files patch-ab Added files: x11/gdm/files patch-ltmain.sh Removed files: x11/gdm/files patch-ar patch-daemon::slave.c Log: Update to 2.2.5.2. Revision Changes Path 1.16 +3 -3 ports/x11/gdm/Makefile 1.8 +1 -1 ports/x11/gdm/distinfo 1.4 +14 -14 ports/x11/gdm/files/patch-ab 1.6 +0 -19 ports/x11/gdm/files/patch-ar (dead) 1.2 +0 -17 ports/x11/gdm/files/patch-daemon::slave.c (dead) 1.1 +28 -0 ports/x11/gdm/files/patch-ltmain.sh (new) 1.7 +4 -0 ports/x11/gdm/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 Nov 26 8:27:50 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id BA03137B405; Mon, 26 Nov 2001 08:27:42 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fAQGRfa99962; Mon, 26 Nov 2001 09:27:41 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fAQGRfM04124; Mon, 26 Nov 2001 09:27:41 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111261627.fAQGRfM04124@harmony.village.org> To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 26 Nov 2001 08:51:23 MST." <200111261551.fAQFpNY44638@aslan.scsiguy.com> References: <200111261551.fAQFpNY44638@aslan.scsiguy.com> Date: Mon, 26 Nov 2001 09:27:41 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200111261551.fAQFpNY44638@aslan.scsiguy.com> "Justin T. Gibbs" writes: : >imp 2001/11/25 21:42:46 PST : > : > Modified files: : > sys/dev/pccbb pccbb.c : > Log: : > style(9) fixes: : > o declare variables at the start of the function, not the start of : > a block. : : This is not a requirement of style(9) (at least not in -stable). : C allows variables to have block only scope and we should allow : the use of this feature of the language. Yes it is a requirement of style(9), even in -stable: Parts of a for loop may be left empty. Don't put declarations inside blocks unless the routine is unusually complicated. None of the functions were anywhere near complex enough. Also, there were several of the form: foo(); bar(); { char *baz; baz = somefunc(...); otherfunc(baz, ...); } which is just wrong. The "safety" of limiting the scope like this is offset by the pita factor of wrapping the function calls. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 8:36: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 E70DE37B405; Mon, 26 Nov 2001 08:36:46 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQGakF78813; Mon, 26 Nov 2001 08:36:46 -0800 (PST) (envelope-from sf) Message-Id: <200111261636.fAQGakF78813@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 26 Nov 2001 08:36:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/navi2ch-emacs20 Makefile distinfo ports/japanese/navi2ch-xemacs21-mule Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/11/26 08:36:46 PST Modified files: japanese/navi2ch-emacs20 Makefile distinfo japanese/navi2ch-xemacs21-mule Makefile Log: update to 011127. Revision Changes Path 1.28 +1 -2 ports/japanese/navi2ch-emacs20/Makefile 1.20 +1 -1 ports/japanese/navi2ch-emacs20/distinfo 1.7 +0 -2 ports/japanese/navi2ch-xemacs21-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 8:38:18 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 EA61937B405; Mon, 26 Nov 2001 08:38:12 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Nov 2001 16:38:12 +0000 (GMT) To: "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c In-Reply-To: Your message of "Sun, 25 Nov 2001 20:49:11 MST." <200111260349.fAQ3nBY40709@aslan.scsiguy.com> Date: Mon, 26 Nov 2001 16:38:12 +0000 From: Ian Dowse Message-ID: <200111261638.aa78493@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200111260349.fAQ3nBY40709@aslan.scsiguy.com>, "Justin T. Gibbs" wri tes: >> Log: >> The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controller >> doesn't support the synchronise cache command. >> >> PR: kern/21752 > >If you look in the PR, the controller properly reports that the >sync cache command is unsupported. Quirks should only be used >for devices that catastrophically fail when a sync cache command >is sent. This also gives us the oportunity to *fix* whatever is >wrong with the code in the da driver that should silenty accept >a properly rejected sync cache command. I've looked at the code Sorry, I must have missed your message in the audit-trail for that PR where you say basically the same thing. The PR is quite old; maybe the problem has been fixed since? Anyway, I'll back out that change and ask the submitter for more information. Are there any other devices you're aware of that exibit this behaviour which I might be able to try? Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 8:39:53 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 DA65037B416; Mon, 26 Nov 2001 08:39:46 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fAQGdhY45463; Mon, 26 Nov 2001 09:39:43 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200111261639.fAQGdhY45463@aslan.scsiguy.com> To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c In-Reply-To: Your message of "Mon, 26 Nov 2001 09:27:41 MST." <200111261627.fAQGRfM04124@harmony.village.org> Date: Mon, 26 Nov 2001 09:39:43 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Yes it is a requirement of style(9), even in -stable: > > Parts of a for loop may be left empty. Don't put declarations inside > blocks unless the routine is unusually complicated. > >None of the functions were anywhere near complex enough. Complex is in the eyes of the programmer. In this case, I might agree with the removal of the local variable, but not for reasons specified in style(9). If your example is accurate, the block in question was not a "natureal block" (the body of a conditional statement), and is rarely appropriate. In most cases it indicates that a subsection of the fuction should be broken out into an separate function (perhaps inline). Anyway, style(9) cannot handle all situations. Style(9) has to allow the programmer to use their brain. That is why the above is not a hard and fast rule. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 8:41:46 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 6D30537B416; Mon, 26 Nov 2001 08:41:39 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.5/8.11.5) with ESMTP id fAQGfVY45664; Mon, 26 Nov 2001 09:41:31 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200111261641.fAQGfVY45664@aslan.scsiguy.com> To: Ian Dowse Cc: ken@kdm.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c In-Reply-To: Your message of "Mon, 26 Nov 2001 16:38:12 GMT." <200111261638.aa78493@salmon.maths.tcd.ie> Date: Mon, 26 Nov 2001 09:41:31 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>If you look in the PR, the controller properly reports that the >>sync cache command is unsupported. Quirks should only be used >>for devices that catastrophically fail when a sync cache command >>is sent. This also gives us the oportunity to *fix* whatever is >>wrong with the code in the da driver that should silenty accept >>a properly rejected sync cache command. I've looked at the code > >Sorry, I must have missed your message in the audit-trail for that >PR where you say basically the same thing. The PR is quite old; >maybe the problem has been fixed since? > >Anyway, I'll back out that change and ask the submitter for >more information. Are there any other devices you're aware >of that exibit this behaviour which I might be able to try? I would say that perhaps 75% or more of our sync cache quirk entries fall into this category. Very few devices catastrophically fail. I don't recall off-hand which entries I've complained about in the past. Perhaps Ken will remember. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 8:54: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 D140437B419; Mon, 26 Nov 2001 08:54:38 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQGscP81395; Mon, 26 Nov 2001 08:54:38 -0800 (PST) (envelope-from iedowse) Message-Id: <200111261654.fAQGscP81395@freefall.freebsd.org> From: Ian Dowse Date: Mon, 26 Nov 2001 08:54:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/11/26 08:54:38 PST Modified files: sys/cam/scsi scsi_da.c Log: Back out 1.88 (NO_SYNC_CACHE quirk for Infortrend IFT-3102). Since this device properly reports that the sync cache command is unsupported, the bug is that we still complain about it on the console. Noticed by: gibbs Revision Changes Path 1.90 +0 -8 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 8:55: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 4192F37B416; Mon, 26 Nov 2001 08:55:40 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQGtel81547; Mon, 26 Nov 2001 08:55:40 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261655.fAQGtel81547@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 08:55:40 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 08:55:40 PST Modified files: etc pam.conf Log: Add entries for GDM (GNOME Display Manager). MFC after: 3 days Revision Changes Path 1.22 +16 -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 Mon Nov 26 9: 1:13 2001 Delivered-To: cvs-all@freebsd.org Received: from router.hackerheaven.org (qn-213-73-153-22.quicknet.nl [213.73.153.22]) by hub.freebsd.org (Postfix) with ESMTP id AA2AF37B405; Mon, 26 Nov 2001 09:01:10 -0800 (PST) Received: by router.hackerheaven.org (Postfix, from userid 1000) id EAF5E1CA1; Mon, 26 Nov 2001 18:00:42 +0100 (CET) Date: Mon, 26 Nov 2001 18:00:42 +0100 From: Emiel Kollof To: Maxim Sobolev Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pam.conf Message-ID: <20011126180042.B546@laptop.hackerheaven.org> References: <200111261655.fAQGtel81547@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111261655.fAQGtel81547@freefall.freebsd.org> User-Agent: Mutt/1.3.23i X-Mailer: Mutt 1.3.23i (2001-10-09) X-Editor: Vim http://www.vim.org/ X-Info: http://www.hackerheaven.org/ X-Info2: http://www.cmdline.org/ X-Info3: http://www.coolvibe.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Maxim Sobolev (sobomax@FreeBSD.org) wrote: > Log: > Add entries for GDM (GNOME Display Manager). Uhm, why not add PAM entries for KDM (the kde display manager) as well? Cheers, Emiel -- Did you know that if you took all the economists in the world and lined them up end to end, they'd still point in the wrong direction? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9: 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 7AAFB37B417; Mon, 26 Nov 2001 09:01:38 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQH1ci82317; Mon, 26 Nov 2001 09:01:38 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261701.fAQH1ci82317@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 09:01:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/librsvg Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 09:01:38 PST Modified files: graphics/librsvg Makefile Log: Add missed popt into LIB_DEPENDS. Submitted by: bento Revision Changes Path 1.6 +2 -1 ports/graphics/librsvg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9: 3: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 B286537B405; Mon, 26 Nov 2001 09:03:06 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQH36I82534; Mon, 26 Nov 2001 09:03:06 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261703.fAQH36I82534@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 09:03:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 09:03:06 PST Modified files: devel/glib13 Makefile Log: Add missed gettext into LIB_DEPENDS. Submitted by: bento Revision Changes Path 1.45 +2 -1 ports/devel/glib13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9: 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 40B2137B41B; Mon, 26 Nov 2001 09:03:52 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQH3qZ82762; Mon, 26 Nov 2001 09:03:52 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261703.fAQH3qZ82762@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 09:03:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 09:03:52 PST Modified files: devel/glib13 Makefile Log: Backout previous commit - it have to be added into pango instead. Revision Changes Path 1.46 +1 -2 ports/devel/glib13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9: 4: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 1F2FA37B416; Mon, 26 Nov 2001 09:04:47 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQH4lG82904; Mon, 26 Nov 2001 09:04:47 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261704.fAQH4lG82904@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 09:04:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/pango Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 09:04:47 PST Modified files: x11-toolkits/pango Makefile Log: Add missed libintl into LIB_DEPENDS. Submitted by: bento Revision Changes Path 1.13 +2 -1 ports/x11-toolkits/pango/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9: 9: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 8FE0137B416; Mon, 26 Nov 2001 09:09:18 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQH9If86696; Mon, 26 Nov 2001 09:09:18 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261709.fAQH9If86696@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 09:09:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/viewml/files patch-fltk::history.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 09:09:18 PST Added files: www/viewml/files patch-fltk::history.cpp Log: Unbroke on -current: don't include malloc.h. Revision Changes Path 1.1 +10 -0 ports/www/viewml/files/patch-fltk::history.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9:38:36 2001 Delivered-To: cvs-all@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 363B337B416; Mon, 26 Nov 2001 09:38:32 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.11.6/8.9.1) id fAQHcOg03609; Mon, 26 Nov 2001 10:38:24 -0700 (MST) (envelope-from ken) Date: Mon, 26 Nov 2001 10:38:23 -0700 From: "Kenneth D. Merry" To: "Justin T. Gibbs" Cc: Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c Message-ID: <20011126103823.A3595@panzer.kdm.org> References: <200111261638.aa78493@salmon.maths.tcd.ie> <200111261641.fAQGfVY45664@aslan.scsiguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200111261641.fAQGfVY45664@aslan.scsiguy.com>; from gibbs@scsiguy.com on Mon, Nov 26, 2001 at 09:41:31AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Nov 26, 2001 at 09:41:31 -0700, Justin T. Gibbs wrote: > >>If you look in the PR, the controller properly reports that the > >>sync cache command is unsupported. Quirks should only be used > >>for devices that catastrophically fail when a sync cache command > >>is sent. This also gives us the oportunity to *fix* whatever is > >>wrong with the code in the da driver that should silenty accept > >>a properly rejected sync cache command. I've looked at the code > > > >Sorry, I must have missed your message in the audit-trail for that > >PR where you say basically the same thing. The PR is quite old; > >maybe the problem has been fixed since? > > > >Anyway, I'll back out that change and ask the submitter for > >more information. Are there any other devices you're aware > >of that exibit this behaviour which I might be able to try? > > I would say that perhaps 75% or more of our sync cache quirk > entries fall into this category. Very few devices catastrophically > fail. I don't recall off-hand which entries I've complained about > in the past. Perhaps Ken will remember. I don't remember which entries specifically were just reporting problems, but I'd agree that most of them are reporting problems and not a device that blows up when it sees a cache sync. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9:41: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id 91FFF37B419; Mon, 26 Nov 2001 09:40:56 -0800 (PST) Received: from bilbo.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id AE4A171055; Mon, 26 Nov 2001 18:40:51 +0100 (CET) Received: from club-internet.fr (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id 9CE3A71055; Mon, 26 Nov 2001 18:40:38 +0100 (CET) Message-ID: <3C027E96.52D7BA2A@club-internet.fr> Date: Mon, 26 Nov 2001 18:40:38 +0100 From: Mathieu Arnold Organization: http://www.absolight.com/ X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Emiel Kollof Cc: Maxim Sobolev , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pam.conf References: <200111261655.fAQGtel81547@freefall.freebsd.org> <20011126180042.B546@laptop.hackerheaven.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Emiel Kollof wrote: > > * Maxim Sobolev (sobomax@FreeBSD.org) wrote: > > Log: > > Add entries for GDM (GNOME Display Manager). > > Uhm, why not add PAM entries for KDM (the kde display manager) as well? wouldn't it be better to add some script in the port that add/delete these entries when the ports are installed/deinstalled ? -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9:46: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 59B6737B405; Mon, 26 Nov 2001 09:46:46 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQHkkb92622; Mon, 26 Nov 2001 09:46:46 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261746.fAQHkkb92622@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 09:46:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/kisomandel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 09:46:46 PST Modified files: graphics/kisomandel Makefile Log: s/malloc.h/stdlib.h/ drop maintainership Submitted by: bento Revision Changes Path 1.2 +2 -1 ports/graphics/kisomandel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9:48:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 098F637B41D; Mon, 26 Nov 2001 09:48:16 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQHmF992892; Mon, 26 Nov 2001 09:48:15 -0800 (PST) (envelope-from obrien) Message-Id: <200111261748.fAQHmF992892@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 26 Nov 2001 09:48:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/11/26 09:48:15 PST Modified files: (Branch: RELENG_4) share/man/man9 style.9 Log: Sync with rev 1.71. Revision Changes Path 1.32.2.15 +47 -38 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9:53: 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 B3D6837B416; Mon, 26 Nov 2001 09:53:02 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQHr2J93865; Mon, 26 Nov 2001 09:53:02 -0800 (PST) (envelope-from arr) Message-Id: <200111261753.fAQHr2J93865@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Mon, 26 Nov 2001 09:53:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/xtend xtend.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2001/11/26 09:53:02 PST Modified files: libexec/xtend xtend.c Log: - Fix some poor signal handler usage. Reviewed by: -audit (and their silence), jhb, maintainer's silence Revision Changes Path 1.10 +49 -12 src/libexec/xtend/xtend.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9:59: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 812BC37B416; Mon, 26 Nov 2001 09:58:58 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQHwwE94656; Mon, 26 Nov 2001 09:58:58 -0800 (PST) (envelope-from jeh) Message-Id: <200111261758.fAQHwwE94656@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 26 Nov 2001 09:58:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_auth_mysql Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/11/26 09:58:58 PST Modified files: www/mod_auth_mysql Makefile Log: Add a couple of good mirrors. Revision Changes Path 1.9 +2 -4 ports/www/mod_auth_mysql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 9:59:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F5AD37B438; Mon, 26 Nov 2001 09:59:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQHx9p94684; Mon, 26 Nov 2001 09:59:09 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261759.fAQHx9p94684@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 09:59:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pfinger/files patch-src::utmplib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 09:59:09 PST Added files: net/pfinger/files patch-src::utmplib.c Log: include sys/types.h Submitted by: bento Revision Changes Path 1.1 +10 -0 ports/net/pfinger/files/patch-src::utmplib.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 10: 8:10 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A482D37B405; Mon, 26 Nov 2001 10:08:01 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fAQI80a00491; Mon, 26 Nov 2001 11:08:00 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fAQI7xM04832; Mon, 26 Nov 2001 11:07:59 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111261807.fAQI7xM04832@harmony.village.org> To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 26 Nov 2001 09:39:43 MST." <200111261639.fAQGdhY45463@aslan.scsiguy.com> References: <200111261639.fAQGdhY45463@aslan.scsiguy.com> Date: Mon, 26 Nov 2001 11:07:59 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200111261639.fAQGdhY45463@aslan.scsiguy.com> "Justin T. Gibbs" writes: : >Yes it is a requirement of style(9), even in -stable: : > : > Parts of a for loop may be left empty. Don't put declarations inside : > blocks unless the routine is unusually complicated. : > : >None of the functions were anywhere near complex enough. : : Complex is in the eyes of the programmer. In this case, I might agree : with the removal of the local variable, but not for reasons specified : in style(9). If your example is accurate, the block in question was : not a "natureal block" (the body of a conditional statement), and is : rarely appropriate. In most cases it indicates that a subsection of : the fuction should be broken out into an separate function (perhaps : inline). Anyway, style(9) cannot handle all situations. Style(9) : has to allow the programmer to use their brain. That is why the above : is not a hard and fast rule. Right. There's a lot of cut-n-paste going on in pccbb right now, and this is one result. I think the functions in question were clearer after than before. There are a few I left that looked like #ifdef DO_DEBUG if (am_whining) { uint8_t r1, r2, r3, r4; ... } #endif /* DO_DEBUG */ which were clearer where they were rather than moving. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 10: 8:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CE8A37B41D; Mon, 26 Nov 2001 10:08:17 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQI8H799708; Mon, 26 Nov 2001 10:08:17 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261808.fAQI8H799708@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 10:08:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/surf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 10:08:17 PST Modified files: math/surf Makefile Log: add missing dependency to libgmp drop maintainership Submitted by: bento Revision Changes Path 1.2 +3 -2 ports/math/surf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 10:12:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A697E37B405; Mon, 26 Nov 2001 10:12:40 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQICeK00597; Mon, 26 Nov 2001 10:12:40 -0800 (PST) (envelope-from knu) Message-Id: <200111261812.fAQICeK00597@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 26 Nov 2001 10:12:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-rudl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/26 10:12:40 PST Modified files: devel/ruby-rudl Makefile Log: Chase the moving of the distfile. Submitted by: fenner's distfile survey Revision Changes Path 1.8 +2 -2 ports/devel/ruby-rudl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 10:32:58 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id E71D637B41C for ; Mon, 26 Nov 2001 10:32:51 -0800 (PST) Received: (qmail 32615 invoked from network); 26 Nov 2001 18:32:51 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Nov 2001 18:32:51 -0000 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: <200111240521.fAO5LrD38817@freefall.freebsd.org> Date: Mon, 26 Nov 2001 10:32:50 -0800 (PST) From: John Baldwin To: Takahashi Yoshihiro Subject: RE: cvs commit: src/release Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 24-Nov-01 Takahashi Yoshihiro wrote: > nyan 2001/11/23 21:21:53 PST > > Modified files: > release Makefile > Log: > PC98 boxes cannot boot from CD-ROM. It might still be useful to have /boot on CD1. It certainly doesn't hurt. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Nov 26 10:33:16 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 3EC0437B419 for ; Mon, 26 Nov 2001 10:32:57 -0800 (PST) Received: (qmail 32658 invoked from network); 26 Nov 2001 18:32:56 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Nov 2001 18:32:56 -0000 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: <20011124040027.W5788-100000@oahu.WURLDLINK.NET> Date: Mon, 26 Nov 2001 10:32:55 -0800 (PST) From: John Baldwin To: Vincent Poy Subject: Re: cvs commit: ports/net/freebsd-uucp Makefile distinfo pkg-pli Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Dirk Meyer Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 24-Nov-01 Vincent Poy wrote: > On Fri, 23 Nov 2001, Dirk Meyer wrote: > >> dinoex 2001/11/23 00:56:27 PST >> >> Modified files: >> net/freebsd-uucp Makefile distinfo pkg-plist >> Log: >> - Fix port build >> - local.mtree must include "info" >> - set MANDIR in uucpd/Makefile >> - As we allow the Logfiles to be rotated, we sould allow UUCP to open new >> ones (see gnu/#17202). >> - The Grade patch ifor uucico applied (see gnu/#17202).. >> >> PR: 31960 >> Approved by: lyndon@atg.aciworldwide.com >> >> Revision Changes Path >> 1.6 +3 -3 ports/net/freebsd-uucp/Makefile >> 1.4 +1 -1 ports/net/freebsd-uucp/distinfo >> 1.4 +3 -1 ports/net/freebsd-uucp/pkg-plist >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe cvs-all" in the body of the message >> > > This one compiles fine in -CURRENT and 4.4-RELEASE but fails as > follows in 4.3-RELEASE. Doesn't 4.3 have the built-in uucp support still? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Nov 26 10:37:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC7CA37B405; Mon, 26 Nov 2001 10:37:50 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQIbot05204; Mon, 26 Nov 2001 10:37:50 -0800 (PST) (envelope-from ru) Message-Id: <200111261837.fAQIbot05204@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 26 Nov 2001 10:37:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile ucred.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/26 10:37:50 PST Modified files: share/man/man9 Makefile ucred.9 Log: Bring the ucred(9) manpage in sync with the source. Specifically, document the crshared() function and fix the prototype and description of the crcopy() function. PR: docs/32275 Submitted by: Chad David Reviewed by: jhb Revision Changes Path 1.141 +1 -1 src/share/man/man9/Makefile 1.2 +24 -18 src/share/man/man9/ucred.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 10: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 5FFAB37B41E; Mon, 26 Nov 2001 10:48:56 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQImuH07045; Mon, 26 Nov 2001 10:48:56 -0800 (PST) (envelope-from lioux) Message-Id: <200111261848.fAQImuH07045@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 26 Nov 2001 10:48: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/11/26 10:48:56 PST Modified files: . modules Log: Remove furi superseded by phex Revision Changes Path 1.4196 +0 -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 Nov 26 10: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 B248037B417; Mon, 26 Nov 2001 10:50:48 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQIomm07439; Mon, 26 Nov 2001 10:50:48 -0800 (PST) (envelope-from lioux) Message-Id: <200111261850.fAQIomm07439@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 26 Nov 2001 10:50:48 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/11/26 10:50:48 PST Modified files: net Makefile Removed files: net/furi Makefile distinfo pkg-comment pkg-descr pkg-plist net/furi/files furi.sh Log: Remove furi since it was both superseded by phex and discontinued by the author. phex is a work from another developer based on the original furi code. Revision Changes Path 1.655 +0 -1 ports/net/Makefile 1.2 +0 -41 ports/net/furi/Makefile (dead) 1.2 +0 -1 ports/net/furi/distinfo (dead) 1.4 +0 -10 ports/net/furi/files/furi.sh (dead) 1.2 +0 -1 ports/net/furi/pkg-comment (dead) 1.2 +0 -5 ports/net/furi/pkg-descr (dead) 1.2 +0 -5 ports/net/furi/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 10: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 D004237B416; Mon, 26 Nov 2001 10:54:51 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQIspl08242; Mon, 26 Nov 2001 10:54:51 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261854.fAQIspl08242@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 10:54:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/f2c pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 10:54:51 PST Modified files: lang/f2c pkg-descr Log: Put back missed \n, accidentally deleted in the previous commit. Revision Changes Path 1.4 +2 -1 ports/lang/f2c/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 Nov 26 10:55: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 8914937B417; Mon, 26 Nov 2001 10:55:40 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQIteY08511; Mon, 26 Nov 2001 10:55:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261855.fAQIteY08511@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 10:55:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/liboop Makefile distinfo pkg-plist ports/devel/liboop/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 10:55:40 PST Modified files: devel/liboop Makefile distinfo pkg-plist devel/liboop/files patch-configure Log: upgrade to 0.8 drop maintainership Revision Changes Path 1.2 +4 -4 ports/devel/liboop/Makefile 1.2 +1 -1 ports/devel/liboop/distinfo 1.2 +4 -26 ports/devel/liboop/files/patch-configure 1.2 +8 -2 ports/devel/liboop/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 Nov 26 10:56: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 EBEB937B432; Mon, 26 Nov 2001 10:55:46 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQItkR08678; Mon, 26 Nov 2001 10:55:46 -0800 (PST) (envelope-from sobomax) Message-Id: <200111261855.fAQItkR08678@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Nov 2001 10:55:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/math Makefile ports/math/Scilab Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/math/Scilab/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/26 10:55:46 PST Modified files: . modules math Makefile Removed files: math/Scilab Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist math/Scilab/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bd patch-be patch-br patch-bs patch-bt patch-bu patch-bv Log: Remove ports/math/Scilab, because it was superceeded by math/scilab long time ago. Submittedby: maintainer Revision Changes Path 1.4197 +0 -1 CVSROOT/modules 1.151 +0 -1 ports/math/Makefile 1.9 +0 -34 ports/math/Scilab/Makefile (dead) 1.4 +0 -1 ports/math/Scilab/distinfo (dead) 1.3 +0 -172 ports/math/Scilab/files/patch-aa (dead) 1.3 +0 -14 ports/math/Scilab/files/patch-ab (dead) 1.3 +0 -14 ports/math/Scilab/files/patch-ac (dead) 1.3 +0 -44 ports/math/Scilab/files/patch-ad (dead) 1.3 +0 -21 ports/math/Scilab/files/patch-ae (dead) 1.3 +0 -23 ports/math/Scilab/files/patch-af (dead) 1.3 +0 -47 ports/math/Scilab/files/patch-ag (dead) 1.3 +0 -8 ports/math/Scilab/files/patch-ah (dead) 1.3 +0 -29 ports/math/Scilab/files/patch-ai (dead) 1.3 +0 -16 ports/math/Scilab/files/patch-aj (dead) 1.3 +0 -19 ports/math/Scilab/files/patch-ak (dead) 1.3 +0 -10 ports/math/Scilab/files/patch-al (dead) 1.3 +0 -21 ports/math/Scilab/files/patch-am (dead) 1.3 +0 -30 ports/math/Scilab/files/patch-an (dead) 1.3 +0 -23 ports/math/Scilab/files/patch-ao (dead) 1.3 +0 -22 ports/math/Scilab/files/patch-ap (dead) 1.3 +0 -10 ports/math/Scilab/files/patch-ar (dead) 1.3 +0 -17 ports/math/Scilab/files/patch-as (dead) 1.3 +0 -13 ports/math/Scilab/files/patch-at (dead) 1.2 +0 -1626 ports/math/Scilab/files/patch-au (dead) 1.2 +0 -68 ports/math/Scilab/files/patch-av (dead) 1.2 +0 -18 ports/math/Scilab/files/patch-aw (dead) 1.2 +0 -9 ports/math/Scilab/files/patch-ax (dead) 1.2 +0 -16 ports/math/Scilab/files/patch-ay (dead) 1.2 +0 -10 ports/math/Scilab/files/patch-az (dead) 1.2 +0 -9 ports/math/Scilab/files/patch-ba (dead) 1.2 +0 -17 ports/math/Scilab/files/patch-bb (dead) 1.2 +0 -9 ports/math/Scilab/files/patch-bd (dead) 1.2 +0 -11 ports/math/Scilab/files/patch-be (dead) 1.2 +0 -17 ports/math/Scilab/files/patch-br (dead) 1.2 +0 -9 ports/math/Scilab/files/patch-bs (dead) 1.2 +0 -9 ports/math/Scilab/files/patch-bt (dead) 1.2 +0 -8 ports/math/Scilab/files/patch-bu (dead) 1.2 +0 -11 ports/math/Scilab/files/patch-bv (dead) 1.3 +0 -1 ports/math/Scilab/pkg-comment (dead) 1.3 +0 -27 ports/math/Scilab/pkg-descr (dead) 1.2 +0 -8 ports/math/Scilab/pkg-message (dead) 1.4 +0 -6342 ports/math/Scilab/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 11: 4: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 01CBF37B405; Mon, 26 Nov 2001 11:04:20 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQJ4Jk11677; Mon, 26 Nov 2001 11:04:19 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261904.fAQJ4Jk11677@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 11:04:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_index_rss Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 11:04:19 PST Modified files: www/mod_index_rss Makefile pkg-descr Log: update master site and WWW drop maintainership Submitted by: bento log Revision Changes Path 1.3 +3 -3 ports/www/mod_index_rss/Makefile 1.2 +1 -1 ports/www/mod_index_rss/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 Nov 26 11: 6: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 0898537B417; Mon, 26 Nov 2001 11:06:21 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQJ6L015301; Mon, 26 Nov 2001 11:06:21 -0800 (PST) (envelope-from fenner) Message-Id: <200111261906.fAQJ6L015301@freefall.freebsd.org> From: Bill Fenner Date: Mon, 26 Nov 2001 11:06:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/rio Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/11/26 11:06:20 PST Modified files: audio/rio Makefile Log: Remove derm@ibm.net as MAINTAINER; mail has been bouncing for 10 weeks. Revision Changes Path 1.5 +2 -2 ports/audio/rio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 11: 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 BD01537B425; Mon, 26 Nov 2001 11:06:30 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQJ6U415330; Mon, 26 Nov 2001 11:06:30 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261906.fAQJ6U415330@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 11:06:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_index_rss Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 11:06:30 PST Modified files: www/mod_index_rss Makefile Log: oops... add one more master site Revision Changes Path 1.4 +2 -1 ports/www/mod_index_rss/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 11:14:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A6E537B405; Mon, 26 Nov 2001 11:14:49 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQJEnf16603; Mon, 26 Nov 2001 11:14:49 -0800 (PST) (envelope-from fenner) Message-Id: <200111261914.fAQJEnf16603@freefall.freebsd.org> From: Bill Fenner Date: Mon, 26 Nov 2001 11:14:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cdecl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/11/26 11:14:48 PST Modified files: devel/cdecl Makefile Log: Un-quote the Quoted-Printable "=" after "MASTER_SITES=". Revision Changes Path 1.8 +2 -2 ports/devel/cdecl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 11: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 81E3137B417; Mon, 26 Nov 2001 11:15:06 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQJF6Q16687; Mon, 26 Nov 2001 11:15:06 -0800 (PST) (envelope-from ijliao) Message-Id: <200111261915.fAQJF6Q16687@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 11:15:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/grc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/26 11:15:06 PST Modified files: misc/grc Makefile distinfo Log: upgrade to 1.0.2 drop maintainership Revision Changes Path 1.3 +6 -8 ports/misc/grc/Makefile 1.2 +1 -1 ports/misc/grc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 11: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 3C2E237B416; Mon, 26 Nov 2001 11:16:42 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQJGgh17065; Mon, 26 Nov 2001 11:16:42 -0800 (PST) (envelope-from fenner) Message-Id: <200111261916.fAQJGgh17065@freefall.freebsd.org> From: Bill Fenner Date: Mon, 26 Nov 2001 11:16:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/makepatch pkg-descr ports/graphics/gimp1 pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/11/26 11:16:42 PST Modified files: textproc/makepatch pkg-descr graphics/gimp1 pkg-descr Log: Fully-qualify WWW: URL Revision Changes Path 1.5 +1 -1 ports/graphics/gimp1/pkg-descr 1.2 +1 -1 ports/textproc/makepatch/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 Nov 26 11:27:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B7D437B417; Mon, 26 Nov 2001 11:27:18 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQJRID18840; Mon, 26 Nov 2001 11:27:18 -0800 (PST) (envelope-from phantom) Message-Id: <200111261927.fAQJRID18840@freefall.freebsd.org> From: Alexey Zelkin Date: Mon, 26 Nov 2001 11:27:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/net Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/11/26 11:27:18 PST Modified files: java Makefile net Makefile Log: Sort entries Reviewed by: sobomax Revision Changes Path 1.42 +3 -3 ports/java/Makefile 1.656 +1 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 11:35: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 983B437B416; Mon, 26 Nov 2001 11:35:23 -0800 (PST) Received: (from jwd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQJZNW20571; Mon, 26 Nov 2001 11:35:23 -0800 (PST) (envelope-from jwd) Message-Id: <200111261935.fAQJZNW20571@freefall.freebsd.org> From: "John W. De Boskey" Date: Mon, 26 Nov 2001 11:35:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zephyr/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jwd 2001/11/26 11:35:23 PST Added files: net/zephyr/files patch-ag Log: Final patch from submitter. zephyr.vars is now searched for in the same location as the other SYSCONFDIR configuration files. Permit realm to be defined in zephyr.vars to allow overriding of the default hard-coded "local-realm" in lib/ZInit.c. PR: ports/30491 Submitted by: sasdrq@unx.sas.com Revision Changes Path 1.1 +34 -0 ports/net/zephyr/files/patch-ag (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 12: 6: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 759EF37B43F; Mon, 26 Nov 2001 12:06:25 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQK6PE27114; Mon, 26 Nov 2001 12:06:25 -0800 (PST) (envelope-from bmah) Message-Id: <200111262006.fAQK6PE27114@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Nov 2001 12:06:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/26 12:06:25 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: TCP syncache. Revision Changes Path 1.203 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 12:49:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 375F837B41C; Mon, 26 Nov 2001 12:49:28 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQKnSF32200; Mon, 26 Nov 2001 12:49:28 -0800 (PST) (envelope-from guido) Message-Id: <200111262049.fAQKnSF32200@freefall.freebsd.org> From: Guido van Rooij Date: Mon, 26 Nov 2001 12:49:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG guido 2001/11/26 12:49:28 PST Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_vnops.c Log: MFC: When mkdir()-ing, the parent dir gets is linkcount increased. Fix VN_KNOTE to reflect that. Revision Changes Path 1.131.2.5 +2 -2 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 Nov 26 13: 1: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 B213637B41D; Mon, 26 Nov 2001 13:01:19 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQL1JM33563; Mon, 26 Nov 2001 13:01:19 -0800 (PST) (envelope-from knu) Message-Id: <200111262101.fAQL1JM33563@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 26 Nov 2001 13:01:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/linux_locale Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/26 13:01:19 PST Modified files: japanese/linux_locale Makefile Log: Bump PORTREVISION for the last change. (rev.1.9) Submitted by: ume Revision Changes Path 1.10 +1 -1 ports/japanese/linux_locale/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 13: 8:52 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id 66CAA37B419; Mon, 26 Nov 2001 13:08:46 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C54D266BD5; Mon, 26 Nov 2001 13:08:45 -0800 (PST) Date: Mon, 26 Nov 2001 13:08:45 -0800 From: Kris Kennaway To: Ian Dowse Cc: Alfred Perlstein , Sean Chittenden , Kris Kennaway , jlemon@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tail forward.c Message-ID: <20011126130845.A18053@xor.obsecurity.org> References: <20011126032226.F13393@elvis.mu.org> <200111261103.aa12722@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111261103.aa12722@salmon.maths.tcd.ie>; from iedowse@maths.tcd.ie on Mon, Nov 26, 2001 at 11:03:41AM +0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 26, 2001 at 11:03:41AM +0000, Ian Dowse wrote: > In message <20011126032226.F13393@elvis.mu.org>, Alfred Perlstein writes: > >This is really to affdress the issue of FSs that don't support EVFILT > >VNODE (or whatever it is) properly. >=20 > No, as Kris mentioned, this is not the issue. The -F option worked > fine on filesystems that don't support kqueue because tail always > polls in that case. But it's also something which we should think about; otherwise applications which are kq'ed but where the author forgets to implement (retain) fallback polling code will only be usable on kq'ed filesystems. Kris --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8Aq9cWry0BWjoQKURAjE0AJ9EWnCp+8AffJOHWf5EIbdzqVGvCgCg9h/4 +86zRGIMcisY+9fyZKr5kDA= =j9kh -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 13:10:36 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id 7B2E137B416; Mon, 26 Nov 2001 13:10:15 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2EBAD66BD5; Mon, 26 Nov 2001 13:10:15 -0800 (PST) Date: Mon, 26 Nov 2001 13:10:15 -0800 From: Kris Kennaway To: John Baldwin Cc: Vincent Poy , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Dirk Meyer Subject: Re: cvs commit: ports/net/freebsd-uucp Makefile distinfo pkg-pli Message-ID: <20011126131015.B18053@xor.obsecurity.org> References: <20011124040027.W5788-100000@oahu.WURLDLINK.NET> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="UHN/qo2QbUvPLonB" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Mon, Nov 26, 2001 at 10:32:55AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 26, 2001 at 10:32:55AM -0800, John Baldwin wrote: >=20 > On 24-Nov-01 Vincent Poy wrote: > > On Fri, 23 Nov 2001, Dirk Meyer wrote: > >=20 > >> dinoex 2001/11/23 00:56:27 PST > >> > >> Modified files: > >> net/freebsd-uucp Makefile distinfo pkg-plist > >> Log: > >> - Fix port build > >> - local.mtree must include "info" > >> - set MANDIR in uucpd/Makefile > >> - As we allow the Logfiles to be rotated, we sould allow UUCP to ope= n new > >> ones (see gnu/#17202). > >> - The Grade patch ifor uucico applied (see gnu/#17202).. > >> > >> PR: 31960 > >> Approved by: lyndon@atg.aciworldwide.com > >> > >> Revision Changes Path > >> 1.6 +3 -3 ports/net/freebsd-uucp/Makefile > >> 1.4 +1 -1 ports/net/freebsd-uucp/distinfo > >> 1.4 +3 -1 ports/net/freebsd-uucp/pkg-plist > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe cvs-all" in the body of the message > >> > >=20 > > This one compiles fine in -CURRENT and 4.4-RELEASE but fails as > > follows in 4.3-RELEASE. >=20 > Doesn't 4.3 have the built-in uucp support still? Yes. We probably shouldn't build this on 4.x since it's not needed. Kris --UHN/qo2QbUvPLonB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8Aq+2Wry0BWjoQKURAh3rAJ45FN7zu/HGpaYp/LaIZAmkTnPAtQCgyhcO kf67J+6c3LZVU2542kadZKE= =mroT -----END PGP SIGNATURE----- --UHN/qo2QbUvPLonB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 13:10:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16F7537B417; Mon, 26 Nov 2001 13:10:16 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQLAG837823; Mon, 26 Nov 2001 13:10:16 -0800 (PST) (envelope-from imp) Message-Id: <200111262110.fAQLAG837823@freefall.freebsd.org> From: Warner Losh Date: Mon, 26 Nov 2001 13:10:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pci_cfgreg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/26 13:10:16 PST Modified files: (Branch: RELENG_4) sys/i386/isa pci_cfgreg.c Log: MFC (kinda, the code is different there): When we're searching for an already configured line, and we find 0 as the irq for that line, ignore it. It is a crewel lye. Instead, treat it like we treat irq 255. Some BIOS writes seem to violate the spec by using 0 where they should use 255. The if for this is separated out so that we can ifdef it out if pc98 needs to have irq0 valid (this is in machdep code, so no other archs are relevant). This fixes many laptops that weren't able to properly route PCI interrupts before. Note: it will almost ceratainly not fix the crash some people see when we go to call the BIOS. Debugging thanks to: guido Revision Changes Path 1.1.2.6 +9 -6 src/sys/i386/isa/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 13:25: 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 0E6F937B405; Mon, 26 Nov 2001 13:25:04 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQLP4l39733; Mon, 26 Nov 2001 13:25:04 -0800 (PST) (envelope-from imp) Message-Id: <200111262125.fAQLP4l39733@freefall.freebsd.org> From: Warner Losh Date: Mon, 26 Nov 2001 13:25:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/26 13:25:04 PST Modified files: sys/i386/pci pci_cfgreg.c Log: MFS: I was confused. This code wasn't in -current after all. Merge in the irq 0 detection. Add comment about why. If we have irq 0, ignore it like we do irq 255. Some BIOS writers aren't careful like they should be. Revision Changes Path 1.81 +15 -6 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 13:27:30 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 5692237B41A; Mon, 26 Nov 2001 13:27:25 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Nov 2001 21:27:24 +0000 (GMT) To: Kris Kennaway Cc: Alfred Perlstein , Sean Chittenden , jlemon@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tail forward.c In-Reply-To: Your message of "Mon, 26 Nov 2001 13:08:45 PST." <20011126130845.A18053@xor.obsecurity.org> Date: Mon, 26 Nov 2001 21:27:24 +0000 From: Ian Dowse Message-ID: <200111262127.aa20860@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011126130845.A18053@xor.obsecurity.org>, Kris Kennaway writes: > >But it's also something which we should think about; otherwise >applications which are kq'ed but where the author forgets to implement >(retain) fallback polling code will only be usable on kq'ed >filesystems. [this is essentially the same as the question that you posted to -arch, so I've replied there instead] Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 13:29:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17E0537B416; Mon, 26 Nov 2001 13:29:32 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQLTWX40505; Mon, 26 Nov 2001 13:29:32 -0800 (PST) (envelope-from dirk) Message-Id: <200111262129.fAQLTWX40505@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 26 Nov 2001 13:29:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4/files patch-ext_mcal_config.m4 ports/www/mod_php4/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/11/26 13:29:32 PST Modified files: www/mod_php4/scripts configure.php Added files: www/mod_php4/files patch-ext_mcal_config.m4 Log: Add support for MCAL (Modular Calendar Access Library) PR: ports/31417 Submitted by: Thierry Thomas Revision Changes Path 1.1 +12 -0 ports/www/mod_php4/files/patch-ext_mcal_config.m4 (new) 1.148 +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 Mon Nov 26 14: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 EBE2837B41D; Mon, 26 Nov 2001 14:21:15 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQMLF650080; Mon, 26 Nov 2001 14:21:15 -0800 (PST) (envelope-from green) Message-Id: <200111262221.fAQMLF650080@freefall.freebsd.org> From: Brian Feldman Date: Mon, 26 Nov 2001 14:21:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls Makefile lomac.c lomac.h ls.1 ls.c ls.h print.c util.c src/bin/ps Makefile extern.h keyword.c lomac.c lomac.h print.c ps.1 ps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2001/11/26 14:21:15 PST Modified files: bin/ls Makefile ls.1 ls.c ls.h print.c util.c bin/ps Makefile extern.h keyword.c print.c ps.1 ps.c Added files: bin/ls lomac.c lomac.h bin/ps lomac.c lomac.h Log: Add LOMAC options (the "Z" flag in both cases) to display extra information in ls(1) and ps(1). Sponsored by: DARPA, NAI Labs Revision Changes Path 1.15 +2 -2 src/bin/ls/Makefile 1.1 +151 -0 src/bin/ls/lomac.c (new) 1.1 +40 -0 src/bin/ls/lomac.h (new) 1.55 +11 -2 src/bin/ls/ls.1 1.46 +34 -10 src/bin/ls/ls.c 1.15 +4 -1 src/bin/ls/ls.h 1.39 +3 -1 src/bin/ls/print.c 1.24 +3 -3 src/bin/ls/util.c 1.15 +2 -2 src/bin/ps/Makefile 1.15 +2 -1 src/bin/ps/extern.h 1.34 +2 -1 src/bin/ps/keyword.c 1.1 +113 -0 src/bin/ps/lomac.c (new) 1.1 +40 -0 src/bin/ps/lomac.h (new) 1.52 +12 -1 src/bin/ps/print.c 1.38 +13 -2 src/bin/ps/ps.1 1.43 +9 -3 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 14:35:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1021137B405; Mon, 26 Nov 2001 14:35:11 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQMZBN57009; Mon, 26 Nov 2001 14:35:11 -0800 (PST) (envelope-from markm) Message-Id: <200111262235.fAQMZBN57009@freefall.freebsd.org> From: Mark Murray Date: Mon, 26 Nov 2001 14:35:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/11/26 14:35:11 PST Modified files: usr.bin Makefile Log: Temporarily remove tip/cu from the build while repo-surgery is done. Revision Changes Path 1.170 +0 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 15:13: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 7F12237B405; Mon, 26 Nov 2001 15:13:33 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQNDXY67775; Mon, 26 Nov 2001 15:13:33 -0800 (PST) (envelope-from markm) Message-Id: <200111262313.fAQNDXY67775@freefall.freebsd.org> From: Mark Murray Date: Mon, 26 Nov 2001 15:13:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tip/tip Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/11/26 15:13:33 PST Modified files: usr.bin/tip/tip Makefile Log: After some CVS surgery to remove an unwise commit, restore some post-UUCP-removal stuff: 1) Link cu(1) to tip(1). 2) Force removal of system immutable bit. (Was needed by UUCP's insecure cu(1). Revision Changes Path 1.14 +8 -3 src/usr.bin/tip/tip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 15:14: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 27E4A37B416; Mon, 26 Nov 2001 15:14:22 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQNEMe67908; Mon, 26 Nov 2001 15:14:22 -0800 (PST) (envelope-from bmah) Message-Id: <200111262314.fAQNEMe67908@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 26 Nov 2001 15:14:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/11/26 15:14:21 PST Modified files: usr.sbin/sysinstall menus.c Log: Grammar police (system console terminal type menu). Revision Changes Path 1.329 +4 -4 src/usr.sbin/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 15:15:18 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id A1EE337B405 for ; Mon, 26 Nov 2001 15:15:10 -0800 (PST) Received: (qmail 21306 invoked from network); 26 Nov 2001 23:15:08 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Nov 2001 23:15:08 -0000 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: <200111262313.fAQNDXY67775@freefall.freebsd.org> Date: Mon, 26 Nov 2001 15:15:02 -0800 (PST) From: John Baldwin To: Mark Murray Subject: RE: cvs commit: src/usr.bin/tip/tip Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 26-Nov-01 Mark Murray wrote: > markm 2001/11/26 15:13:33 PST > > Modified files: > usr.bin/tip/tip Makefile > Log: > After some CVS surgery to remove an unwise commit, restore some > post-UUCP-removal stuff: > > 1) Link cu(1) to tip(1). > 2) Force removal of system immutable bit. (Was needed by UUCP's > insecure cu(1). So, what did the surgery actually do? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Nov 26 15:18: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 F407437B416; Mon, 26 Nov 2001 15:18:21 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQNILn68380; Mon, 26 Nov 2001 15:18:21 -0800 (PST) (envelope-from markm) Message-Id: <200111262318.fAQNILn68380@freefall.freebsd.org> From: Mark Murray Date: Mon, 26 Nov 2001 15:18:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/11/26 15:18:21 PST Modified files: usr.bin Makefile Log: Some CVS surgery has been done to tip(1) to clean out a commit that I should have done differently. Restore tip(1) to the build. I will return to this with a clean import to tip in due course. Revision Changes Path 1.171 +1 -0 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 Nov 26 15:29:30 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 7EDF937B416; Mon, 26 Nov 2001 15:29:26 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fAQNTPb54686; Mon, 26 Nov 2001 23:29:25 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fAQNT8F02533; Mon, 26 Nov 2001 23:29:08 GMT (envelope-from mark@grondar.za) Message-Id: <200111262329.fAQNT8F02533@grimreaper.grondar.org> To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tip/tip Makefile References: In-Reply-To: ; from John Baldwin "Mon, 26 Nov 2001 15:15:02 PST." Date: Mon, 26 Nov 2001 23:29:08 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > So, what did the surgery actually do? Removed an unwise commit :-) Seriously, it removed my commit of a few weeks ago where I brought in OpenBSD tip(1)/cu(1) without a proper import. I'll do the proper import RSN. "Removed" == "Deleted deltas". M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 15: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 1E2CA37B416; Mon, 26 Nov 2001 15:45:13 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQNjDB71436; Mon, 26 Nov 2001 15:45:13 -0800 (PST) (envelope-from jhb) Message-Id: <200111262345.fAQNjDB71436@freefall.freebsd.org> From: John Baldwin Date: Mon, 26 Nov 2001 15:45:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c src/sys/fs/ntfs ntfs.h ntfs_compr.c ntfs_inode.h ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/26 15:45:13 PST Modified files: sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c sys/fs/ntfs ntfs.h ntfs_compr.c ntfs_inode.h ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log: GC non-FreeBSD code that didn't work anyways. Revision Changes Path 1.8 +1 -18 src/sys/fs/hpfs/hpfs.h 1.16 +4 -197 src/sys/fs/hpfs/hpfs_vfsops.c 1.18 +2 -112 src/sys/fs/hpfs/hpfs_vnops.c 1.12 +1 -27 src/sys/fs/ntfs/ntfs.h 1.13 +1 -5 src/sys/fs/ntfs/ntfs_compr.c 1.10 +1 -18 src/sys/fs/ntfs/ntfs_inode.h 1.21 +0 -21 src/sys/fs/ntfs/ntfs_subr.c 1.37 +3 -276 src/sys/fs/ntfs/ntfs_vfsops.c 1.26 +1 -155 src/sys/fs/ntfs/ntfs_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 Nov 26 15:49: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id B00DE37B417 for ; Mon, 26 Nov 2001 15:48:56 -0800 (PST) Received: (qmail 27274 invoked from network); 26 Nov 2001 23:48:54 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Nov 2001 23:48:54 -0000 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: <200111262329.fAQNT8F02533@grimreaper.grondar.org> Date: Mon, 26 Nov 2001 15:48:53 -0800 (PST) From: John Baldwin To: Mark Murray Subject: Re: cvs commit: src/usr.bin/tip/tip Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 26-Nov-01 Mark Murray wrote: >> So, what did the surgery actually do? > > Removed an unwise commit :-) > > Seriously, it removed my commit of a few weeks ago where I brought > in OpenBSD tip(1)/cu(1) without a proper import. I'll do the proper > import RSN. > > "Removed" == "Deleted deltas". Ah, ok. Didn't know which commit you meant. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Nov 26 15:49:50 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id D062237B41B for ; Mon, 26 Nov 2001 15:49:44 -0800 (PST) Received: (qmail 7242 invoked from network); 26 Nov 2001 23:49:43 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Nov 2001 23:49:43 -0000 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: <200111262345.fAQNjDB71436@freefall.freebsd.org> Date: Mon, 26 Nov 2001 15:49:42 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops. Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 26-Nov-01 John Baldwin wrote: > jhb 2001/11/26 15:45:13 PST > > Modified files: > sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c > sys/fs/ntfs ntfs.h ntfs_compr.c ntfs_inode.h > ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c > Log: > GC non-FreeBSD code that didn't work anyways. It compiles, but that's the extent of my testing. msdosfs also has broken non-FreeBSD code in it as well. Any objections to axeing it? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Nov 26 15:52:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A57A237B419; Mon, 26 Nov 2001 15:52:35 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQNqZe72663; Mon, 26 Nov 2001 15:52:35 -0800 (PST) (envelope-from jhb) Message-Id: <200111262352.fAQNqZe72663@freefall.freebsd.org> From: John Baldwin Date: Mon, 26 Nov 2001 15:52:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/26 15:52:35 PST Modified files: sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c Log: GC some KSE compatiblity macros that were somehow still here. Revision Changes Path 1.17 +7 -12 src/sys/fs/hpfs/hpfs_vfsops.c 1.19 +16 -21 src/sys/fs/hpfs/hpfs_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 Nov 26 16: 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 593BB37B419; Mon, 26 Nov 2001 16:08:05 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR085G77533; Mon, 26 Nov 2001 16:08:05 -0800 (PST) (envelope-from jhb) Message-Id: <200111270008.fAR085G77533@freefall.freebsd.org> From: John Baldwin Date: Mon, 26 Nov 2001 16:08:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs.h ntfs_subr.c src/sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_subr.h hpfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/26 16:08:05 PST Modified files: sys/fs/ntfs ntfs.h ntfs_subr.c sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_subr.h hpfs_vfsops.c Log: Expand LOCKMGR() compat macro. Revision Changes Path 1.9 +0 -1 src/sys/fs/hpfs/hpfs.h 1.11 +3 -2 src/sys/fs/hpfs/hpfs_hash.c 1.2 +3 -3 src/sys/fs/hpfs/hpfs_subr.h 1.18 +2 -2 src/sys/fs/hpfs/hpfs_vfsops.c 1.13 +0 -1 src/sys/fs/ntfs/ntfs.h 1.22 +11 -8 src/sys/fs/ntfs/ntfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 16:18: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 38E6037B417; Mon, 26 Nov 2001 16:18:34 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR0IYH78880; Mon, 26 Nov 2001 16:18:34 -0800 (PST) (envelope-from jhb) Message-Id: <200111270018.fAR0IYH78880@freefall.freebsd.org> From: John Baldwin Date: Mon, 26 Nov 2001 16:18:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_vfsops.c hpfs_vnops.c src/sys/fs/ntfs ntfs.h ntfs_ihash.c ntfs_vfsops.c ntfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/26 16:18:34 PST Modified files: sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_vfsops.c hpfs_vnops.c sys/fs/ntfs ntfs.h ntfs_ihash.c ntfs_vfsops.c ntfs_vnops.c Log: GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK. Revision Changes Path 1.10 +0 -6 src/sys/fs/hpfs/hpfs.h 1.12 +1 -2 src/sys/fs/hpfs/hpfs_hash.c 1.19 +5 -5 src/sys/fs/hpfs/hpfs_vfsops.c 1.20 +7 -7 src/sys/fs/hpfs/hpfs_vnops.c 1.14 +0 -5 src/sys/fs/ntfs/ntfs.h 1.17 +2 -3 src/sys/fs/ntfs/ntfs_ihash.c 1.38 +6 -6 src/sys/fs/ntfs/ntfs_vfsops.c 1.27 +5 -5 src/sys/fs/ntfs/ntfs_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 Nov 26 16:30: 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 6E4D437B417; Mon, 26 Nov 2001 16:29:59 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR0TxM80264; Mon, 26 Nov 2001 16:29:59 -0800 (PST) (envelope-from des) Message-Id: <200111270029.fAR0TxM80264@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Nov 2001 16:29:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile distinfo pkg-plist ports/www/linux-opera/files opera.sh patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/26 16:29:59 PST Modified files: www/linux-opera Makefile distinfo pkg-plist www/linux-opera/files patch-aa Removed files: www/linux-opera/files opera.sh Log: Upgrade to 6.0-20011122.1. PR: ports/32300 Revision Changes Path 1.16 +9 -11 ports/www/linux-opera/Makefile 1.9 +1 -1 ports/www/linux-opera/distinfo 1.8 +0 -15 ports/www/linux-opera/files/opera.sh (dead) 1.6 +41 -17 ports/www/linux-opera/files/patch-aa 1.9 +165 -29 ports/www/linux-opera/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 Nov 26 16: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 7B5E337B405; Mon, 26 Nov 2001 16:34:14 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR0YEw81024; Mon, 26 Nov 2001 16:34:14 -0800 (PST) (envelope-from jhb) Message-Id: <200111270034.fAR0YEw81024@freefall.freebsd.org> From: John Baldwin Date: Mon, 26 Nov 2001 16:34:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/26 16:34:14 PST Modified files: sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c Log: Replace 'p' with 'td' as appropriate. Revision Changes Path 1.20 +21 -21 src/sys/fs/hpfs/hpfs_vfsops.c 1.21 +4 -4 src/sys/fs/hpfs/hpfs_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 Nov 26 16:35:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id DB25137B41D for ; Mon, 26 Nov 2001 16:35:40 -0800 (PST) Received: (qmail 4711 invoked from network); 27 Nov 2001 00:35:52 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Nov 2001 00:35:52 -0000 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: <200111270008.fAR085G77533@freefall.freebsd.org> Date: Mon, 26 Nov 2001 16:35:38 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/fs/ntfs ntfs.h ntfs_subr.c src/sys/fs/hp Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 27-Nov-01 John Baldwin wrote: > jhb 2001/11/26 16:08:05 PST > > Modified files: > sys/fs/ntfs ntfs.h ntfs_subr.c > sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_subr.h > hpfs_vfsops.c > Log: > Expand LOCKMGR() compat macro. This is possibly bogus as lockmgr() is always called with LK_KERNPROC as the last parameter rather than using an actual thread as the lock owner. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Nov 26 16:43:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 6907E37B41B for ; Mon, 26 Nov 2001 16:43:40 -0800 (PST) Received: (qmail 26212 invoked from network); 27 Nov 2001 00:43:39 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Nov 2001 00:43:39 -0000 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 Nov 2001 16:43:38 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/fs/ntfs ntfs.h ntfs_subr.c src/sys/fs/hp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 27-Nov-01 John Baldwin wrote: > > On 27-Nov-01 John Baldwin wrote: >> jhb 2001/11/26 16:08:05 PST >> >> Modified files: >> sys/fs/ntfs ntfs.h ntfs_subr.c >> sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_subr.h >> hpfs_vfsops.c >> Log: >> Expand LOCKMGR() compat macro. > > This is possibly bogus as lockmgr() is always called with LK_KERNPROC > as the last parameter rather than using an actual thread as the lock > owner. Hrm, that's a big ambiguous. The original code used LK_KERNPROC, the actual changes I committed are only cosmetic, so my comment is about the original code, not the change itself. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "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 Nov 26 16:53: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 C646637B421; Mon, 26 Nov 2001 16:53:10 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR0rAJ84093; Mon, 26 Nov 2001 16:53:10 -0800 (PST) (envelope-from des) Message-Id: <200111270053.fAR0rAJ84093@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Nov 2001 16:53:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/26 16:53:10 PST Modified files: lib/libpam/modules/pam_unix pam_unix.8 Log: Document the local_pass and nis_pass options, add a few xrefs, and reorder the SEE ALSO section. License modified with original author's permission. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.6 +30 -6 src/lib/libpam/modules/pam_unix/pam_unix.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 16:57: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 1EF9C37B416; Mon, 26 Nov 2001 16:57:51 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR0vpM84846; Mon, 26 Nov 2001 16:57:51 -0800 (PST) (envelope-from des) Message-Id: <200111270057.fAR0vpM84846@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Nov 2001 16:57:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/26 16:57:51 PST Modified files: lib/libpam/modules/pam_ssh pam_ssh.8 Log: Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8). License modified with original author's permission. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.6 +56 -86 src/lib/libpam/modules/pam_ssh/pam_ssh.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 17: 7: 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 A294937B41B; Mon, 26 Nov 2001 17:06:57 -0800 (PST) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR16vH89378; Mon, 26 Nov 2001 17:06:57 -0800 (PST) (envelope-from silby) Message-Id: <200111270106.fAR16vH89378@freefall.freebsd.org> From: Mike Silbersack Date: Mon, 26 Nov 2001 17:06:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc security X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2001/11/26 17:06:57 PST Modified files: etc security Log: Have security add a To: root@host line; the lack of a To: line is causing spambouncer to think my security logs are spam. Revision Changes Path 1.58 +2 -1 src/etc/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 17: 9:52 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id D924037B405 for ; Mon, 26 Nov 2001 17:09:44 -0800 (PST) Received: (qmail 30943 invoked by uid 1000); 27 Nov 2001 01:09:43 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Nov 2001 01:09:43 -0000 Date: Mon, 26 Nov 2001 19:09:43 -0600 (CST) From: Mike Silbersack To: Cc: Subject: Re: cvs commit: src/etc security In-Reply-To: <200111270106.fAR16vH89378@freefall.freebsd.org> Message-ID: <20011126190825.M30941-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 26 Nov 2001, Mike Silbersack wrote: > silby 2001/11/26 17:06:57 PST > > Modified files: > etc security > Log: > Have security add a To: root@host line; the lack of a To: line is causing > spambouncer to think my security logs are spam. > > Revision Changes Path > 1.58 +2 -1 src/etc/security Oops. MFC After: 1 week Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 17:10:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED63C37B41B; Mon, 26 Nov 2001 17:10:46 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR1AkQ89865; Mon, 26 Nov 2001 17:10:46 -0800 (PST) (envelope-from des) Message-Id: <200111270110.fAR1AkQ89865@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Nov 2001 17:10:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile ports/www/linux-opera/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/26 17:10:46 PST Modified files: www/linux-opera Makefile www/linux-opera/files patch-aa Log: Oops, previous revision didn't set OPERA_DIR correctly. Revision Changes Path 1.17 +3 -1 ports/www/linux-opera/Makefile 1.7 +18 -4 ports/www/linux-opera/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 17:17: 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 30BBC37B405; Mon, 26 Nov 2001 17:16:58 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR1Gw790880; Mon, 26 Nov 2001 17:16:58 -0800 (PST) (envelope-from des) Message-Id: <200111270116.fAR1Gw790880@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 26 Nov 2001 17:16:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/26 17:16:57 PST Modified files: www/linux-opera Makefile Log: Mark NO_PACKAGE due to the dialog box Opera pops up at startup that says "do not distribute". Revision Changes Path 1.18 +2 -0 ports/www/linux-opera/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 17:32: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 7A07B37B405; Mon, 26 Nov 2001 17:32:26 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR1WQ693324; Mon, 26 Nov 2001 17:32:26 -0800 (PST) (envelope-from gad) Message-Id: <200111270132.fAR1WQ693324@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 26 Nov 2001 17:32:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source ctlinfo.c src/usr.sbin/lpr/lpd printjob.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2001/11/26 17:32:26 PST Modified files: usr.sbin/lpr/common_source ctlinfo.c usr.sbin/lpr/lpd printjob.c Log: Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'. 'l' ("plain text which includes control characters") is somewhat more appropriate for 'o' ("postscript files"), and in fact some printers treat 'l' as a request to print a postscript file. MFC after: 1 week Revision Changes Path 1.3 +5 -3 src/usr.sbin/lpr/common_source/ctlinfo.c 1.44 +12 -9 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 17:57: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 CC7A837B416; Mon, 26 Nov 2001 17:57:32 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR1vWw01529; Mon, 26 Nov 2001 17:57:32 -0800 (PST) (envelope-from bsd) Message-Id: <200111270157.fAR1vWw01529@freefall.freebsd.org> From: "Brian S. Dean" Date: Mon, 26 Nov 2001 17:57:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/11/26 17:57:32 PST Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs Log: MFC rev 1.62: National BearPaw 1200 has changed name USB_PRODUCT_NATIONAL_BEARPAW1200, add several Mustek scanners. Approved by: n_hibma Revision Changes Path 1.11.2.12 +6 -2 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 17:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C1B137B405; Mon, 26 Nov 2001 17:58:08 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR1w8j01641; Mon, 26 Nov 2001 17:58:08 -0800 (PST) (envelope-from bsd) Message-Id: <200111270158.fAR1w8j01641@freefall.freebsd.org> From: "Brian S. Dean" Date: Mon, 26 Nov 2001 17:58:08 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/11/26 17:58:08 PST Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.32.2.12 +5 -1 src/sys/dev/usb/usbdevs.h 1.32.2.12 +26 -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 Mon Nov 26 18: 0:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AF1037B41A; Mon, 26 Nov 2001 18:00:14 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR20E002038; Mon, 26 Nov 2001 18:00:14 -0800 (PST) (envelope-from bsd) Message-Id: <200111270200.fAR20E002038@freefall.freebsd.org> From: "Brian S. Dean" Date: Mon, 26 Nov 2001 18:00:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uscanner.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/11/26 18:00:14 PST Modified files: (Branch: RELENG_4) sys/dev/usb uscanner.c Log: MFC rev: 1.15: correct vendor ids for Mustek scanners, add new entry for National Bearpaw scanner. Approved by: n_hibma Revision Changes Path 1.2.2.5 +7 -5 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 Mon Nov 26 18:10:45 2001 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id A139D37B416; Mon, 26 Nov 2001 18:10:40 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1) with ESMTP id fAR2Adgv040955 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 26 Nov 2001 18:10:40 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1/Submit) id fAR2AdRX040952; Mon, 26 Nov 2001 18:10:39 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15362.63007.449109.47534@horsey.gshapiro.net> Date: Mon, 26 Nov 2001 18:10:39 -0800 From: Gregory Neil Shapiro To: Mike Silbersack Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc security In-Reply-To: <200111270106.fAR16vH89378@freefall.freebsd.org> References: <200111270106.fAR16vH89378@freefall.freebsd.org> X-Mailer: VM 6.96 under 21.5 (beta3) "asparagus" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby> silby 2001/11/26 17:06:57 PST silby> Modified files: silby> etc security silby> Log: silby> Have security add a To: root@host line; the lack of a To: line is causing silby> spambouncer to think my security logs are spam. silby> Revision Changes Path silby> 1.58 +2 -1 src/etc/security Note that root might not actually be getting the mail. From /etc/defaults/periodic.conf: daily_status_security_output="root" # user or /file To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 18:18:34 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 96D4537B41C for ; Mon, 26 Nov 2001 18:18:27 -0800 (PST) Received: (qmail 31248 invoked by uid 1000); 27 Nov 2001 02:18:25 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Nov 2001 02:18:25 -0000 Date: Mon, 26 Nov 2001 20:18:25 -0600 (CST) From: Mike Silbersack To: Gregory Neil Shapiro Cc: , Subject: Re: cvs commit: src/etc security In-Reply-To: <15362.63007.449109.47534@horsey.gshapiro.net> Message-ID: <20011126201427.F30941-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 26 Nov 2001, Gregory Neil Shapiro wrote: > silby> silby 2001/11/26 17:06:57 PST > silby> Modified files: > silby> etc security > silby> Log: > silby> Have security add a To: root@host line; the lack of a To: line is causing > silby> spambouncer to think my security logs are spam. > > silby> Revision Changes Path > silby> 1.58 +2 -1 src/etc/security > > Note that root might not actually be getting the mail. From > /etc/defaults/periodic.conf: > > daily_status_security_output="root" # user or /file Hrm, I didn't consider that, and I'm not confident that I can do the sh manipulations necessary to propegate that info down to security. If you can do it, I'd welcome the help. :) Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 18:21:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0297137B416; Mon, 26 Nov 2001 18:21:17 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR2LGH08035; Mon, 26 Nov 2001 18:21:16 -0800 (PST) (envelope-from keramida) Message-Id: <200111270221.fAR2LGH08035@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 26 Nov 2001 18:21:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/11/26 18:21:16 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Add an entry that describes why softupdates is dangerous to use on the root filesystem. PR: docs/32319 Submitted by: Michael Lucas Revision Changes Path 1.308 +68 -0 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 18:25:43 2001 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 507AF37B41B; Mon, 26 Nov 2001 18:25:30 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1) with ESMTP id fAR2PTgv041097 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 26 Nov 2001 18:25:29 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1/Submit) id fAR2PTng041094; Mon, 26 Nov 2001 18:25:29 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15362.63897.444387.12844@horsey.gshapiro.net> Date: Mon, 26 Nov 2001 18:25:29 -0800 From: Gregory Neil Shapiro To: Mike Silbersack Cc: , Subject: Re: cvs commit: src/etc security In-Reply-To: <20011126201427.F30941-100000@achilles.silby.com> References: <15362.63007.449109.47534@horsey.gshapiro.net> <20011126201427.F30941-100000@achilles.silby.com> X-Mailer: VM 6.96 under 21.5 (beta3) "asparagus" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "silby" == Mike Silbersack writes: silby> On Mon, 26 Nov 2001, Gregory Neil Shapiro wrote: silby> silby 2001/11/26 17:06:57 PST silby> Modified files: silby> etc security silby> Log: silby> Have security add a To: root@host line; the lack of a To: line is causing silby> spambouncer to think my security logs are spam. >> silby> Revision Changes Path silby> 1.58 +2 -1 src/etc/security >> >> Note that root might not actually be getting the mail. From >> /etc/defaults/periodic.conf: >> >> daily_status_security_output="root" # user or /file silby> Hrm, I didn't consider that, and I'm not confident that I can do the sh silby> manipulations necessary to propegate that info down to security. If silby> you can do it, I'd welcome the help. :) I would probably pass the recipient in as an argument. Here is an untested patch. If you can test it, that would be great. If not, let me know and I'll setup a box to try it on. --- 450.status-security~orig Mon Nov 26 18:20:40 2001 +++ 450.status-security Mon Nov 26 18:21:36 2001 @@ -36,6 +36,7 @@ >$daily_status_security_output 2>&1;; *) echo " (output mailed separately)" + args="-t $daily_status_security_output $args" sh /etc/security $args 2>&1 | sendmail $daily_status_security_output;; esac;; --- security~orig Mon Nov 26 18:20:45 2001 +++ security Mon Nov 26 18:23:53 2001 @@ -47,18 +47,19 @@ } sflag=FALSE ignore= -while getopts as c +while getopts ast: c do case "$c" in a) ignore="$ignore|^amd:";; s) sflag=TRUE;; + t) who=OPTARG;; esac done yesterday=`date -v-1d "+%b %e "` host=`hostname` -[ $sflag = FALSE ] && echo "To: root@${host}" +[ "$who" != "" ] && echo "To: ${who}" [ $sflag = FALSE ] && echo "Subject: ${host} security check output" umask 027 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 18:30:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4052237B41B; Mon, 26 Nov 2001 18:30:02 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR2U2c09156; Mon, 26 Nov 2001 18:30:02 -0800 (PST) (envelope-from kuriyama) Message-Id: <200111270230.fAR2U2c09156@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Nov 2001 18:30:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/iso12083 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/11/26 18:30:02 PST Modified files: textproc/iso12083 Makefile Log: Move $MASTER_SITES to $MASTER_SITE_LOCAL. Found by: distfile survey Revision Changes Path 1.10 +4 -3 ports/textproc/iso12083/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 18:47: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 0CAE937B405; Mon, 26 Nov 2001 18:47:37 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR2lbp11724; Mon, 26 Nov 2001 18:47:37 -0800 (PST) (envelope-from kuriyama) Message-Id: <200111270247.fAR2lbp11724@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Nov 2001 18:47:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/pari-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist pkg-plist.emacs ports/math/pari-devel/files patch-af patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/11/26 18:47:36 PST Modified files: math Makefile Added files: math/pari-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist pkg-plist.emacs math/pari-devel/files patch-af patch-ag Log: Add pari-devel 2.2.0.a, mathmatics library and advanced calculator package. PR: ports/31386 Submitted by: Yoshiaki UCHIKAWA Revision Changes Path 1.152 +1 -0 ports/math/Makefile 1.1 +37 -0 ports/math/pari-devel/Makefile (new) 1.1 +1 -0 ports/math/pari-devel/distinfo (new) 1.1 +65 -0 ports/math/pari-devel/files/patch-af (new) 1.1 +9 -0 ports/math/pari-devel/files/patch-ag (new) 1.1 +1 -0 ports/math/pari-devel/pkg-comment (new) 1.1 +16 -0 ports/math/pari-devel/pkg-descr (new) 1.1 +23 -0 ports/math/pari-devel/pkg-message (new) 1.1 +71 -0 ports/math/pari-devel/pkg-plist (new) 1.1 +76 -0 ports/math/pari-devel/pkg-plist.emacs (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 18: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 0364037B41B; Mon, 26 Nov 2001 18:47:47 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR2lld11771; Mon, 26 Nov 2001 18:47:47 -0800 (PST) (envelope-from kuriyama) Message-Id: <200111270247.fAR2lld11771@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 26 Nov 2001 18:47: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/11/26 18:47:46 PST Modified files: . modules Log: pari-devel --> ports/math/pari-devel Revision Changes Path 1.4198 +1 -0 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 Nov 26 18:50: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7CD837B416; Mon, 26 Nov 2001 18:49:59 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR2nxK12274; Mon, 26 Nov 2001 18:49:59 -0800 (PST) (envelope-from peter) Message-Id: <200111270249.fAR2nxK12274@freefall.freebsd.org> From: Peter Wemm Date: Mon, 26 Nov 2001 18:49:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat Makefile.inc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/11/26 18:49:59 PST Modified files: (Branch: RELENG_4) lib/compat Makefile.inc Log: MFC: remove stale /usr/lib/* libs when we're installing a fresher version in /usr/lib/compat Revision Changes Path 1.6.2.1 +11 -0 src/lib/compat/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 19:27:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AB5037B419; Mon, 26 Nov 2001 19:27:29 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR3RT521233; Mon, 26 Nov 2001 19:27:29 -0800 (PST) (envelope-from max) Message-Id: <200111270327.fAR3RT521233@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 26 Nov 2001 19:27:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/delegate Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2001/11/26 19:27:29 PST Modified files: net/delegate Makefile distinfo Log: Upgrade to 7.7.0. Revision Changes Path 1.35 +2 -2 ports/net/delegate/Makefile 1.27 +1 -1 ports/net/delegate/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 19:29: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 6B24E37B41B; Mon, 26 Nov 2001 19:29:24 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR3TOO21510; Mon, 26 Nov 2001 19:29:24 -0800 (PST) (envelope-from max) Message-Id: <200111270329.fAR3TOO21510@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 26 Nov 2001 19:29:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/delegate pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2001/11/26 19:29:24 PST Modified files: net/delegate pkg-plist Log: Add %%PORTDOCS%% where appropriate. Revision Changes Path 1.4 +2 -2 ports/net/delegate/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 Nov 26 19:34:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4BEA37B416; Mon, 26 Nov 2001 19:34:22 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR3YMf21958; Mon, 26 Nov 2001 19:34:22 -0800 (PST) (envelope-from ken) Message-Id: <200111270334.fAR3YMf21958@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Mon, 26 Nov 2001 19:34:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ken 2001/11/26 19:34:22 PST Modified files: sys/cam cam_xpt.c Log: Bring the probe inquiry code in line with the SCSI spec. It is legal to have a device with device type 0x1f, that just means that the device is of unknown type. Instead, only check the peripheral qualifier when deciding whether or not to reject a device based on its inquiry information. Tested by: julian MFC after: 3 weeks Revision Changes Path 1.120 +38 -46 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 19:35:13 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id EFDFA37B417 for ; Mon, 26 Nov 2001 19:35:05 -0800 (PST) Received: (qmail 31582 invoked by uid 1000); 27 Nov 2001 03:35:04 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Nov 2001 03:35:04 -0000 Date: Mon, 26 Nov 2001 21:35:04 -0600 (CST) From: Mike Silbersack To: Gregory Neil Shapiro Cc: , Subject: Re: cvs commit: src/etc security In-Reply-To: <15362.63897.444387.12844@horsey.gshapiro.net> Message-ID: <20011126213416.J31506-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 26 Nov 2001, Gregory Neil Shapiro wrote: > silby> Hrm, I didn't consider that, and I'm not confident that I can do the sh > silby> manipulations necessary to propegate that info down to security. If > silby> you can do it, I'd welcome the help. :) > > I would probably pass the recipient in as an argument. Here is an untested > patch. If you can test it, that would be great. If not, let me know and > I'll setup a box to try it on. Heh, that seems to set $who to "OPTARG". Closer, but not quite there yet. :) Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 19:55: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 9ABFD37B405; Mon, 26 Nov 2001 19:55:43 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR3thj24713; Mon, 26 Nov 2001 19:55:43 -0800 (PST) (envelope-from ken) Message-Id: <200111270355.fAR3thj24713@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Mon, 26 Nov 2001 19:55:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ken 2001/11/26 19:55:43 PST Modified files: sys/isofs/cd9660 cd9660_vfsops.c Log: Fix mounting root from a ISO9660 filesystem on a SCSI CDROM. The problem was that the ISO9660 code wasn't opening the device prior to issuing ioctl calls. In particular, the device must be open before iso_get_ssector() is called in iso_mountroot(). If the device isn't opened first, the disk layer blows up due to an uninitialized variable. The solution was to open the device, call iso_get_ssector() and then close it again. The ATAPI CDROM driver doesn't have this problem because it doesn't use the disk layer, and evidently doesn't mind if someone issues an ioctl without first issuing an open call. Thanks to phk for pointing me at the source of this problem. Tested by: dirk MFC after: 1 week Revision Changes Path 1.93 +11 -1 src/sys/isofs/cd9660/cd9660_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 Nov 26 20: 0:52 2001 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 4247837B405; Mon, 26 Nov 2001 20:00:41 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1) with ESMTP id fAR40egv041648 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 26 Nov 2001 20:00:40 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1/Submit) id fAR40eZs041645; Mon, 26 Nov 2001 20:00:40 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15363.4072.353022.489319@horsey.gshapiro.net> Date: Mon, 26 Nov 2001 20:00:40 -0800 From: Gregory Neil Shapiro To: Mike Silbersack Cc: , Subject: Re: cvs commit: src/etc security In-Reply-To: <20011126213416.J31506-100000@achilles.silby.com> References: <15362.63897.444387.12844@horsey.gshapiro.net> <20011126213416.J31506-100000@achilles.silby.com> X-Mailer: VM 6.96 under 21.5 (beta3) "asparagus" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby> Heh, that seems to set $who to "OPTARG". Closer, but not quite silby> there yet. :) Missed a $. I'll try it when I get home from work, but here is another attempt (lightly tested this time): --- 450.status-security~orig Mon Nov 26 18:20:40 2001 +++ 450.status-security Mon Nov 26 18:21:36 2001 @@ -36,6 +36,7 @@ >$daily_status_security_output 2>&1;; *) echo " (output mailed separately)" + args="-t $daily_status_security_output $args" sh /etc/security $args 2>&1 | sendmail $daily_status_security_output;; esac;; --- security~orig Mon Nov 26 18:20:45 2001 +++ security Mon Nov 26 18:23:53 2001 @@ -47,18 +47,19 @@ } sflag=FALSE ignore= -while getopts as c +while getopts ast: c do case "$c" in a) ignore="$ignore|^amd:";; s) sflag=TRUE;; + t) who=$OPTARG ;; esac done yesterday=`date -v-1d "+%b %e "` host=`hostname` -[ $sflag = FALSE ] && echo "To: root@${host}" +[ "$who" != "" ] && echo "To: ${who}" [ $sflag = FALSE ] && echo "Subject: ${host} security check output" umask 027 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 20:11:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92C0637B405; Mon, 26 Nov 2001 20:11:10 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR4BA929977; Mon, 26 Nov 2001 20:11:10 -0800 (PST) (envelope-from max) Message-Id: <200111270411.fAR4BA929977@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 26 Nov 2001 20:11:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kakasi pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2001/11/26 20:11:10 PST Modified files: japanese/kakasi pkg-plist Log: Use %%PORTDOCS%% where appropriate. Revision Changes Path 1.12 +9 -9 ports/japanese/kakasi/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 Nov 26 20:15:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF88C37B416; Mon, 26 Nov 2001 20:15:25 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR4FPZ30603; Mon, 26 Nov 2001 20:15:25 -0800 (PST) (envelope-from ache) Message-Id: <200111270415.fAR4FPZ30603@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 26 Nov 2001 20:15:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Text-CSV_XS Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/11/26 20:15:25 PST Modified files: textproc/p5-Text-CSV_XS Makefile distinfo Log: Upgrade to 0.23 Revision Changes Path 1.7 +2 -2 ports/textproc/p5-Text-CSV_XS/Makefile 1.3 +1 -1 ports/textproc/p5-Text-CSV_XS/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 20:25: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 EAD4237B405; Mon, 26 Nov 2001 20:25:14 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR4PEu31866; Mon, 26 Nov 2001 20:25:14 -0800 (PST) (envelope-from sf) Message-Id: <200111270425.fAR4PEu31866@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 26 Nov 2001 20:25:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/navi2ch-emacs20 Makefile ports/japanese/navi2ch-emacs20/files patch-ac patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/11/26 20:25:14 PST Modified files: japanese/navi2ch-emacs20 Makefile Added files: japanese/navi2ch-emacs20/files patch-ac patch-ae Log: patch-ac: fix navi2ch-article-add-global-bookmark. patch-ae: fix navi2ch-article-through-previous/next for xemacs. Obtained from: (not 1) the author. Revision Changes Path 1.29 +1 -0 ports/japanese/navi2ch-emacs20/Makefile 1.3 +15 -0 ports/japanese/navi2ch-emacs20/files/patch-ac (new) 1.3 +12 -0 ports/japanese/navi2ch-emacs20/files/patch-ae (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 21: 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 E981737B419; Mon, 26 Nov 2001 21:02:57 -0800 (PST) Received: (from yar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR52vd36872; Mon, 26 Nov 2001 21:02:57 -0800 (PST) (envelope-from yar) Message-Id: <200111270502.fAR52vd36872@freefall.freebsd.org> From: Yar Tikhiy Date: Mon, 26 Nov 2001 21:02:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/11/26 21:02:57 PST Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c Log: MFC rev1.87: Eliminate a bug of calling select()+accept() on a socket in the blocking mode. Revision Changes Path 1.62.2.14 +25 -7 src/libexec/ftpd/ftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 21:13:57 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 7640C37B425 for ; Mon, 26 Nov 2001 21:13:48 -0800 (PST) Received: (qmail 32004 invoked by uid 1000); 27 Nov 2001 05:13:46 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Nov 2001 05:13:46 -0000 Date: Mon, 26 Nov 2001 23:13:46 -0600 (CST) From: Mike Silbersack To: Gregory Neil Shapiro Cc: , Subject: Re: cvs commit: src/etc security In-Reply-To: <15363.4072.353022.489319@horsey.gshapiro.net> Message-ID: <20011126231243.G31506-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 26 Nov 2001, Gregory Neil Shapiro wrote: > silby> Heh, that seems to set $who to "OPTARG". Closer, but not quite > silby> there yet. :) > > Missed a $. I'll try it when I get home from work, but here is another > attempt (lightly tested this time): Looks good, that's much better behavior than my patch provided. Do you want me to commit this, or should I wait until you get a chance to test it yourself? Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 21:48:46 2001 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id CCE8737B405; Mon, 26 Nov 2001 21:48:42 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1) with ESMTP id fAR5mggv042632 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 26 Nov 2001 21:48:42 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1/Submit) id fAR5mfxe042629; Mon, 26 Nov 2001 21:48:41 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15363.10553.578174.570475@horsey.gshapiro.net> Date: Mon, 26 Nov 2001 21:48:41 -0800 From: Gregory Neil Shapiro To: Mike Silbersack Cc: , Subject: Re: cvs commit: src/etc security In-Reply-To: <20011126231243.G31506-100000@achilles.silby.com> References: <15363.4072.353022.489319@horsey.gshapiro.net> <20011126231243.G31506-100000@achilles.silby.com> X-Mailer: VM 6.96 under 21.5 (beta3) "asparagus" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby> Do you want me to commit this, or should I wait until you get a silby> chance to test it yourself? It's tested. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 22:15: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 26E6B37B419; Mon, 26 Nov 2001 22:15:13 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR6FDi02162; Mon, 26 Nov 2001 22:15:13 -0800 (PST) (envelope-from green) Message-Id: <200111270615.fAR6FDi02162@freefall.freebsd.org> From: Brian Feldman Date: Mon, 26 Nov 2001 22:15:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2001/11/26 22:15:13 PST Modified files: libexec/ftpd Makefile Log: Add lomac.c. Found by: ken Revision Changes Path 1.45 +2 -2 src/libexec/ftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 23: 9: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 DCF0637B419; Mon, 26 Nov 2001 23:09:45 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR79ea11645; Mon, 26 Nov 2001 23:09:40 -0800 (PST) (envelope-from fenner) Message-Id: <200111270709.fAR79ea11645@freefall.freebsd.org> From: Bill Fenner Date: Mon, 26 Nov 2001 23:09:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/viewkit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/11/26 23:09:30 PST Modified files: x11-toolkits/viewkit Makefile Log: ftp.hungry.com is having some trouble, so mirror in MASTER_SITE_LOCAL Submitted by: port survey / MAINTAINER Revision Changes Path 1.3 +4 -2 ports/x11-toolkits/viewkit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 23:39: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 E061137B419; Mon, 26 Nov 2001 23:39:51 -0800 (PST) Received: (from wes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR7dkt16747; Mon, 26 Nov 2001 23:39:46 -0800 (PST) (envelope-from wes) Message-Id: <200111270739.fAR7dkt16747@freefall.freebsd.org> From: Wes Peters Date: Mon, 26 Nov 2001 23:39:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include string.h src/lib/libc/string strerror.3 strerror.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wes 2001/11/26 23:39:46 PST Modified files: include string.h lib/libc/string strerror.3 strerror.c Log: Add strerror_r function per Posix prototype. Reviewed by: Mike Barcroft MFC after: 2 weeks Revision Changes Path 1.10 +2 -1 src/include/string.h 1.13 +34 -5 src/lib/libc/string/strerror.3 1.5 +75 -20 src/lib/libc/string/strerror.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 26 23:57: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 6E6ED37B405; Mon, 26 Nov 2001 23:57:39 -0800 (PST) Received: (from wes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR7vYP19724; Mon, 26 Nov 2001 23:57:34 -0800 (PST) (envelope-from wes) Message-Id: <200111270757.fAR7vYP19724@freefall.freebsd.org> From: Wes Peters Date: Mon, 26 Nov 2001 23:57:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wes 2001/11/26 23:57:32 PST Modified files: lib/libc/string Makefile.inc Log: Must link strerror manpage to strerror_r. Thanks for the review, Mike. Submitted by: Mike Barcroft Revision Changes Path 1.26 +2 -1 src/lib/libc/string/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 0:22:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EE5837B41E; Tue, 27 Nov 2001 00:22:24 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR8L4Z27009; Tue, 27 Nov 2001 00:21:04 -0800 (PST) (envelope-from yoichi) Message-Id: <200111270821.fAR8L4Z27009@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Tue, 27 Nov 2001 00:19:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kpcal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2001/11/27 00:19:44 PST Modified files: japanese/kpcal Makefile Log: Follow the change of the patch distribution place. Reviewed by: knu Revision Changes Path 1.3 +3 -3 ports/japanese/kpcal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 0:26:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6126E37B41B; Tue, 27 Nov 2001 00:26:18 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR8Owc27637; Tue, 27 Nov 2001 00:24:58 -0800 (PST) (envelope-from ru) Message-Id: <200111270824.fAR8Owc27637@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 00:23:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/grep grep.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 00:23:38 PST Modified files: gnu/usr.bin/grep grep.1 Log: Removed glibc specific stuff. PR: docs/31431 Revision Changes Path 1.19 +1 -26 src/gnu/usr.bin/grep/grep.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 0:28:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8A2A37B506; Tue, 27 Nov 2001 00:28:25 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR8R5A27986; Tue, 27 Nov 2001 00:27:05 -0800 (PST) (envelope-from ru) Message-Id: <200111270827.fAR8R5A27986@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 00:25:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/grep grep.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 00:25:45 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/grep grep.1 Log: MFC: 1.19: remove the glibc stuff. Revision Changes Path 1.16.2.3 +1 -26 src/gnu/usr.bin/grep/grep.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 0:41:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E76737B684; Tue, 27 Nov 2001 00:41:52 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR8eWZ29840; Tue, 27 Nov 2001 00:40:32 -0800 (PST) (envelope-from znerd) Message-Id: <200111270840.fAR8eWZ29840@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 00:39:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/bluej Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 00:39:11 PST Modified files: java/bluej Makefile Log: Updated MASTER_SITES Approved by: sobomax Revision Changes Path 1.4 +1 -2 ports/java/bluej/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 0:46: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A594337B6A8; Tue, 27 Nov 2001 00:45:55 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR8iWE30336; Tue, 27 Nov 2001 00:44:32 -0800 (PST) (envelope-from znerd) Message-Id: <200111270844.fAR8iWE30336@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 00:43:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/bugseeker Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 00:43:11 PST Modified files: java/bugseeker Makefile Log: Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.5 +3 -3 ports/java/bugseeker/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 0:46: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3CD637B6A6; Tue, 27 Nov 2001 00:45:55 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR8iVu30313; Tue, 27 Nov 2001 00:44:31 -0800 (PST) (envelope-from yoichi) Message-Id: <200111270844.fAR8iVu30313@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Tue, 27 Nov 2001 00:43:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/weather-emacs20 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2001/11/27 00:43:11 PST Modified files: japanese/weather-emacs20 Makefile distinfo pkg-plist Log: Update to 0.28. Change installation directory to version specific one to avoid conflict with that for emacs-21 in future. PR: ports/31756 Submitted by: yoichi (MAINTAINER) Reviewed by: knu (mentor) Revision Changes Path 1.3 +7 -6 ports/japanese/weather-emacs20/Makefile 1.3 +1 -1 ports/japanese/weather-emacs20/distinfo 1.2 +4 -4 ports/japanese/weather-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 Nov 27 0:46:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17C7237BCEB; Tue, 27 Nov 2001 00:46:53 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR8jWN30483; Tue, 27 Nov 2001 00:45:32 -0800 (PST) (envelope-from znerd) Message-Id: <200111270845.fAR8jWN30483@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 00:44:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/bugseeker-demo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 00:44:12 PST Modified files: java/bugseeker-demo Makefile Log: Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Updated PATCH_SITES. Approved by: sobomax Revision Changes Path 1.3 +3 -3 ports/java/bugseeker-demo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 0:54:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11DEA37B6BC; Tue, 27 Nov 2001 00:54:22 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR8r1e31647; Tue, 27 Nov 2001 00:53:01 -0800 (PST) (envelope-from ru) Message-Id: <200111270853.fAR8r1e31647@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 00:51:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 00:51:41 PST Modified files: (Branch: RELENG_4) sbin/newfs newfs.8 Log: MFC: 1.29: add an example for a large filesystem. PR: docs/31682 Revision Changes Path 1.26.2.10 +12 -5 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 1: 5:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A455837B72C; Tue, 27 Nov 2001 01:05:55 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR94Zr33292; Tue, 27 Nov 2001 01:04:35 -0800 (PST) (envelope-from ijliao) Message-Id: <200111270904.fAR94Zr33292@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 27 Nov 2001 01:03:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mbx2mbox Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/11/27 01:03:15 PST Modified files: mail/mbx2mbox Makefile distinfo pkg-descr pkg-plist Log: upgrade to 0.34 Revision Changes Path 1.12 +6 -12 ports/mail/mbx2mbox/Makefile 1.6 +1 -1 ports/mail/mbx2mbox/distinfo 1.3 +1 -2 ports/mail/mbx2mbox/pkg-descr 1.3 +2 -2 ports/mail/mbx2mbox/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 Nov 27 1: 6:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05B4D37BF7C; Tue, 27 Nov 2001 01:06:25 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR954w33339; Tue, 27 Nov 2001 01:05:04 -0800 (PST) (envelope-from ps) Message-Id: <200111270905.fAR954w33339@freefall.freebsd.org> From: Paul Saab Date: Tue, 27 Nov 2001 01:03:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ps 2001/11/27 01:03:44 PST Modified files: (Branch: RELENG_4) usr.sbin/syslogd syslogd.c Log: MFC: rev 1.92, If the mask length is zero, there is no need to convert it to a netmask. PR: 31947 Submitted by: Aaron Scarisbrick Revision Changes Path 1.59.2.12 +4 -1 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 1:50:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FD4E37B83D; Tue, 27 Nov 2001 01:45:30 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR9iAw42132; Tue, 27 Nov 2001 01:44:10 -0800 (PST) (envelope-from ru) Message-Id: <200111270944.fAR9iAw42132@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 01:42:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 01:42:50 PST Modified files: usr.bin Makefile Log: Put the "tip" in exactly the same place where it was in rev. 1.169. Revision Changes Path 1.172 +1 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 1:53:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 010BE37C2CB; Tue, 27 Nov 2001 01:52:34 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR9pDb42941; Tue, 27 Nov 2001 01:51:13 -0800 (PST) (envelope-from dfr) Message-Id: <200111270951.fAR9pDb42941@freefall.freebsd.org> From: Doug Rabson Date: Tue, 27 Nov 2001 01:49:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/11/27 01:49:53 PST Modified files: sys/ia64/ia64 exception.s Log: Minor tweaks to the TLB handling code - avoid movl instructions and add itc.x instructions to attempt to avoid the little flurry of TLB exceptions for handling access, dirty etc. Revision Changes Path 1.28 +13 -13 src/sys/ia64/ia64/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 Nov 27 1:56:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63F5D37C637; Tue, 27 Nov 2001 01:56:42 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAR9tMG43402; Tue, 27 Nov 2001 01:55:22 -0800 (PST) (envelope-from ru) Message-Id: <200111270955.fAR9tMG43402@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 01:54:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tip/tip Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 01:54:02 PST Modified files: usr.bin/tip/tip Makefile Log: ${BINDIR} already has the leading slash. Revision Changes Path 1.15 +1 -1 src/usr.bin/tip/tip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 2:50:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E92F37B416; Tue, 27 Nov 2001 02:50:23 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARAoNi53261; Tue, 27 Nov 2001 02:50:23 -0800 (PST) (envelope-from ru) Message-Id: <200111271050.fARAoNi53261@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 02:50:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 02:50:23 PST Modified files: lib/libalias alias_ftp.c Log: When servicing an internal FTP server, punch ipfirewall(4) holes for passive mode data connections (PASV/EPSV -> 227/229). Well, the actual punching happens a bit later, when the aliasing link becomes fully specified. Prodded by: Danny Carroll MFC after: 1 week Revision Changes Path 1.17 +2 -5 src/lib/libalias/alias_ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 2:53: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E8B337B41D; Tue, 27 Nov 2001 02:52:47 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARAqkG53448; Tue, 27 Nov 2001 02:52:46 -0800 (PST) (envelope-from cjh) Message-Id: <200111271052.fARAqkG53448@freefall.freebsd.org> From: CHOI Junho Date: Tue, 27 Nov 2001 02:52:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/gtkcomm Makefile distinfo ports/korean/gtkcomm/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2001/11/27 02:52:46 PST Modified files: korean/gtkcomm Makefile distinfo korean/gtkcomm/files patch-aa Log: update to 0.6.0. Revision Changes Path 1.10 +2 -2 ports/korean/gtkcomm/Makefile 1.8 +1 -1 ports/korean/gtkcomm/distinfo 1.2 +0 -20 ports/korean/gtkcomm/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3: 0:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24FD337B41D; Tue, 27 Nov 2001 03:00:17 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARB0Hm54343; Tue, 27 Nov 2001 03:00:17 -0800 (PST) (envelope-from ru) Message-Id: <200111271100.fARB0Hm54343@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 03:00:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.8 natd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 03:00:16 PST Modified files: sbin/natd natd.8 natd.c Log: Fixed (local) style bugs in previous revision. Revision Changes Path 1.49 +3 -1 src/sbin/natd/natd.8 1.37 +7 -5 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3: 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 65BB537B405; Tue, 27 Nov 2001 03:06:02 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARB62Z58585; Tue, 27 Nov 2001 03:06:02 -0800 (PST) (envelope-from ru) Message-Id: <200111271106.fARB62Z58585@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 03:06:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.8 natd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 03:06:02 PST Modified files: sbin/natd natd.8 natd.c Log: Make -log_ipfw_denied active by default with -verbose. Discussed with: phk Revision Changes Path 1.50 +2 -0 src/sbin/natd/natd.8 1.38 +6 -1 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3: 8: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 D862137B491; Tue, 27 Nov 2001 03:08:12 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARB8CT58952; Tue, 27 Nov 2001 03:08:12 -0800 (PST) (envelope-from cjh) Message-Id: <200111271108.fARB8CT58952@freefall.freebsd.org> From: CHOI Junho Date: Tue, 27 Nov 2001 03:08:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cjk-lyx Makefile distinfo pkg-plist ports/print/cjk-lyx/files patch-aa patch-ba X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2001/11/27 03:08:08 PST Modified files: print/cjk-lyx Makefile distinfo pkg-plist print/cjk-lyx/files patch-ba Added files: print/cjk-lyx/files patch-aa Log: Update CJK patchset of 1.1.6fix3. I think it is broken in -current under CJK locale because of xforms+locale. Submitted by: statue@cnpa.adsldns.org Revision Changes Path 1.5 +4 -4 ports/print/cjk-lyx/Makefile 1.4 +1 -1 ports/print/cjk-lyx/distinfo 1.1 +11 -0 ports/print/cjk-lyx/files/patch-aa (new) 1.2 +4 -4 ports/print/cjk-lyx/files/patch-ba 1.4 +105 -21 ports/print/cjk-lyx/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 Nov 27 3:16:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE4E37B41B; Tue, 27 Nov 2001 03:16:33 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBGXK60048; Tue, 27 Nov 2001 03:16:33 -0800 (PST) (envelope-from cjh) Message-Id: <200111271116.fARBGXK60048@freefall.freebsd.org> From: CHOI Junho Date: Tue, 27 Nov 2001 03:16:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ami Makefile ports/korean/byeoroo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2001/11/27 03:16:33 PST Modified files: korean/ami Makefile korean/byeoroo Makefile Log: debian-kr.org is changed to debian.or.kr. debian-kr.org domain is unregistered. Revision Changes Path 1.23 +2 -2 ports/korean/ami/Makefile 1.6 +2 -2 ports/korean/byeoroo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3:27: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 D9DFE37B41A; Tue, 27 Nov 2001 03:27:30 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBRUo61390; Tue, 27 Nov 2001 03:27:30 -0800 (PST) (envelope-from cjh) Message-Id: <200111271127.fARBRUo61390@freefall.freebsd.org> From: CHOI Junho Date: Tue, 27 Nov 2001 03:27:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanterm-xf86 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2001/11/27 03:27:30 PST Modified files: korean/hanterm-xf86 Makefile distinfo Log: Add hanterm-xf-2.0.0-cutbuffer.patch. Revision Changes Path 1.23 +6 -1 ports/korean/hanterm-xf86/Makefile 1.12 +1 -0 ports/korean/hanterm-xf86/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3:31:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F166137B417; Tue, 27 Nov 2001 03:31:45 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBVj562086; Tue, 27 Nov 2001 03:31:45 -0800 (PST) (envelope-from sobomax) Message-Id: <200111271131.fARBVj562086@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Nov 2001 03:31:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/Mesa3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/27 03:31:45 PST Modified files: graphics/Mesa3 Makefile Log: Explicitly link resulting libraries with libm, so it is possible to link application with libGL without any additional black magic. Bump PORTREVISION. Revision Changes Path 1.51 +4 -3 ports/graphics/Mesa3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3:33: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 A964F37B41A; Tue, 27 Nov 2001 03:33:32 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBXWC62365; Tue, 27 Nov 2001 03:33:32 -0800 (PST) (envelope-from ru) Message-Id: <200111271133.fARBXWC62365@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 03:33:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 periodic.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 03:33:32 PST Modified files: share/man/man5 periodic.conf.5 Log: Fixed two typos. PR: docs/32327 Submitted by: Frans Haarman Revision Changes Path 1.37 +3 -3 src/share/man/man5/periodic.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 Nov 27 3:36: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 46CED37B405; Tue, 27 Nov 2001 03:36:36 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBaar62748; Tue, 27 Nov 2001 03:36:36 -0800 (PST) (envelope-from ru) Message-Id: <200111271136.fARBaar62748@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 03:36:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 periodic.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 03:36:36 PST Modified files: (Branch: RELENG_4) share/man/man5 periodic.conf.5 Log: MFC: 1.34 (fixed broken xrefs), 1.37 (fixed typos). Revision Changes Path 1.8.2.17 +4 -4 src/share/man/man5/periodic.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 Nov 27 3:38: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B197237B405; Tue, 27 Nov 2001 03:38:02 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBc2w63074; Tue, 27 Nov 2001 03:38:02 -0800 (PST) (envelope-from cjh) Message-Id: <200111271138.fARBc2w63074@freefall.freebsd.org> From: CHOI Junho Date: Tue, 27 Nov 2001 03:38:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanyangfonts Makefile ports/korean/hcode Makefile ports/korean/helvis Makefile ports/korean/hmconv Makefile ports/korean/hpscat Makefile ports/korean/johabfonts Makefile ports/korean/pine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2001/11/27 03:38:02 PST Modified files: korean/hanyangfonts Makefile korean/hcode Makefile korean/helvis Makefile korean/hmconv Makefile korean/hpscat Makefile korean/johabfonts Makefile korean/pine Makefile Log: add backup site. Revision Changes Path 1.15 +3 -2 ports/korean/hanyangfonts/Makefile 1.9 +4 -2 ports/korean/hcode/Makefile 1.9 +3 -2 ports/korean/helvis/Makefile 1.7 +2 -1 ports/korean/hmconv/Makefile 1.9 +3 -2 ports/korean/hpscat/Makefile 1.14 +4 -5 ports/korean/johabfonts/Makefile 1.17 +2 -1 ports/korean/pine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3:55:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93A3637B41A; Tue, 27 Nov 2001 03:55:28 -0800 (PST) Received: (from tanimura@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBtSe64994; Tue, 27 Nov 2001 03:55:28 -0800 (PST) (envelope-from tanimura) Message-Id: <200111271155.fARBtSe64994@freefall.freebsd.org> From: Seigo Tanimura Date: Tue, 27 Nov 2001 03:55:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tanimura 2001/11/27 03:55:28 PST Modified files: sys/netinet tcp_syncache.c Log: Clear a new syncache entry first, followed by filling in values. This fixes route breakage due to uncleared gabage on my box. Revision Changes Path 1.3 +4 -4 src/sys/netinet/tcp_syncache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3: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 1CB3A37B419; Tue, 27 Nov 2001 03:56:05 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBu5m65083; Tue, 27 Nov 2001 03:56:05 -0800 (PST) (envelope-from markm) Message-Id: <200111271156.fARBu5m65083@freefall.freebsd.org> From: Mark Murray Date: Tue, 27 Nov 2001 03:56:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/11/27 03:56:04 PST Modified files: (Branch: RELENG_4) lib/libpam/modules Makefile Log: Enable the kerberos5 PAM module. Tested by: peter Requested by: peter Revision Changes Path 1.8.2.6 +2 -2 src/lib/libpam/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 3:57: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 7548237B41B; Tue, 27 Nov 2001 03:57:48 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARBvlR65319; Tue, 27 Nov 2001 03:57:47 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271157.fARBvlR65319@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 27 Nov 2001 03:57:47 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/27 03:57:47 PST Modified files: etc MAKEDEV Log: Catch two extraneous calls to expr(1) that slipped past rev 1.311. Revision Changes Path 1.313 +3 -3 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 Nov 27 4: 2: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4856B37B416; Tue, 27 Nov 2001 04:02:04 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARC24A72418; Tue, 27 Nov 2001 04:02:04 -0800 (PST) (envelope-from peter) Message-Id: <200111271202.fARC24A72418@freefall.freebsd.org> From: Peter Wemm Date: Tue, 27 Nov 2001 04:02:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/11/27 04:02:04 PST Modified files: games/fortune/datfiles fortunes Log: Fix some duplicate quotes and tidy up some Dr. Who quotes. Revision Changes Path 1.62 +3 -12 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4: 5: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from rina.r.dl.itc.u-tokyo.ac.jp (cvsup2.r.dl.itc.u-tokyo.ac.jp [133.11.199.247]) by hub.freebsd.org (Postfix) with ESMTP id 4C04A37B405; Tue, 27 Nov 2001 04:04:56 -0800 (PST) Received: from sohgo.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (rashi [133.11.199.209]) by rina.r.dl.itc.u-tokyo.ac.jp (8.11.6+3.4W/3.7W-rina.r-Nankai-Koya) with ESMTP id fARC4rZ71734 ; Tue, 27 Nov 2001 21:04:53 +0900 (JST) Received: (from root@localhost) by sohgo.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (8.11.6+3.4W/3.7W-carrots-Tokyu-Meguro) with UUCP id fARC4DY28098 ; Tue, 27 Nov 2001 21:04:13 +0900 (JST) Received: from bunko.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (localhost [127.0.0.1]) by bunko.carrots.uucp.r.dl.itc.u-tokyo.ac.jp (8.11.1+3.4W/3.7W-nkth.carrots-Saitama-Misono) with ESMTP id fARC2HL37348 ; Tue, 27 Nov 2001 21:02:18 +0900 (JST) Message-Id: <200111271202.fARC2HL37348@bunko.carrots.uucp.r.dl.itc.u-tokyo.ac.jp> Date: Tue, 27 Nov 2001 21:02:17 +0900 From: Seigo Tanimura To: Seigo Tanimura Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c In-Reply-To: <200111271155.fARBtSe64994@freefall.freebsd.org> References: <200111271155.fARBtSe64994@freefall.freebsd.org> User-Agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Digital Library Research Division, Information Techinology Centre, The University of Tokyo MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 03:55:28 -0800 (PST), Seigo Tanimura said: tanimura> tanimura 2001/11/27 03:55:28 PST tanimura> Modified files: tanimura> sys/netinet tcp_syncache.c tanimura> Log: tanimura> Clear a new syncache entry first, followed by filling in values. This tanimura> fixes route breakage due to uncleared gabage on my box. While I am here, use M_ZERO rather than calling bzero() explicitly. -- Seigo Tanimura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4: 6: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 F13A737B416; Tue, 27 Nov 2001 04:06:32 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARC6WO76117; Tue, 27 Nov 2001 04:06:32 -0800 (PST) (envelope-from sobomax) Message-Id: <200111271206.fARC6WO76117@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Nov 2001 04:06:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/py-opengl Makefile distinfo pkg-plist ports/graphics/py-opengl/files patch-ab patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/27 04:06:32 PST Modified files: graphics/py-opengl Makefile distinfo pkg-plist graphics/py-opengl/files patch-ab Removed files: graphics/py-opengl/files patch-ae Log: Update to 1.5.7. PR: 30114 Submitted by: Hye-Shik Chang Revision Changes Path 1.14 +5 -4 ports/graphics/py-opengl/Makefile 1.5 +1 -1 ports/graphics/py-opengl/distinfo 1.3 +2 -2 ports/graphics/py-opengl/files/patch-ab 1.2 +0 -11 ports/graphics/py-opengl/files/patch-ae (dead) 1.5 +190 -140 ports/graphics/py-opengl/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 Nov 27 4:12: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 2FF3737B416; Tue, 27 Nov 2001 04:12:28 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCCS976823; Tue, 27 Nov 2001 04:12:28 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271212.fARCCS976823@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 27 Nov 2001 04:12:28 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/27 04:12:27 PST Modified files: (Branch: RELENG_4) etc MAKEDEV Log: MFC rev 1.311, 1.313: avoid unnecessary calls to expr(1) Revision Changes Path 1.243.2.38 +97 -97 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 Nov 27 4:14:53 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id B72D437B417; Tue, 27 Nov 2001 04:14:48 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168h9u-000KQa-00; Tue, 27 Nov 2001 14:16:18 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV In-reply-to: Your message of "Tue, 27 Nov 2001 04:12:28 PST." <200111271212.fARCCS976823@freefall.freebsd.org> Date: Tue, 27 Nov 2001 14:16:18 +0200 Message-ID: <78527.1006863378@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 04:12:28 PST, Sheldon Hearn wrote: | Modified files: (Branch: RELENG_4) | etc MAKEDEV | Log: | MFC rev 1.311, 1.313: avoid unnecessary calls to expr(1) This has nothing to do with the recent changes to the list of shell builtins included in the shell. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:17: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 EA22E37B417; Tue, 27 Nov 2001 04:17:06 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCH6X77445; Tue, 27 Nov 2001 04:17:06 -0800 (PST) (envelope-from brian) Message-Id: <200111271217.fARCH6X77445@freefall.freebsd.org> From: Brian Somers Date: Tue, 27 Nov 2001 04:17:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/monthly 200.accounting X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/11/27 04:17:06 PST Modified files: (Branch: RELENG_4) etc/periodic/monthly 200.accounting Log: MFC: Handle wtmp.0 being compressed Revision Changes Path 1.4.2.3 +17 -6 src/etc/periodic/monthly/200.accounting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4: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 A0E0E37B416; Tue, 27 Nov 2001 04:17:47 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCHlN77611; Tue, 27 Nov 2001 04:17:47 -0800 (PST) (envelope-from znerd) Message-Id: <200111271217.fARCHlN77611@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:17:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jad Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:17:47 PST Modified files: java/jad Makefile Log: Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.7 +3 -4 ports/java/jad/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:19:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0760637B405; Tue, 27 Nov 2001 04:19:22 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCJLq77935; Tue, 27 Nov 2001 04:19:21 -0800 (PST) (envelope-from znerd) Message-Id: <200111271219.fARCJLq77935@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:19:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdom Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:19:21 PST Modified files: java/jdom Makefile Log: Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.2 +2 -2 ports/java/jdom/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:20:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 445D937B416; Tue, 27 Nov 2001 04:20:17 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCKH278142; Tue, 27 Nov 2001 04:20:17 -0800 (PST) (envelope-from znerd) Message-Id: <200111271220.fARCKH278142@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:20:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk11-doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:20:17 PST Modified files: java/jdk11-doc Makefile Log: Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.20 +1 -1 ports/java/jdk11-doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:20: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 EB68337B43F; Tue, 27 Nov 2001 04:20:24 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCKOa78233; Tue, 27 Nov 2001 04:20:24 -0800 (PST) (envelope-from znerd) Message-Id: <200111271220.fARCKOa78233@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:20:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk12-doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:20:24 PST Modified files: java/jdk12-doc Makefile Log: Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.19 +2 -2 ports/java/jdk12-doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:20: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 0A73C37B416; Tue, 27 Nov 2001 04:20:32 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCKWx78272; Tue, 27 Nov 2001 04:20:32 -0800 (PST) (envelope-from znerd) Message-Id: <200111271220.fARCKWx78272@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:20:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13-doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:20:31 PST Modified files: java/jdk13-doc Makefile Log: Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.19 +2 -2 ports/java/jdk13-doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:20: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 25E3237B440; Tue, 27 Nov 2001 04:20:50 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCKox78321; Tue, 27 Nov 2001 04:20:50 -0800 (PST) (envelope-from znerd) Message-Id: <200111271220.fARCKox78321@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:20:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk14-doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:20:49 PST Modified files: java/jdk14-doc Makefile Log: Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.20 +2 -2 ports/java/jdk14-doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:22: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 5A67D37B416; Tue, 27 Nov 2001 04:22:20 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCMK278533; Tue, 27 Nov 2001 04:22:20 -0800 (PST) (envelope-from znerd) Message-Id: <200111271222.fARCMK278533@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:22:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jlint Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:22:20 PST Modified files: java/jlint Makefile Log: Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.4 +4 -4 ports/java/jlint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:23: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 2BFE837B41A; Tue, 27 Nov 2001 04:23:18 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCNI078706; Tue, 27 Nov 2001 04:23:18 -0800 (PST) (envelope-from brian) Message-Id: <200111271223.fARCNI078706@freefall.freebsd.org> From: Brian Somers Date: Tue, 27 Nov 2001 04:23:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/pppoed pppoed.8 pppoed.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/11/27 04:23:18 PST Modified files: (Branch: RELENG_4) libexec/pppoed pppoed.8 pppoed.c Log: MFC: Set HISMACADDR in the environment before starting ppp Revision Changes Path 1.2.6.9 +6 -1 src/libexec/pppoed/pppoed.8 1.2.6.6 +18 -6 src/libexec/pppoed/pppoed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:25: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ECCE37B41A; Tue, 27 Nov 2001 04:25:01 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCP1v79014; Tue, 27 Nov 2001 04:25:01 -0800 (PST) (envelope-from brian) Message-Id: <200111271225.fARCP1v79014@freefall.freebsd.org> From: Brian Somers Date: Tue, 27 Nov 2001 04:25:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/pppoed pppoed.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/11/27 04:25:01 PST Modified files: (Branch: RELENG_4) libexec/pppoed pppoed.8 Log: MFC: Markup fixes from ru Revision Changes Path 1.2.6.10 +21 -18 src/libexec/pppoed/pppoed.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:26: 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 E6E9B37B405; Tue, 27 Nov 2001 04:25:56 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCPu979242; Tue, 27 Nov 2001 04:25:56 -0800 (PST) (envelope-from olgeni) Message-Id: <200111271225.fARCPu979242@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 Nov 2001 04:25:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus-libraries Makefile ports/security/nessus-libraries/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/11/27 04:25:56 PST Modified files: security/nessus-libraries Makefile Added files: security/nessus-libraries/files patch-aa Log: Fix a problem linking libc too late, which caused calling the wrong getopt function and broke nasl command line handling. PR: 31977 Submitted by: Udo Schweigert Revision Changes Path 1.22 +2 -1 ports/security/nessus-libraries/Makefile 1.1 +11 -0 ports/security/nessus-libraries/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:28: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 8464437B416; Tue, 27 Nov 2001 04:28:12 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCSCF79763; Tue, 27 Nov 2001 04:28:12 -0800 (PST) (envelope-from cjh) Message-Id: <200111271228.fARCSCF79763@freefall.freebsd.org> From: CHOI Junho Date: Tue, 27 Nov 2001 04:28:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/johabfonts Makefile distinfo pkg-descr pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2001/11/27 04:28:12 PST Modified files: korean/johabfonts Makefile distinfo pkg-descr pkg-message Log: update to 3.1. 8-4-4 is not packaged due to license problem. Revision Changes Path 1.15 +2 -1 ports/korean/johabfonts/Makefile 1.2 +1 -1 ports/korean/johabfonts/distinfo 1.4 +4 -4 ports/korean/johabfonts/pkg-descr 1.3 +3 -3 ports/korean/johabfonts/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4: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 3CAAC37B41B; Tue, 27 Nov 2001 04:28:34 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCSYW79810; Tue, 27 Nov 2001 04:28:34 -0800 (PST) (envelope-from znerd) Message-Id: <200111271228.fARCSYW79810@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:28:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/junit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:28:34 PST Modified files: java/junit Makefile Log: Updated MASTER_SITES. Approved by: sobomax Revision Changes Path 1.5 +1 -2 ports/java/junit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:29: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 6C05F37B419; Tue, 27 Nov 2001 04:29:26 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCTQX80073; Tue, 27 Nov 2001 04:29:26 -0800 (PST) (envelope-from znerd) Message-Id: <200111271229.fARCTQX80073@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:29:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-jdk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:29:25 PST Modified files: java/linux-jdk Makefile Log: Took over maintainership from K.J. Koster, with his permission. Approved by: sobomax Revision Changes Path 1.8 +2 -2 ports/java/linux-jdk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:30: 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 2E5E937B417; Tue, 27 Nov 2001 04:30:06 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCU5H80177; Tue, 27 Nov 2001 04:30:05 -0800 (PST) (envelope-from znerd) Message-Id: <200111271230.fARCU5H80177@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:30:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-jdk14 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:30:05 PST Modified files: java/linux-jdk14 Makefile Log: Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.6 +2 -2 ports/java/linux-jdk14/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:30: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 9006D37B59E; Tue, 27 Nov 2001 04:30:27 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCURw80353; Tue, 27 Nov 2001 04:30:27 -0800 (PST) (envelope-from cjh) Message-Id: <200111271230.fARCURw80353@freefall.freebsd.org> From: CHOI Junho Date: Tue, 27 Nov 2001 04:30:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/netscape3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2001/11/27 04:30:27 PST Modified files: korean/netscape3 Makefile Log: distfile fix. Revision Changes Path 1.15 +2 -2 ports/korean/netscape3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:31: 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 B4E5337B421; Tue, 27 Nov 2001 04:30:46 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCUkw80449; Tue, 27 Nov 2001 04:30:46 -0800 (PST) (envelope-from znerd) Message-Id: <200111271230.fARCUkw80449@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 04:30:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/xalan-j Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 04:30:46 PST Modified files: java/xalan-j Makefile Log: Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Approved by: sobomax Revision Changes Path 1.4 +5 -6 ports/java/xalan-j/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:31: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 55FF537B405; Tue, 27 Nov 2001 04:31:23 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCVNG80563; Tue, 27 Nov 2001 04:31:23 -0800 (PST) (envelope-from sobomax) Message-Id: <200111271231.fARCVNG80563@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Nov 2001 04:31:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/wxgtk-devel Makefile distinfo pkg-plist ports/x11-toolkits/wxgtk-devel/files patch-configure patch-include::wx::wxchar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/27 04:31:23 PST Modified files: x11-toolkits/wxgtk-devel Makefile distinfo pkg-plist x11-toolkits/wxgtk-devel/files patch-configure patch-include::wx::wxchar.h Log: Update to 2.3.1. Revision Changes Path 1.28 +2 -6 ports/x11-toolkits/wxgtk-devel/Makefile 1.15 +1 -1 ports/x11-toolkits/wxgtk-devel/distinfo 1.4 +20 -12 ports/x11-toolkits/wxgtk-devel/files/patch-configure 1.2 +7 -7 ports/x11-toolkits/wxgtk-devel/files/patch-include::wx::wxchar.h 1.14 +3 -1 ports/x11-toolkits/wxgtk-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:33: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 89F1D37B417; Tue, 27 Nov 2001 04:33:19 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCXJ281045; Tue, 27 Nov 2001 04:33:19 -0800 (PST) (envelope-from sobomax) Message-Id: <200111271233.fARCXJ281045@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 27 Nov 2001 04:33:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-wxPython Makefile distinfo pkg-plist ports/x11-toolkits/py-wxPython/files patch-contrib::stc::contrib::src::stc::scintilla::src::PosRegExp.cxx patch-src::gtk::misc2.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/11/27 04:33:19 PST Modified files: x11-toolkits/py-wxPython Makefile distinfo pkg-plist Added files: x11-toolkits/py-wxPython/files patch-contrib::stc::contrib::src::stc::scintilla::src::PosRegExp.cxx Removed files: x11-toolkits/py-wxPython/files patch-src::gtk::misc2.cpp Log: Update to 2.3.1. Revision Changes Path 1.23 +3 -2 ports/x11-toolkits/py-wxPython/Makefile 1.8 +1 -1 ports/x11-toolkits/py-wxPython/distinfo 1.1 +14 -0 ports/x11-toolkits/py-wxPython/files/patch-contrib::stc::contrib::src::stc::scintilla::src::PosRegExp.cxx (new) 1.2 +0 -14 ports/x11-toolkits/py-wxPython/files/patch-src::gtk::misc2.cpp (dead) 1.11 +420 -352 ports/x11-toolkits/py-wxPython/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 Nov 27 4:34:39 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id A105037B405; Tue, 27 Nov 2001 04:34:30 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id fARCYS650160; Tue, 27 Nov 2001 12:34:28 GMT (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id fARCYNU24829; Tue, 27 Nov 2001 12:34:23 GMT (envelope-from brian@freebsd-services.com) Message-Id: <200111271234.fARCYNU24829@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Gregory Neil Shapiro Cc: Mike Silbersack , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers Subject: Re: cvs commit: src/etc security In-Reply-To: Message from Gregory Neil Shapiro of "Mon, 26 Nov 2001 21:48:41 PST." <15363.10553.578174.570475@horsey.gshapiro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Nov 2001 12:34:23 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > silby> Do you want me to commit this, or should I wait until you get a > silby> chance to test it yourself? > > It's tested. It doesn't look like it handles daily_status_security_output="user1 user2" -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:37:56 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id E8C1D37B419; Tue, 27 Nov 2001 04:37:47 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168hW9-000KkC-00; Tue, 27 Nov 2001 14:39:17 +0200 From: Sheldon Hearn To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, dillon@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 In-reply-to: Your message of "Tue, 27 Nov 2001 00:51:41 PST." <200111270853.fAR8r1e31647@freefall.freebsd.org> Date: Tue, 27 Nov 2001 14:39:17 +0200 Message-ID: <79743.1006864757@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 00:51:41 PST, Ruslan Ermilov wrote: | Modified files: (Branch: RELENG_4) | sbin/newfs newfs.8 | Log: | MFC: 1.29: add an example for a large filesystem. This delta encourages the use of a 1/4 block/frag ratio. I thought people like dillon had said on -arch that this wasn't wise? Sorry I didn't comment on the original revision on HEAD. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 4:55:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76ED537B405; Tue, 27 Nov 2001 04:55:50 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCtou84172; Tue, 27 Nov 2001 04:55:50 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271255.fARCtou84172@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 27 Nov 2001 04:55:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/knapster Makefile distinfo pkg-plist ports/audio/knapster/files patch-ag patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2001/11/27 04:55:50 PST Modified files: audio/knapster Makefile distinfo pkg-plist Removed files: audio/knapster/files patch-ag patch-aj Log: Update knapster to 0.3 (which supports kde2). Submitted by: R Joseph Wright Revision Changes Path 1.21 +3 -3 ports/audio/knapster/Makefile 1.11 +1 -1 ports/audio/knapster/distinfo 1.2 +0 -10 ports/audio/knapster/files/patch-ag (dead) 1.2 +0 -96 ports/audio/knapster/files/patch-aj (dead) 1.9 +24 -25 ports/audio/knapster/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 Nov 27 4:57:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02D6037B416; Tue, 27 Nov 2001 04:57:46 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARCvjV84514; Tue, 27 Nov 2001 04:57:45 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271257.fARCvjV84514@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 27 Nov 2001 04:57:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pciconf pciconf.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/27 04:57:45 PST Modified files: usr.sbin/pciconf pciconf.8 Log: Add missing -v option to the SYNOPSIS. Revision Changes Path 1.17 +2 -2 src/usr.sbin/pciconf/pciconf.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5: 5:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8FAE37B405; Tue, 27 Nov 2001 05:05:46 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARD5k888736; Tue, 27 Nov 2001 05:05:46 -0800 (PST) (envelope-from tg) Message-Id: <200111271305.fARD5k888736@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 27 Nov 2001 05:05:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/py-mpz Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2001/11/27 05:05:46 PST Modified files: math/py-mpz Makefile Log: Add dependency on libgmp. Revision Changes Path 1.2 +2 -1 ports/math/py-mpz/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5:14:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C39737B405; Tue, 27 Nov 2001 05:14:51 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDEpm89872; Tue, 27 Nov 2001 05:14:51 -0800 (PST) (envelope-from tg) Message-Id: <200111271314.fARDEpm89872@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 27 Nov 2001 05:14:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd doscmd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2001/11/27 05:14:49 PST Modified files: usr.bin/doscmd doscmd.c Log: Remove check for the DISPLAY environment variable. It's easier to use the `-x' option to get an X window than to temporarily disable DISPLAY. PR: 32180 Revision Changes Path 1.23 +1 -4 src/usr.bin/doscmd/doscmd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5:20: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 8C39537B41D; Tue, 27 Nov 2001 05:20:07 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDK7k90596; Tue, 27 Nov 2001 05:20:07 -0800 (PST) (envelope-from ru) Message-Id: <200111271320.fARDK7k90596@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 05:20:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ntp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 05:20:07 PST Modified files: usr.sbin/ntp Makefile Log: Re-connect NTP docs to build. Revision Changes Path 1.5 +2 -2 src/usr.sbin/ntp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5:26: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 80BE637B416; Tue, 27 Nov 2001 05:26:27 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDQRY91651; Tue, 27 Nov 2001 05:26:27 -0800 (PST) (envelope-from des) Message-Id: <200111271326.fARDQRY91651@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 27 Nov 2001 05:26:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/27 05:26:27 PST Modified files: sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_vnops.c Log: Add support for a last-close handler. Revert the module version bumps; they're quite pointless as long as the only pseudofs consumer is linprocfs, which is in the tree. Revision Changes Path 1.11 +1 -1 src/sys/fs/pseudofs/pseudofs.c 1.15 +11 -1 src/sys/fs/pseudofs/pseudofs.h 1.18 +26 -1 src/sys/fs/pseudofs/pseudofs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5:33: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 4411E37B416; Tue, 27 Nov 2001 05:33:26 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDXQ192762; Tue, 27 Nov 2001 05:33:26 -0800 (PST) (envelope-from phantom) Message-Id: <200111271333.fARDXQ192762@freefall.freebsd.org> From: Alexey Zelkin Date: Tue, 27 Nov 2001 05:33: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/11/27 05:33:26 PST Modified files: graphics Makefile Log: Enable xsane back. Approved by: sobomax Revision Changes Path 1.382 +1 -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 Tue Nov 27 5:37: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 4B60837B405; Tue, 27 Nov 2001 05:37:48 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDbm893506; Tue, 27 Nov 2001 05:37:48 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271337.fARDbm893506@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 27 Nov 2001 05:37:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc Makefile pci_vendors X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/27 05:37:47 PST Modified files: (Branch: RELENG_4) share/misc Makefile Added files: (Branch: RELENG_4) share/misc pci_vendors Log: Bring the merged list of PCI vendors and devices onto the RELENG_4 branch in preparation for pciconf -v support on that branch. Hook pci_vendors into the Makefile for inclusion in the install target. Revision Changes Path 1.17.2.2 +3 -3 src/share/misc/Makefile 1.6.2.1 +4653 -0 src/share/misc/pci_vendors (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5:39: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 06E2537B417; Tue, 27 Nov 2001 05:39:23 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDdMp93742; Tue, 27 Nov 2001 05:39:23 -0800 (PST) (envelope-from des) Message-Id: <200111271339.fARDdMp93742@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 27 Nov 2001 05:39:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcsspn.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/27 05:39:22 PST Modified files: (Branch: RELENG_4) lib/libc/string wcsspn.c Log: MFC: Increment the loop counter. Revision Changes Path 1.3.2.2 +1 -0 src/lib/libc/string/wcsspn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5: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 8F31F37B405; Tue, 27 Nov 2001 05:51:39 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDpdJ02364; Tue, 27 Nov 2001 05:51:39 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271351.fARDpdJ02364@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 27 Nov 2001 05:51:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pciconf pathnames.h pciconf.8 pciconf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/27 05:51:39 PST Modified files: (Branch: RELENG_4) usr.sbin/pciconf pathnames.h pciconf.8 pciconf.c Log: MFC: PCI vendor and device description support (-v option) Revision Changes Path 1.1.1.1.8.1 +2 -0 src/usr.sbin/pciconf/pathnames.h 1.8.2.5 +14 -2 src/usr.sbin/pciconf/pciconf.8 1.11.2.2 +245 -8 src/usr.sbin/pciconf/pciconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5:53:38 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 4868A37B41A; Tue, 27 Nov 2001 05:53:30 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168ihO-000L6W-00; Tue, 27 Nov 2001 15:54:58 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/misc Makefile pci_vendors In-reply-to: Your message of "Tue, 27 Nov 2001 05:37:48 PST." <200111271337.fARDbm893506@freefall.freebsd.org> Date: Tue, 27 Nov 2001 15:54:58 +0200 Message-ID: <81127.1006869298@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 05:37:48 PST, Sheldon Hearn wrote: | Log: | Bring the merged list of PCI vendors and devices onto the RELENG_4 | branch in preparation for pciconf -v support on that branch. I didn't merge the tool that produces this merged list, because it should NEVER be used to produce the RELENG_4 list. Instead, the list from HEAD should simply be merged onto RELENG_4 when it is regenerated in HEAD. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 5: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 5EBA137B491; Tue, 27 Nov 2001 05:53:43 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDrgp02770; Tue, 27 Nov 2001 05:53:42 -0800 (PST) (envelope-from des) Message-Id: <200111271353.fARDrgp02770@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 27 Nov 2001 05:53:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/27 05:53:42 PST Modified files: (Branch: RELENG_4) etc rc Log: MFC: (1.284) parametrize the dump directory. Revision Changes Path 1.212.2.35 +6 -3 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 Tue Nov 27 5: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 7F02B37B417; Tue, 27 Nov 2001 05:54:16 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDsDR02889; Tue, 27 Nov 2001 05:54:13 -0800 (PST) (envelope-from des) Message-Id: <200111271354.fARDsDR02889@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 27 Nov 2001 05:54:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/27 05:54:13 PST Modified files: (Branch: RELENG_4) etc/defaults rc.conf Log: MFC: (1.127) add the dumpdir variable. Revision Changes Path 1.53.2.42 +2 -1 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 Tue Nov 27 6:11: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 BCE4A37B417; Tue, 27 Nov 2001 06:11:47 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAREBlP08782; Tue, 27 Nov 2001 06:11:47 -0800 (PST) (envelope-from ume) Message-Id: <200111271411.fAREBlP08782@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 27 Nov 2001 06:11:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 esp_core.c src/sys/crypto/cast128 cast128.c cast128.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/11/27 06:11:47 PST Modified files: sys/netinet6 esp_core.c sys/crypto/cast128 cast128.c cast128.h Log: fixed the cast128 calculation with a short cipher key length. the memory was overridden when the key length was less than 16 bytes. Obtained from: KAME MFC after: 1 week Revision Changes Path 1.5 +16 -3 src/sys/crypto/cast128/cast128.c 1.5 +3 -3 src/sys/crypto/cast128/cast128.h 1.7 +3 -2 src/sys/netinet6/esp_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:12:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 785E137B417; Tue, 27 Nov 2001 06:12:21 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARECLJ08903; Tue, 27 Nov 2001 06:12:21 -0800 (PST) (envelope-from ru) Message-Id: <200111271412.fARECLJ08903@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 06:12:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 06:12:21 PST Modified files: sys/pci agp.c Log: Don't automatically unbind/deallocate memory when releasing. This fixes the VT switching problem with the i810 X driver. Explained by: David Dawes Reviewed by: dfr Revision Changes Path 1.14 +7 -11 src/sys/pci/agp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:13: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 3789537B417; Tue, 27 Nov 2001 06:13:46 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAREDkb09104; Tue, 27 Nov 2001 06:13:46 -0800 (PST) (envelope-from ru) Message-Id: <200111271413.fAREDkb09104@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 06:13:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 06:13:46 PST Modified files: (Branch: RELENG_4) sys/pci agp.c Log: MFC: 1.14: Don't automatically unbind/deallocate memory when releasing. Revision Changes Path 1.3.2.2 +6 -10 src/sys/pci/agp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:14:26 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 52A0237B405; Tue, 27 Nov 2001 06:14:19 -0800 (PST) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 0E6D04D962; Tue, 27 Nov 2001 23:14:18 +0900 (JST) Date: Tue, 27 Nov 2001 23:14:18 +0900 Message-ID: <86n1187139.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Ernst de Haan Cc: sobomax@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/linux-jdk14 Makefile In-Reply-To: <200111271230.fARCU5H80177@freefall.freebsd.org> References: <200111271230.fARCU5H80177@freefall.freebsd.org> User-Agent: Wanderlust/2.7.5 (Too Funky) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Tue, 27 Nov 2001 04:30:05 -0800 (PST), Ernst de Haan wrote: > znerd 2001/11/27 04:30:05 PST > > Modified files: > java/linux-jdk14 Makefile > Log: > Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Please do all these email address changes in one commit. We don't want to see the same message over and over again. > Approved by: sobomax Didn't the mentor tell you that? :) -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Somewhere out of a memory.. of lighted streets on quiet nights.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:23: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 34C0337B416; Tue, 27 Nov 2001 06:23:14 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARENEK10682; Tue, 27 Nov 2001 06:23:14 -0800 (PST) (envelope-from knu) Message-Id: <200111271423.fARENEK10682@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 27 Nov 2001 06:23:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-programmingruby Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/27 06:23:14 PST Modified files: lang/ruby-programmingruby Makefile distinfo pkg-plist Log: Update to 0.3. PR: ports/32322 Submitted by: Christopher Elkins Revision Changes Path 1.3 +3 -3 ports/lang/ruby-programmingruby/Makefile 1.2 +1 -1 ports/lang/ruby-programmingruby/distinfo 1.3 +3 -0 ports/lang/ruby-programmingruby/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 Nov 27 6:32:21 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id CAE6F37B405; Tue, 27 Nov 2001 06:32:13 -0800 (PST) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 168jHP-000EKx-0V; Tue, 27 Nov 2001 14:32:11 +0000 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id fAREUt709620; Tue, 27 Nov 2001 14:30:55 GMT (envelope-from dfr@nlsystems.com) Date: Tue, 27 Nov 2001 14:30:55 +0000 (GMT) From: Doug Rabson To: Ruslan Ermilov Cc: , Subject: Re: cvs commit: src/sys/pci agp.c In-Reply-To: <200111271413.fAREDkb09104@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Ruslan Ermilov wrote: > ru 2001/11/27 06:13:46 PST > > Modified files: (Branch: RELENG_4) > sys/pci agp.c > Log: > MFC: 1.14: Don't automatically unbind/deallocate memory when releasing. Umm, I didn't mean MFC it immediately... Perhaps a few days wait would have been more appropriate? -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:34:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D35637B419; Tue, 27 Nov 2001 06:34:05 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAREY5b12178; Tue, 27 Nov 2001 06:34:05 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271434.fAREY5b12178@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 27 Nov 2001 06:34:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/p5-IRC Makefile distinfo ports/irc/p5-IRC/files patch-Connection.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2001/11/27 06:34:05 PST Modified files: irc/p5-IRC Makefile distinfo irc/p5-IRC/files patch-Connection.pm Log: Update port to 0.71 Update ipv6 patch PR: 28378 (ipv6 fix) Revision Changes Path 1.13 +3 -5 ports/irc/p5-IRC/Makefile 1.6 +1 -1 ports/irc/p5-IRC/distinfo 1.2 +11 -11 ports/irc/p5-IRC/files/patch-Connection.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:35: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 479EA37B419; Tue, 27 Nov 2001 06:35:42 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAREZg814563; Tue, 27 Nov 2001 06:35:42 -0800 (PST) (envelope-from knu) Message-Id: <200111271435.fAREZg814563@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 27 Nov 2001 06:35:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/squeak3 Makefile distinfo pkg-descr pkg-plist ports/lang/squeak3/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/27 06:35:42 PST Modified files: lang/squeak3 Makefile distinfo pkg-descr pkg-plist Removed files: lang/squeak3/files patch-aa Log: Add Version 3 of Squeak, after a repocopy from lang/squeak2. PR: ports/31231 Submitted by: Roland Jesse Revision Changes Path 1.22 +37 -25 ports/lang/squeak3/Makefile 1.9 +3 -4 ports/lang/squeak3/distinfo 1.7 +0 -15 ports/lang/squeak3/files/patch-aa (dead) 1.6 +1 -1 ports/lang/squeak3/pkg-descr 1.7 +12 -7 ports/lang/squeak3/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 Nov 27 6:36: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 4E85037B405; Tue, 27 Nov 2001 06:36:14 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAREaEd18138; Tue, 27 Nov 2001 06:36:14 -0800 (PST) (envelope-from knu) Message-Id: <200111271436.fAREaEd18138@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 27 Nov 2001 06:36:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/27 06:36:14 PST Modified files: lang Makefile Log: Add squeak3. Revision Changes Path 1.257 +1 -0 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 Nov 27 6:37:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F42337B419; Tue, 27 Nov 2001 06:37:02 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAREb2s24157; Tue, 27 Nov 2001 06:37:02 -0800 (PST) (envelope-from knu) Message-Id: <200111271437.fAREb2s24157@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 27 Nov 2001 06:37: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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/11/27 06:37:02 PST Modified files: . modules Log: squeak3 --> ports/lang/squeak3 Revision Changes Path 1.4199 +1 -0 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 Nov 27 6:41: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 6742C37B41B; Tue, 27 Nov 2001 06:41:20 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAREfKM46036; Tue, 27 Nov 2001 06:41:20 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271441.fAREfKM46036@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 27 Nov 2001 06:41:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/27 06:41:20 PST Modified files: (Branch: RELENG_4) sbin/newfs newfs.8 Log: As per discussion with ru, back out the part of the previous revision that introduced an example for a large filesystem (the patch addressed other issues as well). The impact of a block:frag ratio other than 8:1 has not been sufficiently investigated for its recommendation on stable production systems. This change just tries to limit the exposure of potentially bad advice, and will be followed up with a sensible replacement (or the original text) after consultation with imp and dillon. Revision Changes Path 1.26.2.11 +0 -9 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:47: 7 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 5725F37B405; Tue, 27 Nov 2001 06:47:02 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fAREkoi11016; Tue, 27 Nov 2001 09:46:50 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 27 Nov 2001 09:46:49 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c src/sys/fs/ntfs ntfs.h ntfs_compr.c ntfs_inode.h ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c In-Reply-To: <200111262345.fAQNjDB71436@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yay! That really cleans up some of my patchsets--do you have similar plans for other parts of our codebase with (likewise) rotted support for other platforms? Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Mon, 26 Nov 2001, John Baldwin wrote: > jhb 2001/11/26 15:45:13 PST > > Modified files: > sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c > sys/fs/ntfs ntfs.h ntfs_compr.c ntfs_inode.h > ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c > Log: > GC non-FreeBSD code that didn't work anyways. > > Revision Changes Path > 1.8 +1 -18 src/sys/fs/hpfs/hpfs.h > 1.16 +4 -197 src/sys/fs/hpfs/hpfs_vfsops.c > 1.18 +2 -112 src/sys/fs/hpfs/hpfs_vnops.c > 1.12 +1 -27 src/sys/fs/ntfs/ntfs.h > 1.13 +1 -5 src/sys/fs/ntfs/ntfs_compr.c > 1.10 +1 -18 src/sys/fs/ntfs/ntfs_inode.h > 1.21 +0 -21 src/sys/fs/ntfs/ntfs_subr.c > 1.37 +3 -276 src/sys/fs/ntfs/ntfs_vfsops.c > 1.26 +1 -155 src/sys/fs/ntfs/ntfs_vnops.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:48:16 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 1C0D937B405; Tue, 27 Nov 2001 06:48:05 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fARElVs83224; Tue, 27 Nov 2001 16:47:31 +0200 (EET) (envelope-from ru) Date: Tue, 27 Nov 2001 16:47:31 +0200 From: Ruslan Ermilov To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci agp.c Message-ID: <20011127164731.C67032@sunbay.com> References: <200111271413.fAREDkb09104@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 02:30:55PM +0000, Doug Rabson wrote: > On Tue, 27 Nov 2001, Ruslan Ermilov wrote: > > > ru 2001/11/27 06:13:46 PST > > > > Modified files: (Branch: RELENG_4) > > sys/pci agp.c > > Log: > > MFC: 1.14: Don't automatically unbind/deallocate memory when releasing. > > Umm, I didn't mean MFC it immediately... Perhaps a few days wait would > have been more appropriate? > Sorry, I took it so. But I've already tested this on -STABLE initially. I wonder, how did you know I have built the XFree86 4.1.0 locally three days ago and was struggling with this problem? :-) 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 Nov 27 6:49:36 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 1932037B416; Tue, 27 Nov 2001 06:49:29 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168jZa-000LIh-00; Tue, 27 Nov 2001 16:50:58 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 In-reply-to: Your message of "Tue, 27 Nov 2001 06:41:20 PST." <200111271441.fAREfKM46036@freefall.freebsd.org> Date: Tue, 27 Nov 2001 16:50:58 +0200 Message-ID: <81882.1006872658@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 06:41:20 PST, Sheldon Hearn wrote: | Modified files: (Branch: RELENG_4) | sbin/newfs newfs.8 | Log: | As per discussion with ru, back out the part of the previous revision | that introduced an example for a large filesystem (the patch addressed | other issues as well). I've contacted Warner Losh (author of the disputed example) and Matt Dillon (the person who has issues with block:frag ratios other than 8:1) and will fix the manual page in HEAD and RELENG_4 once they've had time to send feedback. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 6:57:22 2001 Delivered-To: cvs-all@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 26DCA37B416; Tue, 27 Nov 2001 06:57:16 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id fAREv7Y53386; Tue, 27 Nov 2001 15:57:07 +0100 (CET) (envelope-from ernst) Message-Id: <200111271457.fAREv7Y53386@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: "Akinori MUSHA" Subject: Re: cvs commit: ports/java/linux-jdk14 Makefile Date: Tue, 27 Nov 2001 15:57:06 +0100 X-Mailer: KMail [version 1.3] Cc: sobomax@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200111271230.fARCU5H80177@freefall.freebsd.org> <86n1187139.wl@archon.local.idaemons.org> In-Reply-To: <86n1187139.wl@archon.local.idaemons.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Heh. Next time I change my email I will do them all in one commit ;-P Issue is that for some I changed some other things as well, like MASTER_SITES or PATCH_SITES. And Maxim is not to blame, I sent him a large diff, after he approved that I committed all Makefiles individually. Ernst On Tuesday 27 November 2001 15:14, Akinori MUSHA wrote: > At Tue, 27 Nov 2001 04:30:05 -0800 (PST), > > Ernst de Haan wrote: > > znerd 2001/11/27 04:30:05 PST > > > > Modified files: > > java/linux-jdk14 Makefile > > Log: > > Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. > > Please do all these email address changes in one commit. We don't > want to see the same message over and over again. > > > Approved by: sobomax > > Didn't the mentor tell you that? :) -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 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 6C75B37B41A; Tue, 27 Nov 2001 07:02:29 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARF2Tq31746; Tue, 27 Nov 2001 07:02:29 -0800 (PST) (envelope-from znerd) Message-Id: <200111271502.fARF2Tq31746@freefall.freebsd.org> From: Ernst de Haan Date: Tue, 27 Nov 2001 07:02:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jakarta-ant Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2001/11/27 07:02:29 PST Modified files: devel/jakarta-ant Makefile Log: Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org Approved by: sobomax Revision Changes Path 1.6 +3 -3 ports/devel/jakarta-ant/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7: 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 7CD3637B416; Tue, 27 Nov 2001 07:06:17 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARF6H635599; Tue, 27 Nov 2001 07:06:17 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271506.fARF6H635599@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 27 Nov 2001 07:06:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmfire Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2001/11/27 07:06:17 PST Modified files: sysutils/wmfire Makefile pkg-descr Log: o Use MASTER_SITE_LOCAL since the author's site vanished months ago. o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org) Revision Changes Path 1.6 +4 -3 ports/sysutils/wmfire/Makefile 1.2 +1 -1 ports/sysutils/wmfire/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 Nov 27 7: 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 17D3837B416; Tue, 27 Nov 2001 07:06:38 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARF6cI35683; Tue, 27 Nov 2001 07:06:38 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271506.fARF6cI35683@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 27 Nov 2001 07:06:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/icod Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2001/11/27 07:06:38 PST Modified files: graphics/icod Makefile pkg-descr Log: o Use MASTER_SITE_LOCAL since the author's site vanished months ago. o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org) Revision Changes Path 1.4 +4 -3 ports/graphics/icod/Makefile 1.2 +1 -1 ports/graphics/icod/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 Nov 27 7: 8:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D615437B417; Tue, 27 Nov 2001 07:08:42 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARF8gU36194; Tue, 27 Nov 2001 07:08:42 -0800 (PST) (envelope-from ru) Message-Id: <200111271508.fARF8gU36194@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Nov 2001 07:08:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/27 07:08:42 PST Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Add .Lb entry for -lpam. Requested by: des Revision Changes Path 1.6 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7: 9:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id B38B437B41B; Tue, 27 Nov 2001 07:09:50 -0800 (PST) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 2CF1C4D962; Wed, 28 Nov 2001 00:09:49 +0900 (JST) Date: Wed, 28 Nov 2001 00:09:49 +0900 Message-ID: <86lmgs6yiq.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Ernst de Haan Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/linux-jdk14 Makefile In-Reply-To: <200111271457.fAREv7Y53386@zaphod.euronet.nl> References: <200111271230.fARCU5H80177@freefall.freebsd.org> <86n1187139.wl@archon.local.idaemons.org> <200111271457.fAREv7Y53386@zaphod.euronet.nl> User-Agent: Wanderlust/2.7.5 (Too Funky) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Tue, 27 Nov 2001 15:57:06 +0100, Ernst de Haan wrote: > is that for some I changed some other things as well, like MASTER_SITES or > PATCH_SITES. In such cases you could first do all the email changes at once, and then other changes individually. It is good manners to arrange similar or related commits together. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Somewhere out of a memory.. of lighted streets on quiet nights.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:12:55 2001 Delivered-To: cvs-all@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 898D937B41A; Tue, 27 Nov 2001 07:12:44 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id fARFCfD72454; Tue, 27 Nov 2001 16:12:41 +0100 (CET) (envelope-from ernst) Message-Id: <200111271512.fARFCfD72454@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: "Akinori MUSHA" Subject: Re: cvs commit: ports/java/linux-jdk14 Makefile Date: Tue, 27 Nov 2001 16:12:41 +0100 X-Mailer: KMail [version 1.3] Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200111271230.fARCU5H80177@freefall.freebsd.org> <200111271457.fAREv7Y53386@zaphod.euronet.nl> <86lmgs6yiq.wl@archon.local.idaemons.org> In-Reply-To: <86lmgs6yiq.wl@archon.local.idaemons.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > In such cases you could first do all the email changes at once, and > then other changes individually. It is good manners to arrange > similar or related commits together. Okay. Sounds excellent, indeed. I will stick to this rule. Thanks for pointing this out. Ernst -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:13: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 5A0E237B416; Tue, 27 Nov 2001 07:13:22 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFDMq36849; Tue, 27 Nov 2001 07:13:22 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271513.fARFDMq36849@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 27 Nov 2001 07:13:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/dbf2mysql Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2001/11/27 07:13:22 PST Modified files: databases/dbf2mysql Makefile Log: Use MASTER_SITES that do not redirect to obfuscated directory names. Revision Changes Path 1.7 +3 -2 ports/databases/dbf2mysql/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:15:24 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id EA4FF37B405; Tue, 27 Nov 2001 07:15:09 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fARFEki11669; Tue, 27 Nov 2001 10:14:47 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 27 Nov 2001 10:14:46 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brian Somers Cc: Gregory Neil Shapiro , Mike Silbersack , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc security In-Reply-To: <200111271234.fARCYNU24829@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Brian Somers wrote: > > silby> Do you want me to commit this, or should I wait until you get a > > silby> chance to test it yourself? > > > > It's tested. > > It doesn't look like it handles > > daily_status_security_output="user1 user2" I wondered about that also, but it looks like we already have some code that doesn't correctly handle that scenario: case "${daily_status_security_output:=root}" in /*) echo " (output logged separately)" sh /etc/security -s $args \ >$daily_status_security_output 2>&1;; *) echo " (output mailed separately)" sh /etc/security $args 2>&1 | sendmail $daily_status_security_output;; esac;; Semantics involving multiple mail destinations make sense, but not for files, so if we tweak the := above, it might be possible to make it all make sense. 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 Nov 27 7:16: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 930C737B405; Tue, 27 Nov 2001 07:16:15 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFGFX37277; Tue, 27 Nov 2001 07:16:15 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271516.fARFGFX37277@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 27 Nov 2001 07:16:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/wmcalc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2001/11/27 07:16:15 PST Modified files: math/wmcalc Makefile Log: o Use MASTER_SITE_LOCAL since the author's site vanished months ago. Revision Changes Path 1.8 +3 -2 ports/math/wmcalc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:21:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74C8637B405; Tue, 27 Nov 2001 07:21:34 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFLYO38013; Tue, 27 Nov 2001 07:21:34 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271521.fARFLYO38013@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 27 Nov 2001 07:21:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/kplot3d Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/kplot3d/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2001/11/27 07:21:34 PST Modified files: graphics Makefile Removed files: graphics/kplot3d Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/kplot3d/files patch-aa patch-ab Log: Remove kplot3d since it's homepage and distfiles disappeared long ago (was kde1-based anyway). Revision Changes Path 1.383 +0 -1 ports/graphics/Makefile 1.9 +0 -19 ports/graphics/kplot3d/Makefile (dead) 1.3 +0 -1 ports/graphics/kplot3d/distinfo (dead) 1.2 +0 -138 ports/graphics/kplot3d/files/patch-aa (dead) 1.2 +0 -13 ports/graphics/kplot3d/files/patch-ab (dead) 1.2 +0 -1 ports/graphics/kplot3d/pkg-comment (dead) 1.2 +0 -8 ports/graphics/kplot3d/pkg-descr (dead) 1.3 +0 -16 ports/graphics/kplot3d/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:23:21 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 0D57B37B419; Tue, 27 Nov 2001 07:23:12 -0800 (PST) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 168k4j-0006VO-0U; Tue, 27 Nov 2001 15:23:09 +0000 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id fARFLr709923; Tue, 27 Nov 2001 15:21:53 GMT (envelope-from dfr@nlsystems.com) Date: Tue, 27 Nov 2001 15:21:53 +0000 (GMT) From: Doug Rabson To: Ruslan Ermilov Cc: , Subject: Re: cvs commit: src/sys/pci agp.c In-Reply-To: <20011127164731.C67032@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Ruslan Ermilov wrote: > On Tue, Nov 27, 2001 at 02:30:55PM +0000, Doug Rabson wrote: > > On Tue, 27 Nov 2001, Ruslan Ermilov wrote: > > > > > ru 2001/11/27 06:13:46 PST > > > > > > Modified files: (Branch: RELENG_4) > > > sys/pci agp.c > > > Log: > > > MFC: 1.14: Don't automatically unbind/deallocate memory when releasing. > > > > Umm, I didn't mean MFC it immediately... Perhaps a few days wait would > > have been more appropriate? > > > Sorry, I took it so. But I've already tested this on -STABLE initially. > > I wonder, how did you know I have built the XFree86 4.1.0 locally three > days ago and was struggling with this problem? :-) No problem - my original message wasn't clear. I didn't know you were having problems - David Dawes just happened to be working on the same problem and contacted me when he realised the difference in behaviour between Linux and FreeBSD. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:25: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 EFB7037B416; Tue, 27 Nov 2001 07:25:43 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFPhS38687; Tue, 27 Nov 2001 07:25:43 -0800 (PST) (envelope-from nik) Message-Id: <200111271525.fARFPhS38687@freefall.freebsd.org> From: Nik Clayton Date: Tue, 27 Nov 2001 07:25:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/11/27 07:25:43 PST Added files: (Branch: XML_XSL_XP) en index.page Log: Copy index.html to index.page. Subsequent commits will go step by step through what needs to be done to strip this down to just the content, which will later be transformed in to valid HTML using the XSLT stylesheets and some Makefile magic. Revision Changes Path 1.1.2.1 +659 -0 www/en/index.page (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:31:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC50537B417; Tue, 27 Nov 2001 07:31:13 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFVDL39286; Tue, 27 Nov 2001 07:31:13 -0800 (PST) (envelope-from nik) Message-Id: <200111271531.fARFVDL39286@freefall.freebsd.org> From: Nik Clayton Date: Tue, 27 Nov 2001 07:31:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/11/27 07:31:13 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Add an XML PI, $FreeBSD$ entry, and Emacs local variables block. Remove the DOCTYPE line. Revision Changes Path 1.1.2.2 +11 -1 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:32:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E39EC37B419; Tue, 27 Nov 2001 07:32:23 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFWNY39443; Tue, 27 Nov 2001 07:32:23 -0800 (PST) (envelope-from nik) Message-Id: <200111271532.fARFWNY39443@freefall.freebsd.org> From: Nik Clayton Date: Tue, 27 Nov 2001 07:32:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/11/27 07:32:23 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Change the outermost element from to Revision Changes Path 1.1.2.3 +3 -3 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:35:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 561F937B416; Tue, 27 Nov 2001 07:35:08 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFZ8k39715; Tue, 27 Nov 2001 07:35:08 -0800 (PST) (envelope-from keramida) Message-Id: <200111271535.fARFZ8k39715@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 27 Nov 2001 07:35:08 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/11/27 07:35:08 PST Modified files: en support.sgml Log: Add a link to the email address of the contact for Washington DC user group that was forgotten in the last commit. Revision Changes Path 1.246 +3 -2 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:35: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 33DDF37B416; Tue, 27 Nov 2001 07:35:25 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFZOk39783; Tue, 27 Nov 2001 07:35:24 -0800 (PST) (envelope-from nik) Message-Id: <200111271535.fARFZOk39783@freefall.freebsd.org> From: Nik Clayton Date: Tue, 27 Nov 2001 07:35:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/11/27 07:35:24 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Remove the element and it's contents, except for , which now lives directly under <page> Revision Changes Path 1.1.2.4 +1 -7 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:35: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 DDC5337B419; Tue, 27 Nov 2001 07:35:44 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFZiN39835; Tue, 27 Nov 2001 07:35:44 -0800 (PST) (envelope-from des) Message-Id: <200111271535.fARFZiN39835@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Tue, 27 Nov 2001 07:35:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpam/libpam pam_item.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG des 2001/11/27 07:35:44 PST Modified files: contrib/libpam/libpam pam_item.c Log: It's idiotic to return PAM_PERM_DENIED when the item argument is NULL; PAM_BUF_ERR is much closer to the truth. Revision Changes Path 1.2 +102 -81 src/contrib/libpam/libpam/pam_item.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:36:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF02337B417; Tue, 27 Nov 2001 07:36:21 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFaLn39920; Tue, 27 Nov 2001 07:36:21 -0800 (PST) (envelope-from des) Message-Id: <200111271536.fARFaLn39920@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Tue, 27 Nov 2001 07:36:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpam/libpam pam_handlers.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG des 2001/11/27 07:36:21 PST Modified files: contrib/libpam/libpam pam_handlers.c Log: Due to incorrect include ordering, <dlfcn.h> did not get included, so RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD). In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to be "_" is incorrect. Submitted by: tobez (except for the bit about the incorrect comment) Revision Changes Path 1.2 +83 -86 src/contrib/libpam/libpam/pam_handlers.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7: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 0E00937B438; Tue, 27 Nov 2001 07:36:36 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFaZm39958; Tue, 27 Nov 2001 07:36:35 -0800 (PST) (envelope-from des) Message-Id: <200111271536.fARFaZm39958@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Tue, 27 Nov 2001 07:36:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/libpam Makefile pam_set_item.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG des 2001/11/27 07:36:35 PST Modified files: lib/libpam/libpam Makefile Added files: lib/libpam/libpam pam_set_item.3 Log: Add a pam_set_item(3) man page with an MLINK to pam_get_item(3). PR: docs/32294 Sponsored by: DARPA, NAI Labs MFC after: 3 days Revision Changes Path 1.21 +3 -1 src/lib/libpam/libpam/Makefile 1.1 +151 -0 src/lib/libpam/libpam/pam_set_item.3 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:37: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 0CD7E37B419; Tue, 27 Nov 2001 07:37:35 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFbZ240102; Tue, 27 Nov 2001 07:37:35 -0800 (PST) (envelope-from nik) Message-Id: <200111271537.fARFbZ240102@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 07:37:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 07:37:34 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Remove the attributes from the body element. Revision Changes Path 1.1.2.5 +2 -3 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:39: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 E570837B405; Tue, 27 Nov 2001 07:39:37 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFdbF40354; Tue, 27 Nov 2001 07:39:37 -0800 (PST) (envelope-from keramida) Message-Id: <200111271539.fARFdbF40354@freefall.freebsd.org> From: Giorgos Keramidas <keramida@FreeBSD.org> Date: Tue, 27 Nov 2001 07:39:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG keramida 2001/11/27 07:39:37 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Fix typo I missed in my last commit. "the the" -> "the". Submitted by: roam Revision Changes Path 1.309 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:41:17 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 3E41137B405; Tue, 27 Nov 2001 07:41:11 -0800 (PST) Received: by heechee.tobez.org (Postfix, from userid 1001) id 88C83541F; Tue, 27 Nov 2001 16:41:08 +0100 (CET) Date: Tue, 27 Nov 2001 16:41:08 +0100 From: Anton Berezin <tobez@tobez.org> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_handlers.c Message-ID: <20011127164108.B32687@heechee.tobez.org> References: <200111271536.fARFaLn39920@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: <200111271536.fARFaLn39920@freefall.freebsd.org>; from des@FreeBSD.org on Tue, Nov 27, 2001 at 07:36:21AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 07:36:21AM -0800, Dag-Erling Smorgrav wrote: > des 2001/11/27 07:36:21 PST > > Modified files: > contrib/libpam/libpam pam_handlers.c > Log: > Due to incorrect include ordering, <dlfcn.h> did not get included, so > RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD). > In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to > be "_" is incorrect. Umm... There seems to be many more changes than that... =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:41: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 F076137B41A; Tue, 27 Nov 2001 07:41:34 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFfYr40709; Tue, 27 Nov 2001 07:41:34 -0800 (PST) (envelope-from nik) Message-Id: <200111271541.fARFfYr40709@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 07:41:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 07:41:34 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Remove all the HTML that generated navigation links, and strip it down to just the main content of the page. Revision Changes Path 1.1.2.6 +1 -572 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:45: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 4245837B41A; Tue, 27 Nov 2001 07:45:10 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFjA141364; Tue, 27 Nov 2001 07:45:10 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271545.fARFjA141364@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 27 Nov 2001 07:45:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/lincvs Makefile distinfo pkg-descr pkg-plist ports/devel/lincvs/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/27 07:45:10 PST Modified files: devel/lincvs Makefile distinfo pkg-descr pkg-plist Removed files: devel/lincvs/files patch-aa Log: Update port to 0.4.90 Revision Changes Path 1.5 +7 -10 ports/devel/lincvs/Makefile 1.3 +1 -1 ports/devel/lincvs/distinfo 1.2 +0 -26 ports/devel/lincvs/files/patch-aa (dead) 1.3 +2 -2 ports/devel/lincvs/pkg-descr 1.3 +14 -1 ports/devel/lincvs/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 Nov 27 7:46:10 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 0FCCE37B416; Tue, 27 Nov 2001 07:46:03 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id A515814C54; Tue, 27 Nov 2001 16:46:01 +0100 (CET) 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: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c References: <200111271535.fARFZiN39835@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@ofug.org> Date: 27 Nov 2001 16:46:01 +0100 In-Reply-To: <200111271535.fARFZiN39835@freefall.freebsd.org> Message-ID: <xzpitbwfc92.fsf@flood.ping.uio.no> Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Dag-Erling Smorgrav <des@FreeBSD.org> writes: > Log: > It's idiotic to return PAM_PERM_DENIED when the item argument is NULL; > PAM_BUF_ERR is much closer to the truth. > > Revision Changes Path > 1.2 +102 -81 src/contrib/libpam/libpam/pam_item.c Gah. Major CVS screwup. 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 Nov 27 7:46:53 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 39DE837B416; Tue, 27 Nov 2001 07:46:48 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 1638A14C56; Tue, 27 Nov 2001 16:46:45 +0100 (CET) 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: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_handlers.c References: <200111271536.fARFaLn39920@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@ofug.org> Date: 27 Nov 2001 16:46:44 +0100 In-Reply-To: <200111271536.fARFaLn39920@freefall.freebsd.org> Message-ID: <xzpelmkfc7v.fsf@flood.ping.uio.no> Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Dag-Erling Smorgrav <des@FreeBSD.org> writes: > Log: > Due to incorrect include ordering, <dlfcn.h> did not get included, so > RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD). > In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to > be "_" is incorrect. > > Submitted by: tobez (except for the bit about the incorrect comment) > > Revision Changes Path > 1.2 +83 -86 src/contrib/libpam/libpam/pam_handlers.c More CVS spammage. This will be backed out. 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 Nov 27 7:47:30 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 8097937B626; Tue, 27 Nov 2001 07:47:13 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fARFlAd93616; Tue, 27 Nov 2001 17:47:10 +0200 (EET) (envelope-from ru) Date: Tue, 27 Nov 2001 17:47:09 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c Message-ID: <20011127174709.J67032@sunbay.com> References: <200111271535.fARFZiN39835@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111271535.fARFZiN39835@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 07:35:44AM -0800, Dag-Erling Smorgrav wrote: > des 2001/11/27 07:35:44 PST > > Modified files: > contrib/libpam/libpam pam_item.c > Log: > It's idiotic to return PAM_PERM_DENIED when the item argument is NULL; > PAM_BUF_ERR is much closer to the truth. > > Revision Changes Path > 1.2 +102 -81 src/contrib/libpam/libpam/pam_item.c > DES! Please keep this out from commitlogs. 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 Nov 27 7: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 59A8737B41A; Tue, 27 Nov 2001 07:48:49 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFmnc41987; Tue, 27 Nov 2001 07:48:49 -0800 (PST) (envelope-from dwcjr) Message-Id: <200111271548.fARFmnc41987@freefall.freebsd.org> From: "David W. Chapman Jr." <dwcjr@FreeBSD.org> Date: Tue, 27 Nov 2001 07:48:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix Makefile ports/mail/postfix/files patch-src::cleanup_message.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dwcjr 2001/11/27 07:48:49 PST Modified files: mail/postfix Makefile Added files: mail/postfix/files patch-src::cleanup_message.c Log: Add header/body_check warnings command Bump PORTREVISION Submitted by: osa@freebsd.org.ru Revision Changes Path 1.48 +1 -0 ports/mail/postfix/Makefile 1.1 +24 -0 ports/mail/postfix/files/patch-src::cleanup_message.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:49: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 8797A37B416; Tue, 27 Nov 2001 07:49:42 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFngq42150; Tue, 27 Nov 2001 07:49:42 -0800 (PST) (envelope-from nik) Message-Id: <200111271549.fARFngq42150@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 07:49:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 07:49:42 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Reindent and rewrap lines. No content changes. Revision Changes Path 1.1.2.7 +61 -74 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7: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 6BD1D37B419; Tue, 27 Nov 2001 07:51:18 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFpI942398; Tue, 27 Nov 2001 07:51:18 -0800 (PST) (envelope-from nik) Message-Id: <200111271551.fARFpI942398@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 07:51:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 07:51:18 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Add some sidebars pointing the user at additional information. Revision Changes Path 1.1.2.8 +7 -1 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:52: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 2D67837B419; Tue, 27 Nov 2001 07:52:04 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARFq4J42479; Tue, 27 Nov 2001 07:52:04 -0800 (PST) (envelope-from nik) Message-Id: <200111271552.fARFq4J42479@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 07:52:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 07:52:04 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Add a <section> element, indicating which section of the site this page belongs to. Revision Changes Path 1.1.2.9 +3 -1 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:52:34 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 66CD837B446; Tue, 27 Nov 2001 07:52:21 -0800 (PST) Received: by heechee.tobez.org (Postfix, from userid 1001) id A7650541F; Tue, 27 Nov 2001 16:52:18 +0100 (CET) Date: Tue, 27 Nov 2001 16:52:18 +0100 From: Anton Berezin <tobez@tobez.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c Message-ID: <20011127165218.C32687@heechee.tobez.org> References: <200111271535.fARFZiN39835@freefall.freebsd.org> <20011127174709.J67032@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: <20011127174709.J67032@sunbay.com>; from ru@FreeBSD.org on Tue, Nov 27, 2001 at 05:47:09PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 05:47:09PM +0200, Ruslan Ermilov wrote: > On Tue, Nov 27, 2001 at 07:35:44AM -0800, Dag-Erling Smorgrav wrote: > > des 2001/11/27 07:35:44 PST > > > > Modified files: > > contrib/libpam/libpam pam_item.c > > Log: > > It's idiotic to return PAM_PERM_DENIED when the item argument is NULL; > > PAM_BUF_ERR is much closer to the truth. > > > > Revision Changes Path > > 1.2 +102 -81 src/contrib/libpam/libpam/pam_item.c > > > DES! > > Please keep this out from commitlogs. /me considers persuading joe to check for $Regexp::Common::RE{profanity} in log_accum.pl. :-) \Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 7:53: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id EA75637B50D; Tue, 27 Nov 2001 07:52:42 -0800 (PST) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 168kXI-0006n4-0V; Tue, 27 Nov 2001 15:52:40 +0000 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id fARFpP710124; Tue, 27 Nov 2001 15:51:25 GMT (envelope-from dfr@nlsystems.com) Date: Tue, 27 Nov 2001 15:51:25 +0000 (GMT) From: Doug Rabson <dfr@nlsystems.com> To: Dag-Erling Smorgrav <des@ofug.org> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/contrib/libpam/libpam pam_handlers.c In-Reply-To: <xzpelmkfc7v.fsf@flood.ping.uio.no> Message-ID: <Pine.BSF.4.33.0111271550240.8887-100000@herring.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27 Nov 2001, Dag-Erling Smorgrav wrote: > Dag-Erling Smorgrav <des@FreeBSD.org> writes: > > Log: > > Due to incorrect include ordering, <dlfcn.h> did not get included, so > > RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD). > > In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to > > be "_" is incorrect. > > > > Submitted by: tobez (except for the bit about the incorrect comment) > > > > Revision Changes Path > > 1.2 +83 -86 src/contrib/libpam/libpam/pam_handlers.c > > More CVS spammage. This will be backed out. Bah. I've been trying to feed a similar patch through the vendor for months now to avoid taking this file off the branch. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 8:17:36 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 8080037B405; Tue, 27 Nov 2001 08:17:28 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id fARGHQR55600; Tue, 27 Nov 2001 16:17:26 GMT (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id fARGHP300987; Tue, 27 Nov 2001 16:17:25 GMT (envelope-from brian@freebsd-services.com) Message-Id: <200111271617.fARGHP300987@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Robert Watson <rwatson@FreeBSD.org> Cc: Brian Somers <brian@freebsd-services.com>, Gregory Neil Shapiro <gshapiro@FreeBSD.org>, Mike Silbersack <silby@silby.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/etc security In-Reply-To: Message from Robert Watson <rwatson@FreeBSD.org> of "Tue, 27 Nov 2001 10:14:46 EST." <Pine.NEB.3.96L.1011127101327.10899C-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Nov 2001 16:17:25 +0000 From: Brian Somers <brian@freebsd-services.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > > On Tue, 27 Nov 2001, Brian Somers wrote: > > > > silby> Do you want me to commit this, or should I wait until you get a > > > silby> chance to test it yourself? > > > > > > It's tested. > > > > It doesn't look like it handles > > > > daily_status_security_output="user1 user2" > > I wondered about that also, but it looks like we already have some code > that doesn't correctly handle that scenario: > > case "${daily_status_security_output:=root}" in > /*) > echo " (output logged separately)" > sh /etc/security -s $args \ > >$daily_status_security_output 2>&1;; > *) > echo " (output mailed separately)" > sh /etc/security $args 2>&1 | > sendmail $daily_status_security_output;; > esac;; > > Semantics involving multiple mail destinations make sense, but not for > files, so if we tweak the := above, it might be possible to make it all > make sense. I don't think I follow. How do you think the := needs tweaking ? The above was intended to deal with single files and multiple email addresses and still seems to.... > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services -- Brian <brian@freebsd-services.com> <brian@Awfulhak.org> http://www.freebsd-services.com/ <brian@[uk.]FreeBSD.org> Don't _EVER_ lose your sense of humour ! <brian@[uk.]OpenBSD.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 8:28: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 17DCE37B417; Tue, 27 Nov 2001 08:28:27 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARGSQ350561; Tue, 27 Nov 2001 08:28:26 -0800 (PST) (envelope-from ru) Message-Id: <200111271628.fARGSQ350561@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Tue, 27 Nov 2001 08:28:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/11/27 08:28:26 PST Modified files: gnu/usr.bin/perl Makefile.inc Log: CFLAGS is not suitable for `optimize' thing; it spams Config.pm with -nostdinc which breaks Perl ports building. This change will be re-applied if BDE agrees on having COPTFLAGS in userland. PR: bin/31877 Revision Changes Path 1.28 +2 -2 src/gnu/usr.bin/perl/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 8:29: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 A2A2D37B416; Tue, 27 Nov 2001 08:29:11 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARGTBw50695; Tue, 27 Nov 2001 08:29:11 -0800 (PST) (envelope-from luigi) Message-Id: <200111271629.fARGTBw50695@freefall.freebsd.org> From: Luigi Rizzo <luigi@FreeBSD.org> Date: Tue, 27 Nov 2001 08:29:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG luigi 2001/11/27 08:29:11 PST Modified files: sys/pci if_sis.c if_sisreg.h Log: Fix a bug in the driver -- under load, the receive unit could become idle and the driver would not detect the event, requiring userland to cycle the interface to bring it up again. The fix consists in adding SIS_IMR_RX_IDLE to the interrupt mask and add a command in sis_intr() to restart the receiver when this happens. While at it, make the test of status bits more efficient. Revision Changes Path 1.37 +13 -15 src/sys/pci/if_sis.c 1.9 +3 -2 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 8: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 3DC2337B416; Tue, 27 Nov 2001 08:41:15 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARGfFV52158; Tue, 27 Nov 2001 08:41:15 -0800 (PST) (envelope-from luigi) Message-Id: <200111271641.fARGfFV52158@freefall.freebsd.org> From: Luigi Rizzo <luigi@FreeBSD.org> Date: Tue, 27 Nov 2001 08:41:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG luigi 2001/11/27 08:41:14 PST Modified files: (Branch: RELENG_4) sys/pci if_sis.c if_sisreg.h Log: MFC: fix a bug in the driver which did not properly handle the receive unit becoming idle under load. (reason for immediate MFC: this is not a new feature, but a trivial fix for a rather annoying bug). Revision Changes Path 1.13.4.8 +11 -12 src/sys/pci/if_sis.c 1.1.4.4 +3 -2 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 8:43:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E01A37B416; Tue, 27 Nov 2001 08:43:12 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARGhCO52636; Tue, 27 Nov 2001 08:43:12 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271643.fARGhCO52636@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 27 Nov 2001 08:43:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/parchive Makefile distinfo pkg-comment pkg-descr pkg-plist ports/archivers/parchive/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/27 08:43:12 PST Modified files: archivers Makefile Added files: archivers/parchive Makefile distinfo pkg-comment pkg-descr pkg-plist archivers/parchive/files Makefile Log: Add parchive, an archiver that applies the data-recovery capability concepts of RAID-like systems to the creation and recovery of multi- part archives. Revision Changes Path 1.58 +1 -0 ports/archivers/Makefile 1.1 +20 -0 ports/archivers/parchive/Makefile (new) 1.1 +1 -0 ports/archivers/parchive/distinfo (new) 1.1 +9 -0 ports/archivers/parchive/files/Makefile (new) 1.1 +1 -0 ports/archivers/parchive/pkg-comment (new) 1.1 +8 -0 ports/archivers/parchive/pkg-descr (new) 1.1 +1 -0 ports/archivers/parchive/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 8:45: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 37EA337B416; Tue, 27 Nov 2001 08:45:51 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARGjpl53126; Tue, 27 Nov 2001 08:45:51 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271645.fARGjpl53126@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 27 Nov 2001 08:45: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/27 08:45:51 PST Modified files: . modules Log: parchive -> ports/archivers/parchive Revision Changes Path 1.4200 +1 -0 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 Nov 27 8: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 EE6D237B417; Tue, 27 Nov 2001 08:53:43 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARGrhl54358; Tue, 27 Nov 2001 08:53:43 -0800 (PST) (envelope-from phk) Message-Id: <200111271653.fARGrhl54358@freefall.freebsd.org> From: Poul-Henning Kamp <phk@FreeBSD.org> Date: Tue, 27 Nov 2001 08:53:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG phk 2001/11/27 08:53:43 PST Modified files: games/fortune/datfiles fortunes Log: This string of coincidences was too good to let pass. Obtained from: BBC World Service on 9410kHz Revision Changes Path 1.63 +22 -0 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 8:54:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 17D6C37B41D for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 08:54:49 -0800 (PST) Received: (qmail 6186 invoked from network); 27 Nov 2001 16:55:01 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for <rwatson@FreeBSD.org>; 27 Nov 2001 16:55:01 -0000 Message-ID: <XFMail.011127085445.jhb@FreeBSD.org> 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: <Pine.NEB.3.96L.1011127094616.10899A-100000@fledge.watson.org> Date: Tue, 27 Nov 2001 08:54:45 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Robert Watson <rwatson@FreeBSD.org> Subject: Re: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops. Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27-Nov-01 Robert Watson wrote: > Yay! That really cleans up some of my patchsets--do you have similar > plans for other parts of our codebase with (likewise) rotted support for > other platforms? Well, I have patches to remove the GEMDOS support from msdosfs, which is all #ifndef __FreeBSD__, but that's all I have atm. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 27 9: 1: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 D415837B405; Tue, 27 Nov 2001 09:01:17 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARH1Hx55357; Tue, 27 Nov 2001 09:01:17 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271701.fARH1Hx55357@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 27 Nov 2001 09:01:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sheldonh 2001/11/27 09:01:17 PST Modified files: sbin/newfs newfs.8 Log: Correct the example introduced in rev 1.29, which suggested a block:frag size ratio other than 8:1. Currently, we only recommend an 8:1 ratio, because the impact of others ratios has not been adequately investigated. Also, do not recommend the use of the -c option in the example, since newfs now automatically calculates the best cyl:cylgrp ratio. This change was discussed with the author of rev 1.29. Revision Changes Path 1.45 +4 -4 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9: 6:25 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id A860137B405; Tue, 27 Nov 2001 09:06:18 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168lhz-000Lua-00; Tue, 27 Nov 2001 19:07:47 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: dillon@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 In-reply-to: Your message of "Tue, 27 Nov 2001 09:01:17 PST." <200111271701.fARH1Hx55357@freefall.freebsd.org> Date: Tue, 27 Nov 2001 19:07:47 +0200 Message-ID: <84231.1006880867@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 09:01:17 PST, Sheldon Hearn wrote: | sbin/newfs newfs.8 | Log: | Correct the example introduced in rev 1.29, which suggested a block:frag | size ratio other than 8:1. Currently, we only recommend an 8:1 | ratio, because the impact of others ratios has not been adequately | investigated. I'm still not sure that the following text in the manual page is accurate: These values tend to produce better performance than the defaults for file systems larger than about 5 gigabytes. So far, my Postmark benchmarks on filesystems as small as 128M all show performance improvements using 16k:2k, given an average file size of 2k or more. It seems to me that the decision on what block:frag sizes to use has much more to do with file sizes than with filesystem sizes. Matt, do you have any comments on the manual page text quoted above? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9: 9: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 E1F5D37B405; Tue, 27 Nov 2001 09:09:28 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARH9S759756; Tue, 27 Nov 2001 09:09:28 -0800 (PST) (envelope-from phantom) Message-Id: <200111271709.fARH9S759756@freefall.freebsd.org> From: Alexey Zelkin <phantom@FreeBSD.org> Date: Tue, 27 Nov 2001 09:09:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/fonts INDEX.fonts X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG phantom 2001/11/27 09:09:28 PST Modified files: (Branch: RELENG_4) share/syscons/fonts INDEX.fonts Log: MFC: rev 1.22, fix ukrainian translation of 'Norwegian' word Revision Changes Path 1.16.2.6 +5 -5 src/share/syscons/fonts/INDEX.fonts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:10:42 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 7D63437B405; Tue, 27 Nov 2001 09:10:32 -0800 (PST) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fARHAWM76602; Tue, 27 Nov 2001 09:10:32 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 35CCB38FD; Tue, 27 Nov 2001 09:10:32 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Dag-Erling Smorgrav <des@ofug.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c In-Reply-To: <xzpitbwfc92.fsf@flood.ping.uio.no> Date: Tue, 27 Nov 2001 09:10:32 -0800 From: Peter Wemm <peter@wemm.org> Message-Id: <20011127171032.35CCB38FD@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > Dag-Erling Smorgrav <des@FreeBSD.org> writes: > > Log: > > It's idiotic to return PAM_PERM_DENIED when the item argument is NULL; > > PAM_BUF_ERR is much closer to the truth. > > > > Revision Changes Path > > 1.2 +102 -81 src/contrib/libpam/libpam/pam_item.c > > Gah. Major CVS screwup. Nope, its the way cvs works and is the consequence of trivial touching of files on vendor branches. See committers rules, #12: "* Do not commit to anything under the src/contrib, src/crypto, and src/sys/ contrib trees without explicit approval from the respective maintainer(s). The trees mentioned above are for contributed software usually imported onto a vendor branch. Committing something there, even if it does not take the file off the vendor branch, may cause unnecessary headaches for those responsible for maintaining that particular piece of software. Thus, unless you have explicit approval from the maintainer (or you are the maintainer), do not commit there!" Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:10:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83EA437B405; Tue, 27 Nov 2001 09:10:54 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARHAsf60040; Tue, 27 Nov 2001 09:10:54 -0800 (PST) (envelope-from phk) Message-Id: <200111271710.fARHAsf60040@freefall.freebsd.org> From: Poul-Henning Kamp <phk@FreeBSD.org> Date: Tue, 27 Nov 2001 09:10:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG phk 2001/11/27 09:10:54 PST Modified files: games/fortune/datfiles fortunes Log: s/Kenned y/Kennedy/ Pointed out by: $a_lot_of_people Revision Changes Path 1.64 +1 -1 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:13:48 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id E45F737B417; Tue, 27 Nov 2001 09:13:38 -0800 (PST) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fARHDcM76629; Tue, 27 Nov 2001 09:13:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 9CE0E38FD; Tue, 27 Nov 2001 09:13:38 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Dag-Erling Smorgrav <des@ofug.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_handlers.c In-Reply-To: <xzpelmkfc7v.fsf@flood.ping.uio.no> Date: Tue, 27 Nov 2001 09:13:38 -0800 From: Peter Wemm <peter@wemm.org> Message-Id: <20011127171338.9CE0E38FD@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > Dag-Erling Smorgrav <des@FreeBSD.org> writes: > > Log: > > Due to incorrect include ordering, <dlfcn.h> did not get included, so > > RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD). > > In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to > > be "_" is incorrect. > > > > Submitted by: tobez (except for the bit about the incorrect comment) > > > > Revision Changes Path > > 1.2 +83 -86 src/contrib/libpam/libpam/pam_handlers.c > > More CVS spammage. This will be backed out. This should go via the vendor if possible. This is another case where cvs duplicates the entire vendor branch when the file leaves the vendor branch. cvs diff -r1.1.1 pam_handlers.c (diff relative to top revision of the 1.1.1 branch) shows the effect of the change, but it really does this oversized chunk in the ,v files (ie: it stores the diff relative to the *first* import, not the last). 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 Nov 27 9:13: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 5EBA737B405; Tue, 27 Nov 2001 09:13:38 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARHDcm60434; Tue, 27 Nov 2001 09:13:38 -0800 (PST) (envelope-from sumikawa) Message-Id: <200111271713.fARHDcm60434@freefall.freebsd.org> From: Munechika SUMIKAWA <sumikawa@FreeBSD.org> Date: Tue, 27 Nov 2001 09:13:38 -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-aq patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h patch-directory::xpcom::base::src::Makefile.in patch-qt patch-xpcom::ds::plvector.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sumikawa 2001/11/27 09:13:38 PST Modified files: www/mozilla+ipv6 Makefile distinfo pkg-plist www/mozilla+ipv6/files patch-aq patch-qt Added files: www/mozilla+ipv6/files patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h patch-xpcom::ds::plvector.c Removed files: www/mozilla+ipv6/files patch-directory::xpcom::base::src::Makefile.in Log: Upgrade to 0.9.6. Revision Changes Path 1.69 +1 -1 ports/www/mozilla+ipv6/Makefile 1.41 +1 -1 ports/www/mozilla+ipv6/distinfo 1.3 +8 -5 ports/www/mozilla+ipv6/files/patch-aq 1.1 +14 -0 ports/www/mozilla+ipv6/files/patch-directory::c-sdk::ldap::libraries::liblber::lber-int.h (new) 1.2 +0 -13 ports/www/mozilla+ipv6/files/patch-directory::xpcom::base::src::Makefile.in (dead) 1.9 +24 -16 ports/www/mozilla+ipv6/files/patch-qt 1.1 +19 -0 ports/www/mozilla+ipv6/files/patch-xpcom::ds::plvector.c (new) 1.41 +6 -9 ports/www/mozilla+ipv6/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:15: 5 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 886A637B416; Tue, 27 Nov 2001 09:14:52 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id A1DD114C56; Tue, 27 Nov 2001 18:14:50 +0100 (CET) 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: Peter Wemm <peter@wemm.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c References: <20011127171032.35CCB38FD@overcee.netplex.com.au> From: Dag-Erling Smorgrav <des@ofug.org> Date: 27 Nov 2001 18:14:50 +0100 In-Reply-To: <20011127171032.35CCB38FD@overcee.netplex.com.au> Message-ID: <xzpzo58dtkl.fsf@flood.ping.uio.no> Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Peter Wemm <peter@wemm.org> writes: > The trees mentioned above are for contributed software usually imported > onto a vendor branch. Committing something there, even if it does not take > the file off the vendor branch, may cause unnecessary headaches for those > responsible for maintaining that particular piece of software. Thus, unless > you have explicit approval from the maintainer (or you are the maintainer), > do not commit there!" Mark approved the change to pam_handlers.c. As for pam_item.c, I plead insanity - I came across this nit while working on the pam_get_item(3) man page and committed it unthinkingly. 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 Nov 27 9:20: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 48D8937B416; Tue, 27 Nov 2001 09:20:05 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fARHK4768451; Tue, 27 Nov 2001 09:20:04 -0800 (PST) (envelope-from obrien) Date: Tue, 27 Nov 2001 09:20:04 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c Message-ID: <20011127092004.A68382@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200111271535.fARFZiN39835@freefall.freebsd.org> <20011127174709.J67032@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: <20011127174709.J67032@sunbay.com>; from ru@FreeBSD.org on Tue, Nov 27, 2001 at 05:47:09PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 05:47:09PM +0200, Ruslan Ermilov wrote: > On Tue, Nov 27, 2001 at 07:35:44AM -0800, Dag-Erling Smorgrav wrote: > > des 2001/11/27 07:35:44 PST > > > > Modified files: > > contrib/libpam/libpam pam_item.c > > Log: > > It's idiotic to return PAM_PERM_DENIED when the item argument is NULL; > > PAM_BUF_ERR is much closer to the truth. > > > > Revision Changes Path > > 1.2 +102 -81 src/contrib/libpam/libpam/pam_item.c > > > DES! > > Please keep this out from commitlogs. When did we get so "Politically Correct"? Geez people is it now desired we turn into drones? I sense frustration in DES's message and it was probably a goose-chase debugging session that led him to the problem. Thus the furstraition was founded. I hope their ears are burning and it shames them into fixing it. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:23: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 88AD137B428; Tue, 27 Nov 2001 09:22:55 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168ly5-000M1p-00; Tue, 27 Nov 2001 19:24:25 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: obrien@FreeBSD.org Cc: Ruslan Ermilov <ru@FreeBSD.org>, Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c In-reply-to: Your message of "Tue, 27 Nov 2001 09:20:04 PST." <20011127092004.A68382@dragon.nuxi.com> Date: Tue, 27 Nov 2001 19:24:25 +0200 Message-ID: <84680.1006881865@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 09:20:04 PST, "David O'Brien" wrote: | I hope their ears are burning and it shames them into fixing it. :-) Not sure that the PAM guys read FreeBSD-specific mailing lists. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:23:49 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 42CB837B419 for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 09:23:38 -0800 (PST) Received: (qmail 39348 invoked by uid 1000); 27 Nov 2001 17:23:36 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Nov 2001 17:23:36 -0000 Date: Tue, 27 Nov 2001 11:23:36 -0600 (CST) From: Mike Silbersack <silby@silby.com> To: Brian Somers <brian@freebsd-services.com> Cc: Robert Watson <rwatson@FreeBSD.org>, Gregory Neil Shapiro <gshapiro@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/etc security In-Reply-To: <200111271617.fARGHP300987@hak.lan.Awfulhak.org> Message-ID: <20011127112119.K39142-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Ok, I decided to look most at how the daily run handles its output and emulate that approach. This now fixes the To: header, but I've managed to break the hostname expansion in the Subject. Can anyone point me as to what's wrong in the patches below? Thanks, Mike "Silby" Silbersack --- /usr/src/etc/security Tue Nov 27 11:08:21 2001 +++ /etc/security Tue Nov 27 11:13:35 2001 @@ -58,8 +58,6 @@ yesterday=`date -v-1d "+%b %e "` host=`hostname` -[ $sflag = FALSE ] && echo "To: root@${host}" -[ $sflag = FALSE ] && echo "Subject: ${host} security check output" umask 027 --- /usr/src/etc/periodic/daily/450.status-security Wed Jun 6 14:24:44 2001 +++ /etc/periodic/daily/450.status-security Tue Nov 27 11:21:52 2001 @@ -36,8 +36,10 @@ >$daily_status_security_output 2>&1;; *) echo " (output mailed separately)" + host=`hostname` + export host sh /etc/security $args 2>&1 | - sendmail $daily_status_security_output;; + mail -s '$host security check output' $daily_status_security_output;; esac;; esac;; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:28:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 465CF37B405; Tue, 27 Nov 2001 09:28:43 -0800 (PST) Received: (from pb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARHShw62736; Tue, 27 Nov 2001 09:28:43 -0800 (PST) (envelope-from pb) Message-Id: <200111271728.fARHShw62736@freefall.freebsd.org> From: Pierre Beyssac <pb@FreeBSD.org> Date: Tue, 27 Nov 2001 09:28:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pb 2001/11/27 09:28:43 PST Modified files: (Branch: RELENG_4) sys/i386/linux linux_sysvec.c Log: MFC: 1.93; convert BSD trap codes to i386. Revision Changes Path 1.55.2.8 +41 -2 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:29:54 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 427A137B419; Tue, 27 Nov 2001 09:29:49 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fARHTma06508; Tue, 27 Nov 2001 10:29:48 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fARHTlM15046; Tue, 27 Nov 2001 10:29:47 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111271729.fARHTlM15046@harmony.village.org> To: Robert Watson <rwatson@FreeBSD.org> Subject: Re: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c src/sys/fs/ntfs ntfs.h ntfs_compr.c ntfs_inode.h ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Cc: John Baldwin <jhb@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 27 Nov 2001 09:46:49 EST." <Pine.NEB.3.96L.1011127094616.10899A-100000@fledge.watson.org> References: <Pine.NEB.3.96L.1011127094616.10899A-100000@fledge.watson.org> Date: Tue, 27 Nov 2001 10:29:47 -0700 From: Warner Losh <imp@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG In message <Pine.NEB.3.96L.1011127094616.10899A-100000@fledge.watson.org> Robert Watson writes: : Yay! That really cleans up some of my patchsets--do you have similar : plans for other parts of our codebase with (likewise) rotted support for : other platforms? There's lots of code in the usb stuff, but I still think it is worthwhile to keep it there. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:36: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 1082137B416; Tue, 27 Nov 2001 09:36:40 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARHael63769; Tue, 27 Nov 2001 09:36:40 -0800 (PST) (envelope-from rwatson) Message-Id: <200111271736.fARHael63769@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 27 Nov 2001 09:36:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/27 09:36:39 PST Modified files: sys/netinet in_pcb.h Log: Add include of net/route.h, as structures moved around due to the syncache rely on 'struct route' being defined. This fixes the LINT build some. Revision Changes Path 1.42 +1 -0 src/sys/netinet/in_pcb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:49: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 329FB37B405; Tue, 27 Nov 2001 09:48:56 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 725501D169; Tue, 27 Nov 2001 17:48:53 +0000 (GMT) Date: Tue, 27 Nov 2001 17:48:53 -0000 From: Paul Richards <paul@freebsd-services.com> To: Gregory Sutter <gsutter@zer0.org>, Robert Watson <rwatson@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <302930000.1006883333@lobster.originative.co.uk> In-Reply-To: <20011115191138.K35048@klapaucius.zer0.org> References: <200111151810.fAFIAf931515@freefall.freebsd.org> <Pine.NEB.3.96L.1011115133402.1877A-100000@fledge.watson.org> <20011115191138.K35048@klapaucius.zer0.org> X-Mailer: Mulberry/2.1.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --On Thursday, November 15, 2001 19:11:38 -0800 Gregory Sutter <gsutter@zer0.org> wrote: > On 2001-11-15 13:36 -0500, Robert Watson <rwatson@FreeBSD.org> wrote: >> >> It strikes me that the CVSROOT/access commit messages are getting less >> and less readable over time. While I appreciate the benefits of a good >> joke, it might make sense to avoid obfuscating the real content of the >> message when doing so. It seems like there are a few basic questions >> that need to be answered for new committers: >> >> (1) Who will their mentor be >> (2) What will they be doing >> (3) What kind of committer are they (ports, src, ...) > > 4. Their username > > I actually enjoy the flavorful CVSROOT/access logs as one of the > interesting social features of the FreeBSD community. Perhaps > we could make welcome both the hard data and the jokes, history, Is there any reason why they have to go into the cvs logs though? The social aspects of the project should stay in the mailing lists and be kept out of the cvs logs. Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:49: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 5B36637B620; Tue, 27 Nov 2001 09:49:16 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARHnG165639; Tue, 27 Nov 2001 09:49:16 -0800 (PST) (envelope-from des) Message-Id: <200111271749.fARHnG165639@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Tue, 27 Nov 2001 09:49:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG des 2001/11/27 09:49:16 PST Modified files: www/linux-opera Makefile Log: Pander to the backseat drivers. Revision Changes Path 1.19 +4 -4 ports/www/linux-opera/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:51:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEC3C37B417; Tue, 27 Nov 2001 09:51:06 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARHp6e66027; Tue, 27 Nov 2001 09:51:06 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271751.fARHp6e66027@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 27 Nov 2001 09:51:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/27 09:51:06 PST Modified files: databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add (after repo-copy) p5-DBD-mysql, a perl DBD driver for MySQL. This port will supercede p5-Mysql after verifying there are no problems with existing ports/applications. PR: 32130 Submitted by: Sergey Skvortsov <skv@protey.ru> Revision Changes Path 1.37 +9 -18 ports/databases/p5-DBD-mysql/Makefile 1.15 +1 -1 ports/databases/p5-DBD-mysql/distinfo 1.5 +1 -1 ports/databases/p5-DBD-mysql/pkg-comment 1.5 +9 -14 ports/databases/p5-DBD-mysql/pkg-descr 1.12 +8 -7 ports/databases/p5-DBD-mysql/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 Nov 27 9:51: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 AD3E437B417; Tue, 27 Nov 2001 09:51:36 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARHpaY66156; Tue, 27 Nov 2001 09:51:36 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271751.fARHpaY66156@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 27 Nov 2001 09:51:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/27 09:51:36 PST Modified files: databases Makefile Log: Add p5-DBD-mysql Revision Changes Path 1.148 +1 -0 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:51:47 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 255A737B416; Tue, 27 Nov 2001 09:51:38 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 83AB514C55; Tue, 27 Nov 2001 18:51:36 +0100 (CET) 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: Mike Silbersack <silby@silby.com> Cc: Brian Somers <brian@freebsd-services.com>, Robert Watson <rwatson@FreeBSD.org>, Gregory Neil Shapiro <gshapiro@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/etc security References: <20011127112119.K39142-100000@achilles.silby.com> From: Dag-Erling Smorgrav <des@ofug.org> Date: 27 Nov 2001 18:51:35 +0100 In-Reply-To: <20011127112119.K39142-100000@achilles.silby.com> Message-ID: <xzpvgfwdrvc.fsf@flood.ping.uio.no> Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Mike Silbersack <silby@silby.com> writes: > + mail -s '$host security check output' $daily_status_security_output;; Variables aren't expanded inside single-quoted strings. Use double quotes. 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 Nov 27 9:53:20 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 8B6CB37B419; Tue, 27 Nov 2001 09:53:11 -0800 (PST) Received: from Hermes10.corp.disney.com (hermes10.corp.disney.com [153.7.110.102]) by mail.disney.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id fARHphf11251; Tue, 27 Nov 2001 09:51:43 -0800 (PST) Received: from [172.30.50.1] by hermes.corp.disney.com with ESMTP; Tue, 27 Nov 2001 09:52:20 -0800 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id fARI0n326206; Tue, 27 Nov 2001 10:00:50 -0800 (PST) Received: from mercury.fan.fa.disney.com (mercury.fan.fa.disney.com [153.7.119.1]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id JAA25745; Tue, 27 Nov 2001 09:53:04 -0800 (PST) (envelope-from Jim.Pirzyk@disney.com) Received: from [172.30.5.138] by mercury.fan.fa.disney.com; Tue, 27 Nov 2001 09:53:03 -0800 From: "Pirzyk, Jim" <Jim.Pirzyk@disney.com> To: Mike Silbersack <silby@silby.com>, Brian Somers <brian@freebsd-services.com> Subject: Re: cvs commit: src/etc security Date: Tue, 27 Nov 2001 09:55:59 -0800 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: Robert Watson <rwatson@FreeBSD.org>, Gregory Neil Shapiro <gshapiro@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> References: <20011127112119.K39142-100000@achilles.silby.com> In-Reply-To: <20011127112119.K39142-100000@achilles.silby.com> MIME-Version: 1.0 Message-Id: <01112709562904.35830@rerun> Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Mike Silbersack wrote: > Ok, I decided to look most at how the daily run handles its output and > emulate that approach. This now fixes the To: header, but I've managed to > break the hostname expansion in the Subject. Can anyone point me as to > what's wrong in the patches below? Use "" instead of '' in the mail -s line and then the $host variable will be expanded. - JimP > > Thanks, > > Mike "Silby" Silbersack > > --- /usr/src/etc/security Tue Nov 27 11:08:21 2001 > +++ /etc/security Tue Nov 27 11:13:35 2001 > @@ -58,8 +58,6 @@ > yesterday=`date -v-1d "+%b %e "` > > host=`hostname` > -[ $sflag = FALSE ] && echo "To: root@${host}" > -[ $sflag = FALSE ] && echo "Subject: ${host} security check output" > > umask 027 > > --- /usr/src/etc/periodic/daily/450.status-security Wed Jun 6 14:24:44 2001 > +++ /etc/periodic/daily/450.status-security Tue Nov 27 11:21:52 2001 > @@ -36,8 +36,10 @@ > >$daily_status_security_output 2>&1;; > *) > echo " (output mailed separately)" > + host=`hostname` > + export host > sh /etc/security $args 2>&1 | > - sendmail $daily_status_security_output;; > + mail -s '$host security check output' $daily_status_security_output;; > esac;; > esac;; -- --- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $ __o Jim.Pirzyk@disney.com ------------- pirzyk@freebsd.org _'\<,_ Senior Systems Engineer, Walt Disney Feature Animation (*)/ (*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:55: 8 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 E741537B416; Tue, 27 Nov 2001 09:55:01 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BD17514C54; Tue, 27 Nov 2001 18:55:00 +0100 (CET) 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: Poul-Henning Kamp <phk@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes References: <200111271653.fARGrhl54358@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@ofug.org> Date: 27 Nov 2001 18:55:00 +0100 In-Reply-To: <200111271653.fARGrhl54358@freefall.freebsd.org> Message-ID: <xzpr8qkdrpn.fsf@flood.ping.uio.no> Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Poul-Henning Kamp <phk@FreeBSD.org> writes: > Log: > This string of coincidences was too good to let pass. I've seen it before with this additional coincidence: [X days] before his death, Lincoln was in Monroe, Maryland. [X days] before his death, Kennedy was in Marylin Monroe. This is probably fortunes-o material, though :) 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 Nov 27 9:56:22 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id D151337B41C for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 09:55:54 -0800 (PST) Received: (qmail 68517 invoked by uid 1000); 27 Nov 2001 17:55:53 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Nov 2001 17:55:53 -0000 Date: Tue, 27 Nov 2001 11:55:53 -0600 (CST) From: Mike Silbersack <silby@silby.com> To: Dag-Erling Smorgrav <des@ofug.org> Cc: Brian Somers <brian@freebsd-services.com>, Robert Watson <rwatson@FreeBSD.org>, Gregory Neil Shapiro <gshapiro@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/etc security In-Reply-To: <xzpvgfwdrvc.fsf@flood.ping.uio.no> Message-ID: <20011127115346.R39566-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27 Nov 2001, Dag-Erling Smorgrav wrote: > Mike Silbersack <silby@silby.com> writes: > > + mail -s '$host security check output' $daily_status_security_output;; > > Variables aren't expanded inside single-quoted strings. Use double > quotes. > > DES > -- > Dag-Erling Smorgrav - des@ofug.org Yep, that does the trick. At this rate, I may eventually learn shell scripting. :) Here's the revised patch, I'll go ahead and commit it in a few hours unless there are further problems found. Mike "Silby" Silbersack --- /usr/src/etc/security Tue Nov 27 11:08:21 2001 +++ /etc/security Tue Nov 27 11:13:35 2001 @@ -58,8 +58,6 @@ yesterday=`date -v-1d "+%b %e "` host=`hostname` -[ $sflag = FALSE ] && echo "To: root@${host}" -[ $sflag = FALSE ] && echo "Subject: ${host} security check output" umask 027 --- /usr/src/etc/periodic/daily/450.status-security Wed Jun 6 14:24:44 2001 +++ /etc/periodic/daily/450.status-security Tue Nov 27 11:55:00 2001 @@ -36,8 +36,10 @@ >$daily_status_security_output 2>&1;; *) echo " (output mailed separately)" + host=`hostname` + export host sh /etc/security $args 2>&1 | - sendmail $daily_status_security_output;; + mail -s "$host security check output" $daily_status_security_output;; esac;; esac;; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:57: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id B826537B405; Tue, 27 Nov 2001 09:56:57 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168mV1-000M8u-00; Tue, 27 Nov 2001 19:58:27 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr pkg-plist In-reply-to: Your message of "Tue, 27 Nov 2001 09:51:06 PST." <200111271751.fARHp6e66027@freefall.freebsd.org> Date: Tue, 27 Nov 2001 19:58:27 +0200 Message-ID: <85119.1006883907@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 09:51:06 PST, "Chris D. Faulhaber" wrote: | Log: | Add (after repo-copy) p5-DBD-mysql, a perl DBD driver for | MySQL. This port will supercede p5-Mysql after verifying | there are no problems with existing ports/applications. Wooohooo! The number of times a week I get a call or e-mail from someone looking for p5-DBD-mysql should be greatly reduced. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 9:57: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 9E17F37B416; Tue, 27 Nov 2001 09:57:34 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARHvYk66988; Tue, 27 Nov 2001 09:57:34 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271757.fARHvYk66988@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 27 Nov 2001 09:57: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/27 09:57:34 PST Modified files: . modules Log: p5-DBD-mysql -> ports/databases/p5-DBD-mysql Revision Changes Path 1.4201 +1 -0 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 Nov 27 10: 9:22 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 33B0937B41C; Tue, 27 Nov 2001 10:09:18 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fARI8jk31449; Tue, 27 Nov 2001 18:08:45 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fARHoOF14324; Tue, 27 Nov 2001 17:50:24 GMT (envelope-from mark@grondar.za) Message-Id: <200111271750.fARHoOF14324@grimreaper.grondar.org> To: Doug Rabson <dfr@nlsystems.com> Cc: Dag-Erling Smorgrav <des@ofug.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_handlers.c References: <Pine.BSF.4.33.0111271550240.8887-100000@herring.nlsystems.com> In-Reply-To: <Pine.BSF.4.33.0111271550240.8887-100000@herring.nlsystems.com> ; from Doug Rabson <dfr@nlsystems.com> "Tue, 27 Nov 2001 15:51:25 GMT." Date: Tue, 27 Nov 2001 17:50:24 +0000 From: Mark Murray <mark@grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > > More CVS spammage. This will be backed out. > > Bah. I've been trying to feed a similar patch through the vendor for > months now to avoid taking this file off the branch. NP - The vendors development and ours are likely to diverge. If we don't, and they catch up with us, fine. Otherewise NP; we Borg the code. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ 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 Nov 27 10:47: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 9F46037B405; Tue, 27 Nov 2001 10:47:23 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARIlNq77028; Tue, 27 Nov 2001 10:47:23 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271847.fARIlNq77028@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 27 Nov 2001 10:47:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freeciv Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sheldonh 2001/11/27 10:47:23 PST Modified files: games/freeciv Makefile Log: Release maintainership to the ports team at large. I'm told there are issues with the gtk version (ports/20995) but don't use gtk myself. Revision Changes Path 1.40 +2 -2 ports/games/freeciv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 10:51: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 33D3737B416; Tue, 27 Nov 2001 10:51:08 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARIp8277701; Tue, 27 Nov 2001 10:51:08 -0800 (PST) (envelope-from jdp) Message-Id: <200111271851.fARIp8277701@freefall.freebsd.org> From: John Polstra <jdp@FreeBSD.org> Date: Tue, 27 Nov 2001 10:51:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 fxp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jdp 2001/11/27 10:51:08 PST Modified files: share/man/man4 fxp.4 Log: The fxp driver depends on device miibus now. Revision Changes Path 1.23 +1 -0 src/share/man/man4/fxp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 10:53:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BCC537B405; Tue, 27 Nov 2001 10:53:37 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARIrbO78158; Tue, 27 Nov 2001 10:53:37 -0800 (PST) (envelope-from jdp) Message-Id: <200111271853.fARIrbO78158@freefall.freebsd.org> From: John Polstra <jdp@FreeBSD.org> Date: Tue, 27 Nov 2001 10:53:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 fxp.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jdp 2001/11/27 10:53:37 PST Modified files: (Branch: RELENG_4) share/man/man4 fxp.4 Log: MFC 1.23: The fxp driver depends on device miibus. Revision Changes Path 1.11.2.5 +2 -1 src/share/man/man4/fxp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 10:54: 3 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 B625E37B419; Tue, 27 Nov 2001 10:53:44 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fARIreS27557; Tue, 27 Nov 2001 20:53:40 +0200 (EET) (envelope-from ru) Date: Tue, 27 Nov 2001 20:53:40 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: "David O'Brien" <obrien@FreeBSD.org> Cc: Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c Message-ID: <20011127205340.D25113@sunbay.com> References: <200111271535.fARFZiN39835@freefall.freebsd.org> <20011127174709.J67032@sunbay.com> <20011127092004.A68382@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011127092004.A68382@dragon.nuxi.com> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 09:20:04AM -0800, David O'Brien wrote: > On Tue, Nov 27, 2001 at 05:47:09PM +0200, Ruslan Ermilov wrote: > > On Tue, Nov 27, 2001 at 07:35:44AM -0800, Dag-Erling Smorgrav wrote: > > > des 2001/11/27 07:35:44 PST > > > > > > Modified files: > > > contrib/libpam/libpam pam_item.c > > > Log: > > > It's idiotic to return PAM_PERM_DENIED when the item argument is NULL; > > > PAM_BUF_ERR is much closer to the truth. > > > > > > Revision Changes Path > > > 1.2 +102 -81 src/contrib/libpam/libpam/pam_item.c > > > > > DES! > > > > Please keep this out from commitlogs. > > When did we get so "Politically Correct"? Geez people is it now desired > we turn into drones? > I sense frustration in DES's message and it was probably a goose-chase > debugging session that led him to the problem. Thus the furstraition was > founded. > > I hope their ears are burning and it shames them into fixing it. :-) > I take it as if you don't object if someone calls your code "idiotic", David? :-) 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 Nov 27 10:54:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA0337B405; Tue, 27 Nov 2001 10:54:43 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARIshI78317; Tue, 27 Nov 2001 10:54:43 -0800 (PST) (envelope-from markm) Message-Id: <200111271854.fARIshI78317@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Tue, 27 Nov 2001 10:54:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/27 10:54:43 PST Modified files: astro/xearth/files freebsd.committers.markers Log: I've moved. I promise! This proves it. Revision Changes Path 1.86 +2 -2 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 10:59: 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 C963037B417; Tue, 27 Nov 2001 10:58:56 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARIwui78699; Tue, 27 Nov 2001 10:58:56 -0800 (PST) (envelope-from jedgar) Message-Id: <200111271858.fARIwui78699@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 27 Nov 2001 10:58:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/extattrctl Makefile extattrctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/27 10:58:56 PST Modified files: usr.sbin/extattrctl Makefile extattrctl.c Log: Make extattrctl WARNS?=2-safe: o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main() Approved by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.9 +1 -0 src/usr.sbin/extattrctl/Makefile 1.16 +6 -8 src/usr.sbin/extattrctl/extattrctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 11:22: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id F0DD237B417; Tue, 27 Nov 2001 11:21:52 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fARJLMf93880; Tue, 27 Nov 2001 11:21:22 -0800 (PST) (envelope-from dillon) Date: Tue, 27 Nov 2001 11:21:22 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> Message-Id: <200111271921.fARJLMf93880@apollo.backplane.com> To: Sheldon Hearn <sheldonh@starjuice.net> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/newfs newfs.8 References: <84231.1006880867@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG : : : :On Tue, 27 Nov 2001 09:01:17 PST, Sheldon Hearn wrote: : :| sbin/newfs newfs.8 :| Log: :| Correct the example introduced in rev 1.29, which suggested a block:frag :| size ratio other than 8:1. Currently, we only recommend an 8:1 :| ratio, because the impact of others ratios has not been adequately :| investigated. : :I'm still not sure that the following text in the manual page is :accurate: : : These values tend to produce better performance than the defaults : for file systems larger than about 5 gigabytes. : :So far, my Postmark benchmarks on filesystems as small as 128M all show :performance improvements using 16k:2k, given an average file size of 2k :or more. It seems to me that the decision on what block:frag sizes to :use has much more to do with file sizes than with filesystem sizes. : :Matt, do you have any comments on the manual page text quoted above? : :Ciao, :Sheldon. I think the manual page is no longer accurate. It was just guesswork on my part. Go ahead and fix it. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 11:38: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 1116137B405; Tue, 27 Nov 2001 11:38:06 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARJc6586696; Tue, 27 Nov 2001 11:38:06 -0800 (PST) (envelope-from ume) Message-Id: <200111271938.fARJc6586696@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Tue, 27 Nov 2001 11:38:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network6 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ume 2001/11/27 11:38:05 PST Modified files: (Branch: RELENG_4) etc rc.network6 Log: MFC 1.25: The rtsol must be done before the alias processing. Revision Changes Path 1.5.2.19 +13 -10 src/etc/rc.network6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 11:39:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5875537B405; Tue, 27 Nov 2001 11:39:07 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARJd7J86910; Tue, 27 Nov 2001 11:39:07 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271939.fARJd7J86910@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 27 Nov 2001 11:39:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sheldonh 2001/11/27 11:39:07 PST Modified files: sbin/newfs newfs.8 Log: Fix the example of suggested default settings. It stated that settings were only of benefit to large filesystems, which recent research suggests is not the case, and which the original author of the text no longer endorses. Revision Changes Path 1.46 +1 -1 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 11:53:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76BD637B405; Tue, 27 Nov 2001 11:53:15 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARJrFc88452; Tue, 27 Nov 2001 11:53:15 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271953.fARJrFc88452@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 27 Nov 2001 11:53:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sheldonh 2001/11/27 11:53:15 PST Modified files: (Branch: RELENG_4) sbin/newfs newfs.8 Log: MFC: rev 1.44 - 1.46: Following on from 1.26.2.11, reintroduce the now corrected example for using larger block/frag sizes and explain that 8:1 is the optimal block/frag ratio. Revision Changes Path 1.26.2.12 +12 -0 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 11:56:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAFD137B405; Tue, 27 Nov 2001 11:56:28 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARJuSd89015; Tue, 27 Nov 2001 11:56:28 -0800 (PST) (envelope-from dd) Message-Id: <200111271956.fARJuSd89015@freefall.freebsd.org> From: Dima Dorfman <dd@FreeBSD.org> Date: Tue, 27 Nov 2001 11:56:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_command.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dd 2001/11/27 11:56:28 PST Modified files: sys/ddb db_command.c Log: Implement a "kill" DDB command which is an interface to psignal() that respects locks. Before SMPng, one was able to call psignal() using the "call" command, but this is no longer possible because it does not respect locks by itself. This is very useful when one has gotten their machine into a state where it is impossible to spawn ps/kill or su to root. In this case, respecting locks essentially means trying to aquire the proc lock before calling psignal(). We can't block in the debugger, so if trylock fails, the operation fails. This also means that we can't use pfind(), since that will attempt to lock the process for us. Reviewed by: jhb Revision Changes Path 1.41 +59 -0 src/sys/ddb/db_command.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 11:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72B3E37B405; Tue, 27 Nov 2001 11:58:09 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARJw9s89236; Tue, 27 Nov 2001 11:58:09 -0800 (PST) (envelope-from dd) Message-Id: <200111271958.fARJw9s89236@freefall.freebsd.org> From: Dima Dorfman <dd@FreeBSD.org> Date: Tue, 27 Nov 2001 11:58:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dd 2001/11/27 11:58:09 PST Modified files: sys/netinet ip_icmp.c Log: In icmp_reflect(): If the packet was not addressed to us and was received on an interface without an IP address, try to find a non-loopback AF_INET address to use. If that fails, drop it. Previously, we used the address at the top of the in_ifaddrhead list, which didn't make much sense, and would cause a panic if there were no AF_INET addresses configured on the system. PR: 29337, 30524 Reviewed by: ru, jlemon Obtained from: NetBSD Revision Changes Path 1.63 +15 -2 src/sys/netinet/ip_icmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 11:59: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id EA79937B416; Tue, 27 Nov 2001 11:58:55 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168oP2-000Mb2-00; Tue, 27 Nov 2001 22:00:24 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs newfs.8 In-reply-to: Your message of "Tue, 27 Nov 2001 11:39:07 PST." <200111271939.fARJd7J86910@freefall.freebsd.org> Date: Tue, 27 Nov 2001 22:00:24 +0200 Message-ID: <86863.1006891224@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 11:39:07 PST, Sheldon Hearn wrote: | Modified files: | sbin/newfs newfs.8 | Log: | Fix the example of suggested default settings. It stated that settings | were only of benefit to large filesystems, which recent research | suggests is not the case, and which the original author of the text | no longer endorses. This change was only made to facilitate the MFC, as the default block and frag sizes are going to be changed soon. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12: 2: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 6724437B416; Tue, 27 Nov 2001 12:02:18 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARK2I389785; Tue, 27 Nov 2001 12:02:18 -0800 (PST) (envelope-from dd) Message-Id: <200111272002.fARK2I389785@freefall.freebsd.org> From: Dima Dorfman <dd@FreeBSD.org> Date: Tue, 27 Nov 2001 12:02:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dd 2001/11/27 12:02:18 PST Modified files: usr.sbin/syslogd syslogd.8 syslogd.c Log: Make the default kernel prefix "kernel:" instead of the boot file, with the old behavior available via the -o option (it might still be useful if one has many kernels and cares which messages came from which). If the boot file is not used as the prefix, it is still logged once at startup. This change is prompted by the fact that the boot file is now much longer ("/boot/kernel/kernel" vs. "/kernel"), which significanlty bloats the syslogd output. Reviewed by: peter Revision Changes Path 1.42 +8 -3 src/usr.sbin/syslogd/syslogd.8 1.93 +18 -2 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:21: 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 63FEE37B405; Tue, 27 Nov 2001 12:21:03 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKL3U95535; Tue, 27 Nov 2001 12:21:03 -0800 (PST) (envelope-from ps) Message-Id: <200111272021.fARKL3U95535@freefall.freebsd.org> From: Paul Saab <ps@FreeBSD.org> Date: Tue, 27 Nov 2001 12:21:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c src/sys/dev/aac aac_disk.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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ps 2001/11/27 12:21:03 PST Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c sys/dev/aac aac_disk.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: MFC: Fix a signed bug in the crashdump code for systems with > 2GB of ram. Revision Changes Path 1.42.2.15 +1 -1 src/sys/cam/scsi/scsi_da.c 1.3.2.5 +1 -1 src/sys/dev/aac/aac_disk.c 1.60.2.17 +2 -2 src/sys/dev/ata/ata-disk.c 1.12.2.6 +1 -1 src/sys/dev/ida/ida_disk.c 1.2.2.4 +1 -1 src/sys/dev/twe/twe_freebsd.c 1.72.2.9 +3 -3 src/sys/kern/kern_shutdown.c 1.111.2.10 +1 -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 Nov 27 12:21:45 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id ACA1237B405; Tue, 27 Nov 2001 12:21:31 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id WAA75072; Tue, 27 Nov 2001 22:21:26 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h52.228.dialup.iptcom.net [212.9.228.52]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id WAA02046; Tue, 27 Nov 2001 22:21:18 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-Id: <200111272021.WAA02046@ipcard.iptcom.net> To: silby@silby.com, des@ofug.org Cc: brian@freebsd-services.com, rwatson@FreeBSD.org, gshapiro@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Maxim Sobolev <sobomax@FreeBSD.org> Subject: Re: cvs commit: src/etc security X-Mailer: Pygmy (v0.5.13) Date: Tue, 27 Nov 2001 22:20:54 EET In-Reply-To: <20011127115346.R39566-100000@achilles.silby.com> Content-type: text/plain Content-Transfer-Encoding: quoted-printable Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 11:55:53 -0600 (CST), Mike Silbersack wrote: > = > On 27 Nov 2001, Dag-Erling Smorgrav wrote: > = > > Mike Silbersack <silby@silby.com> writes: > > > +=09=09=09 mail -s '$host security check output' $daily_status_sec= urity_output;; > > > > Variables aren't expanded inside single-quoted strings. Use double > > quotes. > > > > DES > > -- > > Dag-Erling Smorgrav - des@ofug.org > = > Yep, that does the trick. At this rate, I may eventually learn shell > scripting. :) > = > Here's the revised patch, I'll go ahead and commit it in a few hours > unless there are further problems found. > = > Mike "Silby" Silbersack > = > --- /usr/src/etc/security=09Tue Nov 27 11:08:21 2001 > +++ /etc/security=09Tue Nov 27 11:13:35 2001 > @@ -58,8 +58,6 @@ > yesterday=3D`date -v-1d "+%b %e "` > = > host=3D`hostname` > -[ $sflag =3D FALSE ] && echo "To: root@${host}" > -[ $sflag =3D FALSE ] && echo "Subject: ${host} security check output" > = > umask 027 > = > --- /usr/src/etc/periodic/daily/450.status-security=09Wed Jun 6 14:24:44= 2001 > +++ /etc/periodic/daily/450.status-security=09Tue Nov 27 11:55:00 2001 > @@ -36,8 +36,10 @@ > =09=09=09 >$daily_status_security_output 2>&1;; > =09=09 *) > =09=09=09echo " (output mailed separately)" > +=09=09=09host=3D`hostname` > +=09=09=09export host What purpose this "export" serves? > =09=09=09sh /etc/security $args 2>&1 | > -=09=09=09 sendmail $daily_status_security_output;; > +=09=09=09 mail -s "$host security check output" $daily_status_securit= y_output;; Why not: +=09mail -s "`hostname` security check output" ? -Maxim > =09=09esac;; > =09esac;; > = > = > = > = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:26:30 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id 07C6837B405; Tue, 27 Nov 2001 12:26:22 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 82F7B66C29; Tue, 27 Nov 2001 12:26:21 -0800 (PST) Date: Tue, 27 Nov 2001 12:26:21 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Peter Wemm <peter@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes Message-ID: <20011127122621.A32152@xor.obsecurity.org> References: <200111271202.fARC24A72418@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111271202.fARC24A72418@freefall.freebsd.org>; from peter@FreeBSD.org on Tue, Nov 27, 2001 at 04:02:04AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 27, 2001 at 04:02:04AM -0800, Peter Wemm wrote: > peter 2001/11/27 04:02:04 PST >=20 > Modified files: > games/fortune/datfiles fortunes=20 > Log: > Fix some duplicate quotes and tidy up some Dr. Who quotes. I think you missed the point of this one, which I added in r1.55: % "What's the use of a good quotation if you can't change it?" - -- Dr. Who -% -"What's the use of a good quotation if you can't modify it?" -- Dr. Who Kris --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8A/bsWry0BWjoQKURAtMMAKCbtQ+GEV1SHnLc4lwI4ggZn1XyMwCdGbBb 4KPGYrUd6JEVKAJNJtAINkk= =TyXl -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:26: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 3F08B37B505; Tue, 27 Nov 2001 12:26:51 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKQp596264; Tue, 27 Nov 2001 12:26:51 -0800 (PST) (envelope-from nik) Message-Id: <200111272026.fARKQp596264@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 12:26:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 12:26:51 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Remove the font elements, colour and styling will be handled using CSS stylesheets. Use <img ... /> at one point, because this is now XML. Revision Changes Path 1.1.2.10 +8 -8 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:28:10 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 218C137B419 for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 12:28:00 -0800 (PST) Received: (qmail 3749 invoked from network); 27 Nov 2001 20:27:58 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for <kris@obsecurity.org>; 27 Nov 2001 20:27:58 -0000 Message-ID: <XFMail.011127122756.jhb@FreeBSD.org> 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: <20011127122621.A32152@xor.obsecurity.org> Date: Tue, 27 Nov 2001 12:27:56 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Subject: Re: cvs commit: src/games/fortune/datfiles fortunes Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Peter Wemm <peter@FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27-Nov-01 Kris Kennaway wrote: > On Tue, Nov 27, 2001 at 04:02:04AM -0800, Peter Wemm wrote: >> peter 2001/11/27 04:02:04 PST >> >> Modified files: >> games/fortune/datfiles fortunes >> Log: >> Fix some duplicate quotes and tidy up some Dr. Who quotes. > > I think you missed the point of this one, which I added in r1.55: > > % > "What's the use of a good quotation if you can't change it?" > - -- Dr. Who > -% > -"What's the use of a good quotation if you can't modify it?" > -- Dr. Who > > Kris You don't have that context in fortune though. It only spits out one of them. :) -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 27 12:28: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 733EE37B405; Tue, 27 Nov 2001 12:28:48 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKSmh96465; Tue, 27 Nov 2001 12:28:48 -0800 (PST) (envelope-from dd) Message-Id: <200111272028.fARKSmh96465@freefall.freebsd.org> From: Dima Dorfman <dd@FreeBSD.org> Date: Tue, 27 Nov 2001 12:28:48 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dd 2001/11/27 12:28:48 PST Modified files: sys/netinet ip_fw.c Log: Remove debugging printfs that weren't conditional on any debugging options in handling MOD_{UN,}LOAD (they weren't very useful, anyway). Revision Changes Path 1.175 +0 -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 Nov 27 12:29:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D67AE37B405; Tue, 27 Nov 2001 12:29:37 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKTb896569; Tue, 27 Nov 2001 12:29:37 -0800 (PST) (envelope-from nik) Message-Id: <200111272029.fARKTb896569@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 12:29:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.page X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 12:29:37 PST Modified files: (Branch: XML_XSL_XP) en index.page Log: Move the $FreeBSD$ line out of a comment, and in to some elements in the cvs: namespace, where the stylesheets can get at it. Revision Changes Path 1.1.2.11 +4 -2 www/en/index.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:30:50 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id C4F3337B405; Tue, 27 Nov 2001 12:30:37 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id WAA79443; Tue, 27 Nov 2001 22:30:34 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h152.229.dialup.iptcom.net [212.9.229.152]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id WAA04863; Tue, 27 Nov 2001 22:30:33 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-Id: <200111272030.WAA04863@ipcard.iptcom.net> To: des@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Maxim Sobolev <sobomax@FreeBSD.org> Subject: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] X-Mailer: Pygmy (v0.5.13) Date: Tue, 27 Nov 2001 22:30:14 EET In-Reply-To: <200111271749.fARHnG165639@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 09:49:16 -0800 (PST), Dag-Erling Smorgrav wrote: > des 2001/11/27 09:49:16 PST > > Modified files: > www/linux-opera Makefile > Log: > Pander to the backseat drivers. Could you please use more meaningful commit messages? For example it is absolutely impossible to guess what this commit is all about without looking at the diff. Thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:32: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 B07C437B417; Tue, 27 Nov 2001 12:32:47 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKWl996990; Tue, 27 Nov 2001 12:32:47 -0800 (PST) (envelope-from dd) Message-Id: <200111272032.fARKWl996990@freefall.freebsd.org> From: Dima Dorfman <dd@FreeBSD.org> Date: Tue, 27 Nov 2001 12:32:47 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dd 2001/11/27 12:32:47 PST Modified files: sys/netinet ip_fw.c Log: ipfw_modevent(): Don't use an unnatural block to define a variable (fcp) that's already defined in the outer block and isn't used anywhere else. This silences -Wunused. Reviewed by: md5(1) Revision Changes Path 1.176 +0 -3 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 Nov 27 12:37: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 958F637B405; Tue, 27 Nov 2001 12:37:40 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKbe797402; Tue, 27 Nov 2001 12:37:40 -0800 (PST) (envelope-from rwatson) Message-Id: <200111272037.fARKbe797402@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 27 Nov 2001 12:37:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/27 12:37:40 PST Modified files: sys/boot/forth loader.conf.5 Log: Document the "console" setting in loader.conf, suggesting vidconsole or comconsole. Revision Changes Path 1.14 +7 -1 src/sys/boot/forth/loader.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 Nov 27 12:47: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 A60E437B419; Tue, 27 Nov 2001 12:47:38 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKlcv98504; Tue, 27 Nov 2001 12:47:38 -0800 (PST) (envelope-from rwatson) Message-Id: <200111272047.fARKlcv98504@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 27 Nov 2001 12:47:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 diskless.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/27 12:47:38 PST Modified files: share/man/man8 diskless.8 Log: Update diskless.8 to refer to 'device md' instead of 'options MFS'; in -CURRENT, md devices with FFS on top are used in the diskless boot process instead of MFS. Revision Changes Path 1.12 +4 -4 src/share/man/man8/diskless.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:49:21 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id C66F237B405; Tue, 27 Nov 2001 12:49:10 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3C51966C4F; Tue, 27 Nov 2001 12:49:10 -0800 (PST) Date: Tue, 27 Nov 2001 12:49:10 -0800 From: Kris Kennaway <kris@obsecurity.org> To: John Baldwin <jhb@FreeBSD.org> Cc: Kris Kennaway <kris@obsecurity.org>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Peter Wemm <peter@FreeBSD.org> Subject: Re: cvs commit: src/games/fortune/datfiles fortunes Message-ID: <20011127124910.A32516@xor.obsecurity.org> References: <20011127122621.A32152@xor.obsecurity.org> <XFMail.011127122756.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <XFMail.011127122756.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Tue, Nov 27, 2001 at 12:27:56PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 27, 2001 at 12:27:56PM -0800, John Baldwin wrote: >=20 > On 27-Nov-01 Kris Kennaway wrote: > > On Tue, Nov 27, 2001 at 04:02:04AM -0800, Peter Wemm wrote: > >> peter 2001/11/27 04:02:04 PST > >>=20 > >> Modified files: > >> games/fortune/datfiles fortunes=20 > >> Log: > >> Fix some duplicate quotes and tidy up some Dr. Who quotes. > >=20 > > I think you missed the point of this one, which I added in r1.55: > >=20 > > % > > "What's the use of a good quotation if you can't change it?" > > - -- Dr. Who > > -% > > -"What's the use of a good quotation if you can't modify it?" > > -- Dr. Who > >=20 > > Kris >=20 > You don't have that context in fortune though. It only spits out one of = them. > :) There's nothing wrong with meta-fortune humour :-) Kris --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8A/xFWry0BWjoQKURAvsPAKCpWPLFTWipekVOW/Mgcf3VzXrMEQCeLFP5 MgF6OgWA1zztCgLgYcdadh8= =XUU1 -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:50:46 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A5A2D37B419; Tue, 27 Nov 2001 12:50:39 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fARKoca07325; Tue, 27 Nov 2001 13:50:38 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fARKobM16360; Tue, 27 Nov 2001 13:50:37 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111272050.fARKobM16360@harmony.village.org> To: John Baldwin <jhb@FreeBSD.org> Subject: Re: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops. Cc: Robert Watson <rwatson@FreeBSD.org>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Tue, 27 Nov 2001 08:54:45 PST." <XFMail.011127085445.jhb@FreeBSD.org> References: <XFMail.011127085445.jhb@FreeBSD.org> Date: Tue, 27 Nov 2001 13:50:37 -0700 From: Warner Losh <imp@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG In message <XFMail.011127085445.jhb@FreeBSD.org> John Baldwin writes: : : On 27-Nov-01 Robert Watson wrote: : > Yay! That really cleans up some of my patchsets--do you have similar : > plans for other parts of our codebase with (likewise) rotted support for : > other platforms? : : Well, I have patches to remove the GEMDOS support from msdosfs, which is all : #ifndef __FreeBSD__, but that's all I have atm. GEMDOS is for the NetBSD/atari port. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:51:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E05EB37B417; Tue, 27 Nov 2001 12:51:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKpQD98956; Tue, 27 Nov 2001 12:51:26 -0800 (PST) (envelope-from jhb) Message-Id: <200111272051.fARKpQD98956@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Tue, 27 Nov 2001 12:51:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386 SYS.h src/lib/libc/i386/gen rfork_thread.S src/lib/libc/i386/sys Ovfork.S brk.S exect.S ptrace.S sbrk.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jhb 2001/11/27 12:51:26 PST Modified files: lib/libc/i386 SYS.h lib/libc/i386/gen rfork_thread.S lib/libc/i386/sys Ovfork.S brk.S exect.S ptrace.S sbrk.S Log: Use 'mov' instead of 'lea' for setting the syscall number in %eax as that is clearer about what we are actually doing. Requested by: bde Revision Changes Path 1.22 +2 -2 src/lib/libc/i386/SYS.h 1.3 +4 -4 src/lib/libc/i386/gen/rfork_thread.S 1.18 +1 -1 src/lib/libc/i386/sys/Ovfork.S 1.9 +3 -3 src/lib/libc/i386/sys/brk.S 1.8 +2 -2 src/lib/libc/i386/sys/exect.S 1.8 +2 -2 src/lib/libc/i386/sys/ptrace.S 1.9 +3 -3 src/lib/libc/i386/sys/sbrk.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 12:53:48 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 44EAA37B417 for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 12:53:43 -0800 (PST) Received: (qmail 771 invoked from network); 27 Nov 2001 20:53:55 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for <jhb@FreeBSD.org>; 27 Nov 2001 20:53:55 -0000 Message-ID: <XFMail.011127125339.jhb@FreeBSD.org> 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: <200111272051.fARKpQD98956@freefall.freebsd.org> Date: Tue, 27 Nov 2001 12:53:39 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Subject: RE: cvs commit: src/lib/libc/i386 SYS.h src/lib/libc/i386/gen rf Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27-Nov-01 John Baldwin wrote: > jhb 2001/11/27 12:51:26 PST > > Modified files: > lib/libc/i386 SYS.h > lib/libc/i386/gen rfork_thread.S > lib/libc/i386/sys Ovfork.S brk.S exect.S ptrace.S sbrk.S > Log: > Use 'mov' instead of 'lea' for setting the syscall number in %eax as that > is clearer about what we are actually doing. > > Requested by: bde This could also save 1 byte per syscall stub as well, but that micro-optimization is just a side effect. The real intent was to make the code clearer. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 27 12:56:41 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id 04E9C37B41B; Tue, 27 Nov 2001 12:56:38 -0800 (PST) Date: Tue, 27 Nov 2001 12:56:37 -0800 From: Eric Melville <eric@FreeBSD.org> To: Dag-Erling Smorgrav <des@ofug.org> Cc: Nik Clayton <nik@freebsd.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en docs.sgml Message-ID: <20011127125637.B87046@FreeBSD.org> References: <200111231552.fANFq1123448@freefall.freebsd.org> <20011123172845.F91698@canyon.nothing-going-on.org> <xzpitc1urbo.fsf@flood.ping.uio.no> <20011124130655.H91698@canyon.nothing-going-on.org> <xzp1yiouuuu.fsf@flood.ping.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <xzp1yiouuuu.fsf@flood.ping.uio.no>; from des@ofug.org on Sat, Nov 24, 2001 at 03:06:01PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > > All the web browsers that we provide in the ports collection should > > automatically install a default set of bookmarks that point to key > > documents on the FreeBSD web site. > > How's this for an Opera bookmark list? This sure looks like a plan to me. I'll add the same to the shipstone port if this is agreed upon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13: 0:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39F3337B41B; Tue, 27 Nov 2001 13:00:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARL0FP99914; Tue, 27 Nov 2001 13:00:15 -0800 (PST) (envelope-from jhb) Message-Id: <200111272100.fARL0FP99914@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Tue, 27 Nov 2001 13:00:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c msdosfsmount.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jhb 2001/11/27 13:00:15 PST Modified files: sys/fs/msdosfs msdosfs_vfsops.c msdosfsmount.h Log: Remove GEMDOS support from msdosfs. I don't think anyone is going to port FreeBSD to Atari machines any time soon. Revision Changes Path 1.83 +0 -127 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.24 +1 -4 src/sys/fs/msdosfs/msdosfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13: 7:35 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 44F1C37B41C for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 13:07:24 -0800 (PST) Received: (qmail 10570 invoked by uid 1000); 27 Nov 2001 21:07:23 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Nov 2001 21:07:23 -0000 Date: Tue, 27 Nov 2001 15:07:23 -0600 (CST) From: Mike Silbersack <silby@silby.com> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: <des@ofug.org>, <brian@freebsd-services.com>, <rwatson@FreeBSD.org>, <gshapiro@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/etc security In-Reply-To: <200111272021.WAA02046@ipcard.iptcom.net> Message-ID: <20011127150607.P90727-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Maxim Sobolev wrote: > > =09=09=09sh /etc/security $args 2>&1 | > > -=09=09=09 sendmail $daily_status_security_output;; > > +=09=09=09 mail -s "$host security check output" $daily_status_securit= > y_output;; > > Why not: > +=09mail -s "`hostname` security check output" > ? > > -Maxim Well, all whys can be summed up with: I need to pick up a book on shell scripting. Just using `hostname` seems to work well, I'll use that when I commit the patch. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:19:54 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 143F637B416; Tue, 27 Nov 2001 13:19:49 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168peh-000My5-00; Tue, 27 Nov 2001 23:20:39 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: Mike Silbersack <silby@silby.com> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, des@ofug.org, brian@freebsd-services.com, rwatson@FreeBSD.org, gshapiro@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc security In-reply-to: Your message of "Tue, 27 Nov 2001 15:07:23 CST." <20011127150607.P90727-100000@achilles.silby.com> Date: Tue, 27 Nov 2001 23:20:39 +0200 Message-ID: <88292.1006896039@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 15:07:23 CST, Mike Silbersack wrote: | Well, all whys can be summed up with: I need to pick up a book on shell | scripting. I found the sh(1) manual page well worth reading in printed form. It's just important to read through it patiently. By the time you get to Builtin Commands, it should all "just fall into place". A second reading, at a faster pace, should take care of the bit that haven't settled. It's not very useful as a quick reference unless you're already familiar with the structure. But it's the only "book" I've read on shell scripting and consider myself a good shell programmer. If you are going to read it, I _highly_ recommend a printed copy. I find paper encourages me to read properly, instead of flitting around. :-) Caio, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:33: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 0D24F37B416; Tue, 27 Nov 2001 13:33:44 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARLXh406372; Tue, 27 Nov 2001 13:33:43 -0800 (PST) (envelope-from bmah) Message-Id: <200111272133.fARLXh406372@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Tue, 27 Nov 2001 13:33:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/27 13:33:42 PST Modified files: (Branch: RELENG_4) sys/net bpf.c Log: MFC: M_ZERO changes. Partially described by: bpf.c 1.70->1.71, 1.84->1.85 Reviewed by: arr, silby, luigi Revision Changes Path 1.59.2.7 +3 -5 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:36: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id F0F2437B42F; Tue, 27 Nov 2001 13:35:53 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fARLZDh12657; Tue, 27 Nov 2001 16:35:13 -0500 (EST) (envelope-from mike) Date: Tue, 27 Nov 2001 16:35:13 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: des@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] Message-ID: <20011127163513.A12400@espresso.q9media.com> References: <200111271749.fARHnG165639@freefall.freebsd.org> <200111272030.WAA04863@ipcard.iptcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111272030.WAA04863@ipcard.iptcom.net>; from sobomax@FreeBSD.org on Tue, Nov 27, 2001 at 10:30:14PM +0200 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Maxim Sobolev <sobomax@FreeBSD.org> writes: > On Tue, 27 Nov 2001 09:49:16 -0800 (PST), Dag-Erling Smorgrav wrote: > > des 2001/11/27 09:49:16 PST > > > > Modified files: > > www/linux-opera Makefile > > Log: > > Pander to the backseat drivers. > > Could you please use more meaningful commit messages? For > example it is absolutely impossible to guess what this > commit is all about without looking at the diff. From the Committers Guide: "Do not waste space in the commit messages explaining what you did. That is what cvs diff is for. Instead, tell us why you did it." Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:35:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D552337B405; Tue, 27 Nov 2001 13:35:47 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARLZlm06595; Tue, 27 Nov 2001 13:35:47 -0800 (PST) (envelope-from rwatson) Message-Id: <200111272135.fARLZlm06595@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 27 Nov 2001 13:35:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 diskless.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/27 13:35:47 PST Modified files: share/man/man8 diskless.8 Log: Mention entropy_dir="NO" in diskless.8, since /var is an md-backed file system and as such will not preserve its contents across boot. Revision Changes Path 1.13 +7 -0 src/share/man/man8/diskless.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:38: 9 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 2E80F37B416; Tue, 27 Nov 2001 13:38:02 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fARLboi20504; Tue, 27 Nov 2001 16:37:50 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 27 Nov 2001 16:37:49 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Mike Barcroft <mike@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Committer's guide policy on commit message contents In-Reply-To: <20011127163513.A12400@espresso.q9media.com> Message-ID: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Mike Barcroft wrote: > From the Committers Guide: "Do not waste space in the commit messages > explaining what you did. That is what cvs diff is for. Instead, tell > us why you did it." Ignoring, for a moment, any context -- I think this is actually not a good policy. In the event that there are complex or large changes being made, a brief summary of the changes, along with the rationale, is appropriate in the commit message. At least, that's my feeling :-). Is this something that would be worth changing? 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 Nov 27 13:38:42 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 A6E5537B419; Tue, 27 Nov 2001 13:38:35 -0800 (PST) Received: from localhost (arr@localhost) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fARLcNi20517; Tue, 27 Nov 2001 16:38:23 -0500 (EST) (envelope-from arr@FreeBSD.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Tue, 27 Nov 2001 16:38:23 -0500 (EST) From: "Andrew R. Reiter" <arr@FreeBSD.org> X-Sender: arr@fledge.watson.org To: "Bruce A. Mah" <bmah@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bpf.c In-Reply-To: <200111272133.fARLXh406372@freefall.freebsd.org> Message-ID: <Pine.NEB.3.96L.1011127163806.18848B-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Bruce A. Mah wrote: : MFC: M_ZERO changes. Partially described by: : Thanks alot :-) -- Andrew R. Reiter arr@watson.org arr@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 Nov 27 13:39: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 5BA9E37B405; Tue, 27 Nov 2001 13:39:49 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARLdnM06904; Tue, 27 Nov 2001 13:39:49 -0800 (PST) (envelope-from nik) Message-Id: <200111272139.fARLdnM06904@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 13:39:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 13:39:49 PST Removed files: (Branch: XML_XSL_XP) en index.xsl Log: This has been supplanted by index.page. Revision Changes Path 1.8.2.1 +0 -477 www/en/index.xsl (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:41:30 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 3E36D37B419; Tue, 27 Nov 2001 13:41:22 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id fARLdG167608; Tue, 27 Nov 2001 21:39:16 GMT (envelope-from nik) Date: Tue, 27 Nov 2001 21:39:16 +0000 From: Nik Clayton <nik@freebsd.org> To: Eric Melville <eric@FreeBSD.org> Cc: Dag-Erling Smorgrav <des@ofug.org>, Nik Clayton <nik@freebsd.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en docs.sgml Message-ID: <20011127213916.N34313@clan.nothing-going-on.org> References: <200111231552.fANFq1123448@freefall.freebsd.org> <20011123172845.F91698@canyon.nothing-going-on.org> <xzpitc1urbo.fsf@flood.ping.uio.no> <20011124130655.H91698@canyon.nothing-going-on.org> <xzp1yiouuuu.fsf@flood.ping.uio.no> <20011127125637.B87046@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Vxa5joy26gVGOrvU" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011127125637.B87046@FreeBSD.org>; from eric@FreeBSD.org on Tue, Nov 27, 2001 at 12:56:37PM -0800 Organization: FreeBSD Project <URL:http://www.freebsd.org/> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --Vxa5joy26gVGOrvU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 27, 2001 at 12:56:37PM -0800, Eric Melville wrote: > > > All the web browsers that we provide in the ports collection shou= ld > > > automatically install a default set of bookmarks that point to key > > > documents on the FreeBSD web site. > >=20 > > How's this for an Opera bookmark list? >=20 > This sure looks like a plan to me. I'll add the same to the shipstone port > if this is agreed upon. What we need is a meta-bookmark language (XBEL, perhaps?), then the bookmarks can be their own port, and we can convert them to each browser's format of choice without needing to maintain multiple identical lists in different formats. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --Vxa5joy26gVGOrvU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwECAQACgkQk6gHZCw343WV8ACeKSUVa4H5pJul34SjcAgnuPnd TsoAn1MUJ/VVd36eQHohW8mrs4Igg7/u =SgFo -----END PGP SIGNATURE----- --Vxa5joy26gVGOrvU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:42:16 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 2028637B417; Tue, 27 Nov 2001 13:42:02 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 11FDF37C; Tue, 27 Nov 2001 21:41:56 +0000 (GMT) Date: Tue, 27 Nov 2001 21:41:56 +0000 From: Josef Karthauser <joe@tao.org.uk> To: Mike Barcroft <mike@FreeBSD.org> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, des@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] Message-ID: <20011127214156.D32325@tao.org.uk> References: <200111271749.fARHnG165639@freefall.freebsd.org> <200111272030.WAA04863@ipcard.iptcom.net> <20011127163513.A12400@espresso.q9media.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Qrgsu6vtpU/OV/zm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011127163513.A12400@espresso.q9media.com>; from mike@FreeBSD.org on Tue, Nov 27, 2001 at 04:35:13PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --Qrgsu6vtpU/OV/zm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 27, 2001 at 04:35:13PM -0500, Mike Barcroft wrote: >=20 > >From the Committers Guide: > "Do not waste space in the commit messages explaining what you did. > That is what cvs diff is for. Instead, tell us why you did it." >=20 The "what" is important too, the "how" can be read from the patch, but the "what" may not be obvious. Joe --Qrgsu6vtpU/OV/zm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwECKMACgkQXVIcjOaxUBZwfQCgrhRQipRMC9dvau+JXgq2L1yo ADAAoKLJANus6mDdNRqoF47oHrrAvDWQ =v7wX -----END PGP SIGNATURE----- --Qrgsu6vtpU/OV/zm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13: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 720C037B417; Tue, 27 Nov 2001 13:45:21 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARLjLO07710; Tue, 27 Nov 2001 13:45:21 -0800 (PST) (envelope-from nik) Message-Id: <200111272145.fARLjLO07710@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 13:45:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/share/css stylesheet.css X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 13:45:21 PST Added files: (Branch: XML_XSL_XP) share/css stylesheet.css Log: First cut at some CSS styles for the website. Revision Changes Path 1.1.2.1 +184 -0 www/share/css/stylesheet.css (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:48:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A664637B420; Tue, 27 Nov 2001 13:48:47 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARLmli07978; Tue, 27 Nov 2001 13:48:47 -0800 (PST) (envelope-from nobutaka) Message-Id: <200111272148.fARLmli07978@freefall.freebsd.org> From: MANTANI Nobutaka <nobutaka@FreeBSD.org> Date: Tue, 27 Nov 2001 13:48:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/w3m pkg-descr ports/japanese/w3m-img pkg-descr ports/www/w3m Makefile distinfo pkg-descr ports/www/w3m-img pkg-descr ports/www/w3m-m17n pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nobutaka 2001/11/27 13:48:47 PST Modified files: japanese/w3m pkg-descr japanese/w3m-img pkg-descr www/w3m Makefile distinfo pkg-descr www/w3m-img pkg-descr www/w3m-m17n pkg-descr Log: Update w3m to 0.2.2 and w3m-img to 0.2.2+1.14. Update WWW entry in pkg-descr. Reviewed by: knu Revision Changes Path 1.3 +1 -1 ports/japanese/w3m-img/pkg-descr 1.3 +1 -1 ports/japanese/w3m/pkg-descr 1.3 +1 -1 ports/www/w3m-img/pkg-descr 1.3 +1 -1 ports/www/w3m-m17n/pkg-descr 1.36 +8 -11 ports/www/w3m/Makefile 1.15 +2 -2 ports/www/w3m/distinfo 1.3 +1 -1 ports/www/w3m/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 Nov 27 13:53:36 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 671B037B416; Tue, 27 Nov 2001 13:45:35 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 168q4G-000N5O-00; Tue, 27 Nov 2001 23:47:04 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: Robert Watson <rwatson@FreeBSD.org> Cc: Mike Barcroft <mike@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents In-reply-to: Your message of "Tue, 27 Nov 2001 16:37:49 EST." <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> Date: Tue, 27 Nov 2001 23:47:04 +0200 Message-ID: <88745.1006897624@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 16:37:49 EST, Robert Watson wrote: | Ignoring, for a moment, any context -- I think this is actually not a good | policy. In the event that there are complex or large changes being made, | a brief summary of the changes, along with the rationale, is appropriate | in the commit message. At least, that's my feeling :-). Is this | something that would be worth changing? The only thing that would make me disagree with you would be a persistent, well-indexed and easily driven web site on which minipapers explaining complex changes could be published and then referenced from within commit messages. And then only for large (50+ line) commit messages. We don't have that now, so I'm with you until that changes. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13: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 9F52237B429; Tue, 27 Nov 2001 13:53:42 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARLrgl08819; Tue, 27 Nov 2001 13:53:42 -0800 (PST) (envelope-from nik) Message-Id: <200111272153.fARLrgl08819@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 13:53:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en Makefile X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 13:53:42 PST Modified files: (Branch: XML_XSL_XP) en Makefile Log: Comment out everything, prior to selectively turning some things on. Revision Changes Path 1.71.2.1 +88 -88 www/en/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:54:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C82E37B432; Tue, 27 Nov 2001 13:54:08 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARLs8N08899; Tue, 27 Nov 2001 13:54:08 -0800 (PST) (envelope-from jedgar) Message-Id: <200111272154.fARLs8N08899@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 27 Nov 2001 13:54:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/knapster Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/27 13:54:08 PST Modified files: audio/knapster Makefile Log: Give maintainership to R Joseph Wright <rjoseph@arbornet.org> Revision Changes Path 1.22 +1 -1 ports/audio/knapster/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:55:52 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 49A1137B405; Tue, 27 Nov 2001 13:55:48 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fARLt7u12761; Tue, 27 Nov 2001 16:55:07 -0500 (EST) (envelope-from mike) Date: Tue, 27 Nov 2001 16:55:07 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Robert Watson <rwatson@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011127165507.B12400@espresso.q9media.com> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org>; from rwatson@FreeBSD.org on Tue, Nov 27, 2001 at 04:37:49PM -0500 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Robert Watson <rwatson@FreeBSD.org> writes: > On Tue, 27 Nov 2001, Mike Barcroft wrote: > > > From the Committers Guide: "Do not waste space in the commit messages > > explaining what you did. That is what cvs diff is for. Instead, tell > > us why you did it." > > Ignoring, for a moment, any context -- I think this is actually not a good > policy. In the event that there are complex or large changes being made, > a brief summary of the changes, along with the rationale, is appropriate > in the commit message. At least, that's my feeling :-). Is this > something that would be worth changing? I completely agree. The main intent of my message was to point out the absurdity of following this rule. If commit messages did indeed only answer the why, they would be very cryptic. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 13:58:24 2001 Delivered-To: cvs-all@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id A6EAB37B405; Tue, 27 Nov 2001 13:58:14 -0800 (PST) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id fARLwEp62297; Tue, 27 Nov 2001 13:58:14 -0800 (PST) (envelope-from bmah) Message-Id: <200111272158.fARLwEp62297@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Robert Watson <rwatson@FreeBSD.org> Cc: Mike Barcroft <mike@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents In-Reply-To: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> References: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> Comments: In-reply-to Robert Watson <rwatson@FreeBSD.org> message dated "Tue, 27 Nov 2001 16:37:49 -0500." From: "Bruce A. Mah" <bmah@FreeBSD.org> Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5<Pi&akO)o^8;[r %l(8ZHlbF`dD>v4: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_-2045023344P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 27 Nov 2001 13:58:14 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --==_Exmh_-2045023344P Content-Type: text/plain; charset=us-ascii If memory serves me right, Robert Watson wrote: > > On Tue, 27 Nov 2001, Mike Barcroft wrote: > > > From the Committers Guide: "Do not waste space in the commit messages > > explaining what you did. That is what cvs diff is for. Instead, tell > > us why you did it." > > Ignoring, for a moment, any context -- I think this is actually not a good > policy. In the event that there are complex or large changes being made, > a brief summary of the changes, along with the rationale, is appropriate > in the commit message. At least, that's my feeling :-). Is this > something that would be worth changing? Most emphatically, yes. If I have to interpret a diff for some random piece of code just to write a release notes entry, it probably isn't going to happen. Bruce. --==_Exmh_-2045023344P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE8BAx22MoxcVugUsMRAurEAJ4wseF+DxZ63C8gOXt1DPmTs9z1cACfQfho tSSdoBcyy5telK0ZSaHdRug= =4mUN -----END PGP SIGNATURE----- --==_Exmh_-2045023344P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:12: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 B9B3137B405; Tue, 27 Nov 2001 14:12:27 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARMCRf13824; Tue, 27 Nov 2001 14:12:27 -0800 (PST) (envelope-from rwatson) Message-Id: <200111272212.fARMCRf13824@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Tue, 27 Nov 2001 14:12:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.diskless2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/27 14:12:27 PST Modified files: etc rc.diskless2 Log: Remeber to set the permissions on an md-backed /tmp to 01777, rather than using the default of 0755. Revision Changes Path 1.14 +2 -1 src/etc/rc.diskless2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:14: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 063F337B405 for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 14:13:56 -0800 (PST) Received: (qmail 29823 invoked from network); 27 Nov 2001 22:14:23 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for <joe@tao.org.uk>; 27 Nov 2001 22:14:23 -0000 Message-ID: <XFMail.011127141352.jhb@FreeBSD.org> 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: <20011127214156.D32325@tao.org.uk> Date: Tue, 27 Nov 2001 14:13:52 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Josef Karthauser <joe@tao.org.uk> Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linu Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, des@FreeBSD.org, Maxim Sobolev <sobomax@FreeBSD.org>, Mike Barcroft <mike@FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27-Nov-01 Josef Karthauser wrote: > On Tue, Nov 27, 2001 at 04:35:13PM -0500, Mike Barcroft wrote: >> >> >From the Committers Guide: >> "Do not waste space in the commit messages explaining what you did. >> That is what cvs diff is for. Instead, tell us why you did it." >> > > The "what" is important too, the "how" can be read from the patch, but > the "what" may not be obvious. Saying why you did something also doesn't provide a means for people to have their interests piqued by a change so that they go review it after the fact. It's nice to be able to read cvs log on a file to see what has happened to teh file in its history. Often times when leaping back through histories by following a line via cvs annotate, I like being able to just read the log message to understand the change than having to read every single diff. Log messages are useful not just the one time they appear in the mailing list, but in the future when people come back to examine it later on, possibly after the original committer has moved on. Verbose log messages are good as they don't go away. > Joe -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 27 14:14:55 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 5220737B416; Tue, 27 Nov 2001 14:14:42 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id fARMEc511780; Wed, 28 Nov 2001 11:14:38 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" <dan@langille.org> Organization: novice in training To: Mike Barcroft <mike@FreeBSD.ORG> Date: Tue, 27 Nov 2001 17:14:35 -0500 MIME-Version: 1.0 Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] Reply-To: dan@langille.org Cc: des@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <3C03C9FB.9843.13B7AD51@localhost> In-reply-to: <20011127163513.A12400@espresso.q9media.com> References: <200111272030.WAA04863@ipcard.iptcom.net>; from sobomax@FreeBSD.org on Tue, Nov 27, 2001 at 10:30:14PM +0200 X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27 Nov 2001 at 16:35, Mike Barcroft wrote: > Maxim Sobolev <sobomax@FreeBSD.org> writes: > > On Tue, 27 Nov 2001 09:49:16 -0800 (PST), Dag-Erling Smorgrav wrote: > > > des 2001/11/27 09:49:16 PST > > > > > > Modified files: > > > www/linux-opera Makefile > > > Log: > > > Pander to the backseat drivers. > > > > Could you please use more meaningful commit messages? For > > example it is absolutely impossible to guess what this > > commit is all about without looking at the diff. > > >From the Committers Guide: > "Do not waste space in the commit messages explaining what you did. > That is what cvs diff is for. Instead, tell us why you did it." I think the above needs to be amended to have the intentions made clear. How you did is not important. What you did is. Perhaps the following is a better guide: "Do not waste space in the commit messages explaining how you accomplished what you did. That is what cvs diff is for. Instead, tell us what you did and why." For example: change the buffers schemes to be more efficient. Instead of: pander to the speed freaks. I will submit the above patch tomorrow. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:17:38 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id EF07137B416; Tue, 27 Nov 2001 14:17:30 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id fARMHR511832; Wed, 28 Nov 2001 11:17:27 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" <dan@langille.org> Organization: novice in training To: Nik Clayton <nik@FreeBSD.ORG> Date: Tue, 27 Nov 2001 17:17:25 -0500 MIME-Version: 1.0 Subject: Re: cvs commit: www/en docs.sgml Reply-To: dan@langille.org Cc: Dag-Erling Smorgrav <des@ofug.org>, Nik Clayton <nik@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <3C03CAA5.28020.13BA429F@localhost> In-reply-to: <20011127213916.N34313@clan.nothing-going-on.org> References: <20011127125637.B87046@FreeBSD.org>; from eric@FreeBSD.org on Tue, Nov 27, 2001 at 12:56:37PM -0800 X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27 Nov 2001 at 21:39, Nik Clayton wrote: > On Tue, Nov 27, 2001 at 12:56:37PM -0800, Eric Melville wrote: > > > > All the web browsers that we provide in the ports collection > > > > should automatically install a default set of bookmarks that > > > > point to key documents on the FreeBSD web site. > > > > > > How's this for an Opera bookmark list? > > > > This sure looks like a plan to me. I'll add the same to the shipstone > > port if this is agreed upon. > > What we need is a meta-bookmark language (XBEL, perhaps?), then the > bookmarks can be their own port, and we can convert them to each > browser's format of choice without needing to maintain multiple > identical lists in different formats. That's a very good idea. Nik will have it committed by the weekend.... Thanks Nik. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:21:45 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 53DE637B405; Tue, 27 Nov 2001 14:21:34 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id AAA44536; Wed, 28 Nov 2001 00:21:28 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h168.228.dialup.iptcom.net [212.9.228.168]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id AAA47815; Wed, 28 Nov 2001 00:21:25 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-Id: <200111272221.AAA47815@ipcard.iptcom.net> To: mike@FreeBSD.org Cc: des@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Maxim Sobolev <sobomax@FreeBSD.org> Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] X-Mailer: Pygmy (v0.5.13) Date: Wed, 28 Nov 2001 00:21:05 EET In-Reply-To: <20011127163513.A12400@espresso.q9media.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 16:35:13 -0500, Mike Barcroft wrote: > Maxim Sobolev <sobomax@FreeBSD.org> writes: > > On Tue, 27 Nov 2001 09:49:16 -0800 (PST), Dag-Erling Smorgrav wrote: > > > des 2001/11/27 09:49:16 PST > > > > > > Modified files: > > > www/linux-opera Makefile > > > Log: > > > Pander to the backseat drivers. > > > > Could you please use more meaningful commit messages? For > > example it is absolutely impossible to guess what this > > commit is all about without looking at the diff. > > >From the Committers Guide: > "Do not waste space in the commit messages explaining what you did. > That is what cvs diff is for. Instead, tell us why you did it." So, could you please explain me how from the above log one could see "why he did it". -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:26:21 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 5383837B417; Tue, 27 Nov 2001 14:26:14 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fARMQCM11107; Wed, 28 Nov 2001 01:26:12 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 01:26:11 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/perl Makefile.inc Message-ID: <20011127222611.GC10501@nagual.pp.ru> References: <200111271628.fARGSQ350561@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111271628.fARGSQ350561@freefall.freebsd.org> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 08:28:26 -0800, Ruslan Ermilov wrote: > ru 2001/11/27 08:28:26 PST > > Modified files: > gnu/usr.bin/perl Makefile.inc > Log: > CFLAGS is not suitable for `optimize' thing; it spams Config.pm > with -nostdinc which breaks Perl ports building. What about just post-patching Config.pm removing -nostdinc after perl build? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:26:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id B7FAD37B623; Tue, 27 Nov 2001 14:26:28 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 2B9541D169; Tue, 27 Nov 2001 22:26:26 +0000 (GMT) Date: Tue, 27 Nov 2001 22:26:26 -0000 From: Paul Richards <paul@freebsd-services.com> To: Robert Watson <rwatson@FreeBSD.org>, Mike Barcroft <mike@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents Message-ID: <383590000.1006899985@lobster.originative.co.uk> In-Reply-To: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> References: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> X-Mailer: Mulberry/2.1.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --On Tuesday, November 27, 2001 16:37:49 -0500 Robert Watson <rwatson@FreeBSD.org> wrote: > > On Tue, 27 Nov 2001, Mike Barcroft wrote: > >> From the Committers Guide: "Do not waste space in the commit messages >> explaining what you did. That is what cvs diff is for. Instead, tell >> us why you did it." > > Ignoring, for a moment, any context -- I think this is actually not a good > policy. In the event that there are complex or large changes being made, > a brief summary of the changes, along with the rationale, is appropriate > in the commit message. At least, that's my feeling :-). Is this > something that would be worth changing? I've always interpreted that to mean, don't say things like "put an uderscore in front of variables", since that's self evident from the diff, instead explain why you saw the need to add the underscores and what problems have been solved in doing so. I think we agree on the general intent but the wording perhaps isn't as good as it needs to be. Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:27: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 07E5337B446; Tue, 27 Nov 2001 14:26:52 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fARMQpa07746; Tue, 27 Nov 2001 15:26:51 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fARMQpM17164; Tue, 27 Nov 2001 15:26:51 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111272226.fARMQpM17164@harmony.village.org> To: Robert Watson <rwatson@FreeBSD.org> Subject: Re: Committer's guide policy on commit message contents Cc: Mike Barcroft <mike@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 27 Nov 2001 16:37:49 EST." <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> References: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> Date: Tue, 27 Nov 2001 15:26:51 -0700 From: Warner Losh <imp@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG In message <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> Robert Watson writes: : Ignoring, for a moment, any context -- I think this is actually not a good : policy. In the event that there are complex or large changes being made, : a brief summary of the changes, along with the rationale, is appropriate : in the commit message. At least, that's my feeling :-). Is this : something that would be worth changing? Yes. Because that's what most commit messages are anyway. Of course, I'm in the "beat the dead horse" camp of commit messages :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:34:50 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 83E0137B41A for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 14:34:38 -0800 (PST) Received: (qmail 32268 invoked from network); 27 Nov 2001 22:34:35 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for <sobomax@FreeBSD.org>; 27 Nov 2001 22:34:35 -0000 Message-ID: <XFMail.011127143423.jhb@FreeBSD.org> 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: <200111272221.AAA47815@ipcard.iptcom.net> Date: Tue, 27 Nov 2001 14:34:23 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linu Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, des@FreeBSD.org, mike@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 28-Nov-01 Maxim Sobolev wrote: > On Tue, 27 Nov 2001 16:35:13 -0500, Mike Barcroft wrote: >> Maxim Sobolev <sobomax@FreeBSD.org> writes: >> > On Tue, 27 Nov 2001 09:49:16 -0800 (PST), Dag-Erling Smorgrav wrote: >> > > des 2001/11/27 09:49:16 PST >> > > >> > > Modified files: >> > > www/linux-opera Makefile >> > > Log: >> > > Pander to the backseat drivers. >> > >> > Could you please use more meaningful commit messages? For >> > example it is absolutely impossible to guess what this >> > commit is all about without looking at the diff. >> >> >From the Committers Guide: >> "Do not waste space in the commit messages explaining what you did. >> That is what cvs diff is for. Instead, tell us why you did it." > > So, could you please explain me how from the above log one could > see "why he did it". He did it to "pander to the backseat drivers." Obviously. :) I think you missed the sarcasm Mike was using in his original mail. > -Maxim -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 27 14:36: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 7CD8F37B405; Tue, 27 Nov 2001 14:35:51 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 05B271D169; Tue, 27 Nov 2001 22:35:50 +0000 (GMT) Date: Tue, 27 Nov 2001 22:35:49 -0000 From: Paul Richards <paul@freebsd-services.com> To: Nik Clayton <nik@freebsd.org>, Eric Melville <eric@FreeBSD.org> Cc: Dag-Erling Smorgrav <des@ofug.org>, Nik Clayton <nik@freebsd.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en docs.sgml Message-ID: <391460000.1006900549@lobster.originative.co.uk> In-Reply-To: <20011127213916.N34313@clan.nothing-going-on.org> References: <200111231552.fANFq1123448@freefall.freebsd.org> <20011123172845.F91698@canyon.nothing-going-on.org> <xzpitc1urbo.fsf@flood.ping.uio.no> <20011124130655.H91698@canyon.nothing-going-on.org> <xzp1yiouuuu.fsf@flood.ping.uio.no> <20011127125637.B87046@FreeBSD.org> <20011127213916.N34313@clan.nothing-going-on.org> X-Mailer: Mulberry/2.1.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --On Tuesday, November 27, 2001 21:39:16 +0000 Nik Clayton <nik@freebsd.org> wrote: > On Tue, Nov 27, 2001 at 12:56:37PM -0800, Eric Melville wrote: >> > > All the web browsers that we provide in the ports collection >> > > should automatically install a default set of bookmarks that >> > > point to key documents on the FreeBSD web site. >> > >> > How's this for an Opera bookmark list? >> >> This sure looks like a plan to me. I'll add the same to the shipstone >> port if this is agreed upon. > > What we need is a meta-bookmark language (XBEL, perhaps?), then the > bookmarks can be their own port, and we can convert them to each > browser's format of choice without needing to maintain multiple > identical lists in different formats. If you did that then the browsers could just be fixed to use that format anyway, write up an RFC :-) Paul Richards FreeBSD Services Ltd http://www.freebsd-services.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 14:41:46 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 71EE537B416; Tue, 27 Nov 2001 14:41:37 -0800 (PST) Received: from localhost (arr@localhost) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fARMfPW21685; Tue, 27 Nov 2001 17:41:25 -0500 (EST) (envelope-from arr@FreeBSD.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Tue, 27 Nov 2001 17:41:24 -0500 (EST) From: "Andrew R. Reiter" <arr@FreeBSD.org> X-Sender: arr@fledge.watson.org To: Mike Barcroft <mike@FreeBSD.org> Cc: Robert Watson <rwatson@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents In-Reply-To: <20011127165507.B12400@espresso.q9media.com> Message-ID: <Pine.NEB.3.96L.1011127173613.21564A-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Mike Barcroft wrote: : :I completely agree. The main intent of my message was to point out :the absurdity of following this rule. If commit messages did indeed :only answer the why, they would be very cryptic. : :Best regards, :Mike Barcroft Hrm. I always thought that you were supposed to say only why since you can see what was changed in the commit (Yes, you can diff versions in cvs.. it's not that bad :-P). I agree with Robert regarding the idea of including little summaries if and when large commits with multiple parts are done -- At this point, reviewing a diff would be unreasonable so hints as to what is going on would be beneficial from a time saving perspective _and_ from a "racking your brain to figure out what's going on" perspective. While one might say that including what you changed would always save you time, I agree that is the case, but I think that viewing source first hand is always better than just understanding what the persons log summarizes. just my opinion Cheers, Andrew -- Andrew R. Reiter arr@watson.org arr@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 Nov 27 14:46:50 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 1DFC037B416; Tue, 27 Nov 2001 14:46:42 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 30B0214C54; Tue, 27 Nov 2001 23:46:38 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: mike@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@freebsd.org Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] References: <200111272221.AAA47815@ipcard.iptcom.net> From: Dag-Erling Smorgrav <des@ofug.org> Date: 27 Nov 2001 23:46:37 +0100 In-Reply-To: <200111272221.AAA47815@ipcard.iptcom.net> Message-ID: <xzp4rnfess2.fsf@flood.ping.uio.no> Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Maxim Sobolev <sobomax@FreeBSD.org> writes: > So, could you please explain me how from the above log one could > see "why he did it". My log message explains precisely why I made that commit. I do not consider the change itself necessary, but someone did, and chose to express his opinion in such a confrontational manner that I find it hard to regard him as a constructive contributor. A more elaborate explanation is that the commit was made to comply with one of the many arbitrary and idiosyncratic conventions that make working on the ports collection such a frustrating experience for many of us. I've been in so many flame wars over so much unecessary brokenness in the ports system over time that I've restricted my involvment in the ports collection to a strict minimum, and it will remain that way until TPTB demonstrate a willingness to fix broken tools instead of just adopting policies that shuffle such brokenness under the carpet, and refusing to acknowledge the existence and value of tools such as porteasy. 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 Nov 27 15: 0: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 478A137B405; Tue, 27 Nov 2001 15:00:05 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARN05V18605; Tue, 27 Nov 2001 15:00:05 -0800 (PST) (envelope-from obrien) Message-Id: <200111272300.fARN05V18605@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 27 Nov 2001 15:00:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese Makefile ports/vietnamese/vis2u Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/27 15:00:05 PST Modified files: vietnamese Makefile Added files: vietnamese/vis2u Makefile distinfo pkg-comment pkg-descr pkg-plist Log: VISCII->Unicode conversion Revision Changes Path 1.11 +2 -1 ports/vietnamese/Makefile 1.1 +28 -0 ports/vietnamese/vis2u/Makefile (new) 1.1 +1 -0 ports/vietnamese/vis2u/distinfo (new) 1.1 +1 -0 ports/vietnamese/vis2u/pkg-comment (new) 1.1 +3 -0 ports/vietnamese/vis2u/pkg-descr (new) 1.1 +2 -0 ports/vietnamese/vis2u/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15: 0:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C444937B41A; Tue, 27 Nov 2001 15:00:07 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARN07F18642; Tue, 27 Nov 2001 15:00:07 -0800 (PST) (envelope-from obrien) Message-Id: <200111272300.fARN07F18642@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 27 Nov 2001 15:00: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/27 15:00:07 PST Modified files: . modules Log: vis2u --> ports/vietnamese/vis2u Revision Changes Path 1.4202 +1 -0 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 Nov 27 15: 8:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B2ED37B41D; Tue, 27 Nov 2001 15:08:37 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARN8bF23249; Tue, 27 Nov 2001 15:08:37 -0800 (PST) (envelope-from msmith) Message-Id: <200111272308.fARN8bF23249@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Tue, 27 Nov 2001 15:08:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h src/sys/modules Makefile src/sys/modules/ciss Makefile src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG msmith 2001/11/27 15:08:37 PST Modified files: sys/conf files sys/modules Makefile sys/i386/conf NOTES Added files: sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h sys/modules/ciss Makefile Log: Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of RAID controllers (5300, 532, 5i, etc.) Thanks to Compaq and Yahoo! for support during the development of this driver. MFC after: 1 week Revision Changes Path 1.584 +1 -0 src/sys/conf/files 1.1 +3368 -0 src/sys/dev/ciss/ciss.c (new) 1.1 +203 -0 src/sys/dev/ciss/cissio.h (new) 1.1 +670 -0 src/sys/dev/ciss/cissreg.h (new) 1.1 +375 -0 src/sys/dev/ciss/cissvar.h (new) 1.981 +7 -0 src/sys/i386/conf/NOTES 1.218 +1 -0 src/sys/modules/Makefile 1.1 +11 -0 src/sys/modules/ciss/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15: 9:58 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id A7C6F37B416; Tue, 27 Nov 2001 15:09:52 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id fARN9pD18466; Tue, 27 Nov 2001 18:09:51 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: <p05101010b829cc2d312b@[128.113.24.47]> In-Reply-To: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> References: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> Date: Tue, 27 Nov 2001 18:09:49 -0500 To: Robert Watson <rwatson@FreeBSD.org>, Mike Barcroft <mike@FreeBSD.org> From: Garance A Drosihn <drosih@rpi.edu> Subject: Re: Committer's guide policy on commit message contents Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG At 4:37 PM -0500 11/27/01, Robert Watson wrote: >On Tue, 27 Nov 2001, Mike Barcroft wrote: > >> From the Committers Guide: "Do not waste space in the commit messages >> explaining what you did. That is what cvs diff is for. Instead, tell >> us why you did it." > >Ignoring, for a moment, any context -- I think this is actually not a good >policy. In the event that there are complex or large changes being made, >a brief summary of the changes, along with the rationale, is appropriate >in the commit message. At least, that's my feeling :-). Is this >something that would be worth changing? I think the "explaining what you did" means at the level of C code. Ie, a commit message should not say "I changed friprtn() to initialize 'lvl' to zero". That is explaining what you did. It does not explain why you did it. "I fixed the a problem where login will sometimes fail with the message 'index out of range'". That is why you made the change. That's how I have always read it, at least. Reading it again, perhaps it is confusing to say "explaining what you did". After all, if you do say *why* you made the change, then you are in some sense "explaining what you did". Perhaps that should say "listing the lines of code that you changed". -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:10:44 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id E5C9637B417; Tue, 27 Nov 2001 15:10:37 -0800 (PST) Received: by heechee.tobez.org (Postfix, from userid 1001) id 6CED75438; Wed, 28 Nov 2001 00:10:34 +0100 (CET) Date: Wed, 28 Nov 2001 00:10:34 +0100 From: Anton Berezin <tobez@tobez.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/perl Makefile.inc Message-ID: <20011128001034.A66913@heechee.tobez.org> References: <200111271628.fARGSQ350561@freefall.freebsd.org> <20011127222611.GC10501@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: <20011127222611.GC10501@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Nov 28, 2001 at 01:26:11AM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 01:26:11AM +0300, Andrey A. Chernov wrote: > On Tue, Nov 27, 2001 at 08:28:26 -0800, Ruslan Ermilov wrote: > > ru 2001/11/27 08:28:26 PST > > > > Modified files: > > gnu/usr.bin/perl Makefile.inc > > Log: > > CFLAGS is not suitable for `optimize' thing; it spams Config.pm > > with -nostdinc which breaks Perl ports building. > > What about just post-patching Config.pm removing -nostdinc after perl > build? This is a hack. =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:11:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FB6437B405; Tue, 27 Nov 2001 15:11:06 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNB6323488; Tue, 27 Nov 2001 15:11:06 -0800 (PST) (envelope-from ache) Message-Id: <200111272311.fARNB6323488@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 15:11:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef common.h parse.y scan.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 15:11:05 PST Modified files: usr.bin/colldef parse.y scan.l Added files: usr.bin/colldef common.h Log: Move extern definitions to common.h Increase charmap symbol length to 64 Revision Changes Path 1.1 +10 -0 src/usr.bin/colldef/common.h (new) 1.19 +2 -2 src/usr.bin/colldef/parse.y 1.12 +2 -3 src/usr.bin/colldef/scan.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:12: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1259537B416; Tue, 27 Nov 2001 15:12:01 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNC1523622; Tue, 27 Nov 2001 15:12:01 -0800 (PST) (envelope-from msmith) Message-Id: <200111272312.fARNC1523622@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Tue, 27 Nov 2001 15:12:01 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG msmith 2001/11/27 15:12:00 PST Modified files: etc MAKEDEV Log: Support the 'ciss' device node. MFC after: 1 week Revision Changes Path 1.314 +6 -1 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 Nov 27 15:16:10 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 4AB7137B41A; Tue, 27 Nov 2001 15:16:00 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fARNFuv11761; Wed, 28 Nov 2001 02:15:56 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 02:15:56 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Anton Berezin <tobez@tobez.org> Cc: Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/perl Makefile.inc Message-ID: <20011127231556.GB11343@nagual.pp.ru> References: <200111271628.fARGSQ350561@freefall.freebsd.org> <20011127222611.GC10501@nagual.pp.ru> <20011128001034.A66913@heechee.tobez.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011128001034.A66913@heechee.tobez.org> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 00:10:34 +0100, Anton Berezin wrote: > On Wed, Nov 28, 2001 at 01:26:11AM +0300, Andrey A. Chernov wrote: > > On Tue, Nov 27, 2001 at 08:28:26 -0800, Ruslan Ermilov wrote: > > > ru 2001/11/27 08:28:26 PST > > > > > > Modified files: > > > gnu/usr.bin/perl Makefile.inc > > > Log: > > > CFLAGS is not suitable for `optimize' thing; it spams Config.pm > > > with -nostdinc which breaks Perl ports building. > > > > What about just post-patching Config.pm removing -nostdinc after perl > > build? > > This is a hack. No. Its perl build procedure is a hack which assume that build flags must be equal all times, for initial build and for all following ones. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:17: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id E4F8C37B41A for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 15:16:56 -0800 (PST) Received: (qmail 19939 invoked from network); 27 Nov 2001 23:16:56 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for <msmith@FreeBSD.org>; 27 Nov 2001 23:16:56 -0000 Message-ID: <XFMail.011127151653.jhb@FreeBSD.org> 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: <200111272308.fARN8bF23249@freefall.freebsd.org> Date: Tue, 27 Nov 2001 15:16:53 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Mike Smith <msmith@FreeBSD.org> Subject: RE: cvs commit: src/sys/conf files src/sys/dev/ciss ciss.c cissi Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 27-Nov-01 Mike Smith wrote: > msmith 2001/11/27 15:08:37 PST > > Modified files: > sys/conf files > sys/modules Makefile > sys/i386/conf NOTES > Added files: > sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h > sys/modules/ciss Makefile > Log: > Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of > RAID controllers (5300, 532, 5i, etc.) > > Thanks to Compaq and Yahoo! for support during the development of this > driver. > > MFC after: 1 week Woot! Way to go, Mike! -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 27 15:24: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 3992637B417; Tue, 27 Nov 2001 15:24:41 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNOfu24687; Tue, 27 Nov 2001 15:24:41 -0800 (PST) (envelope-from ache) Message-Id: <200111272324.fARNOfu24687@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 15:24:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 15:24:41 PST Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: Add hi_IN.ISCII-DEV Revision Changes Path 1.82 +3 -1 src/etc/mtree/BSD.local.dist 1.242 +5 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:39:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E080437B416; Tue, 27 Nov 2001 15:39:14 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNdEa25906; Tue, 27 Nov 2001 15:39:14 -0800 (PST) (envelope-from ache) Message-Id: <200111272339.fARNdEa25906@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 15:39:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef parse.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 15:39:14 PST Modified files: usr.bin/colldef parse.y Log: Add safeguard to prevent charmap symbol length overflowing Revision Changes Path 1.20 +2 -0 src/usr.bin/colldef/parse.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:40: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 EFFE237B416; Tue, 27 Nov 2001 15:40:19 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNeJi26050; Tue, 27 Nov 2001 15:40:19 -0800 (PST) (envelope-from nik) Message-Id: <200111272340.fARNeJi26050@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 15:40:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/share/xsl page2html.xsl X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 15:40:19 PST Added files: (Branch: XML_XSL_XP) share/xsl page2html.xsl Log: XSLT stylesheet to convert documents marked up as <page>s to <html>. Revision Changes Path 1.1.2.1 +529 -0 www/share/xsl/page2html.xsl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:40: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 476D137B416; Tue, 27 Nov 2001 15:40:42 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNegI26168; Tue, 27 Nov 2001 15:40:42 -0800 (PST) (envelope-from nik) Message-Id: <200111272340.fARNegI26168@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 15:40:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/share/xsl variables.xsl X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 15:40:42 PST Added files: (Branch: XML_XSL_XP) share/xsl variables.xsl Log: Various variables that will probably be used across multiple stylesheets. Revision Changes Path 1.1.2.1 +94 -0 www/share/xsl/variables.xsl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:41: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 E67D537B41E; Tue, 27 Nov 2001 15:41:30 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNfUu26237; Tue, 27 Nov 2001 15:41:30 -0800 (PST) (envelope-from nik) Message-Id: <200111272341.fARNfUu26237@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 15:41:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/share/xsl news.xsl X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 15:41:30 PST Added files: (Branch: XML_XSL_XP) share/xsl news.xsl Log: Templates used when processing the news and press data. Revision Changes Path 1.1.2.1 +24 -0 www/share/xsl/news.xsl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:43: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CC5A37B430; Tue, 27 Nov 2001 15:43:02 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNh2M26429; Tue, 27 Nov 2001 15:43:02 -0800 (PST) (envelope-from nik) Message-Id: <200111272343.fARNh2M26429@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 15:43:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en includes.xsl X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 15:43:02 PST Modified files: (Branch: XML_XSL_XP) en includes.xsl Log: Common definitions shared by all the .page files at this level. Revision Changes Path 1.3.2.1 +2 -85 www/en/includes.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15: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 42E3F37B41A; Tue, 27 Nov 2001 15:43:22 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARNhM726491; Tue, 27 Nov 2001 15:43:22 -0800 (PST) (envelope-from nik) Message-Id: <200111272343.fARNhM726491@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 15:43:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en page2html.xsl X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 15:43:22 PST Added files: (Branch: XML_XSL_XP) en page2html.xsl Log: Stylesheet for converting pages to HTML. Revision Changes Path 1.1.2.1 +7 -0 www/en/page2html.xsl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 15:45:58 2001 Delivered-To: cvs-all@freebsd.org Received: from technokratis.com (modemcable099.144-201-24.mtl.mc.videotron.ca [24.201.144.99]) by hub.freebsd.org (Postfix) with ESMTP id 2D49437B405; Tue, 27 Nov 2001 15:45:44 -0800 (PST) Received: (from bmilekic@localhost) by technokratis.com (8.11.4/8.11.3) id fARNrPt17758; Tue, 27 Nov 2001 18:53:25 -0500 (EST) (envelope-from bmilekic) Date: Tue, 27 Nov 2001 18:53:25 -0500 From: Bosko Milekic <bmilekic@technokratis.com> To: Robert Watson <rwatson@FreeBSD.org> Cc: Mike Barcroft <mike@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011127185325.A17708@technokratis.com> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org>; from rwatson@FreeBSD.org on Tue, Nov 27, 2001 at 04:37:49PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 04:37:49PM -0500, Robert Watson wrote: > > On Tue, 27 Nov 2001, Mike Barcroft wrote: > > > From the Committers Guide: "Do not waste space in the commit messages > > explaining what you did. That is what cvs diff is for. Instead, tell > > us why you did it." > > Ignoring, for a moment, any context -- I think this is actually not a good > policy. In the event that there are complex or large changes being made, > a brief summary of the changes, along with the rationale, is appropriate > in the commit message. At least, that's my feeling :-). Is this > something that would be worth changing? As you've probably noticed, I'm not nor have I ever really followed that part of the guide. Better be a little longer and have some people go "wow, that's a good commit message!" and others go "wow, this guy has no life!" than too short and have some people stay quiet while others go "wow, that commit message sucks." In other words, the importance of size is a relative thing. ;-) [h0h0h0!] > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services -- Bosko Milekic bmilekic@technokratis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 16:13: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 92C3937B416; Tue, 27 Nov 2001 16:13:16 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS0DGI32538; Tue, 27 Nov 2001 16:13:16 -0800 (PST) (envelope-from nik) Message-Id: <200111280013.fAS0DGI32538@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 27 Nov 2001 16:13:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en Makefile X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/27 16:13:16 PST Modified files: (Branch: XML_XSL_XP) en Makefile Log: Very, very early stab at getting the make(1) infrastructure in place. A lot of this will end up in share/mk/* by the time it's complete. Revision Changes Path 1.71.2.2 +35 -1 www/en/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 16:31: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 995FB37B405; Tue, 27 Nov 2001 16:31:48 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS0VmN34193; Tue, 27 Nov 2001 16:31:48 -0800 (PST) (envelope-from obrien) Message-Id: <200111280031.fAS0VmN34193@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 27 Nov 2001 16:31:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese Makefile ports/vietnamese/unicode-uhoai Makefile distinfo fonts.dir pkg-comment pkg-descr pkg-install pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/27 16:31:48 PST Modified files: vietnamese Makefile Added files: vietnamese/unicode-uhoai Makefile distinfo fonts.dir pkg-comment pkg-descr pkg-install pkg-plist Log: Unicode TrueType Font with UHoai Vietnamese encoding Revision Changes Path 1.12 +1 -0 ports/vietnamese/Makefile 1.1 +38 -0 ports/vietnamese/unicode-uhoai/Makefile (new) 1.1 +1 -0 ports/vietnamese/unicode-uhoai/distinfo (new) 1.1 +1 -0 ports/vietnamese/unicode-uhoai/fonts.dir (new) 1.1 +1 -0 ports/vietnamese/unicode-uhoai/pkg-comment (new) 1.1 +4 -0 ports/vietnamese/unicode-uhoai/pkg-descr (new) 1.1 +11 -0 ports/vietnamese/unicode-uhoai/pkg-install (new) 1.1 +3 -0 ports/vietnamese/unicode-uhoai/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 16:31:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E10337B416; Tue, 27 Nov 2001 16:31:51 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS0VpC34248; Tue, 27 Nov 2001 16:31:51 -0800 (PST) (envelope-from obrien) Message-Id: <200111280031.fAS0VpC34248@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 27 Nov 2001 16:31: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/27 16:31:50 PST Modified files: . modules Log: unicode-uhoai --> ports/vietnamese/unicode-uhoai Revision Changes Path 1.4203 +1 -0 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 Nov 27 16:48: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 7315937B417; Tue, 27 Nov 2001 16:48:11 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS0mBb36010; Tue, 27 Nov 2001 16:48:11 -0800 (PST) (envelope-from ache) Message-Id: <200111280048.fAS0mBb36010@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 16:48:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 16:48:11 PST Modified files: lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Log: Understand national (non-ASCII) digits now Allow bases >=36 again Misc cleanup Revision Changes Path 1.8 +12 -14 src/lib/libc/stdlib/strtol.c 1.10 +12 -14 src/lib/libc/stdlib/strtoll.c 1.9 +0 -3 src/lib/libc/stdlib/strtoq.c 1.7 +10 -12 src/lib/libc/stdlib/strtoul.c 1.9 +10 -12 src/lib/libc/stdlib/strtoull.c 1.9 +0 -3 src/lib/libc/stdlib/strtouq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 16:55:22 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 40F0A37B405 for <cvs-all@FreeBSD.org>; Tue, 27 Nov 2001 16:55:11 -0800 (PST) Received: (qmail 20861 invoked from network); 28 Nov 2001 00:55:24 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for <ache@FreeBSD.org>; 28 Nov 2001 00:55:24 -0000 Message-ID: <XFMail.011127165507.jhb@FreeBSD.org> 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: <200111280048.fAS0mBb36010@freefall.freebsd.org> Date: Tue, 27 Nov 2001 16:55:07 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: "Andrey A. Chernov" <ache@FreeBSD.org> Subject: RE: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 28-Nov-01 Andrey A. Chernov wrote: > ache 2001/11/27 16:48:11 PST > > Modified files: > lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c > strtoull.c strtouq.c > Log: > Understand national (non-ASCII) digits now > Allow bases >=36 again > Misc cleanup Does this break C89? According to the manpage: STANDARDS The strtol() function conforms to ISO/IEC 9899:1990 (``ISO C89''). The strtoll() function conforms to ISO/IEC 9899:1999 (``ISO C99''). The BSD strtoq() function is deprecated. and: ERRORS [EINVAL] The value of base is not supported or no conversion could be performed. Does C99 support more than base 36 and if so should the manpage be updated? -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 27 17:22:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4D5D37B405; Tue, 27 Nov 2001 17:22:08 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS1M8U42082; Tue, 27 Nov 2001 17:22:08 -0800 (PST) (envelope-from ache) Message-Id: <200111280122.fAS1M8U42082@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 17:22:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 17:22:08 PST Modified files: lib/libc/stdlib Makefile.inc atol.3 include stdlib.h Added files: lib/libc/stdlib atoll.c Log: Add atoll(3) to conform POSIX and C99 Revision Changes Path 1.23 +1 -0 src/include/stdlib.h 1.34 +3 -1 src/lib/libc/stdlib/Makefile.inc 1.7 +23 -2 src/lib/libc/stdlib/atol.3 1.1 +44 -0 src/lib/libc/stdlib/atoll.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:24:35 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 E090F37B416; Tue, 27 Nov 2001 17:24:30 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fAS1OUM39383; Tue, 27 Nov 2001 20:24:30 -0500 (EST) (envelope-from wollman) Date: Tue, 27 Nov 2001 20:24:30 -0500 (EST) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Message-Id: <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> To: "Andrey A. Chernov" <ache@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h In-Reply-To: <200111280122.fAS1M8U42082@freefall.freebsd.org> References: <200111280122.fAS1M8U42082@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG <<On Tue, 27 Nov 2001 17:22:08 -0800 (PST), "Andrey A. Chernov" <ache@FreeBSD.org> said: > Add atoll(3) to conform POSIX and C99 Andrey, Please coordinate this work with the FreeBSD Standards Conformance group. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:25:52 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 7EE7D37B417; Tue, 27 Nov 2001 17:25:47 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id C735E1E05F; Tue, 27 Nov 2001 20:25:46 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id UAA22405; Tue, 27 Nov 2001 20:25:45 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id RAA02228; Tue, 27 Nov 2001 17:25:45 -0800 (PST) Message-Id: <200111280125.RAA02228@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Date: Tue, 27 Nov 2001 17:25:45 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > Allow bases >=36 again So [ = 36, \ = 37, ] = 38, ^ = 39, _ = 40, a = 10, b = 11, ...? Even if it makes sense to allow base 40 (what about the lowercase style, where 40 would be represented by a non-printing character?), what about base > 40? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:34:41 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 6434437B416; Tue, 27 Nov 2001 17:34:32 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS1YUu15160; Wed, 28 Nov 2001 04:34:31 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 04:34:30 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, bde@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c Message-ID: <20011128013430.GA15066@nagual.pp.ru> References: <200111280048.fAS0mBb36010@freefall.freebsd.org> <XFMail.011127165507.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <XFMail.011127165507.jhb@FreeBSD.org> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 16:55:07 -0800, John Baldwin wrote: > > Does C99 support more than base 36 and if so should the manpage be updated? > As bde tells me, C99 says nothing about >= 36 bases deprication, POSIX not say too excepting [EINVAL] The value of base is not supported. with no clarification about valid base range. I.e. they have _description_ what happens in 2 .. 35 range and nothing about outside of it. Personally I agree with any way. I am not good standards reader due to some language problems. Please clarify this issue with bde (Cc'ed) -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:36:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5904A37B405; Tue, 27 Nov 2001 17:36:31 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS1aVG47381; Tue, 27 Nov 2001 17:36:31 -0800 (PST) (envelope-from obrien) Message-Id: <200111280136.fAS1aVG47381@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 27 Nov 2001 17:36:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/libviet pkg-descr ports/vietnamese/vn7to8 pkg-descr ports/vietnamese/vn7to8/files vn7to8.1 vn80to81.1 vn8to7.1 ports/vietnamese/vnconvert pkg-descr ports/vietnamese/vnelvis pkg-descr ports/vietnamese/vnelvis/files ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/27 17:36:31 PST Modified files: vietnamese/libviet pkg-descr vietnamese/vn7to8 pkg-descr vietnamese/vn7to8/files vn7to8.1 vn80to81.1 vn8to7.1 vietnamese/vnconvert pkg-descr vietnamese/vnelvis pkg-descr vietnamese/vnelvis/files patch-vnelvis.1V vietnamese/vnless pkg-descr vietnamese/vnpstext pkg-descr vietnamese/vnpstext/files vnpstext.1 vietnamese/vnroff pkg-descr vietnamese/vnroff/files patch-02 vietnamese/vnterm pkg-descr vietnamese/vnterm/files vnterm.1V Log: Note the standard these utilities conform to. Revision Changes Path 1.2 +1 -1 ports/vietnamese/libviet/pkg-descr 1.4 +10 -1 ports/vietnamese/vn7to8/files/vn7to8.1 1.4 +10 -1 ports/vietnamese/vn7to8/files/vn80to81.1 1.4 +10 -1 ports/vietnamese/vn7to8/files/vn8to7.1 1.2 +1 -1 ports/vietnamese/vn7to8/pkg-descr 1.3 +5 -4 ports/vietnamese/vnconvert/pkg-descr 1.2 +60 -13 ports/vietnamese/vnelvis/files/patch-vnelvis.1V 1.2 +2 -2 ports/vietnamese/vnelvis/pkg-descr 1.2 +1 -1 ports/vietnamese/vnless/pkg-descr 1.2 +11 -0 ports/vietnamese/vnpstext/files/vnpstext.1 1.2 +3 -3 ports/vietnamese/vnpstext/pkg-descr 1.3 +12 -3 ports/vietnamese/vnroff/files/patch-02 1.3 +2 -2 ports/vietnamese/vnroff/pkg-descr 1.4 +7 -4 ports/vietnamese/vnterm/files/vnterm.1V 1.3 +2 -2 ports/vietnamese/vnterm/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 Nov 27 17:37:29 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 DE74437B419; Tue, 27 Nov 2001 17:37:06 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS1b1l15205; Wed, 28 Nov 2001 04:37:01 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 04:37:00 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011128013700.GB15066@nagual.pp.ru> References: <200111280122.fAS1M8U42082@freefall.freebsd.org> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 20:24:30 -0500, Garrett Wollman wrote: > <<On Tue, 27 Nov 2001 17:22:08 -0800 (PST), "Andrey A. Chernov" <ache@FreeBSD.org> said: > > > Add atoll(3) to conform POSIX and C99 > > Andrey, > > Please coordinate this work with the FreeBSD Standards Conformance > group. Ok. What is most right way to do that? Mailing list or something? (BTW, this commit inspired by IEEE P1003.1 Draft 7) -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:39:13 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 1FD1D37B405; Tue, 27 Nov 2001 17:39:06 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS1d3T15245; Wed, 28 Nov 2001 04:39:03 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 04:39:02 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20011128013902.GC15066@nagual.pp.ru> References: <200111280125.RAA02228@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280125.RAA02228@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 17:25:45 -0800, Bill Fenner wrote: > > > Allow bases >=36 again > > So [ = 36, \ = 37, ] = 38, ^ = 39, _ = 40, a = 10, b = 11, ...? Even if > it makes sense to allow base 40 (what about the lowercase style, where 40 > would be represented by a non-printing character?), what about base > 40? No, there is isalpha() check there. BTW, strtol("123", ...) is valid for any given base (big enough). -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:42: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 DA65437B41D; Tue, 27 Nov 2001 17:42:16 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS1gGa48392; Tue, 27 Nov 2001 17:42:16 -0800 (PST) (envelope-from jhb) Message-Id: <200111280142.fAS1gGa48392@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Tue, 27 Nov 2001 17:42:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 math_emulate.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jhb 2001/11/27 17:42:16 PST Modified files: sys/i386/i386 math_emulate.c Log: Clean up some of the gross macros whitespace wise before I fix the asm constraints. Revision Changes Path 1.40 +22 -20 src/sys/i386/i386/math_emulate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:45:55 2001 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 11DAE37B41A; Tue, 27 Nov 2001 17:45:38 -0800 (PST) Received: from hades.hell.gr (patr530-a127.otenet.gr [212.205.215.127]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id fAS1jX827984; Wed, 28 Nov 2001 03:45:33 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id fAS1jXr14191; Wed, 28 Nov 2001 03:45:33 +0200 (EET) (envelope-from charon@labs.gr) Date: Wed, 28 Nov 2001 03:45:33 +0200 From: Giorgos Keramidas <charon@labs.gr> To: Robert Watson <rwatson@FreeBSD.ORG> Cc: Mike Barcroft <mike@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011128014533.GA14146@hades.hell.gr> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> User-Agent: Mutt/1.3.23.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 2001-11-27 16:37:49, Robert Watson wrote: > > On Tue, 27 Nov 2001, Mike Barcroft wrote: > > > From the Committers Guide: "Do not waste space in the commit messages > > explaining what you did. That is what cvs diff is for. Instead, tell > > us why you did it." > > Ignoring, for a moment, any context -- I think this is actually not a good > policy. In the event that there are complex or large changes being made, > a brief summary of the changes, along with the rationale, is appropriate > in the commit message. At least, that's my feeling :-). Is this > something that would be worth changing? Well, yes and no. I did learn a lot for -doc style from browsing the logs in cvsweb a couple of years back. Changelogs like: Fix typo. are OK, but changes like: Fix typo: "rationalise" -> "rationalize". are VERY nicer. I think it's useful to have a 'short description' of what changes together with why it changes. It's just up to the committer's judgement to avoid duplicating the entire code/documentation changes in the commit log (since `cvs diff' is easy to use). -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:51: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFD3637B416; Tue, 27 Nov 2001 17:51:00 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS1p0249315; Tue, 27 Nov 2001 17:51:00 -0800 (PST) (envelope-from ache) Message-Id: <200111280151.fAS1p0249315@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 17:51:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 17:51:00 PST Modified files: include stdlib.h Log: Fix just added atoll prototype Revision Changes Path 1.24 +1 -1 src/include/stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:53:31 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 1119037B405; Tue, 27 Nov 2001 17:53:27 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 719044CE87; Tue, 27 Nov 2001 20:53:26 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id UAA22785; Tue, 27 Nov 2001 20:53:25 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id RAA02549; Tue, 27 Nov 2001 17:53:25 -0800 (PST) Message-Id: <200111280153.RAA02549@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> Date: Tue, 27 Nov 2001 17:53:24 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG >No, there is isalpha() check there. Good point. So what's the point of converting base 37 when you don't have an alphabet that can represent base 37? i.e. for what value of buf does strtol(buf, &eptr, 37) return 36? The 36 is not an arbitrary restriction; it's the size of the alphabet that strto* is willing to accept. Please either expand the alphabet or put back the restriction. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:53:37 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 162C537B416; Tue, 27 Nov 2001 17:53:28 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fAS1qZX13590; Tue, 27 Nov 2001 20:52:35 -0500 (EST) (envelope-from mike) Date: Tue, 27 Nov 2001 20:52:35 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011127205235.B13067@espresso.q9media.com> References: <200111280122.fAS1M8U42082@freefall.freebsd.org> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> <20011128013700.GB15066@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011128013700.GB15066@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Nov 28, 2001 at 04:37:00AM +0300 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Andrey A. Chernov <ache@nagual.pp.ru> writes: > On Tue, Nov 27, 2001 at 20:24:30 -0500, Garrett Wollman wrote: > > <<On Tue, 27 Nov 2001 17:22:08 -0800 (PST), "Andrey A. Chernov" <ache@FreeBSD.org> said: > > > > > Add atoll(3) to conform POSIX and C99 > > > > Andrey, > > > > Please coordinate this work with the FreeBSD Standards Conformance > > group. > > Ok. What is most right way to do that? Mailing list or something? > (BTW, this commit inspired by IEEE P1003.1 Draft 7) We have a project page and mailing list. Details are available at: [http://people.FreeBSD.org/~mike/c99/]. Bill Fenner had a completed implementation of atoll(3) which was usurped by your commit. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:55:54 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id C78A737B417; Tue, 27 Nov 2001 17:55:50 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 3CC1C4CE77; Tue, 27 Nov 2001 20:55:50 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id UAA22813; Tue, 27 Nov 2001 20:55:49 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id RAA02596; Tue, 27 Nov 2001 17:55:49 -0800 (PST) Message-Id: <200111280155.RAA02596@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Cc: wollman@khavrinen.lcs.mit.edu, cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200111280122.fAS1M8U42082@freefall.freebsd.org> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> <20011128013700.GB15066@nagual.pp.ru> Date: Tue, 27 Nov 2001 17:55:48 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG >(BTW, this commit inspired by IEEE P1003.1 Draft 7) Sure, and it more or less mirrors what I had in my tree (note that I'm signed up for atoll on the c99 project page), except I chose to create a seperate atoll.3 to parallel with atoi.3/atol.3 being seperate. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 17:59:24 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 862B937B419; Tue, 27 Nov 2001 17:59:18 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS1xEr15495; Wed, 28 Nov 2001 04:59:14 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 04:59:13 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: wollman@khavrinen.lcs.mit.edu, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011128015913.GA15302@nagual.pp.ru> References: <200111280122.fAS1M8U42082@freefall.freebsd.org> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> <20011128013700.GB15066@nagual.pp.ru> <200111280155.RAA02596@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280155.RAA02596@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 17:55:48 -0800, Bill Fenner wrote: > > >(BTW, this commit inspired by IEEE P1003.1 Draft 7) > > Sure, and it more or less mirrors what I had in my tree (note that I'm > signed up for atoll on the c99 project page), except I chose to create > a seperate atoll.3 to parallel with atoi.3/atol.3 being seperate. I don't think that it deserves separated manpage since they belongs to the same group. They are not separated in POSIX too. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18: 2:38 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 2A02837B417; Tue, 27 Nov 2001 18:02:29 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS22Qr15563; Wed, 28 Nov 2001 05:02:26 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 05:02:26 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20011128020226.GB15302@nagual.pp.ru> References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280153.RAA02549@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 17:53:24 -0800, Bill Fenner wrote: > > >No, there is isalpha() check there. > > Good point. So what's the point of converting base 37 when you > don't have an alphabet that can represent base 37? i.e. for what > value of buf does strtol(buf, &eptr, 37) return 36? There are national digits can appearse up to 255, f.e. > The 36 is not an arbitrary restriction; it's the size of the > alphabet that strto* is willing to accept. Please either > expand the alphabet or put back the restriction. It is bde's idea to revert it back to BSD traditional behaviour (not check base), personally I agree with any variant. See my answer to jhb about that. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:15:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id E0C3337B416; Tue, 27 Nov 2001 18:15:50 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 3B92D4CE13; Tue, 27 Nov 2001 21:15:50 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id VAA23070; Tue, 27 Nov 2001 21:15:49 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id SAA02814; Tue, 27 Nov 2001 18:15:49 -0800 (PST) Message-Id: <200111280215.SAA02814@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> Date: Tue, 27 Nov 2001 18:15:49 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Ugh. So, if the national digit for 11 is X, then the base-34 alphabet is 0123456789XBCDEFGHIJKLMNOPQRSTUVW_, where _ is a value that's impossible to represent. This gets potentially ugly quickly. Is there a standard for base-N representations when there are M national numbers and M < N? There's the defacto of the US-ASCII alphabet when M = 10 and 11 <= N <= 36, but if M != 10 I don't know what to do. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:17:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B82537B405; Tue, 27 Nov 2001 18:17:22 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS2HMG54855; Tue, 27 Nov 2001 18:17:22 -0800 (PST) (envelope-from ache) Message-Id: <200111280217.fAS2HMG54855@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 18:17:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoul.c strtoull.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 18:17:22 PST Modified files: lib/libc/stdlib strtol.c strtoll.c strtoul.c strtoull.c Log: Put back base > 35 check. If someone dislike it, plese discuss it with standards group first. Revision Changes Path 1.9 +1 -1 src/lib/libc/stdlib/strtol.c 1.11 +1 -1 src/lib/libc/stdlib/strtoll.c 1.8 +1 -1 src/lib/libc/stdlib/strtoul.c 1.10 +1 -1 src/lib/libc/stdlib/strtoull.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:19: 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 87C4237B405; Tue, 27 Nov 2001 18:18:53 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS2Ir755022; Tue, 27 Nov 2001 18:18:53 -0800 (PST) (envelope-from ache) Message-Id: <200111280218.fAS2Ir755022@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 18:18:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 18:18:53 PST Modified files: include stdlib.h Log: Whitespace formatting Revision Changes Path 1.25 +2 -1 src/include/stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:23:54 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 ECB8537B417; Tue, 27 Nov 2001 18:23:47 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS2Njf15888; Wed, 28 Nov 2001 05:23:45 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 05:23:44 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, bde@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20011128022344.GA15848@nagual.pp.ru> References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> <200111280215.SAA02814@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280215.SAA02814@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 18:15:49 -0800, Bill Fenner wrote: > > Ugh. So, if the national digit for 11 is X, then the base-34 alphabet > is 0123456789XBCDEFGHIJKLMNOPQRSTUVW_, where _ is a value that's > impossible to represent. This gets potentially ugly quickly. National digits are in the upper half of code table in real life. I just put the check back, I not plan to advocate for it since its idea is not mine. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:29: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 246E937B417; Tue, 27 Nov 2001 18:29:53 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS2Trs56073; Tue, 27 Nov 2001 18:29:53 -0800 (PST) (envelope-from kevlo) Message-Id: <200111280229.fAS2Trs56073@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Tue, 27 Nov 2001 18:29:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-PageKit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kevlo 2001/11/27 18:29:53 PST Modified files: www/p5-Apache-PageKit Makefile distinfo Log: Update to 1.07 PR: 32344 Submitted by: MAINTAINER Revision Changes Path 1.2 +1 -1 ports/www/p5-Apache-PageKit/Makefile 1.2 +1 -1 ports/www/p5-Apache-PageKit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:30:32 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 7FB8437B405; Tue, 27 Nov 2001 18:30:25 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id B8B871E03D; Tue, 27 Nov 2001 21:30:24 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id VAA23261; Tue, 27 Nov 2001 21:30:23 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id SAA03002; Tue, 27 Nov 2001 18:30:23 -0800 (PST) Message-Id: <200111280230.SAA03002@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> <200111280215.SAA02814@windsor.research.att.com> <20011128022344.GA15848@nagual.pp.ru> Date: Tue, 27 Nov 2001 18:30:22 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG >I just put the check back, I not plan to advocate for it since its idea is >not mine. Too late, you let the genie out =) So, let's pretend, since I have a US-ASCII keyboard, that there are national characters for 11 and 12, represented by ! and @. They would be in the high portion of the code table, so wouldn't hurt any of the US-ASCII [A-Za-z] characters. Should the alphabet for base 16 be: 0123456789!@abcd or 0123456789!@cdef (with 0123456789abcdef accepted as alternates) Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:31:37 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2379837B416; Tue, 27 Nov 2001 18:31:31 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAS2VRr18636; Tue, 27 Nov 2001 18:31:27 -0800 (PST) (envelope-from obrien) Date: Tue, 27 Nov 2001 18:31:27 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile Message-ID: <20011127183127.A18572@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200111231540.fANFeQj83655@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: <200111231540.fANFeQj83655@freefall.freebsd.org>; from sobomax@FreeBSD.org on Fri, Nov 23, 2001 at 07:40:26AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Fri, Nov 23, 2001 at 07:40:26AM -0800, Maxim Sobolev wrote: > sobomax 2001/11/23 07:40:26 PST > > Modified files: > shells/bash2 Makefile > Log: > Override CONFIGURE_TARGET, so that this configure script generated by > autoconf-2.52 doesn't generate a warning. Uh, why didn't you report this to me (as maintainer??). I am going to back this out as the port should not be running autoconf at all. If it is, then that needs to be fixed. `configure', but not `configure.in' is patched. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:35: 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 51FF037B41C; Tue, 27 Nov 2001 18:35:02 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS2Z2Z68268; Tue, 27 Nov 2001 18:35:02 -0800 (PST) (envelope-from obrien) Message-Id: <200111280235.fAS2Z2Z68268@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 27 Nov 2001 18:35:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/27 18:35:02 PST Modified files: sys/conf Makefile.sparc64 Log: Change to using my custom sparc64 binutils. Revision Changes Path 1.12 +10 -8 src/sys/conf/Makefile.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:35: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 E66FE37B41B; Tue, 27 Nov 2001 18:35:35 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS2ZZ769854; Tue, 27 Nov 2001 18:35:35 -0800 (PST) (envelope-from fenner) Message-Id: <200111280235.fAS2ZZ769854@freefall.freebsd.org> From: Bill Fenner <fenner@FreeBSD.org> Date: Tue, 27 Nov 2001 18:35:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoul.c strtoull.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG fenner 2001/11/27 18:35:35 PST Modified files: lib/libc/stdlib strtol.c strtoll.c strtoul.c strtoull.c Log: Base 36 is allowed. Revision Changes Path 1.10 +1 -1 src/lib/libc/stdlib/strtol.c 1.12 +1 -1 src/lib/libc/stdlib/strtoll.c 1.9 +1 -1 src/lib/libc/stdlib/strtoul.c 1.11 +1 -1 src/lib/libc/stdlib/strtoull.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:38:15 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 165ED37B417; Tue, 27 Nov 2001 18:38:08 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS2c5X16062; Wed, 28 Nov 2001 05:38:05 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 05:38:04 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20011128023804.GB16017@nagual.pp.ru> References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> <200111280215.SAA02814@windsor.research.att.com> <20011128022344.GA15848@nagual.pp.ru> <200111280230.SAA03002@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280230.SAA03002@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 18:30:22 -0800, Bill Fenner wrote: > > So, let's pretend, since I have a US-ASCII keyboard, that there are > national characters for 11 and 12, represented by ! and @. They would > be in the high portion of the code table, so wouldn't hurt any of the > US-ASCII [A-Za-z] characters. > > Should the alphabet for base 16 be: > > 0123456789!@abcd > or > 0123456789!@cdef (with 0123456789abcdef accepted as alternates) Valid input is 0123456789abcdef!@ 0123456789abcdef represent 0..15 !@ represent 11..12 -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:42:42 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id DE87237B417; Tue, 27 Nov 2001 18:42:39 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 557F51E07B; Tue, 27 Nov 2001 21:42:39 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id VAA23405; Tue, 27 Nov 2001 21:42:38 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id SAA03166; Tue, 27 Nov 2001 18:42:37 -0800 (PST) Message-Id: <200111280242.SAA03166@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> <200111280215.SAA02814@windsor.research.att.com> <20011128022344.GA15848@nagual.pp.ru> <200111280230.SAA03002@windsor.research.att.com> <20011128023804.GB16017@nagual.pp.ru> Date: Tue, 27 Nov 2001 18:42:37 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Ok, so there is a right answer: accept base up to max(36, max-locale-num), and don't permit the use of the ascii portion if base > 36. Is there a locale call to determine the maximum local number? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:43:18 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 E29A137B417; Tue, 27 Nov 2001 18:43:10 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS2h9l16117; Wed, 28 Nov 2001 05:43:09 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 05:43:09 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoul.c strtoull.c Message-ID: <20011128024309.GC16017@nagual.pp.ru> References: <200111280235.fAS2ZZ769854@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280235.fAS2ZZ769854@freefall.freebsd.org> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 18:35:35 -0800, Bill Fenner wrote: > fenner 2001/11/27 18:35:35 PST > > Modified files: > lib/libc/stdlib strtol.c strtoll.c strtoul.c strtoull.c > Log: > Base 36 is allowed. Yes. Sorry, it was the rush for me answering lots of E-mails + commits. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:43:34 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2A47837B505; Tue, 27 Nov 2001 18:43:24 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAS2hNn18828; Tue, 27 Nov 2001 18:43:23 -0800 (PST) (envelope-from obrien) Date: Tue, 27 Nov 2001 18:43:23 -0800 From: "David O'Brien" <obrien@freebsd.org> To: sparc64@freebsd.org Subject: Re: cvs commit: src/sys/conf Makefile.sparc64 Message-ID: <20011127184323.A18805@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200111280235.fAS2Z2Z68268@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: <200111280235.fAS2Z2Z68268@freefall.freebsd.org>; from obrien@FreeBSD.org on Tue, Nov 27, 2001 at 06:35:02PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 06:35:02PM -0800, David E. O'Brien wrote: > Modified files: > sys/conf Makefile.sparc64 > Log: > Change to using my custom sparc64 binutils. You too can get your very own sparc64 cross binutils (i386->sparc64) from 5.0: http://people.freebsd.org/~obrien/sparc64-bu-20011127.tar.bz2 4.4: http://people.freebsd.org/~obrien/sparc64-bu-20011127-releng4.tar.bz2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:49:15 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 2E04F37B405; Tue, 27 Nov 2001 18:49:07 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS2n4o16179; Wed, 28 Nov 2001 05:49:04 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 05:49:03 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Message-ID: <20011128024903.GD16017@nagual.pp.ru> References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> <200111280215.SAA02814@windsor.research.att.com> <20011128022344.GA15848@nagual.pp.ru> <200111280230.SAA03002@windsor.research.att.com> <20011128023804.GB16017@nagual.pp.ru> <200111280242.SAA03166@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280242.SAA03166@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 18:42:37 -0800, Bill Fenner wrote: > > Ok, so there is a right answer: accept base up to max(36, max-locale-num), > and don't permit the use of the ascii portion if base > 36. Is there a > locale call to determine the maximum local number? ASCII portion for base > 36 already not permitted with any recent variant because of isalpha() check. There is no such call. Currently we need to scan upper 128 bytes each time to determine max national digit or extend locale format to store it. I don't think it worse to implement this. Only national digits we will have in near time will be ISCII-DEV 0-9 digits. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:51:50 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 1153137B416; Tue, 27 Nov 2001 18:51:45 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAS2pib18998; Tue, 27 Nov 2001 18:51:44 -0800 (PST) (envelope-from obrien) Date: Tue, 27 Nov 2001 18:51:44 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: des@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] Message-ID: <20011127185144.A18875@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200111271749.fARHnG165639@freefall.freebsd.org> <200111272030.WAA04863@ipcard.iptcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111272030.WAA04863@ipcard.iptcom.net>; from sobomax@FreeBSD.org on Tue, Nov 27, 2001 at 10:30:14PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 10:30:14PM +0200, Maxim Sobolev wrote: > On Tue, 27 Nov 2001 09:49:16 -0800 (PST), Dag-Erling Smorgrav wrote: > > des 2001/11/27 09:49:16 PST > > > > Modified files: > > www/linux-opera Makefile > > Log: > > Pander to the backseat drivers. > > Could you please use more meaningful commit messages? For > example it is absolutely impossible to guess what this > commit is all about without looking at the diff. Without even looking at the diffs, it is obviously some minor style change (or nit fixed) due to feedback from a previous commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:53:11 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 998B437B417; Tue, 27 Nov 2001 18:53:06 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fAS2qri26012; Tue, 27 Nov 2001 21:52:54 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 27 Nov 2001 21:52:53 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Mike Smith <msmith@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h src/sys/modules Makefile src/sys/modules/ciss Makefile src/sys/i386/conf NOTES In-Reply-To: <200111272308.fARN8bF23249@freefall.freebsd.org> Message-ID: <Pine.NEB.3.96L.1011127215149.22804a-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Cool. Great work! Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Tue, 27 Nov 2001, Mike Smith wrote: > msmith 2001/11/27 15:08:37 PST > > Modified files: > sys/conf files > sys/modules Makefile > sys/i386/conf NOTES > Added files: > sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h > sys/modules/ciss Makefile > Log: > Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of > RAID controllers (5300, 532, 5i, etc.) > > Thanks to Compaq and Yahoo! for support during the development of this > driver. > > MFC after: 1 week > > Revision Changes Path > 1.584 +1 -0 src/sys/conf/files > 1.1 +3368 -0 src/sys/dev/ciss/ciss.c (new) > 1.1 +203 -0 src/sys/dev/ciss/cissio.h (new) > 1.1 +670 -0 src/sys/dev/ciss/cissreg.h (new) > 1.1 +375 -0 src/sys/dev/ciss/cissvar.h (new) > 1.981 +7 -0 src/sys/i386/conf/NOTES > 1.218 +1 -0 src/sys/modules/Makefile > 1.1 +11 -0 src/sys/modules/ciss/Makefile (new) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 18:59:28 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 0F86B37B405; Tue, 27 Nov 2001 18:59:25 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id B99764CE23; Tue, 27 Nov 2001 21:59:22 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id VAA23666; Tue, 27 Nov 2001 21:59:21 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id SAA03382; Tue, 27 Nov 2001 18:59:21 -0800 (PST) Message-Id: <200111280259.SAA03382@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtouq.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, bde@freebsd.org References: <200111280125.RAA02228@windsor.research.att.com> <20011128013902.GC15066@nagual.pp.ru> <200111280153.RAA02549@windsor.research.att.com> <20011128020226.GB15302@nagual.pp.ru> <200111280215.SAA02814@windsor.research.att.com> <20011128022344.GA15848@nagual.pp.ru> <200111280230.SAA03002@windsor.research.att.com> <20011128023804.GB16017@nagual.pp.ru> <200111280242.SAA03166@windsor.research.att.com> <20011128024903.GD16017@nagual.pp.ru> Date: Tue, 27 Nov 2001 18:59:20 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG >ASCII portion for base > 36 already not permitted with any recent variant >because of isalpha() check. I was thinking that it should be stronger, and that bases > 36 should ONLY allow national numeric characters in the alphabet, since the "fallback" alphabet couldn't represent everything - i.e. add "base <= 36" to "isascii() && isalpha()". >There is no such call. Currently we need to scan upper 128 bytes each time >to determine max national digit or extend locale format to store it. I >don't think it worse to implement this. Only national digits we will have >in near time will be ISCII-DEV 0-9 digits. Ok. Until there are national numeric characters > 36, I think we should leave the restriction of base to <= 36 in place. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19: 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 E8EAA37B417; Tue, 27 Nov 2001 19:04:11 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS34BJ81950; Tue, 27 Nov 2001 19:04:11 -0800 (PST) (envelope-from kevlo) Message-Id: <200111280304.fAS34BJ81950@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Tue, 27 Nov 2001 19:04:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/enfle Makefile ports/graphics/enfle/files patch-archivers patch-loaders patch-savers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kevlo 2001/11/27 19:04:11 PST Modified files: graphics/enfle Makefile Removed files: graphics/enfle/files patch-archivers patch-loaders patch-savers Log: Update MASTER_SITES PR: 32332 Submitted by: MAINTAINER Revision Changes Path 1.26 +6 -3 ports/graphics/enfle/Makefile 1.2 +0 -99 ports/graphics/enfle/files/patch-archivers (dead) 1.2 +0 -154 ports/graphics/enfle/files/patch-loaders (dead) 1.2 +0 -33 ports/graphics/enfle/files/patch-savers (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:11: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 97CE437B417; Tue, 27 Nov 2001 19:11:16 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3BGh86202; Tue, 27 Nov 2001 19:11:16 -0800 (PST) (envelope-from peter) Message-Id: <200111280311.fAS3BGh86202@freefall.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Tue, 27 Nov 2001 19:11:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG peter 2001/11/27 19:11:16 PST Modified files: sys/kern kern_sysctl.c Log: Dont print the sysctl node tree unless you're root. Found by: jkb (Yahoo OS troublemaker) Revision Changes Path 1.119 +5 -0 src/sys/kern/kern_sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:14:52 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2DB7237B416; Tue, 27 Nov 2001 19:14:48 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fAS3ElX19293; Tue, 27 Nov 2001 19:14:47 -0800 (PST) (envelope-from obrien) Date: Tue, 27 Nov 2001 19:14:47 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpam/libpam pam_item.c Message-ID: <20011127191447.B18875@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200111271535.fARFZiN39835@freefall.freebsd.org> <20011127174709.J67032@sunbay.com> <20011127092004.A68382@dragon.nuxi.com> <20011127205340.D25113@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: <20011127205340.D25113@sunbay.com>; from ru@FreeBSD.org on Tue, Nov 27, 2001 at 08:53:40PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 08:53:40PM +0200, Ruslan Ermilov wrote: > I take it as if you don't object if someone calls your code "idiotic", > David? :-) When it deserives it, no I don't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:19: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 CDEB337B417; Tue, 27 Nov 2001 19:19:06 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3J6i86981; Tue, 27 Nov 2001 19:19:06 -0800 (PST) (envelope-from kevlo) Message-Id: <200111280319.fAS3J6i86981@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Tue, 27 Nov 2001 19:19:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed Makefile ports/mail/sylpheed/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kevlo 2001/11/27 19:19:06 PST Modified files: mail/sylpheed Makefile Removed files: mail/sylpheed/files patch-ad Log: - Don't use automake/autoconf, because it requires to many patches and workarounds to get it worked with autoconf213, automake14 and so on. - Bump PORTREVISION PR: 32330 Submitted by: MAINTAINER Revision Changes Path 1.26 +3 -7 ports/mail/sylpheed/Makefile 1.2 +0 -11 ports/mail/sylpheed/files/patch-ad (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19: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 6910437B416; Tue, 27 Nov 2001 19:26:58 -0800 (PST) Received: (from jwd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3QwF01257; Tue, 27 Nov 2001 19:26:58 -0800 (PST) (envelope-from jwd) Message-Id: <200111280326.fAS3QwF01257@freefall.freebsd.org> From: "John W. De Boskey" <jwd@FreeBSD.org> Date: Tue, 27 Nov 2001 19:26:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys imgact.h src/sys/kern imgact_shell.c src/lib/libc/sys execve.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jwd 2001/11/27 19:26:58 PST Modified files: sys/sys imgact.h sys/kern imgact_shell.c lib/libc/sys execve.2 Log: Return a more meaningful errno when the length of the interpreter exceeds MAXSHELLCMDLEN to avoid secondary /bin/sh execution. Update execve man page to reflect change. Increase MAXSHELLCMDLEN to a slightly more meaningful value. PR: kern/32106 Submitted by: b@etek.chalmers.se Reviewed by: bsd MFC after: 2 weeks Revision Changes Path 1.30 +3 -0 src/lib/libc/sys/execve.2 1.23 +2 -2 src/sys/kern/imgact_shell.c 1.25 +2 -2 src/sys/sys/imgact.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:36: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 538D137B416; Tue, 27 Nov 2001 19:36:05 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3a5x03312; Tue, 27 Nov 2001 19:36:05 -0800 (PST) (envelope-from fenner) Message-Id: <200111280336.fAS3a5x03312@freefall.freebsd.org> From: Bill Fenner <fenner@FreeBSD.org> Date: Tue, 27 Nov 2001 19:36:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib atol.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG fenner 2001/11/27 19:36:05 PST Modified files: lib/libc/stdlib atol.3 Log: Also mention "long long" in synopsis. Revision Changes Path 1.8 +1 -1 src/lib/libc/stdlib/atol.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:37:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E4A137B405; Tue, 27 Nov 2001 19:37:06 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3b6i03430; Tue, 27 Nov 2001 19:37:06 -0800 (PST) (envelope-from fenner) Message-Id: <200111280337.fAS3b6i03430@freefall.freebsd.org> From: Bill Fenner <fenner@FreeBSD.org> Date: Tue, 27 Nov 2001 19:37:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib Makefile.inc strtoimax.c strtol.3 strtoul.3 strtoumax.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG fenner 2001/11/27 19:37:06 PST Modified files: lib/libc/stdlib Makefile.inc strtol.3 strtoul.3 Added files: lib/libc/stdlib strtoimax.c strtoumax.c Log: Implement strtoimax() and strtoumax() Revision Changes Path 1.35 +8 -8 src/lib/libc/stdlib/Makefile.inc 1.1 +142 -0 src/lib/libc/stdlib/strtoimax.c (new) 1.15 +38 -26 src/lib/libc/stdlib/strtol.3 1.15 +31 -10 src/lib/libc/stdlib/strtoul.3 1.1 +120 -0 src/lib/libc/stdlib/strtoumax.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:49: 9 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 E48C237B405; Tue, 27 Nov 2001 19:49:04 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAS3n3n19141; Wed, 28 Nov 2001 06:49:03 +0300 (MSK) (envelope-from ache) Date: Wed, 28 Nov 2001 06:49:00 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc strtoimax.c strtol.3 strtoul.3 strtoumax.c Message-ID: <20011128034900.GA18900@nagual.pp.ru> References: <200111280337.fAS3b6i03430@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111280337.fAS3b6i03430@freefall.freebsd.org> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 19:37:06 -0800, Bill Fenner wrote: > fenner 2001/11/27 19:37:06 PST > > Modified files: > lib/libc/stdlib Makefile.inc strtol.3 strtoul.3 > Added files: > lib/libc/stdlib strtoimax.c strtoumax.c > Log: > Implement strtoimax() and strtoumax() Prototypes? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:52: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 DB6AD37B419; Tue, 27 Nov 2001 19:52:44 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3qiQ04943; Tue, 27 Nov 2001 19:52:44 -0800 (PST) (envelope-from pat) Message-Id: <200111280352.fAS3qiQ04943@freefall.freebsd.org> From: Patrick Li <pat@FreeBSD.org> Date: Tue, 27 Nov 2001 19:52:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hlserver-cs Makefile ports/games/hlserver-snow Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pat 2001/11/27 19:52:44 PST Modified files: games/hlserver-cs Makefile games/hlserver-snow Makefile distinfo Log: Update hlserver-snow to 0.0.94.b Add slaveport-post-extract target to hlserver-cs Submitted by: lioux Approved by: lioux Revision Changes Path 1.21 +6 -0 ports/games/hlserver-cs/Makefile 1.2 +9 -3 ports/games/hlserver-snow/Makefile 1.2 +2 -1 ports/games/hlserver-snow/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:55: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 D49AF37B405; Tue, 27 Nov 2001 19:55:25 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3tP405395; Tue, 27 Nov 2001 19:55:25 -0800 (PST) (envelope-from peter) Message-Id: <200111280355.fAS3tP405395@freefall.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Tue, 27 Nov 2001 19:55:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG peter 2001/11/27 19:55:25 PST Modified files: (Branch: RELENG_4) sys/kern kern_sysctl.c Log: MFC: 1.119: check suser before dumping the sysctl tree. Revision Changes Path 1.92.2.6 +6 -1 src/sys/kern/kern_sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:55:49 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 1A08437B41B; Tue, 27 Nov 2001 19:55:30 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fAS3sZX14697; Tue, 27 Nov 2001 22:54:35 -0500 (EST) (envelope-from mike) Date: Tue, 27 Nov 2001 22:54:35 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: Bill Fenner <fenner@research.att.com>, wollman@khavrinen.lcs.mit.edu, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011127225435.A14652@espresso.q9media.com> References: <200111280122.fAS1M8U42082@freefall.freebsd.org> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> <20011128013700.GB15066@nagual.pp.ru> <200111280155.RAA02596@windsor.research.att.com> <20011128015913.GA15302@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011128015913.GA15302@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Nov 28, 2001 at 04:59:13AM +0300 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Andrey A. Chernov <ache@nagual.pp.ru> writes: > On Tue, Nov 27, 2001 at 17:55:48 -0800, Bill Fenner wrote: > > Sure, and it more or less mirrors what I had in my tree (note that I'm > > signed up for atoll on the c99 project page), except I chose to create > > a seperate atoll.3 to parallel with atoi.3/atol.3 being seperate. > > I don't think that it deserves separated manpage since they belongs to the > same group. They are not separated in POSIX too. This very issue was recently discussed on -standards, with regards to the various div() and abs() functions. The conclusion was that separate manuals yield higher quality libraries. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:57:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2F6E37B405; Tue, 27 Nov 2001 19:57:12 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3vCg05714; Tue, 27 Nov 2001 19:57:12 -0800 (PST) (envelope-from ache) Message-Id: <200111280357.fAS3vCg05714@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 19:57:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 19:57:12 PST Modified files: lib/libc/stdlib strtod.c Log: Allow national (non-ASCII) digits Revision Changes Path 1.12 +23 -23 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:57:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9043937B417; Tue, 27 Nov 2001 19:57:15 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3vFM05755; Tue, 27 Nov 2001 19:57:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200111280357.fAS3vFM05755@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Tue, 27 Nov 2001 19:57:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/fxt Makefile distinfo pkg-comment pkg-descr pkg-plist ports/math/fxt/files patch-makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/27 19:57:15 PST Modified files: math Makefile Added files: math/fxt Makefile distinfo pkg-comment pkg-descr pkg-plist math/fxt/files patch-makefile Log: add fxt FFT code and related stuff Revision Changes Path 1.153 +1 -0 ports/math/Makefile 1.1 +27 -0 ports/math/fxt/Makefile (new) 1.1 +1 -0 ports/math/fxt/distinfo (new) 1.1 +14 -0 ports/math/fxt/files/patch-makefile (new) 1.1 +1 -0 ports/math/fxt/pkg-comment (new) 1.1 +13 -0 ports/math/fxt/pkg-descr (new) 1.1 +111 -0 ports/math/fxt/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:57:34 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 820DE37B491; Tue, 27 Nov 2001 19:57:17 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id C97821E033; Tue, 27 Nov 2001 22:57:16 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id WAA24466; Tue, 27 Nov 2001 22:57:16 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id TAA04169; Tue, 27 Nov 2001 19:57:16 -0800 (PST) Message-Id: <200111280357.TAA04169@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@nagual.pp.ru Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc strtoimax.c strtol.3 strtoul.3 strtoumax.c Cc: fenner@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200111280337.fAS3b6i03430@freefall.freebsd.org> <20011128034900.GA18900@nagual.pp.ru> Date: Tue, 27 Nov 2001 19:57:15 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG >Prototypes? In <inttypes.h>, just like the man page says. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:58: 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 8582F37B4CF; Tue, 27 Nov 2001 19:57:17 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS3vHb05788; Tue, 27 Nov 2001 19:57:17 -0800 (PST) (envelope-from ijliao) Message-Id: <200111280357.fAS3vHb05788@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Tue, 27 Nov 2001 19:57: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/27 19:57:17 PST Modified files: . modules Log: fxt --> ports/math/fxt Revision Changes Path 1.4204 +1 -0 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 Nov 27 19:58:21 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 1FF9C37B491; Tue, 27 Nov 2001 19:57:53 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fAS3v9814736; Tue, 27 Nov 2001 22:57:09 -0500 (EST) (envelope-from mike) Date: Tue, 27 Nov 2001 22:57:09 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: Bill Fenner <fenner@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc strtoimax.c strtol.3 strtoul.3 strtoumax.c Message-ID: <20011127225709.B14652@espresso.q9media.com> References: <200111280337.fAS3b6i03430@freefall.freebsd.org> <20011128034900.GA18900@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011128034900.GA18900@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Nov 28, 2001 at 06:49:00AM +0300 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Andrey A. Chernov <ache@nagual.pp.ru> writes: > On Tue, Nov 27, 2001 at 19:37:06 -0800, Bill Fenner wrote: > > fenner 2001/11/27 19:37:06 PST > > > > Modified files: > > lib/libc/stdlib Makefile.inc strtol.3 strtoul.3 > > Added files: > > lib/libc/stdlib strtoimax.c strtoumax.c > > Log: > > Implement strtoimax() and strtoumax() > > Prototypes? They currently exist in <inttypes.h>. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 19:59: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 9261D37B644; Tue, 27 Nov 2001 19:58:34 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id CB2DD4CE50; Tue, 27 Nov 2001 22:58:33 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id WAA24503; Tue, 27 Nov 2001 22:58:33 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id TAA04210; Tue, 27 Nov 2001 19:58:33 -0800 (PST) Message-Id: <200111280358.TAA04210@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: fenner@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc strtoimax.c strtol.3 strtoul.3 strtoumax.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Date: Tue, 27 Nov 2001 19:58:32 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG BTW, these man page updates include lots of other tweaks, including fully documenting strtoq() and strtouq() (even though they're deprecated), and switching to a table format for the return values in strtol(3) because the narrative was so cluttered. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 20: 7: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6423B37B416; Tue, 27 Nov 2001 20:07:03 -0800 (PST) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS473110068; Tue, 27 Nov 2001 20:07:03 -0800 (PST) (envelope-from silby) Message-Id: <200111280407.fAS473110068@freefall.freebsd.org> From: Mike Silbersack <silby@FreeBSD.org> Date: Tue, 27 Nov 2001 20:07:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc security src/etc/periodic/daily 450.status-security X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG silby 2001/11/27 20:07:03 PST Modified files: etc security etc/periodic/daily 450.status-security Log: Make sure the security check output includes a To: line in the same way the daily run output does. Revision Changes Path 1.8 +2 -2 src/etc/periodic/daily/450.status-security 1.59 +1 -3 src/etc/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 20:29: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 2064137B416; Tue, 27 Nov 2001 20:29:41 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS4TfD12322; Tue, 27 Nov 2001 20:29:41 -0800 (PST) (envelope-from msmith) Message-Id: <200111280429.fAS4TfD12322@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Tue, 27 Nov 2001 20:29:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG msmith 2001/11/27 20:29:40 PST src/sys/contrib/dev/acpica - Imported sources Update of /home/ncvs/src/sys/contrib/dev/acpica In directory freefall.freebsd.org:/d/home/msmith/z Log Message: Vendor import of the Intel ACPI CA 20011120 snapshot. Status: Vendor Tag: INTEL Release Tags: r20011120 U src/sys/contrib/dev/acpica/evevent.c U src/sys/contrib/dev/acpica/evsci.c U src/sys/contrib/dev/acpica/evmisc.c U src/sys/contrib/dev/acpica/evregion.c U src/sys/contrib/dev/acpica/evrgnini.c U src/sys/contrib/dev/acpica/evxface.c U src/sys/contrib/dev/acpica/evxfevnt.c U src/sys/contrib/dev/acpica/evxfregn.c U src/sys/contrib/dev/acpica/hwacpi.c U src/sys/contrib/dev/acpica/hwgpe.c U src/sys/contrib/dev/acpica/hwregs.c C src/sys/contrib/dev/acpica/hwsleep.c U src/sys/contrib/dev/acpica/hwtimer.c C src/sys/contrib/dev/acpica/acconfig.h U src/sys/contrib/dev/acpica/acdebug.h U src/sys/contrib/dev/acpica/acdispat.h U src/sys/contrib/dev/acpica/acevents.h U src/sys/contrib/dev/acpica/acexcep.h U src/sys/contrib/dev/acpica/acglobal.h U src/sys/contrib/dev/acpica/achware.h U src/sys/contrib/dev/acpica/acinterp.h U src/sys/contrib/dev/acpica/aclocal.h U src/sys/contrib/dev/acpica/acmacros.h U src/sys/contrib/dev/acpica/acnamesp.h U src/sys/contrib/dev/acpica/acpi.h U src/sys/contrib/dev/acpica/acobject.h U src/sys/contrib/dev/acpica/acoutput.h U src/sys/contrib/dev/acpica/acparser.h C src/sys/contrib/dev/acpica/acpiosxf.h C src/sys/contrib/dev/acpica/acpixf.h U src/sys/contrib/dev/acpica/acresrc.h U src/sys/contrib/dev/acpica/acstruct.h U src/sys/contrib/dev/acpica/actables.h U src/sys/contrib/dev/acpica/actbl.h U src/sys/contrib/dev/acpica/actbl1.h U src/sys/contrib/dev/acpica/actbl2.h U src/sys/contrib/dev/acpica/actbl71.h U src/sys/contrib/dev/acpica/actypes.h U src/sys/contrib/dev/acpica/acutils.h U src/sys/contrib/dev/acpica/amlcode.h U src/sys/contrib/dev/acpica/acefi.h U src/sys/contrib/dev/acpica/acenv.h U src/sys/contrib/dev/acpica/acfreebsd.h C src/sys/contrib/dev/acpica/acgcc.h U src/sys/contrib/dev/acpica/dbcmds.c U src/sys/contrib/dev/acpica/dbdisasm.c U src/sys/contrib/dev/acpica/dbdisply.c U src/sys/contrib/dev/acpica/dbexec.c U src/sys/contrib/dev/acpica/dbfileio.c U src/sys/contrib/dev/acpica/dbhistry.c U src/sys/contrib/dev/acpica/dbinput.c U src/sys/contrib/dev/acpica/dbstats.c U src/sys/contrib/dev/acpica/dbutils.c U src/sys/contrib/dev/acpica/dbxface.c U src/sys/contrib/dev/acpica/dsfield.c U src/sys/contrib/dev/acpica/dsmethod.c U src/sys/contrib/dev/acpica/dsmthdat.c U src/sys/contrib/dev/acpica/dsobject.c U src/sys/contrib/dev/acpica/dsopcode.c U src/sys/contrib/dev/acpica/dsutils.c U src/sys/contrib/dev/acpica/dswexec.c U src/sys/contrib/dev/acpica/dswload.c U src/sys/contrib/dev/acpica/dswscope.c U src/sys/contrib/dev/acpica/dswstate.c U src/sys/contrib/dev/acpica/exconfig.c U src/sys/contrib/dev/acpica/exconvrt.c U src/sys/contrib/dev/acpica/excreate.c U src/sys/contrib/dev/acpica/exdump.c U src/sys/contrib/dev/acpica/rsio.c U src/sys/contrib/dev/acpica/exfield.c C src/sys/contrib/dev/acpica/exfldio.c U src/sys/contrib/dev/acpica/exmisc.c U src/sys/contrib/dev/acpica/exmutex.c U src/sys/contrib/dev/acpica/exnames.c U src/sys/contrib/dev/acpica/exoparg1.c U src/sys/contrib/dev/acpica/exoparg2.c U src/sys/contrib/dev/acpica/rsirq.c U src/sys/contrib/dev/acpica/exoparg3.c U src/sys/contrib/dev/acpica/exoparg6.c U src/sys/contrib/dev/acpica/exprep.c U src/sys/contrib/dev/acpica/exregion.c U src/sys/contrib/dev/acpica/exresnte.c U src/sys/contrib/dev/acpica/exresolv.c U src/sys/contrib/dev/acpica/exresop.c U src/sys/contrib/dev/acpica/exstore.c U src/sys/contrib/dev/acpica/exstoren.c U src/sys/contrib/dev/acpica/exstorob.c U src/sys/contrib/dev/acpica/exsystem.c U src/sys/contrib/dev/acpica/exutils.c U src/sys/contrib/dev/acpica/psargs.c U src/sys/contrib/dev/acpica/psfind.c U src/sys/contrib/dev/acpica/psopcode.c C src/sys/contrib/dev/acpica/psparse.c U src/sys/contrib/dev/acpica/psscope.c U src/sys/contrib/dev/acpica/pstree.c U src/sys/contrib/dev/acpica/psutils.c U src/sys/contrib/dev/acpica/pswalk.c U src/sys/contrib/dev/acpica/psxface.c U src/sys/contrib/dev/acpica/nsaccess.c U src/sys/contrib/dev/acpica/nsalloc.c U src/sys/contrib/dev/acpica/nsdump.c U src/sys/contrib/dev/acpica/nseval.c U src/sys/contrib/dev/acpica/nsinit.c U src/sys/contrib/dev/acpica/nsload.c U src/sys/contrib/dev/acpica/nsnames.c U src/sys/contrib/dev/acpica/nsobject.c U src/sys/contrib/dev/acpica/nssearch.c U src/sys/contrib/dev/acpica/nsutils.c U src/sys/contrib/dev/acpica/nswalk.c U src/sys/contrib/dev/acpica/nsxfname.c U src/sys/contrib/dev/acpica/nsxfobj.c U src/sys/contrib/dev/acpica/rsaddr.c U src/sys/contrib/dev/acpica/rscalc.c U src/sys/contrib/dev/acpica/rscreate.c U src/sys/contrib/dev/acpica/rsdump.c U src/sys/contrib/dev/acpica/rslist.c U src/sys/contrib/dev/acpica/rsmemory.c U src/sys/contrib/dev/acpica/rsmisc.c U src/sys/contrib/dev/acpica/rsutils.c U src/sys/contrib/dev/acpica/rsxface.c C src/sys/contrib/dev/acpica/tbget.c U src/sys/contrib/dev/acpica/tbconvrt.c U src/sys/contrib/dev/acpica/tbinstal.c U src/sys/contrib/dev/acpica/tbutils.c U src/sys/contrib/dev/acpica/tbxface.c U src/sys/contrib/dev/acpica/tbxfroot.c U src/sys/contrib/dev/acpica/utalloc.c U src/sys/contrib/dev/acpica/utclib.c U src/sys/contrib/dev/acpica/utcopy.c U src/sys/contrib/dev/acpica/utdebug.c U src/sys/contrib/dev/acpica/utdelete.c U src/sys/contrib/dev/acpica/uteval.c U src/sys/contrib/dev/acpica/utglobal.c U src/sys/contrib/dev/acpica/utinit.c U src/sys/contrib/dev/acpica/utmath.c U src/sys/contrib/dev/acpica/utmisc.c U src/sys/contrib/dev/acpica/utobject.c U src/sys/contrib/dev/acpica/utxface.c 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jINTEL:yesterday -jINTEL src/sys/contrib/dev/acpica To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 20:30: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 7E96D37B419; Tue, 27 Nov 2001 20:30:48 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS4UmH12533; Tue, 27 Nov 2001 20:30:48 -0800 (PST) (envelope-from gad) Message-Id: <200111280430.fAS4UmH12533@freefall.freebsd.org> From: Garance A Drosehn <gad@FreeBSD.org> Date: Tue, 27 Nov 2001 20:30:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source ctlinfo.c src/usr.sbin/lpr/lpc cmds.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG gad 2001/11/27 20:30:48 PST Modified files: usr.sbin/lpr/common_source ctlinfo.c usr.sbin/lpr/lpc cmds.c Log: My recent changes to add the ctl_renametf routine assumed that print job control-files will always start with 'cfA*'. It turns out that some implementations of lpd (such as solaris) may send a control file which starts with 'cfB*', or really 'cf<anyLetter>*'. Although such filenames are very odd, we did used to accept them. This changes ctl_renametf to work correctly with them, and fixes up 'lpc clean' to match. PR: bin/32183 MFC after: 10 days Revision Changes Path 1.4 +16 -8 src/usr.sbin/lpr/common_source/ctlinfo.c 1.22 +23 -14 src/usr.sbin/lpr/lpc/cmds.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 20:35: 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 1B1B237B405; Tue, 27 Nov 2001 20:34:53 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS4YrF13180; Tue, 27 Nov 2001 20:34:53 -0800 (PST) (envelope-from msmith) Message-Id: <200111280434.fAS4YrF13180@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Tue, 27 Nov 2001 20:34:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica acconfig.h acgcc.h acpiosxf.h acpixf.h exfldio.c hwsleep.c psparse.c rscreate.c tbget.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG msmith 2001/11/27 20:34:53 PST Modified files: sys/contrib/dev/acpica acconfig.h acgcc.h acpiosxf.h acpixf.h exfldio.c hwsleep.c psparse.c rscreate.c tbget.c Log: Merge local changes. Add a fix for a minor error in the PCI routing table creation handler where the correct size for the buffer is not returned. Revision Changes Path 1.15 +17 -11 src/sys/contrib/dev/acpica/acconfig.h 1.12 +9 -9 src/sys/contrib/dev/acpica/acgcc.h 1.6 +3 -3 src/sys/contrib/dev/acpica/acpiosxf.h 1.12 +26 -0 src/sys/contrib/dev/acpica/acpixf.h 1.9 +416 -315 src/sys/contrib/dev/acpica/exfldio.c 1.3 +60 -26 src/sys/contrib/dev/acpica/hwsleep.c 1.13 +43 -68 src/sys/contrib/dev/acpica/psparse.c 1.2 +196 -221 src/sys/contrib/dev/acpica/rscreate.c 1.3 +1 -8 src/sys/contrib/dev/acpica/tbget.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 20:36:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE99C37B405; Tue, 27 Nov 2001 20:36:05 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS4a5H13306; Tue, 27 Nov 2001 20:36:05 -0800 (PST) (envelope-from msmith) Message-Id: <200111280436.fAS4a5H13306@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Tue, 27 Nov 2001 20:36:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdHardware.c OsdInterrupt.c OsdMemory.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG msmith 2001/11/27 20:36:05 PST Modified files: sys/dev/acpica/Osd OsdHardware.c OsdInterrupt.c OsdMemory.c Log: Synch with minor changes in the ACPI CA 20011120 snapshot. Revision Changes Path 1.4 +3 -3 src/sys/dev/acpica/Osd/OsdHardware.c 1.7 +4 -4 src/sys/dev/acpica/Osd/OsdInterrupt.c 1.5 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 20:36: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 F325D37B42A; Tue, 27 Nov 2001 20:36:29 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS4aTZ13357; Tue, 27 Nov 2001 20:36:29 -0800 (PST) (envelope-from msmith) Message-Id: <200111280436.fAS4aTZ13357@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Tue, 27 Nov 2001 20:36:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_ec.c acpica_support.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG msmith 2001/11/27 20:36:29 PST Modified files: sys/dev/acpica acpi_ec.c acpica_support.c Log: Synch with minor changes in the ACPI CA 20011120 snapshot. Revision Changes Path 1.20 +6 -6 src/sys/dev/acpica/acpi_ec.c 1.2 +1 -1 src/sys/dev/acpica/acpica_support.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 20:57:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2D5937B417; Tue, 27 Nov 2001 20:57:48 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS4vmK15494; Tue, 27 Nov 2001 20:57:48 -0800 (PST) (envelope-from ache) Message-Id: <200111280457.fAS4vmK15494@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 20:57:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfscanf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 20:57:48 PST Modified files: lib/libc/stdio vfscanf.c Log: Allow national (non-ASCII) digits Revision Changes Path 1.17 +54 -56 src/lib/libc/stdio/vfscanf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 21: 0:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58C5937B41A; Tue, 27 Nov 2001 21:00:36 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS50a115740; Tue, 27 Nov 2001 21:00:36 -0800 (PST) (envelope-from lioux) Message-Id: <200111280500.fAS50a115740@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Tue, 27 Nov 2001 21:00:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/27 21:00:36 PST Modified files: Mk bsd.port.mk Log: Add USE_AUTO{CONF,MAKE}_VER following original idea from bsd.kde.mk by will 1) Make selection of AUTO{CONF,MAKE} flexible depending on *_VER variables. 2) This is backward compatible with previous behavior. For example, {ACLOCAL,AUTO{CONF,HEADER,MAKE,RECONF,SCAN,UPDATE,IFNAMES}} are set with default values even if USE_AUTO* are not set. 3) Have the defaults be devel/autoconf213 and devel/automake14 ports (just set the USE_*VER?= to the latest values, or a bogus value). If the user sets a bogus value, we use the default values. 4) Furthermore, add variables in the same sense of the PTHREAD_* vars. We must be able to automagically patch the ports based on the correct {ACLOCAL,AUTO{CONF,HEADER,MAKE,RECONF,SCAN,UPDATE,IFNAMES}} values. 5) Moreover, add {ACLOCAL,AUTO{MAKE,CONF}}_DIR variables pointing to the right locations based on the *_VER variables, this is useful if a port needs to grab files from those. This might seem too much but if we want automagical, we should go this extra mile. Requested by: too many Reviewed by: portmgr, ports Approved by: portmgr (will), ports (silence) Revision Changes Path 1.394 +78 -14 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 21:39: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 CC42037B405; Tue, 27 Nov 2001 21:39:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS5dLB21835; Tue, 27 Nov 2001 21:39:21 -0800 (PST) (envelope-from ache) Message-Id: <200111280539.fAS5dLB21835@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 21:39:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 21:39:21 PST Modified files: lib/libc/stdlib strtod.c Log: Use stricter tests to disallow national digits > 9 Optimize national digits code a bit Revision Changes Path 1.13 +14 -14 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 21:43: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 690E437B419; Tue, 27 Nov 2001 21:43:10 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS5hAC22274; Tue, 27 Nov 2001 21:43:10 -0800 (PST) (envelope-from imp) Message-Id: <200111280543.fAS5hAC22274@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Tue, 27 Nov 2001 21:43:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG imp 2001/11/27 21:43:10 PST Modified files: . UPDATING Log: Add tip breakage workaround. Revision Changes Path 1.180 +5 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 21:43: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 A2FD637B405; Tue, 27 Nov 2001 21:43:24 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS5hOS22327; Tue, 27 Nov 2001 21:43:24 -0800 (PST) (envelope-from ache) Message-Id: <200111280543.fAS5hOS22327@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 21:43:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 21:43:24 PST Modified files: lib/libc/stdlib strtod.c Log: Fix typo Revision Changes Path 1.14 +1 -1 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 21:47: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DAC337B405; Tue, 27 Nov 2001 21:47:04 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS5l4k22632; Tue, 27 Nov 2001 21:47:04 -0800 (PST) (envelope-from imp) Message-Id: <200111280547.fAS5l4k22632@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Tue, 27 Nov 2001 21:47:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pci_cfgreg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG imp 2001/11/27 21:47:04 PST Modified files: (Branch: RELENG_4) sys/i386/isa pci_cfgreg.c Log: MFC: Comment about why we hate irq 0 Revision Changes Path 1.1.2.7 +6 -0 src/sys/i386/isa/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 22: 0: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 B0CAA37B419; Tue, 27 Nov 2001 22:00:26 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS60Q924021; Tue, 27 Nov 2001 22:00:26 -0800 (PST) (envelope-from lioux) Message-Id: <200111280600.fAS60Q924021@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Tue, 27 Nov 2001 22:00:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogle-gui Makefile ports/graphics/ogle-gui/files patch-Makefile.am patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/27 22:00:26 PST Modified files: graphics/ogle-gui Makefile Added files: graphics/ogle-gui/files patch-Makefile.in Removed files: graphics/ogle-gui/files patch-Makefile.am Log: o Work around and reduce dependency list (remove automake) o Also, get this port back to compiling (has been broken since autoconf was repocopied to autoconf213) with help of new code as of bsd.port.mk rev 1.394 - fix it by using {ACLOCAL,AUTO{CONF,HEADER}} Revision Changes Path 1.4 +5 -2 ports/graphics/ogle-gui/Makefile 1.2 +0 -10 ports/graphics/ogle-gui/files/patch-Makefile.am (dead) 1.1 +11 -0 ports/graphics/ogle-gui/files/patch-Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 22: 6:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 131A637B416; Tue, 27 Nov 2001 22:06:28 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS66S027761; Tue, 27 Nov 2001 22:06:28 -0800 (PST) (envelope-from ache) Message-Id: <200111280606.fAS66S027761@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 22:06:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c src/lib/libc/stdio vfscanf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 22:06:28 PST Modified files: lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c lib/libc/stdio vfscanf.c Log: Don't ever assume that isdigit() is always subset of isxdigit() Revision Changes Path 1.18 +1 -1 src/lib/libc/stdio/vfscanf.c 1.2 +1 -1 src/lib/libc/stdlib/strtoimax.c 1.11 +1 -1 src/lib/libc/stdlib/strtol.c 1.13 +1 -1 src/lib/libc/stdlib/strtoll.c 1.10 +1 -1 src/lib/libc/stdlib/strtoul.c 1.12 +1 -1 src/lib/libc/stdlib/strtoull.c 1.2 +1 -1 src/lib/libc/stdlib/strtoumax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 22: 7:54 2001 Delivered-To: cvs-all@freebsd.org Received: from softweyr.com (softweyr.com [65.88.244.127]) by hub.freebsd.org (Postfix) with ESMTP id 0C78237B417; Tue, 27 Nov 2001 22:07:48 -0800 (PST) Received: from homer.softweyr.com ([204.68.178.39] helo=softweyr.com) by softweyr.com with esmtp (Exim 3.33 #1) id 168yUO-0003lh-00; Tue, 27 Nov 2001 23:46:36 -0700 Message-ID: <3C048E62.E565FA33@softweyr.com> Date: Wed, 28 Nov 2001 00:12:34 -0700 From: Wes Peters <wes@softweyr.com> Organization: Softweyr LLC X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Paul Richards <paul@freebsd-services.com> Cc: Nik Clayton <nik@freebsd.org>, Eric Melville <eric@FreeBSD.org>, Dag-Erling Smorgrav <des@ofug.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en docs.sgml References: <200111231552.fANFq1123448@freefall.freebsd.org> <20011123172845.F91698@canyon.nothing-going-on.org> <xzpitc1urbo.fsf@flood.ping.uio.no> <20011124130655.H91698@canyon.nothing-going-on.org> <xzp1yiouuuu.fsf@flood.ping.uio.no> <20011127125637.B87046@FreeBSD.org> <20011127213916.N34313@clan.nothing-going-on.org> <391460000.1006900549@lobster.originative.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Paul Richards wrote: > > --On Tuesday, November 27, 2001 21:39:16 +0000 Nik Clayton > <nik@freebsd.org> wrote: > > > On Tue, Nov 27, 2001 at 12:56:37PM -0800, Eric Melville wrote: > >> > > All the web browsers that we provide in the ports collection > >> > > should automatically install a default set of bookmarks that > >> > > point to key documents on the FreeBSD web site. > >> > > >> > How's this for an Opera bookmark list? > >> > >> This sure looks like a plan to me. I'll add the same to the shipstone > >> port if this is agreed upon. > > > > What we need is a meta-bookmark language (XBEL, perhaps?), then the > > bookmarks can be their own port, and we can convert them to each > > browser's format of choice without needing to maintain multiple > > identical lists in different formats. > > If you did that then the browsers could just be fixed to use that format > anyway, write up an RFC :-) Just design a schema to access bookmarks via LDAP. We can then put up a network of FreeBSD bookmark servers... -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 23: 2:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83CAB37B417; Tue, 27 Nov 2001 23:02:47 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS72lP33754; Tue, 27 Nov 2001 23:02:47 -0800 (PST) (envelope-from ijliao) Message-Id: <200111280702.fAS72lP33754@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Tue, 27 Nov 2001 23:02:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netscript Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/27 23:02:47 PST Modified files: net/netscript Makefile distinfo pkg-plist Log: upgrade to 1.6.4 Revision Changes Path 1.6 +16 -7 ports/net/netscript/Makefile 1.5 +1 -1 ports/net/netscript/distinfo 1.6 +4 -0 ports/net/netscript/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 Nov 27 23:15:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 6EAE637B417; Tue, 27 Nov 2001 23:15:33 -0800 (PST) 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 SAA10570; Wed, 28 Nov 2001 18:15:30 +1100 Date: Wed, 28 Nov 2001 18:14:26 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: <bde@gamplex.bde.org> To: John Baldwin <jhb@FreeBSD.org> Cc: "Andrey A. Chernov" <ache@FreeBSD.org>, <cvs-all@FreeBSD.org>, <cvs-committers@FreeBSD.org> Subject: RE: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c In-Reply-To: <XFMail.011127165507.jhb@FreeBSD.org> Message-ID: <20011128180345.C2034-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, John Baldwin wrote: > On 28-Nov-01 Andrey A. Chernov wrote: > > ache 2001/11/27 16:48:11 PST > > > > Modified files: > > lib/libc/stdlib strtol.c strtoll.c strtoq.c strtoul.c > > strtoull.c strtouq.c > > Log: > > Understand national (non-ASCII) digits now > > Allow bases >=36 again > > Misc cleanup > > Does this break C89? According to the manpage: This partly unbreaks C90. Negative bases are still not supported AFAIK (I haven't looked at the commit, but I discussed supporting them and thought they weren't worth supporting since supporting them would require nontrivial changes). > STANDARDS > The strtol() function conforms to ISO/IEC 9899:1990 (``ISO C89''). The > strtoll() function conforms to ISO/IEC 9899:1999 (``ISO C99''). The BSD > strtoq() function is deprecated. > > and: > > ERRORS > [EINVAL] The value of base is not supported or no conversion > could be performed. > > Does C99 support more than base 36 and if so should the manpage be updated? C99 is the same as C90, at least in the n869 draft. It requires supporting all bases. The man page should be downdated. EINVAL is only a specified error code for POSIX-1-200x. I guess weird bases could be handled correctly for C90 by not recognizing any characters if the base is weird. Just use the old error handling for this and don't set errno. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 23:23: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 E64D237B419; Tue, 27 Nov 2001 23:23:11 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS7NBK39637; Tue, 27 Nov 2001 23:23:11 -0800 (PST) (envelope-from ache) Message-Id: <200111280723.fAS7NBK39637@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Tue, 27 Nov 2001 23:23:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/colldef Makefile hi_IN.ISCII-DEV.src map.ISCII-DEV src/share/mklocale Makefile hi_IN.ISCII-DEV.src src/share/monetdef Makefile hi_IN.ISCII-DEV.src src/share/msgdef Makefile hi_IN.ISCII-DEV.src src/share/numericdef Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/27 23:23:11 PST Modified files: share/colldef Makefile share/mklocale Makefile share/monetdef Makefile share/msgdef Makefile share/numericdef Makefile share/timedef Makefile Added files: share/colldef hi_IN.ISCII-DEV.src map.ISCII-DEV share/mklocale hi_IN.ISCII-DEV.src share/monetdef hi_IN.ISCII-DEV.src share/msgdef hi_IN.ISCII-DEV.src share/numericdef hi_IN.ISCII-DEV.src share/timedef hi_IN.ISCII-DEV.src Log: Add hi_IN.ISCII-DEV Revision Changes Path 1.41 +2 -0 src/share/colldef/Makefile 1.1 +25 -0 src/share/colldef/hi_IN.ISCII-DEV.src (new) 1.1 +164 -0 src/share/colldef/map.ISCII-DEV (new) 1.39 +1 -0 src/share/mklocale/Makefile 1.1 +34 -0 src/share/mklocale/hi_IN.ISCII-DEV.src (new) 1.29 +1 -0 src/share/monetdef/Makefile 1.1 +36 -0 src/share/monetdef/hi_IN.ISCII-DEV.src (new) 1.29 +1 -0 src/share/msgdef/Makefile 1.1 +10 -0 src/share/msgdef/hi_IN.ISCII-DEV.src (new) 1.29 +1 -0 src/share/numericdef/Makefile 1.1 +12 -0 src/share/numericdef/hi_IN.ISCII-DEV.src (new) 1.22 +1 -0 src/share/timedef/Makefile 1.1 +103 -0 src/share/timedef/hi_IN.ISCII-DEV.src (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 23:25: 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 A201A37B405; Tue, 27 Nov 2001 23:25:00 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS7P0u39929; Tue, 27 Nov 2001 23:25:00 -0800 (PST) (envelope-from ijliao) Message-Id: <200111280725.fAS7P0u39929@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Tue, 27 Nov 2001 23:25:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/tex2im Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/27 23:25:00 PST Modified files: textproc Makefile Added files: textproc/tex2im Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add tex2im Converts LaTeX formulas into high resolution pixmap graphics Revision Changes Path 1.281 +1 -0 ports/textproc/Makefile 1.1 +34 -0 ports/textproc/tex2im/Makefile (new) 1.1 +1 -0 ports/textproc/tex2im/distinfo (new) 1.1 +1 -0 ports/textproc/tex2im/pkg-comment (new) 1.1 +11 -0 ports/textproc/tex2im/pkg-descr (new) 1.1 +6 -0 ports/textproc/tex2im/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 27 23:25: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 5FE3937B42F; Tue, 27 Nov 2001 23:25:05 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS7P4339969; Tue, 27 Nov 2001 23:25:04 -0800 (PST) (envelope-from ijliao) Message-Id: <200111280725.fAS7P4339969@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Tue, 27 Nov 2001 23:25: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/27 23:25:04 PST Modified files: . modules Log: tex2im --> ports/textproc/tex2im Revision Changes Path 1.4205 +1 -0 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 Nov 27 23:50: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 3E88837B416; Tue, 27 Nov 2001 23:50:03 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS7o3V43148; Tue, 27 Nov 2001 23:50:03 -0800 (PST) (envelope-from jim) Message-Id: <200111280750.fAS7o3V43148@freefall.freebsd.org> From: Jim Mock <jim@FreeBSD.org> Date: Tue, 27 Nov 2001 23:50:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile distinfo ports/irc/xchat/files patch-autoresume patch-bnc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jim 2001/11/27 23:50:03 PST Modified files: irc/xchat Makefile distinfo Removed files: irc/xchat/files patch-autoresume patch-bnc Log: Update to version 1.8.6. While I'm here, add a WITH_TRANSPARENCY knob so that non-GNOME users can get transparent windows if so desired. Revision Changes Path 1.86 +7 -3 ports/irc/xchat/Makefile 1.53 +1 -1 ports/irc/xchat/distinfo 1.2 +0 -17 ports/irc/xchat/files/patch-autoresume (dead) 1.2 +0 -46 ports/irc/xchat/files/patch-bnc (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 0:15: 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 AEE3937B405; Wed, 28 Nov 2001 00:14:59 -0800 (PST) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8Ex349975; Wed, 28 Nov 2001 00:14:59 -0800 (PST) (envelope-from wjv) Message-Id: <200111280814.fAS8Ex349975@freefall.freebsd.org> From: Johann Visagie <wjv@FreeBSD.org> Date: Wed, 28 Nov 2001 00:14:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/exim-doc-html Makefile distinfo pkg-comment pkg-descr pkg-plist_html pkg-plist_pdf pkg-plist_postscript ports/mail/exim-doc-pdf Makefile ports/mail/exim-doc-postscript Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG wjv 2001/11/28 00:14:59 PST Modified files: mail Makefile Added files: mail/exim-doc-html Makefile distinfo pkg-comment pkg-descr pkg-plist_html pkg-plist_pdf pkg-plist_postscript mail/exim-doc-pdf Makefile mail/exim-doc-postscript Makefile Log: Add exim-doc-html 3.30, exim-doc-pdf 3.30 and exim-doc-postscript 3.30 - documentation for the Exim MTA in various formats. Revision Changes Path 1.266 +3 -0 ports/mail/Makefile 1.1 +48 -0 ports/mail/exim-doc-html/Makefile (new) 1.1 +3 -0 ports/mail/exim-doc-html/distinfo (new) 1.1 +1 -0 ports/mail/exim-doc-html/pkg-comment (new) 1.1 +4 -0 ports/mail/exim-doc-html/pkg-descr (new) 1.1 +105 -0 ports/mail/exim-doc-html/pkg-plist_html (new) 1.1 +4 -0 ports/mail/exim-doc-html/pkg-plist_pdf (new) 1.1 +4 -0 ports/mail/exim-doc-html/pkg-plist_postscript (new) 1.1 +11 -0 ports/mail/exim-doc-pdf/Makefile (new) 1.1 +11 -0 ports/mail/exim-doc-postscript/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 0:17: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 B508537B416; Wed, 28 Nov 2001 00:17:11 -0800 (PST) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8HBf50438; Wed, 28 Nov 2001 00:17:11 -0800 (PST) (envelope-from wjv) Message-Id: <200111280817.fAS8HBf50438@freefall.freebsd.org> From: Johann Visagie <wjv@FreeBSD.org> Date: Wed, 28 Nov 2001 00:17: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG wjv 2001/11/28 00:17:11 PST Modified files: . modules Log: exim-doc-html --> ports/mail/exim-doc-html exim-doc-pdf --> ports/mail/exim-doc-pdf exim-doc-postscript --> ports/mail/exim-doc-postscript Revision Changes Path 1.4206 +3 -0 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 Nov 28 0:27: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 C87B037B405; Wed, 28 Nov 2001 00:27:08 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8R8p51851; Wed, 28 Nov 2001 00:27:08 -0800 (PST) (envelope-from kuriyama) Message-Id: <200111280827.fAS8R8p51851@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Wed, 28 Nov 2001 00:27:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/prc-tools Makefile ports/palm/prc-tools-binutils Makefile ports/palm/prc-tools-gcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kuriyama 2001/11/28 00:27:08 PST Modified files: palm/prc-tools Makefile palm/prc-tools-binutils Makefile palm/prc-tools-gcc Makefile Log: Use $MASTER_SITE_SOURCEFORGE. Revision Changes Path 1.7 +3 -3 ports/palm/prc-tools-binutils/Makefile 1.8 +3 -3 ports/palm/prc-tools-gcc/Makefile 1.20 +3 -2 ports/palm/prc-tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 0:31:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D45BA37B41A; Wed, 28 Nov 2001 00:31:05 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8V5D52476; Wed, 28 Nov 2001 00:31:05 -0800 (PST) (envelope-from sf) Message-Id: <200111280831.fAS8V5D52476@freefall.freebsd.org> From: FUJISHIMA Satsuki <sf@FreeBSD.org> Date: Wed, 28 Nov 2001 00:31:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/navi2ch-emacs20 Makefile distinfo ports/japanese/navi2ch-emacs20/files patch-ac patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sf 2001/11/28 00:31:05 PST Modified files: japanese/navi2ch-emacs20 Makefile distinfo Removed files: japanese/navi2ch-emacs20/files patch-ac patch-ae Log: update to 011128. Revision Changes Path 1.30 +1 -2 ports/japanese/navi2ch-emacs20/Makefile 1.21 +1 -1 ports/japanese/navi2ch-emacs20/distinfo 1.4 +0 -15 ports/japanese/navi2ch-emacs20/files/patch-ac (dead) 1.4 +0 -12 ports/japanese/navi2ch-emacs20/files/patch-ae (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 0:33: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 C157B37B417; Wed, 28 Nov 2001 00:33:12 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8XCp52849; Wed, 28 Nov 2001 00:33:12 -0800 (PST) (envelope-from imp) Message-Id: <200111280833.fAS8XCp52849@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Wed, 28 Nov 2001 00:33:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG imp 2001/11/28 00:33:12 PST Modified files: sys/dev/pccard pccarddevs Log: Merge from NetBSD: 1.147 (my changes to sync to FreeBSD's file) 1.148 Buffalo AirStation CFtytpe WLAN Card (ichiro) 1.149 IBM SCSI PCMCIA (yamt) 1.150 <restore 1.148 lost in 1.149> (enami) Revision Changes Path 1.24 +3 -1 src/sys/dev/pccard/pccarddevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 0:33:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD37D37B416; Wed, 28 Nov 2001 00:33:41 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8Xfl52991; Wed, 28 Nov 2001 00:33:41 -0800 (PST) (envelope-from imp) Message-Id: <200111280833.fAS8Xfl52991@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Wed, 28 Nov 2001 00:33:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG imp 2001/11/28 00:33:41 PST Modified files: sys/dev/pccard pccarddevs.h Log: Sync to 1.24 Revision Changes Path 1.24 +8 -2 src/sys/dev/pccard/pccarddevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 0:35:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF00337B419; Wed, 28 Nov 2001 00:35:08 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8Z8g53207; Wed, 28 Nov 2001 00:35:08 -0800 (PST) (envelope-from imp) Message-Id: <200111280835.fAS8Z8g53207@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Wed, 28 Nov 2001 00:35:08 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG imp 2001/11/28 00:35:08 PST Modified files: sys/dev/wi if_wi.c Log: Add Buffalo AirStation 11Mbps CF WLAN card. Obtained from: NetBSD (ichiro) Revision Changes Path 1.66 +1 -0 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 0:52:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3686F37B417; Wed, 28 Nov 2001 00:52:36 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8qac55072; Wed, 28 Nov 2001 00:52:36 -0800 (PST) (envelope-from ru) Message-Id: <200111280852.fAS8qac55072@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 28 Nov 2001 00:52:36 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/11/28 00:52:36 PST Modified files: etc/defaults rc.conf Log: Whitespace police. Submitted by: cjc, ru Revision Changes Path 1.133 +42 -42 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 Nov 28 0: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 2434437B416; Wed, 28 Nov 2001 00:58:22 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS8wMd55986; Wed, 28 Nov 2001 00:58:22 -0800 (PST) (envelope-from ru) Message-Id: <200111280858.fAS8wMd55986@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 28 Nov 2001 00:58:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/11/28 00:58:22 PST Modified files: (Branch: RELENG_4) etc/defaults rc.conf Log: MFC: whitespace police and remove gratuitous diffs to -CURRENT. Revision Changes Path 1.53.2.43 +59 -54 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 Nov 28 1:25: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43C2637B41C; Wed, 28 Nov 2001 01:25:03 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS9P3G61663; Wed, 28 Nov 2001 01:25:03 -0800 (PST) (envelope-from ru) Message-Id: <200111280925.fAS9P3G61663@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 28 Nov 2001 01:25:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/11/28 01:25:03 PST Modified files: lib/libpam/modules/pam_ssh pam_ssh.8 Log: mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs. Revision Changes Path 1.7 +4 -4 src/lib/libpam/modules/pam_ssh/pam_ssh.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 1:27: 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 6874937B41D; Wed, 28 Nov 2001 01:26:57 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS9QvN61897; Wed, 28 Nov 2001 01:26:57 -0800 (PST) (envelope-from ache) Message-Id: <200111280926.fAS9QvN61897@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Wed, 28 Nov 2001 01:26:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef scan.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/28 01:26:57 PST Modified files: usr.bin/colldef scan.l Log: Increase internal buffer space Revision Changes Path 1.13 +1 -1 src/usr.bin/colldef/scan.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 1:32: 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 065B137B416; Wed, 28 Nov 2001 01:31:57 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS9Vuw63575; Wed, 28 Nov 2001 01:31:57 -0800 (PST) (envelope-from ru) Message-Id: <200111280931.fAS9Vuw63575@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 28 Nov 2001 01:31:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/11/28 01:31:56 PST Modified files: etc/mtree BSD.usr.dist Log: GC cvs-1.8.1 import left-overs. Revision Changes Path 1.243 +1 -5 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 1:34:49 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id A56B937B405; Wed, 28 Nov 2001 01:34:43 -0800 (PST) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id KAA11100; Wed, 28 Nov 2001 10:33:06 +0100 (MET) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.3/8.9.3) id KAA25314; Wed, 28 Nov 2001 10:33:06 +0100 (MET) Date: Wed, 28 Nov 2001 10:33:06 +0100 From: Wolfram Schneider <wosch@cs.tu-berlin.de> To: Alexey Zelkin <phantom@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@FreeBSD.org, wosch@FreeBSD.org Subject: Re: cvs commit: ports/www/tidy/files patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Message-ID: <20011128103306.E24831@freno.cs.tu-berlin.de> References: <200111221526.fAMFQhU17221@freefall.freebsd.org> <20011122174027.A33669@ark.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20011122174027.A33669@ark.cris.net>; from phantom@FreeBSD.org on Thu, Nov 22, 2001 at 05:40:27PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 2001-11-22 17:40:27 +0200, Alexey Zelkin wrote: > I am going to update TIDYFLAGS in www/ and doc/ (ru_RU.KOI8-R) trees to > utilize '-preserve' option within few days. I also think Japanese people > will also do same thing. So, everybody who want to avoid misterious > breaks of doc/ and www/ trees build in non-English area need to upgrade > tidy(1). > > PS: Can someone do it for freefall ? Done. -Wolfram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 1:44:24 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 7D06E37B42B; Wed, 28 Nov 2001 01:44:09 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA31883; Wed, 28 Nov 2001 11:44:01 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h16.229.dialup.iptcom.net [212.9.229.16]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA70085; Wed, 28 Nov 2001 11:43:58 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fAS9hOY34469; Wed, 28 Nov 2001 11:43:24 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C04B25E.D048360A@FreeBSD.org> Date: Wed, 28 Nov 2001 11:46:06 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile References: <200111231540.fANFeQj83655@freefall.freebsd.org> <20011127183127.A18572@dragon.nuxi.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Fri, Nov 23, 2001 at 07:40:26AM -0800, Maxim Sobolev wrote: > > sobomax 2001/11/23 07:40:26 PST > > > > Modified files: > > shells/bash2 Makefile > > Log: > > Override CONFIGURE_TARGET, so that this configure script generated by > > autoconf-2.52 doesn't generate a warning. > > Uh, why didn't you report this to me (as maintainer??). > I am going to back this out as the port should not be running autoconf at > all. If it is, then that needs to be fixed. `configure', but not > `configure.in' is patched. Have you looked at the diff? I did not switch to autoconf or something else similar. What I really did, was addition of single line (CONFIGURE_TARGET=blabla). Perhaps I poorly expressed myself, but I meant that configure script buindled with bash2 was generated (by bash developers) using autoconf-2.52, and due to that it requires different semantics of CONFIGURE_TARGET. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 1:50: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 2F2E537B416; Wed, 28 Nov 2001 01:50:24 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS9oOo65815; Wed, 28 Nov 2001 01:50:24 -0800 (PST) (envelope-from ache) Message-Id: <200111280950.fAS9oOo65815@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Wed, 28 Nov 2001 01:50:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef common.h parse.y scan.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/28 01:50:24 PST Modified files: usr.bin/colldef common.h parse.y scan.l Log: Rewrite buffer handling code a bit to handle large values. Add more checks for data overflow. Revision Changes Path 1.2 +1 -0 src/usr.bin/colldef/common.h 1.21 +9 -1 src/usr.bin/colldef/parse.y 1.14 +5 -4 src/usr.bin/colldef/scan.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 1:51: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 9B77837B41E; Wed, 28 Nov 2001 01:51:43 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAS9ph865945; Wed, 28 Nov 2001 01:51:43 -0800 (PST) (envelope-from jkoshy) Message-Id: <200111280951.fAS9ph865945@freefall.freebsd.org> From: Joseph Koshy <jkoshy@FreeBSD.org> Date: Wed, 28 Nov 2001 01:51:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mhonarc Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jkoshy 2001/11/28 01:51:43 PST Modified files: www/mhonarc Makefile distinfo pkg-descr pkg-plist Log: Update to v2.5.2. Let port respect NOPORTDOCS. Update WWW URL. Submitted by: Masafumi NAKANE <max@FreeBSD.org> Revision Changes Path 1.20 +16 -8 ports/www/mhonarc/Makefile 1.7 +1 -1 ports/www/mhonarc/distinfo 1.6 +1 -1 ports/www/mhonarc/pkg-descr 1.7 +310 -239 ports/www/mhonarc/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 Nov 28 1:58:31 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id D6CF237B417; Wed, 28 Nov 2001 01:58:19 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA44903; Wed, 28 Nov 2001 11:58:16 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h96.234.dialup.iptcom.net [212.9.234.96]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA76788; Wed, 28 Nov 2001 11:58:13 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fAS9ugY34552; Wed, 28 Nov 2001 11:56:42 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C04B57B.ACEB6705@FreeBSD.org> Date: Wed, 28 Nov 2001 11:59:23 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: des@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] References: <200111271749.fARHnG165639@freefall.freebsd.org> <200111272030.WAA04863@ipcard.iptcom.net> <20011127185144.A18875@dragon.nuxi.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Tue, Nov 27, 2001 at 10:30:14PM +0200, Maxim Sobolev wrote: > > On Tue, 27 Nov 2001 09:49:16 -0800 (PST), Dag-Erling Smorgrav wrote: > > > des 2001/11/27 09:49:16 PST > > > > > > Modified files: > > > www/linux-opera Makefile > > > Log: > > > Pander to the backseat drivers. > > > > Could you please use more meaningful commit messages? For > > example it is absolutely impossible to guess what this > > commit is all about without looking at the diff. > > Without even looking at the diffs, it is obviously some minor style change > (or nit fixed) due to feedback from a previous commit. BZZZTT, WRONG! After looking at the diff it is apparent that actually this change corrected version number for the package to be compliant with our conventions. Previous version number contained `-', which isn't allowed. This isn't a `minor style change' because such change could potentially affect all users who use some form of autoupdate tools. I suspect that in this particular case PORTEPOCH should be bumped as well, because package name was changed from `linux-opera-6.0-20011122.1' to `linux-opera-6.0.20011122.1', so that version number has decreased from 20011122.1 to 6.0.20011122.1. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 2: 2: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 9491337B419; Wed, 28 Nov 2001 02:01:46 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA35799; Mon, 26 Nov 2001 12:19:04 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h113.229.dialup.iptcom.net [212.9.229.113]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA09787; Mon, 26 Nov 2001 12:19:02 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fAQAIUY23780; Mon, 26 Nov 2001 12:18:30 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C021794.5E2937EE@FreeBSD.org> Date: Mon, 26 Nov 2001 12:21:08 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "Jacques A. Vidrine" <n@nectar.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: projects/mfcns/handler MFCns_handler.py References: <200111250003.fAP03ZQ19248@freefall.freebsd.org> <20011125151432.GA630@shade.nectar.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG "Jacques A. Vidrine" wrote: > > On Sat, Nov 24, 2001 at 04:03:35PM -0800, Maxim Sobolev wrote: > > sobomax 2001/11/24 16:03:35 PST > > > > Modified files: > > mfcns/handler MFCns_handler.py > > Log: > > Be more strict about what's allowed as a mail address to which notification > > is to be sent. Particularly, disallow any of the shell meta-characters, > > because this address is then passed to a system(3)-like routite, which > > potentially may be eploited to execute arbitrary commands on a system at > > which service is running. > > > > Revision Changes Path > > 1.11 +6 -0 projects/mfcns/handler/MFCns_handler.py > > Not that it probably matters much here, but this is a pet peeve of > mine: when applications disallow perfectly valid email addresses > because the author for whatever reason doesn't properly handle some > characters. This most often bites me whenever I use an address such > as <n+some-spam-tracking-id@nectar.com>. Often the `+' confuses the > script or is bounced outright. > > The following characters are all valid for the local part of an email > address: [a-zA-Z0-9!#$%&'*+/=?^_`{|}~.-]. See RFC 822 (or 2822). In general I agree, but the "correct" solution would take some time to implement, while it was necessary to close potential vulnerability ASAP. Therefore, I decided to go that way, especially considering that so far we do not have any committers with "funny" characters in their handles. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 2: 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 CD6CA37B434; Wed, 28 Nov 2001 02:07:21 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASA7LJ71004; Wed, 28 Nov 2001 02:07:21 -0800 (PST) (envelope-from des) Message-Id: <200111281007.fASA7LJ71004@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 28 Nov 2001 02:07:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/libpam pam_set_item.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG des 2001/11/28 02:07:21 PST Modified files: lib/libpam/libpam pam_set_item.3 Log: Mdoc police. Submitted by: ru Revision Changes Path 1.2 +37 -32 src/lib/libpam/libpam/pam_set_item.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 2:15:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D72837B41A; Wed, 28 Nov 2001 02:15:17 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASAFHP71894; Wed, 28 Nov 2001 02:15:17 -0800 (PST) (envelope-from jkoshy) Message-Id: <200111281015.fASAFHP71894@freefall.freebsd.org> From: Joseph Koshy <jkoshy@FreeBSD.org> Date: Wed, 28 Nov 2001 02:15:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xaos/files patch-aj patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jkoshy 2001/11/28 02:15:17 PST Added files: graphics/xaos/files patch-aj patch-ak Log: Make this port compile under -CURRENT. Submitted by: Matthew Thyer <thyerm@picknowl.com.au> Revision Changes Path 1.1 +17 -0 ports/graphics/xaos/files/patch-aj (new) 1.1 +20 -0 ports/graphics/xaos/files/patch-ak (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 2:15:54 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id D536F37B419; Wed, 28 Nov 2001 02:15:32 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA63202; Wed, 28 Nov 2001 12:15:20 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h180.228.dialup.iptcom.net [212.9.228.180]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA85338; Wed, 28 Nov 2001 12:15:16 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fASADjY34603; Wed, 28 Nov 2001 12:13:45 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C04B97B.159D50A2@FreeBSD.org> Date: Wed, 28 Nov 2001 12:16:27 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Dag-Erling Smorgrav <des@ofug.org> Cc: mike@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] References: <200111272221.AAA47815@ipcard.iptcom.net> <xzp4rnfess2.fsf@flood.ping.uio.no> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: [portmgr trimmed, because it isn't a portmgr issue] > Maxim Sobolev <sobomax@FreeBSD.org> writes: > > So, could you please explain me how from the above log one could > > see "why he did it". > > My log message explains precisely why I made that commit. I do not > consider the change itself necessary, but someone did, and chose to > express his opinion in such a confrontational manner that I find it > hard to regard him as a constructive contributor. I still do not see why you decided to expose your frustation to readers of cvs-all list and users of freshports service. > A more elaborate explanation is that the commit was made to comply > with one of the many arbitrary and idiosyncratic conventions that make > working on the ports collection such a frustrating experience for many > of us. No, in this particular case this isn't quite "one of the many arbitrary and idiosyncratic conventions". We have estabilished convention for ports' version numbers, which doesn't allow for a `-' delimiter there. This convention helps automatic update tools to separate name of the port from its version. As I've already explained in my message to obrien, in this commit you have effectively changed package version number from incorrect to a correct one. As a result, package version number seen by automatic update tools has decreased from 20011122.1 to 6.0.20011122.1, which needs to be addressed by PORTEPOCH bump, BTW. > I've been in so many flame wars over so much unecessary > brokenness in the ports system over time that I've restricted my > involvment in the ports collection to a strict minimum, and it will > remain that way until TPTB demonstrate a willingness to fix broken > tools Patches are welcome, you know... > instead of just adopting policies that shuffle such brokenness > under the carpet, and refusing to acknowledge the existence and value > of tools such as porteasy. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 2: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 3908237B405; Wed, 28 Nov 2001 02:52:30 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASAqUC76048; Wed, 28 Nov 2001 02:52:30 -0800 (PST) (envelope-from ache) Message-Id: <200111281052.fASAqUC76048@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Wed, 28 Nov 2001 02:52:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wu-ftpd Makefile ports/ftp/wu-ftpd/files patch-ap X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/28 02:52:30 PST Modified files: ftp/wu-ftpd Makefile ftp/wu-ftpd/files patch-ap Log: Prevent buffer overflow in glob Revision Changes Path 1.41 +2 -2 ports/ftp/wu-ftpd/Makefile 1.2 +232 -3 ports/ftp/wu-ftpd/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 Wed Nov 28 2:55: 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 2201F37B419; Wed, 28 Nov 2001 02:55:03 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASAt3576380; Wed, 28 Nov 2001 02:55:03 -0800 (PST) (envelope-from tobez) Message-Id: <200111281055.fASAt3576380@freefall.freebsd.org> From: Anton Berezin <tobez@FreeBSD.org> Date: Wed, 28 Nov 2001 02:55:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen initgroups.3 initgroups.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG tobez 2001/11/28 02:55:03 PST Modified files: lib/libc/gen initgroups.3 initgroups.c Log: Do not write warning messages on stderr - a caller is expected to check the return code and errno instead. Those warnings did not do any good for daemonized users of initgroups(3), and confused cvs clients that communicated with non-root cvs pserver. The committed fix differs from the one suggested in the PR, and was submitted by ru. PR: 15421 Approved by: markm Discussed on: -stable, -current at various times Revision Changes Path 1.11 +7 -3 src/lib/libc/gen/initgroups.3 1.5 +2 -8 src/lib/libc/gen/initgroups.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 2:55: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 A4E2A37B43F; Wed, 28 Nov 2001 02:55:17 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASAtHG76428; Wed, 28 Nov 2001 02:55:17 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111281055.fASAtHG76428@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Wed, 28 Nov 2001 02:55:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sheldonh 2001/11/28 02:55:17 PST Modified files: mail/exim Makefile Log: Catch up with the location of the distfile on the master site and mirrors. The exim-3.x distribution has been moved into exim3 in preparation for the advent of exim-4.x. Reported by: wjv Revision Changes Path 1.102 +3 -3 ports/mail/exim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 3: 6:22 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 9DCD937B419; Wed, 28 Nov 2001 03:06:13 -0800 (PST) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fASB6DM80580; Wed, 28 Nov 2001 03:06:13 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 5E3073808; Wed, 28 Nov 2001 03:06:13 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mike Barcroft <mike@FreeBSD.org> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, des@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] In-Reply-To: <20011127163513.A12400@espresso.q9media.com> Date: Wed, 28 Nov 2001 03:06:13 -0800 From: Peter Wemm <peter@wemm.org> Message-Id: <20011128110613.5E3073808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Mike Barcroft wrote: > Maxim Sobolev <sobomax@FreeBSD.org> writes: > > On Tue, 27 Nov 2001 09:49:16 -0800 (PST), Dag-Erling Smorgrav wrote: > > > des 2001/11/27 09:49:16 PST > > > > > > Modified files: > > > www/linux-opera Makefile > > > Log: > > > Pander to the backseat drivers. > > > > Could you please use more meaningful commit messages? For > > example it is absolutely impossible to guess what this > > commit is all about without looking at the diff. > > >From the Committers Guide: > "Do not waste space in the commit messages explaining what you did. > That is what cvs diff is for. Instead, tell us why you did it." Well, the guide is over simplifying it. Also, dont forget the previous paragraph: <para>Good commit messages are important. They tell others why you did the changes you did, not just right here and now, but months or years from now when someone wonders why some seemingly illogical or inefficient piece of code snuck into your source file. It is also an invaluable aid to deciding which changes to MFC and which not to MFC.</para> I was planning to change the paragraph that you quoted to something like this: <para>Commit messages should be clear, concise and provide a reasonable summary to give an indication of what was changed and why.</para> <para>Commit messages should provide enough information to enable a third party to decide if the change is relevant to them and if they need to read the change itself.</para> Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 3:24: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 09B3037B417; Wed, 28 Nov 2001 03:24:12 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASBOBn83574; Wed, 28 Nov 2001 03:24:11 -0800 (PST) (envelope-from horikawa) Message-Id: <200111281124.fASBOBn83574@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Wed, 28 Nov 2001 03:24:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 makewhatis.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG horikawa 2001/11/28 03:24:11 PST Modified files: ja_JP.eucJP/man/man1 makewhatis.1 Log: Fix mistranslations for -i and -L. Submitted by:MORI Kouji <moriko@hh.iij4u.or.jp> Revision Changes Path 1.13 +7 -6 doc/ja_JP.eucJP/man/man1/makewhatis.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 4: 9: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 9F2B737B41B; Wed, 28 Nov 2001 04:09:43 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASC9h999237; Wed, 28 Nov 2001 04:09:43 -0800 (PST) (envelope-from iwasaki) Message-Id: <200111281209.fASC9h999237@freefall.freebsd.org> From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> Date: Wed, 28 Nov 2001 04:09:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG iwasaki 2001/11/28 04:09:43 PST Modified files: sys/dev/acpica acpi.c Log: Yet another synch with minor changes in the ACPI CA 20011120 snapshot. We need to call AcpiEnterSleepStatePrep() before AcpiEnterSleepState(). Revision Changes Path 1.51 +14 -0 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 4:25: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 E032A37B429; Wed, 28 Nov 2001 04:25:43 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASCPhi01135; Wed, 28 Nov 2001 04:25:43 -0800 (PST) (envelope-from znerd) Message-Id: <200111281225.fASCPhi01135@freefall.freebsd.org> From: Ernst de Haan <znerd@FreeBSD.org> Date: Wed, 28 Nov 2001 04:25:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk14-doc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG znerd 2001/11/28 04:25:43 PST Modified files: java/jdk14-doc Makefile distinfo pkg-plist Log: Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3. Approved by: sobomax Revision Changes Path 1.21 +1 -1 ports/java/jdk14-doc/Makefile 1.6 +1 -1 ports/java/jdk14-doc/distinfo 1.7 +323 -235 ports/java/jdk14-doc/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 Nov 28 4:37: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 BC78437B41C; Wed, 28 Nov 2001 04:37:04 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASCb4t02386; Wed, 28 Nov 2001 04:37:04 -0800 (PST) (envelope-from sobomax) Message-Id: <200111281237.fASCb4t02386@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Wed, 28 Nov 2001 04:37:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sobomax 2001/11/28 04:37:04 PST Modified files: sys/dev/usb usbdevs uscanner.c Log: Add Mustek 1200 CU Plus scanner. Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org> Revision Changes Path 1.69 +1 -0 src/sys/dev/usb/usbdevs 1.18 +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 Nov 28 4:38:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AFF237B41A; Wed, 28 Nov 2001 04:38:15 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASCcF802553; Wed, 28 Nov 2001 04:38:15 -0800 (PST) (envelope-from sobomax) Message-Id: <200111281238.fASCcF802553@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Wed, 28 Nov 2001 04:38:15 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sobomax 2001/11/28 04:38:15 PST Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen after addition of the Mustek 1200 CU Plus scanner. Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org> Revision Changes Path 1.85 +1 -0 src/sys/dev/usb/usbdevs.h 1.85 +6 -0 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 Nov 28 5: 2: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 457AA37B405; Wed, 28 Nov 2001 05:01:54 -0800 (PST) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASD1st05028; Wed, 28 Nov 2001 05:01:54 -0800 (PST) (envelope-from wjv) Message-Id: <200111281301.fASD1st05028@freefall.freebsd.org> From: Johann Visagie <wjv@FreeBSD.org> Date: Wed, 28 Nov 2001 05:01:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/diveintopython Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG wjv 2001/11/28 05:01:54 PST Modified files: lang/diveintopython Makefile distinfo pkg-plist Log: - Update to version 3.8.1 Revision Changes Path 1.11 +4 -3 ports/lang/diveintopython/Makefile 1.10 +5 -5 ports/lang/diveintopython/distinfo 1.10 +9 -5 ports/lang/diveintopython/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 Nov 28 5:15: 2 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 904) id 8654D37B419; Wed, 28 Nov 2001 05:14:54 -0800 (PST) Date: Wed, 28 Nov 2001 05:14:54 -0800 From: Max Khon <fjoe@freebsd.org> To: Anton Berezin <tobez@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen initgroups.3 initgroups.c Message-ID: <20011128051454.A57153@hub.freebsd.org> References: <200111281055.fASAt3576380@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: <200111281055.fASAt3576380@freefall.freebsd.org>; from tobez@FreeBSD.org on Wed, Nov 28, 2001 at 02:55:03AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG hi, there! On Wed, Nov 28, 2001 at 02:55:03AM -0800, Anton Berezin wrote: > tobez 2001/11/28 02:55:03 PST > > Modified files: > lib/libc/gen initgroups.3 initgroups.c > Log: > Do not write warning messages on stderr - a caller is expected to check > the return code and errno instead. Those warnings did not do any good > for daemonized users of initgroups(3), and confused cvs clients that > communicated with non-root cvs pserver. > > The committed fix differs from the one suggested in the PR, and was > submitted by ru. > > PR: 15421 > Approved by: markm > Discussed on: -stable, -current at various times good news MFC after? /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 5:27: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 C3A5D37B419; Wed, 28 Nov 2001 05:27:39 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASDRdb11161; Wed, 28 Nov 2001 05:27:39 -0800 (PST) (envelope-from knu) Message-Id: <200111281327.fASDRdb11161@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 28 Nov 2001 05:27:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-nqxml Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG knu 2001/11/28 05:27:39 PST Modified files: textproc/ruby-nqxml Makefile distinfo Log: Update to 1.1.3. Revision Changes Path 1.11 +2 -2 ports/textproc/ruby-nqxml/Makefile 1.12 +1 -1 ports/textproc/ruby-nqxml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 5:29: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 62CE437B419; Wed, 28 Nov 2001 05:28:48 -0800 (PST) Received: by heechee.tobez.org (Postfix, from userid 1001) id 2727C541F; Wed, 28 Nov 2001 14:28:40 +0100 (CET) Date: Wed, 28 Nov 2001 14:28:40 +0100 From: Anton Berezin <tobez@tobez.org> To: Max Khon <fjoe@freebsd.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen initgroups.3 initgroups.c Message-ID: <20011128142840.C91173@heechee.tobez.org> References: <200111281055.fASAt3576380@freefall.freebsd.org> <20011128051454.A57153@hub.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: <20011128051454.A57153@hub.freebsd.org>; from fjoe@freebsd.org on Wed, Nov 28, 2001 at 05:14:54AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 05:14:54AM -0800, Max Khon wrote: > hi, there! > > On Wed, Nov 28, 2001 at 02:55:03AM -0800, Anton Berezin wrote: > > > tobez 2001/11/28 02:55:03 PST > > > > Modified files: > > lib/libc/gen initgroups.3 initgroups.c > > Log: > > Do not write warning messages on stderr - a caller is expected to check > > the return code and errno instead. Those warnings did not do any good > > for daemonized users of initgroups(3), and confused cvs clients that > > communicated with non-root cvs pserver. > > > > The committed fix differs from the one suggested in the PR, and was > > submitted by ru. > > > > PR: 15421 > > Approved by: markm > > Discussed on: -stable, -current at various times > > good news > MFC after? One week. I hit ZZ too fast... -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 5:36: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 E7A8737B41A; Wed, 28 Nov 2001 05:35:29 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASDZTo18890; Wed, 28 Nov 2001 05:35:29 -0800 (PST) (envelope-from jedgar) Message-Id: <200111281335.fASDZTo18890@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Wed, 28 Nov 2001 05:35:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/parchive/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/28 05:35:29 PST Modified files: archivers/parchive/files Makefile Log: Install the executable as 'parchive' instead of 'par' to avoid conflicts with textproc/par. Noticed by: nectar Revision Changes Path 1.2 +1 -1 ports/archivers/parchive/files/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 5:36: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 92A9F37B632; Wed, 28 Nov 2001 05:35:52 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASDZqa18933; Wed, 28 Nov 2001 05:35:52 -0800 (PST) (envelope-from jedgar) Message-Id: <200111281335.fASDZqa18933@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Wed, 28 Nov 2001 05:35:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/parchive pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/28 05:35:52 PST Modified files: archivers/parchive pkg-plist Log: Install the executable as 'parchive' instead of 'par' to avoid conflicts with textproc/par. Noticed by: nectar Revision Changes Path 1.2 +1 -1 ports/archivers/parchive/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 Nov 28 5: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 B70CC37B405; Wed, 28 Nov 2001 05:41:40 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASDfex19689; Wed, 28 Nov 2001 05:41:40 -0800 (PST) (envelope-from kuriyama) Message-Id: <200111281341.fASDfex19689@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Wed, 28 Nov 2001 05:41:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Template Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kuriyama 2001/11/28 05:41:40 PST Modified files: www/p5-HTML-Template Makefile distinfo Log: Upgrade to 2.4. PR: ports/32347 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp> Revision Changes Path 1.5 +2 -2 ports/www/p5-HTML-Template/Makefile 1.4 +1 -1 ports/www/p5-HTML-Template/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 5:46:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAC4637B419; Wed, 28 Nov 2001 05:46:31 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASDkVV20248; Wed, 28 Nov 2001 05:46:31 -0800 (PST) (envelope-from knu) Message-Id: <200111281346.fASDkVV20248@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 28 Nov 2001 05:46:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/ruby-bio Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG knu 2001/11/28 05:46:31 PST Modified files: biology/ruby-bio Makefile distinfo pkg-plist Log: Update to 0.3.2. Revision Changes Path 1.2 +4 -3 ports/biology/ruby-bio/Makefile 1.2 +1 -1 ports/biology/ruby-bio/distinfo 1.2 +16 -0 ports/biology/ruby-bio/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 Nov 28 5:47: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 4B20A37B417; Wed, 28 Nov 2001 05:47:38 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASDlcW20459; Wed, 28 Nov 2001 05:47:38 -0800 (PST) (envelope-from knu) Message-Id: <200111281347.fASDlcW20459@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 28 Nov 2001 05:47:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-mo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG knu 2001/11/28 05:47:38 PST Modified files: devel/ruby-mo Makefile distinfo Log: Update to 0.0.3. Revision Changes Path 1.2 +1 -1 ports/devel/ruby-mo/Makefile 1.2 +1 -1 ports/devel/ruby-mo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 5:50:46 2001 Delivered-To: cvs-all@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id 168EC37B416; Wed, 28 Nov 2001 05:50:34 -0800 (PST) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id fASDnwl87385; Wed, 28 Nov 2001 03:49:59 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Wed, 28 Nov 2001 03:49:57 -1000 (HST) From: Vincent Poy <vince@oahu.WURLDLINK.NET> To: Kris Kennaway <kris@obsecurity.org> Cc: John Baldwin <jhb@FreeBSD.ORG>, <cvs-all@FreeBSD.ORG>, <cvs-committers@FreeBSD.ORG>, Dirk Meyer <dinoex@FreeBSD.ORG> Subject: Re: cvs commit: ports/net/freebsd-uucp Makefile distinfo pkg-pli In-Reply-To: <20011126131015.B18053@xor.obsecurity.org> Message-ID: <20011128034906.K5788-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Mon, 26 Nov 2001, Kris Kennaway wrote: > On Mon, Nov 26, 2001 at 10:32:55AM -0800, John Baldwin wrote: > > > > On 24-Nov-01 Vincent Poy wrote: > > > On Fri, 23 Nov 2001, Dirk Meyer wrote: > > > > > >> dinoex 2001/11/23 00:56:27 PST > > >> > > >> Modified files: > > >> net/freebsd-uucp Makefile distinfo pkg-plist > > >> Log: > > >> - Fix port build > > >> - local.mtree must include "info" > > >> - set MANDIR in uucpd/Makefile > > >> - As we allow the Logfiles to be rotated, we sould allow UUCP to open new > > >> ones (see gnu/#17202). > > >> - The Grade patch ifor uucico applied (see gnu/#17202).. > > >> > > >> PR: 31960 > > >> Approved by: lyndon@atg.aciworldwide.com > > >> > > >> Revision Changes Path > > >> 1.6 +3 -3 ports/net/freebsd-uucp/Makefile > > >> 1.4 +1 -1 ports/net/freebsd-uucp/distinfo > > >> 1.4 +3 -1 ports/net/freebsd-uucp/pkg-plist > > >> > > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > > >> with "unsubscribe cvs-all" in the body of the message > > >> > > > > > > This one compiles fine in -CURRENT and 4.4-RELEASE but fails as > > > follows in 4.3-RELEASE. > > > > Doesn't 4.3 have the built-in uucp support still? > > Yes. We probably shouldn't build this on 4.x since it's not needed. I guess the only reason to build this is to have it there before doing the 4.4-RELEASE buildworld upgrade of the OS just in case one forgets about this. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 5:55:11 2001 Delivered-To: cvs-all@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 669D637B41C for <cvs-all@FreeBSD.org>; Wed, 28 Nov 2001 05:55:04 -0800 (PST) Received: (qmail 47777 invoked by uid 1001); 28 Nov 2001 13:55:04 -0000 Date: Wed, 28 Nov 2001 08:55:04 -0500 From: Pete Fritchman <petef@databits.net> To: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20011128085504.A47716@databits.net> References: <200111280500.fAS50a115740@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: <200111280500.fAS50a115740@freefall.freebsd.org>; from lioux@FreeBSD.org on Tue, Nov 27, 2001 at 09:00:36PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ++ 27/11/01 21:00 -0800 - Mario Sergio Fujikawa Ferreira: | lioux 2001/11/27 21:00:36 PST | | Modified files: | Mk bsd.port.mk | Log: | Add USE_AUTO{CONF,MAKE}_VER following original idea from bsd.kde.mk | by will Yay! This will help fix some of the insaneness of the current auto{conf,make} situation. Good work! -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 6: 0:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26DCA37B416; Wed, 28 Nov 2001 06:00:15 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASE0Fh22023; Wed, 28 Nov 2001 06:00:15 -0800 (PST) (envelope-from knu) Message-Id: <200111281400.fASE0Fh22023@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 28 Nov 2001 06:00:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-bdb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG knu 2001/11/28 06:00:15 PST Modified files: databases/ruby-bdb Makefile distinfo pkg-plist Log: Update to 0.2.6. Revision Changes Path 1.15 +2 -3 ports/databases/ruby-bdb/Makefile 1.12 +1 -1 ports/databases/ruby-bdb/distinfo 1.6 +1 -0 ports/databases/ruby-bdb/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 Nov 28 6: 0:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0354E37B417; Wed, 28 Nov 2001 06:00:36 -0800 (PST) Received: (from dcs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASE0ak22189; Wed, 28 Nov 2001 06:00:36 -0800 (PST) (envelope-from dcs) Message-Id: <200111281400.fASE0ak22189@freefall.freebsd.org> From: "Daniel C. Sobral" <dcs@FreeBSD.org> Date: Wed, 28 Nov 2001 06:00:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common panic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dcs 2001/11/28 06:00:36 PST Modified files: sys/boot/common panic.c Log: Waits for a keypress before rebooting on panic. PR: kern/32351 Submitted by: Jonathan Mini <mini@haikugeek.com> MFC after: 1 week Revision Changes Path 1.6 +3 -0 src/sys/boot/common/panic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 6:18:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B94B37B405; Wed, 28 Nov 2001 06:18:36 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASEIaV27712; Wed, 28 Nov 2001 06:18:36 -0800 (PST) (envelope-from eivind) Message-Id: <200111281418.fASEIaV27712@freefall.freebsd.org> From: Eivind Eklund <eivind@FreeBSD.org> Date: Wed, 28 Nov 2001 06:18:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/isync Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG eivind 2001/11/28 06:18:36 PST Modified files: mail/isync Makefile Log: Add USE_OPENSSL=yes Prodded by: petef Revision Changes Path 1.4 +1 -0 ports/mail/isync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 6:25:37 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 2C5F937B405; Wed, 28 Nov 2001 06:25:29 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id fASEPQR62898; Wed, 28 Nov 2001 14:25:27 GMT (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id fASEPN606155; Wed, 28 Nov 2001 14:25:23 GMT (envelope-from brian@freebsd-services.com) Message-Id: <200111281425.fASEPN606155@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mark Murray <markm@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers In-Reply-To: Message from Mark Murray <markm@FreeBSD.org> of "Tue, 27 Nov 2001 10:54:43 PST." <200111271854.fARIshI78317@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Nov 2001 14:25:17 +0000 From: Brian Somers <brian@freebsd-services.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > markm 2001/11/27 10:54:43 PST > > Modified files: > astro/xearth/files freebsd.committers.markers > Log: > I've moved. I promise! > > This proves it. > > Revision Changes Path > 1.86 +2 -2 ports/astro/xearth/files/freebsd.committers.markers Wow, you're pretty close to me now. We ought to go out for a beer some time. -- Brian <brian@freebsd-services.com> <brian@Awfulhak.org> http://www.freebsd-services.com/ <brian@[uk.]FreeBSD.org> Don't _EVER_ lose your sense of humour ! <brian@[uk.]OpenBSD.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 6:26: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id E4A6D37B417; Wed, 28 Nov 2001 06:25:55 -0800 (PST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id fASEPrv09965; Wed, 28 Nov 2001 15:25:53 +0100 (CET) (envelope-from wkb) Date: Wed, 28 Nov 2001 15:25:53 +0100 From: Wilko Bulte <wkb@freebie.xs4all.nl> To: "Daniel C. Sobral" <dcs@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common panic.c Message-ID: <20011128152553.A9943@freebie.xs4all.nl> References: <200111281400.fASE0ak22189@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: <200111281400.fASE0ak22189@freefall.freebsd.org>; from dcs@FreeBSD.ORG on Wed, Nov 28, 2001 at 06:00:36AM -0800 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 06:00:36AM -0800, Daniel C. Sobral wrote: > dcs 2001/11/28 06:00:36 PST > > Modified files: > sys/boot/common panic.c > Log: > Waits for a keypress before rebooting on panic. Does this mean the system always waits? I could imagine some people (think of colocated servers) would not like that. -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 6:40:53 2001 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 972DD37B41B; Wed, 28 Nov 2001 06:40:45 -0800 (PST) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.4/8.11.1) with ESMTP id fASEefL48422; Wed, 28 Nov 2001 09:40:41 -0500 (EST) (envelope-from green@green.bikeshed.org) Message-Id: <200111281440.fASEefL48422@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Wilko Bulte <wkb@freebie.xs4all.nl> Cc: "Daniel C. Sobral" <dcs@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common panic.c In-Reply-To: Message from Wilko Bulte <wkb@freebie.xs4all.nl> of "Wed, 28 Nov 2001 15:25:53 +0100." <20011128152553.A9943@freebie.xs4all.nl> From: "Brian F. Feldman" <green@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Nov 2001 09:40:41 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Wilko Bulte <wkb@freebie.xs4all.nl> wrote: > On Wed, Nov 28, 2001 at 06:00:36AM -0800, Daniel C. Sobral wrote: > > dcs 2001/11/28 06:00:36 PST > > > > Modified files: > > sys/boot/common panic.c > > Log: > > Waits for a keypress before rebooting on panic. > > Does this mean the system always waits? I could imagine some > people (think of colocated servers) would not like that. I could imagine these same people, though, would be just unhappy with the machine repeatedly looping in a reboot cycle because it kept panicking in the boot loader.... -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 6:55: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 421F637B405; Wed, 28 Nov 2001 06:55:11 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASEtB647243; Wed, 28 Nov 2001 06:55:11 -0800 (PST) (envelope-from cjh) Message-Id: <200111281455.fASEtB647243@freefall.freebsd.org> From: CHOI Junho <cjh@FreeBSD.org> Date: Wed, 28 Nov 2001 06:55:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/linux-netscape47-communicator Makefile ports/korean/linux-netscape47-communicator/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG cjh 2001/11/28 06:55:11 PST Modified files: korean/linux-netscape47-communicator Makefile korean/linux-netscape47-communicator/files patch-aa Log: Update to 4.79 for linux. Revision Changes Path 1.5 +3 -3 ports/korean/linux-netscape47-communicator/Makefile 1.3 +1 -1 ports/korean/linux-netscape47-communicator/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 Nov 28 7: 0: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 A979337B405; Wed, 28 Nov 2001 07:00:26 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASF0QV47997; Wed, 28 Nov 2001 07:00:26 -0800 (PST) (envelope-from clive) Message-Id: <200111281500.fASF0QV47997@freefall.freebsd.org> From: Clive Lin <clive@FreeBSD.org> Date: Wed, 28 Nov 2001 07:00:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/dictd-database Makefile distinfo pkg-descr pkg-message pkg-plist ports/chinese/dictd-database/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG clive 2001/11/28 07:00:26 PST Modified files: chinese/dictd-database Makefile distinfo pkg-descr pkg-message pkg-plist chinese/dictd-database/files patch-ab Log: Update to 1.2. PR: ports/32352 Submitted by: MAINTAINER Revision Changes Path 1.2 +1 -1 ports/chinese/dictd-database/Makefile 1.2 +1 -1 ports/chinese/dictd-database/distinfo 1.2 +7 -4 ports/chinese/dictd-database/files/patch-ab 1.2 +1 -0 ports/chinese/dictd-database/pkg-descr 1.2 +2 -0 ports/chinese/dictd-database/pkg-message 1.2 +2 -0 ports/chinese/dictd-database/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 Nov 28 7:40:34 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 BD0BC37B423; Wed, 28 Nov 2001 07:40:14 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fASFe2i38710; Wed, 28 Nov 2001 10:40:02 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Nov 2001 10:40:01 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: "Jacques A. Vidrine" <n@nectar.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: projects/mfcns/handler MFCns_handler.py In-Reply-To: <3C021794.5E2937EE@FreeBSD.org> Message-ID: <Pine.NEB.3.96L.1011128103745.37721E-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Mon, 26 Nov 2001, Maxim Sobolev wrote: > > The following characters are all valid for the local part of an email > > address: [a-zA-Z0-9!#$%&'*+/=?^_`{|}~.-]. See RFC 822 (or 2822). > > In general I agree, but the "correct" solution would take some time to > implement, while it was necessary to close potential vulnerability ASAP. > Therefore, I decided to go that way, especially considering that so far > we do not have any committers with "funny" characters in their handles. That as may be, but I use mailing addresses with '+'s on a daily basis, and would appreciate it if, when you have the chance, you could use the RFC definition. Obviously, as you point out, no current committer addresses on freefall have this problem, but there is something to be said for resolving problems before they happen :-). I lost about two weeks worth of faxes when j2.net decided to upgrade their mail handler, and silently dropped all messages to addresses with +'s in them. Took me several more weeks to convience them that the RFC definition of correct addresses was the right one to use: they kept claiming that no one used addresses of that form, and that they were invalid. The incorrectness of both points should have been easy to pursuade them of. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 7:49: 8 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 BA75237B405; Wed, 28 Nov 2001 07:49:01 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fASFmki38925; Wed, 28 Nov 2001 10:48:46 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Nov 2001 10:48:46 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Anton Berezin <tobez@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen initgroups.3 initgroups.c In-Reply-To: <200111281055.fASAt3576380@freefall.freebsd.org> Message-ID: <Pine.NEB.3.96L.1011128104805.37721F-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Hmm. That will probably remove the message I saw the various KDE tools constantly spitting out, and had always assumed was the KDE code complaining, rather than the library code. I should probably follow up on that to be sure, but sounds like a good change to me :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Wed, 28 Nov 2001, Anton Berezin wrote: > tobez 2001/11/28 02:55:03 PST > > Modified files: > lib/libc/gen initgroups.3 initgroups.c > Log: > Do not write warning messages on stderr - a caller is expected to check > the return code and errno instead. Those warnings did not do any good > for daemonized users of initgroups(3), and confused cvs clients that > communicated with non-root cvs pserver. > > The committed fix differs from the one suggested in the PR, and was > submitted by ru. > > PR: 15421 > Approved by: markm > Discussed on: -stable, -current at various times > > Revision Changes Path > 1.11 +7 -3 src/lib/libc/gen/initgroups.3 > 1.5 +2 -8 src/lib/libc/gen/initgroups.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 7:52:26 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 C8F1B37B417; Wed, 28 Nov 2001 07:52:21 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fASFpsi38976; Wed, 28 Nov 2001 10:51:54 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Nov 2001 10:51:53 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.ORG> X-Sender: robert@fledge.watson.org To: Vincent Poy <vince@oahu.WURLDLINK.NET> Cc: Kris Kennaway <kris@obsecurity.org>, John Baldwin <jhb@FreeBSD.ORG>, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Dirk Meyer <dinoex@FreeBSD.ORG> Subject: Re: cvs commit: ports/net/freebsd-uucp Makefile distinfo pkg-pli In-Reply-To: <20011128034906.K5788-100000@oahu.WURLDLINK.NET> Message-ID: <Pine.NEB.3.96L.1011128105002.37721G-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG IOn Wed, 28 Nov 2001, Vincent Poy wrote: > > > Doesn't 4.3 have the built-in uucp support still? > > > > Yes. We probably shouldn't build this on 4.x since it's not needed. > > I guess the only reason to build this is to have it there before > doing the 4.4-RELEASE buildworld upgrade of the OS just in case one > forgets about this. I've been wondering if we don't need an UPDATING entry for UUCP, suggesting that: (1) The user install the UUCP package in the future, if they use UUCP or (2) They garbage collect the UUCP binaries scattered around the system: they still present a security risk, and won't be deleted in the upgrade unless it's a reinstall. BTW, was the security problem ever actually fixed in the seperate UUCP distribution? If not, we may need to add a warning to the package. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 8: 1: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id A0EC037B41A; Wed, 28 Nov 2001 08:00:53 -0800 (PST) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id fASG0be92489; Wed, 28 Nov 2001 06:00:37 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Wed, 28 Nov 2001 06:00:34 -1000 (HST) From: Vincent Poy <vince@oahu.WURLDLINK.NET> To: "Chris D. Faulhaber" <jedgar@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, <cvs-all@FreeBSD.ORG> Subject: Re: cvs commit: ports/databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <200111271751.fARHp6e66027@freefall.freebsd.org> Message-ID: <20011128055917.C5788-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001, Chris D. Faulhaber wrote: > jedgar 2001/11/27 09:51:06 PST > > Modified files: > databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Add (after repo-copy) p5-DBD-mysql, a perl DBD driver for > MySQL. This port will supercede p5-Mysql after verifying > there are no problems with existing ports/applications. > > PR: 32130 > Submitted by: Sergey Skvortsov <skv@protey.ru> > > Revision Changes Path > 1.37 +9 -18 ports/databases/p5-DBD-mysql/Makefile > 1.15 +1 -1 ports/databases/p5-DBD-mysql/distinfo > 1.5 +1 -1 ports/databases/p5-DBD-mysql/pkg-comment > 1.5 +9 -14 ports/databases/p5-DBD-mysql/pkg-descr > 1.12 +8 -7 ports/databases/p5-DBD-mysql/pkg-plist > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > Seems like this one has issues building in -CURRENT. p5-DBI and the packages it depends on doesn't build in -CURRENT either. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 8: 5:42 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 14CE537B41C; Wed, 28 Nov 2001 08:05:26 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id fASG5J528461; Thu, 29 Nov 2001 05:05:20 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" <dan@langille.org> Organization: novice in training To: Peter Wemm <peter@wemm.org> Date: Wed, 28 Nov 2001 11:05:16 -0500 MIME-Version: 1.0 Subject: Re: Meaningless commit messages [was: cvs commit: ports/www/linux-opera Makefile] Reply-To: dan@langille.org Cc: Maxim Sobolev <sobomax@FreeBSD.ORG>, des@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <3C04C4EC.6878.178B76B6@localhost> References: <20011127163513.A12400@espresso.q9media.com> In-reply-to: <20011128110613.5E3073808@overcee.netplex.com.au> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 28 Nov 2001 at 3:06, Peter Wemm wrote: > Well, the guide is over simplifying it. Also, dont forget the previous > paragraph: > <para>Good commit messages are important. They tell others > why you did the changes you did, not just right here and now, > but months or years from now when someone wonders why some > seemingly illogical or inefficient piece of code snuck into your > source file. It is also an invaluable aid to deciding which > changes to MFC and which not to MFC.</para> A side note: One constant obstacle with guides is that from time to time people seek to find ways around them. Unless every possible situation is covered by the guide, people with find/exploit a loophole, frequently by quoting something in isolation. People should be working with the intent of the guidelines instead of the letter. Unfortunately, there are those that don't. It's for them that such changes are necessary. > I was planning to change the paragraph that you quoted to something like > this: > <para>Commit messages should be clear, concise and provide > a reasonable summary to give an indication of what was > changed and why.</para> > > <para>Commit messages should provide enough information to > enable a third party to decide if the change is relevant to them > and if they need to read the change itself.</para> If you are planning to change it, please consider my suggestions in http://docs.freebsd.org/cgi/getmsg.cgi?fetch=771838+0+current/cvs-all and I won't bother submitting a patch. thanks. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 8:10:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09D6237B417; Wed, 28 Nov 2001 08:10:38 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASGAcU63381; Wed, 28 Nov 2001 08:10:38 -0800 (PST) (envelope-from luigi) Message-Id: <200111281610.fASGAcU63381@freefall.freebsd.org> From: Luigi Rizzo <luigi@FreeBSD.org> Date: Wed, 28 Nov 2001 08:10:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG luigi 2001/11/28 08:10:37 PST Modified files: sys/pci if_sis.c Log: Remove the need for an expensive m_devget on the i386, which does not have alignment problems. On small boxes (e.g. the net4501 from Soekris, featuring a 486/133) this provides huge performance benefits: the peak forwarding rate with avg.sized packets goes up by 50-70% because of this change alone. Faster CPUs might benefit less from this change, but in any case the CPU has better things to do than waste time on useless memory-to-memory copies. Several drivers (for Tulip-like cards) might benefit from a similar change. Right now the new behaviour is controlled by a sysctl variable, hw.sis_quick which defaults to 1 (on), you can set it to 0 to reintroduce the old behaviour (and compare the results). The variable is only there to show how much you can gain with this change, it will go away soon. Also, slightly simplify the code to initialize the ring buffers, and remove a couple of dangerous printf's which could trigger on any packet in case of mbuf shortage. MFC-after: 3 days Revision Changes Path 1.38 +41 -39 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 8: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 0411537B41C; Wed, 28 Nov 2001 08:15:52 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASGFqU64069; Wed, 28 Nov 2001 08:15:52 -0800 (PST) (envelope-from brian) Message-Id: <200111281615.fASGFqU64069@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Wed, 28 Nov 2001 08:15:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG brian 2001/11/28 08:15:52 PST Modified files: sys/net route.c Log: Fix a typo in a comment Revision Changes Path 1.68 +1 -1 src/sys/net/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 8:26:39 2001 Delivered-To: cvs-all@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 9FD7837B405; Wed, 28 Nov 2001 08:26:33 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1000) id 8762613651; Wed, 28 Nov 2001 11:26:32 -0500 (EST) Date: Wed, 28 Nov 2001 11:26:32 -0500 From: Chris Faulhaber <jedgar@fxp.org> To: Vincent Poy <vince@oahu.WURLDLINK.NET> Cc: skv@protey.ru, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20011128112632.A51991@peitho.fxp.org> References: <200111271751.fARHp6e66027@freefall.freebsd.org> <20011128055917.C5788-100000@oahu.WURLDLINK.NET> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <20011128055917.C5788-100000@oahu.WURLDLINK.NET> User-Agent: Mutt/1.3.20i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2001 at 06:00:34AM -1000, Vincent Poy wrote: > On Tue, 27 Nov 2001, Chris D. Faulhaber wrote: >=20 > > jedgar 2001/11/27 09:51:06 PST > > > > Modified files: > > databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr > > pkg-plist >=20 > Seems like this one has issues building in -CURRENT. p5-DBI and > the packages it depends on doesn't build in -CURRENT either. >=20 (maintainer cc'd) *grumble* I'll take a look tonight on my -current box. --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjwFEDgACgkQObaG4P6BelCe5ACgiZs5lArLdVyMfKFs1/uiDdxn QkQAoKNF9XTyCkEu93V/hFGDF11n0JS1 =zJzL -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 8:35:45 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-105.dsl.lsan03.pacbell.net [64.165.226.105]) by hub.freebsd.org (Postfix) with ESMTP id 5588E37B41B; Wed, 28 Nov 2001 08:35:34 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 16B6A66B27; Wed, 28 Nov 2001 08:35:34 -0800 (PST) Date: Wed, 28 Nov 2001 08:35:33 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Robert Watson <rwatson@FreeBSD.ORG> Cc: Vincent Poy <vince@oahu.WURLDLINK.NET>, Kris Kennaway <kris@obsecurity.org>, John Baldwin <jhb@FreeBSD.ORG>, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Dirk Meyer <dinoex@FreeBSD.ORG> Subject: Re: cvs commit: ports/net/freebsd-uucp Makefile distinfo pkg-pli Message-ID: <20011128083533.B44865@xor.obsecurity.org> References: <20011128034906.K5788-100000@oahu.WURLDLINK.NET> <Pine.NEB.3.96L.1011128105002.37721G-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <Pine.NEB.3.96L.1011128105002.37721G-100000@fledge.watson.org>; from rwatson@FreeBSD.ORG on Wed, Nov 28, 2001 at 10:51:53AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --MfFXiAuoTsnnDAfZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2001 at 10:51:53AM -0500, Robert Watson wrote: > IOn Wed, 28 Nov 2001, Vincent Poy wrote: >=20 > > > > Doesn't 4.3 have the built-in uucp support still? > > > > > > Yes. We probably shouldn't build this on 4.x since it's not needed. > >=20 > > I guess the only reason to build this is to have it there before > > doing the 4.4-RELEASE buildworld upgrade of the OS just in case one > > forgets about this.=20 >=20 > I've been wondering if we don't need an UPDATING entry for UUCP, > suggesting that: >=20 > (1) The user install the UUCP package in the future, if they use UUCP > or > (2) They garbage collect the UUCP binaries scattered around the system: > they still present a security risk, and won't be deleted in the > upgrade unless it's a reinstall. It should be there on -current (probably already is, I can't check right now). It's stil in RELENG_4 so nothing needs to happen there. > BTW, was the security problem ever actually fixed in the seperate UUCP > distribution? If not, we may need to add a warning to the package. Yes, it was pulled out of -current post security fix. Kris --MfFXiAuoTsnnDAfZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8BRJVWry0BWjoQKURAhpvAKDZdO4M7zUJRDGedQtF2I5nyMkX6ACeM9Wm NOVLoL8tnTly2+1ZUc08ZU8= =3Pxh -----END PGP SIGNATURE----- --MfFXiAuoTsnnDAfZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 8:47:14 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.tcoip.com.br (cerberus.tcoip.com.br [200.220.254.3]) by hub.freebsd.org (Postfix) with ESMTP id 1EDD637B420; Wed, 28 Nov 2001 08:46:57 -0800 (PST) Received: from tcoip.com.br (u4kqg0su0br3syfw@[192.168.60.194]) by mail.tcoip.com.br (8.11.1/8.11.1) with ESMTP id fASGkZV22986; Wed, 28 Nov 2001 14:46:35 -0200 Message-ID: <3C0514EB.3040100@tcoip.com.br> Date: Wed, 28 Nov 2001 14:46:35 -0200 From: "Daniel C. Sobral" <daniel.sobral@tcoip.com.br> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011123 X-Accept-Language: en, pt-br, ja MIME-Version: 1.0 To: Wilko Bulte <wkb@freebie.xs4all.nl> Cc: "Daniel C. Sobral" <dcs@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common panic.c References: <200111281400.fASE0ak22189@freefall.freebsd.org> <20011128152553.A9943@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Wilko Bulte wrote: > On Wed, Nov 28, 2001 at 06:00:36AM -0800, Daniel C. Sobral wrote: > >>dcs 2001/11/28 06:00:36 PST >> >> Modified files: >> sys/boot/common panic.c >> Log: >> Waits for a keypress before rebooting on panic. >> > > Does this mean the system always waits? I could imagine some > people (think of colocated servers) would not like that. Yes, it does. This is panic on loader, though. If it panics on loader once, it will always panic on loader without manual (console) intervention. I'm open to hearing arguments/evidence to the contrary, though. -- Daniel C. Sobral (8-DCS) Daniel.Sobral@tcoip.com.br dcs@newsguy.com dcs@freebsd.org capo@notorious.bsdconspiracy.net Some people say a front-engine car handles best. Some people say a rear-engine car handles best. I say a rented car handles best. -- P.J. O'Rourke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 8:56: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 D0C3A37B416; Wed, 28 Nov 2001 08:56:42 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASGugg69574; Wed, 28 Nov 2001 08:56:42 -0800 (PST) (envelope-from jhb) Message-Id: <200111281656.fASGugg69574@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 28 Nov 2001 08:56:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs bootsect.h bpb.h fat.h msdosfsmount.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jhb 2001/11/28 08:56:42 PST Modified files: sys/fs/msdosfs bootsect.h bpb.h fat.h msdosfsmount.h Log: Axe more unused GEMDOS code that was #ifdef atari. PR: kern/21809 Submitted by: <mbendiks@eunet.no> Revision Changes Path 1.9 +1 -17 src/sys/fs/msdosfs/bootsect.h 1.9 +1 -23 src/sys/fs/msdosfs/bpb.h 1.10 +1 -6 src/sys/fs/msdosfs/fat.h 1.25 +1 -1 src/sys/fs/msdosfs/msdosfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9: 2: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5C52E37B41D; Wed, 28 Nov 2001 09:02:01 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fASH20A16859; Wed, 28 Nov 2001 09:02:00 -0800 (PST) (envelope-from obrien) Date: Wed, 28 Nov 2001 09:02:00 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile Message-ID: <20011128090200.C21712@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200111231540.fANFeQj83655@freefall.freebsd.org> <20011127183127.A18572@dragon.nuxi.com> <3C04B25E.D048360A@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: <3C04B25E.D048360A@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Nov 28, 2001 at 11:46:06AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 11:46:06AM +0200, Maxim Sobolev wrote: > > > Override CONFIGURE_TARGET, so that this configure script generated by > > > autoconf-2.52 doesn't generate a warning. > > > > Uh, why didn't you report this to me (as maintainer??). > > I am going to back this out as the port should not be running autoconf at > > all. If it is, then that needs to be fixed. `configure', but not > > `configure.in' is patched. > > Have you looked at the diff? I did not switch to autoconf or something > else similar. What I really did, was addition of single line > (CONFIGURE_TARGET=blabla). Yes I did. I had just gotten a bug report from someone saying that the bash2 port was trying to autoconf during the building phase. From your commit message, I thought you were seeing this also. I cannot yet preproduce it. > Perhaps I poorly expressed myself, but I > meant that configure script buindled with bash2 was generated (by bash > developers) using autoconf-2.52, and due to that it requires different > semantics of CONFIGURE_TARGET. Ah, now I follow you. I wonder why the committer that did the upgrade (with my knowlege) did not have a problem building it w/o your change. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9: 8: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 919AF37B41D; Wed, 28 Nov 2001 09:08:51 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASH8p174077; Wed, 28 Nov 2001 09:08:51 -0800 (PST) (envelope-from imp) Message-Id: <200111281708.fASH8p174077@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Wed, 28 Nov 2001 09:08:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG imp 2001/11/28 09:08:51 PST Modified files: sys/modules Makefile Log: Remove ciss from the modules build until the build issues are resolved. Revision Changes Path 1.219 +1 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9:11: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4934637B417; Wed, 28 Nov 2001 09:10:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASHAvo74256; Wed, 28 Nov 2001 09:10:57 -0800 (PST) (envelope-from jhb) Message-Id: <200111281710.fASHAvo74256@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 28 Nov 2001 09:10:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include endian.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jhb 2001/11/28 09:10:57 PST Modified files: sys/i386/include endian.h Log: Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier to read. Revision Changes Path 1.27 +5 -3 src/sys/i386/include/endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9: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 3481537B419; Wed, 28 Nov 2001 09:29:04 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASHT4h76505; Wed, 28 Nov 2001 09:29:04 -0800 (PST) (envelope-from arr) Message-Id: <200111281729.fASHT4h76505@freefall.freebsd.org> From: "Andrew R. Reiter" <arr@FreeBSD.org> Date: Wed, 28 Nov 2001 09:29:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/xtend xtend.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG arr 2001/11/28 09:29:04 PST Modified files: libexec/xtend xtend.c Log: - Change parameters of signal handlers in order to be correct (they are handed a integer, not void). - No need to set flags to zero when they already will be. - It was also noted the manner in which the signal handling has changed might possibly generate some problems (hangs possibly) -- these, while remaining in the code, will be fixed shortly (within a day). Submitted by: bde Revision Changes Path 1.11 +9 -12 src/libexec/xtend/xtend.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9:51: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 99DDA37B41B; Wed, 28 Nov 2001 09:51:03 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fASHooP03248; Wed, 28 Nov 2001 09:50:50 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Cc: "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h In-Reply-To: Message from Garrett Wollman <wollman@khavrinen.lcs.mit.edu> of "Tue, 27 Nov 2001 20:24:30 EST." <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> Date: Wed, 28 Nov 2001 09:50:50 -0800 Message-ID: <3244.1006969850@winston.freebsd.org> From: Jordan Hubbard <jkh@winston.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > Please coordinate this work with the FreeBSD Standards Conformance > group. There's a FreeBSD Standards Conformance group? When did that happen? One can safely assume that you're being sarcastic since I've been around here a long time and this is the first I've heard of any such thing. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9: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 DAF2737B41C; Wed, 28 Nov 2001 09:53:55 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASHrtX78990; Wed, 28 Nov 2001 09:53:55 -0800 (PST) (envelope-from obrien) Message-Id: <200111281753.fASHrtX78990@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 28 Nov 2001 09:53:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat3x.i386 libc_r.so.4.gz.uu src/lib/compat/compat4x.i386 libedit.so.3.gz.uu X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/28 09:53:55 PST Removed files: (Branch: RELENG_4) lib/compat/compat3x.i386 libc_r.so.4.gz.uu lib/compat/compat4x.i386 libedit.so.3.gz.uu Log: Previous to the 2001-09-21 peril-sensitive sunglasses commit, keeping the RELENG_4 versions in identical with the -CURRENT ones was benign. After that commit, it can be deadly. So remove these two libs are really aren't needed in /usr/lib/compat Submitted by: ru Revision Changes Path 1.1.2.2 +0 -6115 src/lib/compat/compat3x.i386/libc_r.so.4.gz.uu (dead) 1.1.2.2 +0 -724 src/lib/compat/compat4x.i386/libedit.so.3.gz.uu (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9:55:58 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 5807837B405; Wed, 28 Nov 2001 09:55:48 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id TAA55840; Mon, 26 Nov 2001 19:11:06 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (h58.228.dialup.iptcom.net [212.9.228.58]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA94756; Mon, 26 Nov 2001 19:11:03 +0200 (EET) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id fAQHAWg25768; Mon, 26 Nov 2001 19:10:32 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev <sobomax@FreeBSD.org> Message-Id: <200111261710.fAQHAWg25768@vega.vega.com> Subject: Re: cvs commit: src/etc pam.conf To: coolvibe@hackerheaven.org (Emiel Kollof) Date: Mon, 26 Nov 2001 19:10:31 +0200 (EET) Cc: sobomax@FreeBSD.org (Maxim Sobolev), cvs-all@FreeBSD.org, kde@FreeBSD.org In-Reply-To: <20011126180042.B546@laptop.hackerheaven.org> from "Emiel Kollof" at Nov 26, 2001 06:00:42 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > > * Maxim Sobolev (sobomax@FreeBSD.org) wrote: > > Log: > > Add entries for GDM (GNOME Display Manager). > > Uhm, why not add PAM entries for KDM (the kde display manager) as well? Donno. Bug KDE Team (kde@FreeBSD.org) instead. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9:56:23 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id AA3E237B41A; Wed, 28 Nov 2001 09:56:14 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA87558; Mon, 26 Nov 2001 20:06:22 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (h34.227.dialup.iptcom.net [212.9.227.34]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA13765; Mon, 26 Nov 2001 20:06:03 +0200 (EET) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id fAQI5FU25993; Mon, 26 Nov 2001 20:05:15 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev <sobomax@FreeBSD.ORG> Message-Id: <200111261805.fAQI5FU25993@vega.vega.com> Subject: Re: cvs commit: src/etc pam.conf To: arn_mat@club-internet.fr (Mathieu Arnold) Date: Mon, 26 Nov 2001 20:05:12 +0200 (EET) Cc: coolvibe@hackerheaven.org (Emiel Kollof), sobomax@FreeBSD.ORG (Maxim Sobolev), cvs-all@FreeBSD.ORG In-Reply-To: <no.id> from "Mathieu Arnold" at Nov 26, 2001 06:40:38 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > > Emiel Kollof wrote: > > > > * Maxim Sobolev (sobomax@FreeBSD.org) wrote: > > > Log: > > > Add entries for GDM (GNOME Display Manager). > > > > Uhm, why not add PAM entries for KDM (the kde display manager) as well? > > wouldn't it be better to add some script in the port that add/delete > these entries when the ports are installed/deinstalled ? I don't think so. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9:56:52 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 4480E37B416; Wed, 28 Nov 2001 09:56:36 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id TAA99602; Wed, 28 Nov 2001 19:56:33 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h7.229.dialup.iptcom.net [212.9.229.7]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA02379; Wed, 28 Nov 2001 19:56:31 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-Id: <200111281756.TAA02379@ipcard.iptcom.net> To: eric@FreeBSD.org, des@ofug.org Cc: nik@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Maxim Sobolev <sobomax@FreeBSD.org> Subject: Re: cvs commit: www/en docs.sgml X-Mailer: Pygmy (v0.5.13) Date: Wed, 28 Nov 2001 19:55:43 EET Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 12:56:37 -0800, Eric Melville wrote: > > > All the web browsers that we provide in the ports collection should > > > automatically install a default set of bookmarks that point to key > > > documents on the FreeBSD web site. > > > > How's this for an Opera bookmark list? > > This sure looks like a plan to me. I'll add the same to the shipstone port > if this is agreed upon. No problems here, but I can't promise anything about the timing, because I'm maintaining some 5 browsers (mozilla, galeon, nautilus, and viewml). Patches are welcome, though. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9:58: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 3049937B419; Wed, 28 Nov 2001 09:57:57 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id TAA00584; Wed, 28 Nov 2001 19:57:54 +0200 (EET) (envelope-from sobomax@mail.ru) Received: from notebook.vega.com (h7.229.dialup.iptcom.net [212.9.229.7]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA02868; Wed, 28 Nov 2001 19:57:52 +0200 (EET) (envelope-from sobomax@mail.ru) Message-Id: <200111281757.TAA02868@ipcard.iptcom.net> To: nik@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: Maxim Sobolev <sobomax@mail.ru> Reply-To: sobomax@FreeBSD.ORG Subject: Re: cvs commit: www/en Makefile X-Mailer: Pygmy (v0.5.13) Date: Wed, 28 Nov 2001 19:57:06 EET Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, 27 Nov 2001 13:53:42 -0800 (PST), Nik Clayton wrote: > nik 2001/11/27 13:53:42 PST > > Modified files: (Branch: XML_XSL_XP) ^^ My Lord, `XP' is just everywhere nowadays. I wonder if we are going to rename upcoming FreeBSD 4.5 into FreeBSD XP. :) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9:58:47 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id E59AF37B405; Wed, 28 Nov 2001 09:58:32 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id TAA01244; Wed, 28 Nov 2001 19:58:30 +0200 (EET) (envelope-from sobomax@mail.ru) Received: from notebook.vega.com (h7.229.dialup.iptcom.net [212.9.229.7]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA03179; Wed, 28 Nov 2001 19:58:29 +0200 (EET) (envelope-from sobomax@mail.ru) Message-Id: <200111281758.TAA03179@ipcard.iptcom.net> To: obrien@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: Maxim Sobolev <sobomax@mail.ru> Reply-To: sobomax@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man9 style.9 X-Mailer: Pygmy (v0.5.13) Date: Wed, 28 Nov 2001 19:57:42 EET Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Sat, 15 Sep 2001 09:47:24 -0700 (PDT), David E. O'Brien wrote: > obrien 2001/09/15 09:47:24 PDT > > Modified files: > share/man/man9 style.9 > Log: > [-- Attachment #1 --] > [-- Type: text/plain, Encoding: quoted-printable, Size: 0.1K --] > > Hi! How are you? > > I send you this commit log in order to have your advice > > See you later. Thanks > > [-- Attachment #2: CVS Commit Log.doc --] > [-- Type: application/mixed, Encoding: base64, Size: 315K --] > > Update SCM ID guidelines to reflect the newly added __FBSDID macro. I wonder if this would trigger virus checking robots that, as we already know, are watching this list closely. :))) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 9:59:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A425C37B41B; Wed, 28 Nov 2001 09:59:39 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASHxdk79411; Wed, 28 Nov 2001 09:59:39 -0800 (PST) (envelope-from obrien) Message-Id: <200111281759.fASHxdk79411@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 28 Nov 2001 09:59:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat4x.i386 Makefile src/lib/compat/compat3x.i386 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/28 09:59:39 PST Modified files: (Branch: RELENG_4) lib/compat/compat4x.i386 Makefile lib/compat/compat3x.i386 Makefile Log: Previous to the 2001-09-21 peril-sensitive sunglasses commit, keeping the RELENG_4 versions in identical with the -CURRENT ones was benign. After that commit, it can be deadly. So remove these two libs are really aren't needed in /usr/lib/compat Submitted by: ru Revision Changes Path 1.8.2.7 +3 -3 src/lib/compat/compat3x.i386/Makefile 1.3.2.5 +1 -2 src/lib/compat/compat4x.i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10: 4:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46C6137B419; Wed, 28 Nov 2001 10:04:31 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASI4VU79880; Wed, 28 Nov 2001 10:04:31 -0800 (PST) (envelope-from jeh) Message-Id: <200111281804.fASI4VU79880@freefall.freebsd.org> From: "James E. Housley" <jeh@FreeBSD.org> Date: Wed, 28 Nov 2001 10:04:31 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jeh 2001/11/28 10:04:31 PST Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4173 Revision Changes Path 1.67 +1 -1 ports/security/uvscan-dat/Makefile 1.65 +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 Nov 28 10:16:21 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id B391137B417 for <cvs-all@FreeBSD.org>; Wed, 28 Nov 2001 10:16:11 -0800 (PST) Received: (qmail 5058 invoked from network); 28 Nov 2001 18:16:23 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for <jkh@winston.freebsd.org>; 28 Nov 2001 18:16:23 -0000 Message-ID: <XFMail.011128101546.jhb@FreeBSD.org> 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: <3244.1006969850@winston.freebsd.org> Date: Wed, 28 Nov 2001 10:15:46 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Jordan Hubbard <jkh@winston.freebsd.org> Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Andrey A. Chernov" <ache@FreeBSD.org>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 28-Nov-01 Jordan Hubbard wrote: >> Please coordinate this work with the FreeBSD Standards Conformance >> group. > > There's a FreeBSD Standards Conformance group? When did that happen? Garrett has advertised it many times. It uses the freebsd-standards@bostonradio.com or some such e-mail address IIRC. Or maybe that's moved to freebsd-standards@FreeBSD.org by now. The fact that I can randomly pull the e-mail address out of my head should say something about how often it has been mentioned. :) > One can safely assume that you're being sarcastic since I've been > around here a long time and this is the first I've heard of any such > thing. Sometimes one can't see the forest for all the iFruit getting in the way perhaps? :-P > - Jordan -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 28 10:19:29 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 8011237B405; Wed, 28 Nov 2001 10:19:18 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fASIIxi44153; Wed, 28 Nov 2001 13:19:00 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Nov 2001 13:18:59 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.ORG> X-Sender: robert@fledge.watson.org To: "Daniel C. Sobral" <daniel.sobral@tcoip.com.br> Cc: Wilko Bulte <wkb@freebie.xs4all.nl>, "Daniel C. Sobral" <dcs@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common panic.c In-Reply-To: <3C0514EB.3040100@tcoip.com.br> Message-ID: <Pine.NEB.3.96L.1011128131657.37721O-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, 28 Nov 2001, Daniel C. Sobral wrote: > Yes, it does. This is panic on loader, though. If it panics on loader > once, it will always panic on loader without manual (console) > intervention. > > I'm open to hearing arguments/evidence to the contrary, though. With pxeboot, I can replace the loader on whim; if I'm pulling stuff in and out using an NFS root I can change the sets of modules and scripts run remotely, etc. When you say "console intervention", do you include the serial console? If so, no problem; if not, then I'd rather have a spinning boot than have to hit a key on the real system console :-). Of course, one of the things I dislike about my current batch of PXE boxes is that if PXE fails, it requires a console keypress to try again without hard booting :-(. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:22:27 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3305A37B41D; Wed, 28 Nov 2001 10:22:17 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fASIMFa13242; Wed, 28 Nov 2001 11:22:16 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fASIMFM26233; Wed, 28 Nov 2001 11:22:15 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111281822.fASIMFM26233@harmony.village.org> To: Jordan Hubbard <jkh@winston.freebsd.org> Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 28 Nov 2001 09:50:50 PST." <3244.1006969850@winston.freebsd.org> References: <3244.1006969850@winston.freebsd.org> Date: Wed, 28 Nov 2001 11:22:15 -0700 From: Warner Losh <imp@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG In message <3244.1006969850@winston.freebsd.org> Jordan Hubbard writes: : > Please coordinate this work with the FreeBSD Standards Conformance : > group. : : There's a FreeBSD Standards Conformance group? When did that happen? : : One can safely assume that you're being sarcastic since I've been : around here a long time and this is the first I've heard of any such : thing. standards@bostonradio.org existed for many years (at least 2). This was recently moved to a freebsd mailing list and is moderately active. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10: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 B17A537B42C; Wed, 28 Nov 2001 10:25:39 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASIPd885369; Wed, 28 Nov 2001 10:25:39 -0800 (PST) (envelope-from jhb) Message-Id: <200111281825.fASIPd885369@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 28 Nov 2001 10:25:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jhb 2001/11/28 10:25:39 PST Modified files: sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c Log: Use suser_td() instead of explicitly checking cr_uid against 0. PR: kern/21809 Submitted by: <mbendiks@eunet.no> Reviewed by: rwatson Revision Changes Path 1.84 +2 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.115 +2 -2 src/sys/fs/msdosfs/msdosfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:28: 0 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 3BBD737B41D; Wed, 28 Nov 2001 10:27:47 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fASIRKi44325; Wed, 28 Nov 2001 13:27:20 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Nov 2001 13:27:20 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Warner Losh <imp@harmony.village.org> Cc: Jordan Hubbard <jkh@winston.freebsd.org>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h In-Reply-To: <200111281822.fASIMFM26233@harmony.village.org> Message-ID: <Pine.NEB.3.96L.1011128132626.37721Q-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, 28 Nov 2001, Warner Losh wrote: > In message <3244.1006969850@winston.freebsd.org> Jordan Hubbard writes: > : > Please coordinate this work with the FreeBSD Standards Conformance > : > group. > : > : There's a FreeBSD Standards Conformance group? When did that happen? > : > : One can safely assume that you're being sarcastic since I've been > : around here a long time and this is the first I've heard of any such > : thing. > > standards@bostonradio.org existed for many years (at least 2). This > was recently moved to a freebsd mailing list and is moderately active. Hmm. That's still the address I get the posts via, or at least, did on the 28th -- are you sure it moved? :-) It probably should move, and when it does, it would make sense to carry the existing subscriber list over rather than start from scratch. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:29:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B25C37B419; Wed, 28 Nov 2001 10:29:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASITHx85789; Wed, 28 Nov 2001 10:29:17 -0800 (PST) (envelope-from jhb) Message-Id: <200111281829.fASITHx85789@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 28 Nov 2001 10:29:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jhb 2001/11/28 10:29:17 PST Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Fix indentation after removing GEMDOS support. Whitespace changes only. Revision Changes Path 1.85 +14 -14 src/sys/fs/msdosfs/msdosfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:30:36 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 78A9B37B405; Wed, 28 Nov 2001 10:30:32 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fASIUKi44406; Wed, 28 Nov 2001 13:30:20 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Nov 2001 13:30:20 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-all@FreeBSD.org, kde@FreeBSD.org Subject: Re: cvs commit: src/etc pam.conf In-Reply-To: <200111261710.fAQHAWg25768@vega.vega.com> Message-ID: <Pine.NEB.3.96L.1011128132815.37721R-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Mon, 26 Nov 2001, Maxim Sobolev wrote: > > * Maxim Sobolev (sobomax@FreeBSD.org) wrote: > > > Log: > > > Add entries for GDM (GNOME Display Manager). > > > > Uhm, why not add PAM entries for KDM (the kde display manager) as well? > > Donno. Bug KDE Team (kde@FreeBSD.org) instead. They're already there: kde auth required pam_nologin.so no_warn #kde auth sufficient pam_opie.so no_warn #kde auth sufficient pam_kerberosIV.so no_warn try_first_pass #kde auth sufficient pam_krb5.so no_warn try_first_pass #kde auth required pam_ssh.so no_warn try_first_pass kde auth required pam_unix.so no_warn try_first_pass Don't remember when they were added -- perhaps in response to this question, somewhat delayed. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:31: 5 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 D344C37B41D; Wed, 28 Nov 2001 10:30:57 -0800 (PST) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.4/8.11.4) id fASIUvX78794; Wed, 28 Nov 2001 10:30:57 -0800 (PST) (envelope-from sgk) Date: Wed, 28 Nov 2001 10:30:57 -0800 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Robert Watson <rwatson@FreeBSD.ORG> Cc: Warner Losh <imp@harmony.village.org>, Jordan Hubbard <jkh@winston.freebsd.org>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011128103057.A78708@troutmask.apl.washington.edu> References: <200111281822.fASIMFM26233@harmony.village.org> <Pine.NEB.3.96L.1011128132626.37721Q-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <Pine.NEB.3.96L.1011128132626.37721Q-100000@fledge.watson.org>; from rwatson@FreeBSD.ORG on Wed, Nov 28, 2001 at 01:27:20PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 01:27:20PM -0500, Robert Watson wrote: > > On Wed, 28 Nov 2001, Warner Losh wrote: > > > In message <3244.1006969850@winston.freebsd.org> Jordan Hubbard writes: > > : > Please coordinate this work with the FreeBSD Standards Conformance > > : > group. > > : > > : There's a FreeBSD Standards Conformance group? When did that happen? > > : > > : One can safely assume that you're being sarcastic since I've been > > : around here a long time and this is the first I've heard of any such > > : thing. > > > > standards@bostonradio.org existed for many years (at least 2). This > > was recently moved to a freebsd mailing list and is moderately active. > > Hmm. That's still the address I get the posts via, or at least, did on the > 28th -- are you sure it moved? :-) > majordomo@freebsd.ord shows a freebsd-standards list. You'll need to ask the postmaster where the email originates. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:32:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id AAAD237B41E; Wed, 28 Nov 2001 10:32:02 -0800 (PST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id fASIW0M10797; Wed, 28 Nov 2001 19:32:00 +0100 (CET) (envelope-from wkb) Date: Wed, 28 Nov 2001 19:32:00 +0100 From: Wilko Bulte <wkb@freebie.xs4all.nl> To: "Brian F. Feldman" <green@FreeBSD.ORG> Cc: "Daniel C. Sobral" <dcs@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common panic.c Message-ID: <20011128193200.A10737@freebie.xs4all.nl> References: <wkb@freebie.xs4all.nl> <200111281440.fASEefL48422@green.bikeshed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111281440.fASEefL48422@green.bikeshed.org>; from green@FreeBSD.ORG on Wed, Nov 28, 2001 at 09:40:41AM -0500 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 09:40:41AM -0500, Brian F. Feldman wrote: > Wilko Bulte <wkb@freebie.xs4all.nl> wrote: > > On Wed, Nov 28, 2001 at 06:00:36AM -0800, Daniel C. Sobral wrote: > > > dcs 2001/11/28 06:00:36 PST > > > > > > Modified files: > > > sys/boot/common panic.c > > > Log: > > > Waits for a keypress before rebooting on panic. > > > > Does this mean the system always waits? I could imagine some > > people (think of colocated servers) would not like that. > > I could imagine these same people, though, would be just unhappy with the > machine repeatedly looping in a reboot cycle because it kept panicking in > the boot loader.... It wasn't clear to me from the commit message that this was for a loader panic. Sorry.. -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:33:39 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.tcoip.com.br (cerberus.tcoip.com.br [200.220.254.3]) by hub.freebsd.org (Postfix) with ESMTP id 9198337B448; Wed, 28 Nov 2001 10:32:19 -0800 (PST) Received: from tcoip.com.br (0gqxq3auo7yqs9my@[192.168.60.194]) by mail.tcoip.com.br (8.11.1/8.11.1) with ESMTP id fASIWIV29501; Wed, 28 Nov 2001 16:32:18 -0200 Message-ID: <3C052DB1.3040906@tcoip.com.br> Date: Wed, 28 Nov 2001 16:32:17 -0200 From: "Daniel C. Sobral" <daniel.sobral@tcoip.com.br> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011123 X-Accept-Language: en, pt-br, ja MIME-Version: 1.0 To: Robert Watson <rwatson@FreeBSD.ORG> Cc: Wilko Bulte <wkb@freebie.xs4all.nl>, "Daniel C. Sobral" <dcs@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common panic.c References: <Pine.NEB.3.96L.1011128131657.37721O-100000@fledge.watson.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Robert Watson wrote: > On Wed, 28 Nov 2001, Daniel C. Sobral wrote: > > >>Yes, it does. This is panic on loader, though. If it panics on loader >>once, it will always panic on loader without manual (console) >>intervention. >> >>I'm open to hearing arguments/evidence to the contrary, though. >> > > With pxeboot, I can replace the loader on whim; if I'm pulling stuff in > and out using an NFS root I can change the sets of modules and scripts run > remotely, etc. When you say "console intervention", do you include the > serial console? If so, no problem; if not, then I'd rather have a > spinning boot than have to hit a key on the real system console :-). > > Of course, one of the things I dislike about my current batch of PXE boxes > is that if PXE fails, it requires a console keypress to try again without > hard booting :-(. It's a getchar() inside loader. It gets that from whatever was assigned as a console. Serial console is one option. -- Daniel C. Sobral (8-DCS) Daniel.Sobral@tcoip.com.br dcs@newsguy.com dcs@freebsd.org capo@notorious.bsdconspiracy.net Nature is by and large to be found out of doors, a location where, it cannot be argued, there are never enough comfortable chairs. -- Fran Lebowitz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:35: 3 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 2C8C637B419; Wed, 28 Nov 2001 10:34:49 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1000) id D2E0181D04; Wed, 28 Nov 2001 12:34:48 -0600 (CST) Date: Wed, 28 Nov 2001 10:34:48 -0800 From: Paul Saab <ps@freebsd.org> To: Robert Watson <rwatson@FreeBSD.ORG> Cc: "Daniel C. Sobral" <daniel.sobral@tcoip.com.br>, Wilko Bulte <wkb@freebie.xs4all.nl>, "Daniel C. Sobral" <dcs@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common panic.c Message-ID: <20011128103448.A70199@elvis.mu.org> References: <3C0514EB.3040100@tcoip.com.br> <Pine.NEB.3.96L.1011128131657.37721O-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <Pine.NEB.3.96L.1011128131657.37721O-100000@fledge.watson.org>; from rwatson@FreeBSD.ORG on Wed, Nov 28, 2001 at 01:18:59PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Robert Watson (rwatson@FreeBSD.ORG) wrote: > > On Wed, 28 Nov 2001, Daniel C. Sobral wrote: > > > Yes, it does. This is panic on loader, though. If it panics on loader > > once, it will always panic on loader without manual (console) > > intervention. > > > > I'm open to hearing arguments/evidence to the contrary, though. > > With pxeboot, I can replace the loader on whim; if I'm pulling stuff in > and out using an NFS root I can change the sets of modules and scripts run > remotely, etc. When you say "console intervention", do you include the > serial console? If so, no problem; if not, then I'd rather have a > spinning boot than have to hit a key on the real system console :-). > > Of course, one of the things I dislike about my current batch of PXE boxes > is that if PXE fails, it requires a console keypress to try again without > hard booting :-(. Not if you compile BTX with BOOT_BTX_NOHANG defined. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:36:32 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 3307F37B41A; Wed, 28 Nov 2001 10:36:23 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fASIaBi44548; Wed, 28 Nov 2001 13:36:11 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Nov 2001 13:36:10 -0500 (EST) From: Robert Watson <rwatson@freebsd.org> X-Sender: robert@fledge.watson.org To: Paul Saab <ps@freebsd.org> Cc: "Daniel C. Sobral" <daniel.sobral@tcoip.com.br>, Wilko Bulte <wkb@freebie.xs4all.nl>, "Daniel C. Sobral" <dcs@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common panic.c In-Reply-To: <20011128103448.A70199@elvis.mu.org> Message-ID: <Pine.NEB.3.96L.1011128133500.37721S-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, 28 Nov 2001, Paul Saab wrote: > > With pxeboot, I can replace the loader on whim; if I'm pulling stuff in > > and out using an NFS root I can change the sets of modules and scripts run > > remotely, etc. When you say "console intervention", do you include the > > serial console? If so, no problem; if not, then I'd rather have a > > spinning boot than have to hit a key on the real system console :-). > > > > Of course, one of the things I dislike about my current batch of PXE boxes > > is that if PXE fails, it requires a console keypress to try again without > > hard booting :-(. > > Not if you compile BTX with BOOT_BTX_NOHANG defined. Appears to be a function of the PXE bios on this box. If DHCP fails to find a source for a loader, or if tftp rejects the request, the bios will ask you to insert a system disk and press enter. If you hit enter, it will try PXE again. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 10:39:54 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 0FF0A37B417; Wed, 28 Nov 2001 10:39:50 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1000) id CBE7C81D04; Wed, 28 Nov 2001 12:39:49 -0600 (CST) Date: Wed, 28 Nov 2001 10:39:49 -0800 From: Paul Saab <ps@freebsd.org> To: Robert Watson <rwatson@freebsd.org> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common panic.c Message-ID: <20011128103949.A70524@elvis.mu.org> References: <20011128103448.A70199@elvis.mu.org> <Pine.NEB.3.96L.1011128133500.37721S-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <Pine.NEB.3.96L.1011128133500.37721S-100000@fledge.watson.org>; from rwatson@freebsd.org on Wed, Nov 28, 2001 at 01:36:10PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Robert Watson (rwatson@freebsd.org) wrote: > > On Wed, 28 Nov 2001, Paul Saab wrote: > > > > With pxeboot, I can replace the loader on whim; if I'm pulling stuff in > > > and out using an NFS root I can change the sets of modules and scripts run > > > remotely, etc. When you say "console intervention", do you include the > > > serial console? If so, no problem; if not, then I'd rather have a > > > spinning boot than have to hit a key on the real system console :-). > > > > > > Of course, one of the things I dislike about my current batch of PXE boxes > > > is that if PXE fails, it requires a console keypress to try again without > > > hard booting :-(. > > > > Not if you compile BTX with BOOT_BTX_NOHANG defined. > > Appears to be a function of the PXE bios on this box. If DHCP fails to > find a source for a loader, or if tftp rejects the request, the bios will > ask you to insert a system disk and press enter. If you hit enter, it > will try PXE again. Can't help you with that one.. :P To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 11: 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 5949837B417; Wed, 28 Nov 2001 11:02:01 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASJ21x89181; Wed, 28 Nov 2001 11:02:01 -0800 (PST) (envelope-from bde) Message-Id: <200111281902.fASJ21x89181@freefall.freebsd.org> From: Bruce Evans <bde@FreeBSD.org> Date: Wed, 28 Nov 2001 11:02:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include string.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bde 2001/11/28 11:02:01 PST Modified files: include string.h Log: Fixed namespace pollution in previous commit. The C99 function sterror_r() must not be declared in the C90/POSIX.1-1990 section. Put it in the nonstandard section for now. Revision Changes Path 1.11 +1 -1 src/include/string.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 11: 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 6064937B417; Wed, 28 Nov 2001 11:06:18 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASJ6H493023; Wed, 28 Nov 2001 11:06:17 -0800 (PST) (envelope-from ps) Message-Id: <200111281906.fASJ6H493023@freefall.freebsd.org> From: Paul Saab <ps@FreeBSD.org> Date: Wed, 28 Nov 2001 11:06:17 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ps 2001/11/28 11:06:17 PST Modified files: . access Log: Welcome Prafulla Deuskar. He will be maintaining the gige driver from Intel for FreeBSD. I will be his mentor. Approved by: core Revision Changes Path 1.275 +1 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 11:18:41 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 38B4E37B416; Wed, 28 Nov 2001 11:18:36 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fASJIZn00696; Wed, 28 Nov 2001 14:18:35 -0500 (EST) (envelope-from wollman) Date: Wed, 28 Nov 2001 14:18:35 -0500 (EST) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Message-Id: <200111281918.fASJIZn00696@khavrinen.lcs.mit.edu> To: Robert Watson <rwatson@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jmb@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h In-Reply-To: <Pine.NEB.3.96L.1011128132626.37721Q-100000@fledge.watson.org> References: <200111281822.fASIMFM26233@harmony.village.org> <Pine.NEB.3.96L.1011128132626.37721Q-100000@fledge.watson.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG <<On Wed, 28 Nov 2001 13:27:20 -0500 (EST), Robert Watson <rwatson@FreeBSD.org> said: > Hmm. That's still the address I get the posts via, or at least, did on the > 28th -- are you sure it moved? :-) > It probably should move, and when it does, it would make sense to carry > the existing subscriber list over rather than start from scratch. The new list has been created on hub, but last I heard the subscriber list still had not been migrated over. Jonathan? -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 11:25: 3 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 E5F4D37B41A; Wed, 28 Nov 2001 11:24:39 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fASJO6m11722; Wed, 28 Nov 2001 21:24:06 +0200 (EET) (envelope-from ru) Date: Wed, 28 Nov 2001 21:24:06 +0200 From: Ruslan Ermilov <ru@sunbay.com> To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Cc: Robert Watson <rwatson@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jmb@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011128212406.D94418@sunbay.com> References: <200111281822.fASIMFM26233@harmony.village.org> <Pine.NEB.3.96L.1011128132626.37721Q-100000@fledge.watson.org> <200111281918.fASJIZn00696@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111281918.fASJIZn00696@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 02:18:35PM -0500, Garrett Wollman wrote: > <<On Wed, 28 Nov 2001 13:27:20 -0500 (EST), Robert Watson <rwatson@FreeBSD.org> said: > > > Hmm. That's still the address I get the posts via, or at least, did on the > > 28th -- are you sure it moved? :-) > > > It probably should move, and when it does, it would make sense to carry > > the existing subscriber list over rather than start from scratch. > > The new list has been created on hub, but last I heard the subscriber > list still had not been migrated over. Jonathan? > I found myself there, NP (/home/majordomo.lists/freebsd-standards). 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 Nov 28 11:40: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EFF337B417; Wed, 28 Nov 2001 11:39:59 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASJdxw97832; Wed, 28 Nov 2001 11:39:59 -0800 (PST) (envelope-from archie) Message-Id: <200111281939.fASJdxw97832@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 28 Nov 2001 11:39:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ksocket.c ng_ksocket.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG archie 2001/11/28 11:39:59 PST Modified files: sys/netgraph ng_ksocket.c ng_ksocket.h Log: When a socket is not connected, allow the peer "struct sockaddr" to be included in the meta information that is associated with incoming and outgoing packets. Reviewed by: julian MFC after: 1 week Revision Changes Path 1.23 +75 -14 src/sys/netgraph/ng_ksocket.c 1.6 +4 -1 src/sys/netgraph/ng_ksocket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 11:52:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E92737B417; Wed, 28 Nov 2001 11:52:25 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASJqPq99885; Wed, 28 Nov 2001 11:52:25 -0800 (PST) (envelope-from bde) Message-Id: <200111281952.fASJqPq99885@freefall.freebsd.org> From: Bruce Evans <bde@FreeBSD.org> Date: Wed, 28 Nov 2001 11:52:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bde 2001/11/28 11:52:25 PST Modified files: include stdlib.h Log: Fixed namespace pollution and/or breakage of K&R and C90 support related to the following functions in the following commits: - atoll() in revs 1.23-1.25 - llabs() and lldiv() in revs 1.22 - strtoq() and strtouq() in revs 1.18 C99 functions must not be declared in C90/POSIX.1-1990 sections, and "long long" must not be exposed to compilers that don't support it. Fixed style bugs (mainly misindentation and disorder) related the following functions in the following commits: - atoll() in revs 1.23-1.25 - getprogname() in rev.1.21 - sranddev() in revs 1.19-1.20 - strtoq() and strtouq() in rev.1.13 - user_from_uid() in rev.1.1 Breakage of K&R and C90 support used to be avoided by conditializing the "long long"s for strtoq() and strtouq() on __STRICT_ANSI__, but the conditionals should have gone away in rev.1.13 when the "long long"s went away (the problem was moved to the places that declare quad_t and u_quad_t). Revision Changes Path 1.26 +21 -16 src/include/stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 12: 3:42 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id A4FEB37B405; Wed, 28 Nov 2001 12:03:35 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fASK3Xl99358; Wed, 28 Nov 2001 12:03:33 -0800 (PST) (envelope-from dillon) Date: Wed, 28 Nov 2001 12:03:33 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> Message-Id: <200111282003.fASK3Xl99358@apollo.backplane.com> To: Sheldon Hearn <sheldonh@starjuice.net> Cc: Ruslan Ermilov <ru@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/newfs newfs.8 References: <79743.1006864757@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG :On Tue, 27 Nov 2001 00:51:41 PST, Ruslan Ermilov wrote: : :| Modified files: (Branch: RELENG_4) :| sbin/newfs newfs.8 :| Log: :| MFC: 1.29: add an example for a large filesystem. : :This delta encourages the use of a 1/4 block/frag ratio. I thought people :like dillon had said on -arch that this wasn't wise? : :Sorry I didn't comment on the original revision on HEAD. : :Ciao, :Sheldon. We should definitely NOT be encouraging 4:1 block:frag ratios. We should only encourage 8:1 ratios. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 12:24:41 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 18DD837B416; Wed, 28 Nov 2001 12:24:38 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fASKOaa13844; Wed, 28 Nov 2001 13:24:36 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fASKOaM27265; Wed, 28 Nov 2001 13:24:36 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111282024.fASKOaM27265@harmony.village.org> To: Matthew Dillon <dillon@apollo.backplane.com> Subject: Re: cvs commit: src/sbin/newfs newfs.8 Cc: Sheldon Hearn <sheldonh@starjuice.net>, Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 28 Nov 2001 12:03:33 PST." <200111282003.fASK3Xl99358@apollo.backplane.com> References: <200111282003.fASK3Xl99358@apollo.backplane.com> <79743.1006864757@axl.seasidesoftware.co.za> Date: Wed, 28 Nov 2001 13:24:36 -0700 From: Warner Losh <imp@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG In message <200111282003.fASK3Xl99358@apollo.backplane.com> Matthew Dillon writes: : We should definitely NOT be encouraging 4:1 block:frag ratios. : We should only encourage 8:1 ratios. Yes. While 4:1 ratios appear to work, we've found many strange problems disappear, or happen 1-2 orders of magnitude less often when we switched to 8:1. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 12:51: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 D22F637B41F; Wed, 28 Nov 2001 12:51:15 -0800 (PST) Received: (from tom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASKpFB10730; Wed, 28 Nov 2001 12:51:15 -0800 (PST) (envelope-from tom) Message-Id: <200111282051.fASKpFB10730@freefall.freebsd.org> From: Tom Hukins <tom@FreeBSD.org> Date: Wed, 28 Nov 2001 12:51:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG tom 2001/11/28 12:51:15 PST Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add details of the freebsd-firewire and freebsd-standards lists Submitted by: Akihiro IIJIMA <aki@bsdclub.org> Revision Changes Path 1.74 +12 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 12:52: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 C522B37B405; Wed, 28 Nov 2001 12:52:44 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASKqiZ10971; Wed, 28 Nov 2001 12:52:44 -0800 (PST) (envelope-from petef) Message-Id: <200111282052.fASKqiZ10971@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Wed, 28 Nov 2001 12:52:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/gperiodic Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/28 12:52:44 PST Modified files: biology/gperiodic Makefile distinfo Log: - update to 1.3.2 - use DOCSDIR PR: 32305 Submitted by: KATO Tsuguru <tkato@prontomail.com> Revision Changes Path 1.10 +4 -7 ports/biology/gperiodic/Makefile 1.6 +1 -1 ports/biology/gperiodic/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 12:55: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 1CFF437B417; Wed, 28 Nov 2001 12:55:43 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASKthU11608; Wed, 28 Nov 2001 12:55:43 -0800 (PST) (envelope-from ijliao) Message-Id: <200111282055.fASKthU11608@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Wed, 28 Nov 2001 12:55:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/poedit Makefile distinfo pkg-plist ports/editors/poedit/files patch-install::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/28 12:55:43 PST Modified files: editors/poedit Makefile distinfo pkg-plist editors/poedit/files patch-install::Makefile.in Log: upgrade to 1.1.5 handle gnome correctly Revision Changes Path 1.4 +13 -6 ports/editors/poedit/Makefile 1.2 +2 -1 ports/editors/poedit/distinfo 1.2 +14 -8 ports/editors/poedit/files/patch-install::Makefile.in 1.3 +3 -2 ports/editors/poedit/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 Nov 28 12: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 C522C37B417; Wed, 28 Nov 2001 12:56:15 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASKuFM11757; Wed, 28 Nov 2001 12:56:15 -0800 (PST) (envelope-from ijliao) Message-Id: <200111282056.fASKuFM11757@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Wed, 28 Nov 2001 12:56:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/poedit/files patch-src::manager.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/28 12:56:15 PST Added files: editors/poedit/files patch-src::manager.cpp Log: oops... forget to add this file in the last commit Revision Changes Path 1.1 +11 -0 ports/editors/poedit/files/patch-src::manager.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 12:57:41 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 6900637B417; Wed, 28 Nov 2001 12:57:34 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fASKul519339; Wed, 28 Nov 2001 15:56:47 -0500 (EST) (envelope-from mike) Date: Wed, 28 Nov 2001 15:56:47 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Jordan Hubbard <jkh@winston.freebsd.org> Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011128155647.B15672@espresso.q9media.com> References: <wollman@khavrinen.lcs.mit.edu> <3244.1006969850@winston.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3244.1006969850@winston.freebsd.org>; from jkh@winston.freebsd.org on Wed, Nov 28, 2001 at 09:50:50AM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Jordan Hubbard <jkh@winston.freebsd.org> writes: > > Please coordinate this work with the FreeBSD Standards Conformance > > group. > > There's a FreeBSD Standards Conformance group? When did that happen? > > One can safely assume that you're being sarcastic since I've been > around here a long time and this is the first I've heard of any such > thing. Apparently we haven't done a very good job of advertising it. http://people.FreeBSD.org/~mike/c99/ Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13: 4: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 A9F9E37B405; Wed, 28 Nov 2001 13:04:44 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASL4iW13013; Wed, 28 Nov 2001 13:04:44 -0800 (PST) (envelope-from petef) Message-Id: <200111282104.fASL4iW13013@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Wed, 28 Nov 2001 13:04:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/mget Makefile distinfo ports/ftp/mget/files patch-Makefile patch-mget.c patch-mget.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/28 13:04:44 PST Modified files: ftp/mget Makefile distinfo Removed files: ftp/mget/files patch-Makefile patch-mget.c patch-mget.h Log: - update to 1.3.0.2 - depend on gnugetopt.1, not just gnugetopt - add ipv6 support - fix malloc.h problems - redo build process PR: 32306 Submitted by: KATO Tsuguru <tkato@prontomail.com> Revision Changes Path 1.2 +12 -7 ports/ftp/mget/Makefile 1.2 +1 -1 ports/ftp/mget/distinfo 1.2 +0 -18 ports/ftp/mget/files/patch-Makefile (dead) 1.2 +0 -13 ports/ftp/mget/files/patch-mget.c (dead) 1.2 +0 -14 ports/ftp/mget/files/patch-mget.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13: 5: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 B21EE37B416; Wed, 28 Nov 2001 13:05:06 -0800 (PST) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASL56N13429; Wed, 28 Nov 2001 13:05:06 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200111282105.fASL56N13429@freefall.freebsd.org> From: Prafulla Deuskar <pdeuskar@FreeBSD.org> Date: Wed, 28 Nov 2001 13:05:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pdeuskar 2001/11/28 13:05:06 PST Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Adding my name to authors.ent Revision Changes Path 1.197 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13: 6:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC9C937B417; Wed, 28 Nov 2001 13:06:23 -0800 (PST) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASL6NZ16499; Wed, 28 Nov 2001 13:06:23 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200111282106.fASL6NZ16499@freefall.freebsd.org> From: Prafulla Deuskar <pdeuskar@FreeBSD.org> Date: Wed, 28 Nov 2001 13:06:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pdeuskar 2001/11/28 13:06:23 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Adding myself to staff-committers list Revision Changes Path 1.57 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13: 9:30 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 0340C37B419; Wed, 28 Nov 2001 13:09:05 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fASL8nJ23579; Wed, 28 Nov 2001 23:08:49 +0200 (EET) (envelope-from ru) Date: Wed, 28 Nov 2001 23:08:49 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Mike Barcroft <mike@FreeBSD.org> Cc: Jordan Hubbard <jkh@winston.freebsd.org>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011128230849.B16849@sunbay.com> References: <wollman@khavrinen.lcs.mit.edu> <3244.1006969850@winston.freebsd.org> <20011128155647.B15672@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011128155647.B15672@espresso.q9media.com> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 03:56:47PM -0500, Mike Barcroft wrote: > Jordan Hubbard <jkh@winston.freebsd.org> writes: > > > Please coordinate this work with the FreeBSD Standards Conformance > > > group. > > > > There's a FreeBSD Standards Conformance group? When did that happen? > > > > One can safely assume that you're being sarcastic since I've been > > around here a long time and this is the first I've heard of any such > > thing. > > Apparently we haven't done a very good job of advertising it. > > http://people.FreeBSD.org/~mike/c99/ > s/bostonradio/FreeBSD/g 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 Nov 28 13:13: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 2A39A37B405; Wed, 28 Nov 2001 13:13:27 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASLDRR17033; Wed, 28 Nov 2001 13:13:27 -0800 (PST) (envelope-from petef) Message-Id: <200111282113.fASLDRR17033@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Wed, 28 Nov 2001 13:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/yafc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/28 13:13:27 PST Modified files: ftp/yafc Makefile distinfo Log: Update to 0.7.5. PR: 32307 Submitted by: KATO Tsuguru <tkato@prontomail.com> Revision Changes Path 1.22 +2 -2 ports/ftp/yafc/Makefile 1.16 +1 -1 ports/ftp/yafc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13:15:47 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 93EBB37B417; Wed, 28 Nov 2001 13:15:42 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fASLExX19415; Wed, 28 Nov 2001 16:14:59 -0500 (EST) (envelope-from mike) Date: Wed, 28 Nov 2001 16:14:59 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Jordan Hubbard <jkh@winston.freebsd.org>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011128161459.C15672@espresso.q9media.com> References: <wollman@khavrinen.lcs.mit.edu> <3244.1006969850@winston.freebsd.org> <20011128155647.B15672@espresso.q9media.com> <20011128230849.B16849@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011128230849.B16849@sunbay.com>; from ru@FreeBSD.org on Wed, Nov 28, 2001 at 11:08:49PM +0200 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Ruslan Ermilov <ru@FreeBSD.org> writes: > On Wed, Nov 28, 2001 at 03:56:47PM -0500, Mike Barcroft wrote: > > Jordan Hubbard <jkh@winston.freebsd.org> writes: > > > > Please coordinate this work with the FreeBSD Standards Conformance > > > > group. > > > > > > There's a FreeBSD Standards Conformance group? When did that happen? > > > > > > One can safely assume that you're being sarcastic since I've been > > > around here a long time and this is the first I've heard of any such > > > thing. > > > > Apparently we haven't done a very good job of advertising it. > > > > http://people.FreeBSD.org/~mike/c99/ > > > s/bostonradio/FreeBSD/g Yes, I know. I'm the one who petitioned postmaster@ for the change. :) Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13:16:55 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id A627037B417; Wed, 28 Nov 2001 13:16:41 -0800 (PST) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fASLGfM82447; Wed, 28 Nov 2001 13:16:41 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 5FF9E3808; Wed, 28 Nov 2001 13:16:41 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Luigi Rizzo <luigi@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_sis.c In-Reply-To: <200111281610.fASGAcU63381@freefall.freebsd.org> Date: Wed, 28 Nov 2001 13:16:41 -0800 From: Peter Wemm <peter@wemm.org> Message-Id: <20011128211641.5FF9E3808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Luigi Rizzo wrote: > luigi 2001/11/28 08:10:37 PST > > Modified files: > sys/pci if_sis.c > Log: > Remove the need for an expensive m_devget on the i386, which does not > have alignment problems. Yes it does, just not fatal ones. Different models of the x86 family have different characteristics doing these. > On small boxes (e.g. the net4501 from Soekris, featuring a 486/133) > this provides huge performance benefits: the peak forwarding rate > with avg.sized packets goes up by 50-70% because of this change > alone. Faster CPUs might benefit less from this change, but in any > case the CPU has better things to do than waste time on useless > memory-to-memory copies. While this helps things like packet forwarding, it hurts things like NFS which now have to do lots and lots of unaligned accesses. Have you benchmarked anything else besides packet forwarding? > Right now the new behaviour is controlled by a sysctl variable, > hw.sis_quick which defaults to 1 (on), you can set it to 0 to > reintroduce the old behaviour (and compare the results). The > variable is only there to show how much you can gain with this > change, it will go away soon. Please do not remove this yet. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13:22:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAB6137B417; Wed, 28 Nov 2001 13:22:05 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASLM5A18168; Wed, 28 Nov 2001 13:22:05 -0800 (PST) (envelope-from rwatson) Message-Id: <200111282122.fASLM5A18168@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Wed, 28 Nov 2001 13:22:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/28 13:22:05 PST Modified files: sys/kern kern_mib.c Log: o Cache req->td->td_proc->p_ucred->cr_prison in pr to improve readability. o Conditionalize only the SYSCTL definitions for the regression tree, not the variables itself, decreasing the number of #ifdef REGRESSIONs scattered in kern_mib.c, and making the code more readable. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.52 +10 -13 src/sys/kern/kern_mib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13:26: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20A2737B416; Wed, 28 Nov 2001 13:25:57 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASLPv118491; Wed, 28 Nov 2001 13:25:57 -0800 (PST) (envelope-from peter) Message-Id: <200111282125.fASLPv118491@freefall.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Wed, 28 Nov 2001 13:25:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG peter 2001/11/28 13:25:57 PST Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: After much agonizing, attempt to refine the commit log composition instructions. The potentially conflicting instructions could be taken to encourage less than ideal commit logs. Explicitly say that we're after a clear, concise and reasonable summary of the change. Reviewed by: obrien Revision Changes Path 1.90 +7 -4 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13:27:34 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 1164637B416; Wed, 28 Nov 2001 13:27:08 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id XAA08918; Wed, 28 Nov 2001 23:26:56 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h143.229.dialup.iptcom.net [212.9.229.143]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id XAA80843; Wed, 28 Nov 2001 23:26:55 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-Id: <200111282126.XAA80843@ipcard.iptcom.net> To: rwatson@FreeBSD.org Cc: cvs-all@FreeBSD.org, kde@FreeBSD.org From: Maxim Sobolev <sobomax@FreeBSD.org> Subject: Re: cvs commit: src/etc pam.conf X-Mailer: Pygmy (v0.5.13) Date: Wed, 28 Nov 2001 23:26:35 EET In-Reply-To: <Pine.NEB.3.96L.1011128132815.37721R-100000@fledge.watson.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, 28 Nov 2001 13:30:20 -0500 (EST), Robert Watson wrote: > > On Mon, 26 Nov 2001, Maxim Sobolev wrote: > > > > * Maxim Sobolev (sobomax@FreeBSD.org) wrote: > > > > Log: > > > > Add entries for GDM (GNOME Display Manager). > > > > > > Uhm, why not add PAM entries for KDM (the kde display manager) as well? > > > > Donno. Bug KDE Team (kde@FreeBSD.org) instead. > > They're already there: > > kde auth required pam_nologin.so no_warn > #kde auth sufficient pam_opie.so no_warn > #kde auth sufficient pam_kerberosIV.so no_warn > try_first_pass > #kde auth sufficient pam_krb5.so no_warn try_first_pass > #kde auth required pam_ssh.so no_warn try_first_pass > kde auth required pam_unix.so no_warn try_first_pass > > Don't remember when they were added -- perhaps in response to this > question, somewhat delayed. No, they were there long before this question and actually their presense inspired me to add GNOME ones. I'm not sure that they are for the kdm, though (the comment states that those entries are for screensavers and such). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13: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 0E5DA37B405; Wed, 28 Nov 2001 13:43:54 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASLhss20164; Wed, 28 Nov 2001 13:43:54 -0800 (PST) (envelope-from cjc) Message-Id: <200111282143.fASLhss20164@freefall.freebsd.org> From: "Crist J. Clark" <cjc@FreeBSD.org> Date: Wed, 28 Nov 2001 13:43:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG cjc 2001/11/28 13:43:53 PST Modified files: usr.sbin/periodic periodic.8 Log: Add a BUGS section noting that the basename of a directory containing periodic(8) scripts must be useable as a sh(1) variable. MFC after: 2 days Revision Changes Path 1.25 +10 -1 src/usr.sbin/periodic/periodic.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13: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 9A7BE37B419; Wed, 28 Nov 2001 13:50:55 -0800 (PST) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASLot320763; Wed, 28 Nov 2001 13:50:55 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200111282150.fASLot320763@freefall.freebsd.org> From: Prafulla Deuskar <pdeuskar@FreeBSD.org> Date: Wed, 28 Nov 2001 13:50:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pdeuskar 2001/11/28 13:50:55 PST Modified files: en/news news.xml Log: Adding a news entry about my existence! Revision Changes Path 1.46 +10 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 13:58: 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 32D5A37B417; Wed, 28 Nov 2001 13:58:00 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASLw0321528; Wed, 28 Nov 2001 13:58:00 -0800 (PST) (envelope-from sobomax) Message-Id: <200111282158.fASLw0321528@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Wed, 28 Nov 2001 13:58:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/handler MFCns_handler.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sobomax 2001/11/28 13:58:00 PST Modified files: mfcns/handler MFCns_handler.py Log: Redesing previous fix for a potential vulnerability: - Remove overly restrictions on the format of the mail address; - eliminate the hole by initialising Popen4() object with a list instead of string that ensures that arguments are passed directly to the execve() without any /bin/sh mediation. Revision Changes Path 1.12 +1 -8 projects/mfcns/handler/MFCns_handler.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 14:19:36 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 3F8DF37B41C; Wed, 28 Nov 2001 14:19:26 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fASMFAL13772; Wed, 28 Nov 2001 14:15:10 -0800 (PST) (envelope-from rizzo) Date: Wed, 28 Nov 2001 14:15:10 -0800 From: Luigi Rizzo <luigi@FreeBSD.org> To: Peter Wemm <peter@wemm.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_sis.c Message-ID: <20011128141510.A13586@iguana.aciri.org> References: <200111281610.fASGAcU63381@freefall.freebsd.org> <20011128211641.5FF9E3808@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011128211641.5FF9E3808@overcee.netplex.com.au> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > While this helps things like packet forwarding, it hurts things like and generic servers (web, proxies) where things are done in userland and the content is opaque and the only unaligned accesses are for the IP/TCP headers (but those are touched already in the packet forwarding case). > NFS which now have to do lots and lots of unaligned accesses. I would actually like to see some numbers showing that this is the case. Where else these unaligned accesses could be other than in creating the NFS/RPC headers ? Do a bunch of unaligned accesses really cost more than a memory-to-memory copy of 1500 bytes ? > Have you benchmarked anything else besides packet forwarding? no, how would you benchmark this (that is without hitting a bottleneck elsewhere in the system) ? > > Right now the new behaviour is controlled by a sysctl variable, > > hw.sis_quick which defaults to 1 (on), you can set it to 0 to ... > > Please do not remove this yet. no problem. It will actually be useful to tell people who have a reasonable testbed to toggle this and see if it makes a difference. cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 14:22: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 6DB7937B423; Wed, 28 Nov 2001 14:21:54 -0800 (PST) Received: from dialup-209.245.134.84.dial1.sanjose1.level3.net ([209.245.134.84] helo=blossom.cjclark.org) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 169D5V-0002b5-00; Wed, 28 Nov 2001 14:21:53 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fASMLhX05123; Wed, 28 Nov 2001 14:21:43 -0800 (PST) (envelope-from cjc) Date: Wed, 28 Nov 2001 14:21:43 -0800 From: "Crist J. Clark" <cristjc@earthlink.net> To: Brian Somers <brian@freebsd-services.com> Cc: Gregory Neil Shapiro <gshapiro@FreeBSD.org>, Mike Silbersack <silby@silby.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc security Message-ID: <20011128142143.B3985@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <gshapiro@FreeBSD.org> <200111271234.fARCYNU24829@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: <200111271234.fARCYNU24829@hak.lan.Awfulhak.org>; from brian@freebsd-services.com on Tue, Nov 27, 2001 at 12:34:23PM +0000 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Tue, Nov 27, 2001 at 12:34:23PM +0000, Brian Somers wrote: > > silby> Do you want me to commit this, or should I wait until you get a > > silby> chance to test it yourself? > > > > It's tested. > > It doesn't look like it handles > > daily_status_security_output="user1 user2" Might be a little late in the thread, but the periodic(8)-ifying of /etc/security I would like to do takes care of the problem. See http://docs.freebsd.org/cgi/getmsg.cgi?fetch=27754+0+archive/2001/freebsd-audit/20011118.freebsd-audit For a description and, http://people.freebsd.org/~cjc/ For the latest shar of the code. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Nov 28 14: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 2D93837B416; Wed, 28 Nov 2001 14:36:20 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASMaKT28698; Wed, 28 Nov 2001 14:36:20 -0800 (PST) (envelope-from petef) Message-Id: <200111282236.fASMaKT28698@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Wed, 28 Nov 2001 14:36:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tux-aqfh Makefile distinfo pkg-comment pkg-plist ports/games/tux-aqfh/files patch-configure patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/28 14:36:20 PST Modified files: games/tux-aqfh Makefile distinfo pkg-comment pkg-plist Removed files: games/tux-aqfh/files patch-configure patch-src::Makefile.in Log: - update to 1.0.13 - fix style issues (^I^I -> ^I) - replace patches w/regexps - patch configure for pthread issues, not Makefile.in - make pkg-comment more descriptive - sort pkg-plist PR: 32308 Submitted by: KATO Tsuguru <tkato@prontomail.com> Revision Changes Path 1.2 +22 -19 ports/games/tux-aqfh/Makefile 1.2 +1 -1 ports/games/tux-aqfh/distinfo 1.2 +0 -19 ports/games/tux-aqfh/files/patch-configure (dead) 1.2 +0 -23 ports/games/tux-aqfh/files/patch-src::Makefile.in (dead) 1.2 +1 -1 ports/games/tux-aqfh/pkg-comment 1.3 +307 -301 ports/games/tux-aqfh/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 Nov 28 15: 2:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B12FE37B419; Wed, 28 Nov 2001 15:02:33 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASN2XE31233; Wed, 28 Nov 2001 15:02:33 -0800 (PST) (envelope-from green) Message-Id: <200111282302.fASN2XE31233@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Wed, 28 Nov 2001 15:02:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/lomac lomacfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG green 2001/11/28 15:02:33 PST Modified files: sys/security/lomac lomacfs_vnops.c Log: Return a POSIX-compliant error for write(2) failure. Revision Changes Path 1.2 +1 -1 src/sys/security/lomac/lomacfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 15: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 DFBFA37B41A; Wed, 28 Nov 2001 15:27:23 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASNRN236731; Wed, 28 Nov 2001 15:27:23 -0800 (PST) (envelope-from bmah) Message-Id: <200111282327.fASNRN236731@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Wed, 28 Nov 2001 15:27:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/28 15:27:23 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Update release notes: ACPI imported version. Revision Changes Path 1.204 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 15:32:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E780B37B417; Wed, 28 Nov 2001 15:32:24 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASNWO237189; Wed, 28 Nov 2001 15:32:24 -0800 (PST) (envelope-from bmah) Message-Id: <200111282332.fASNWO237189@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Wed, 28 Nov 2001 15:32:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/28 15:32:24 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Alphabetize the "Disks and Storage" section of the release notes. No content changes. Revision Changes Path 1.205 +47 -48 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 15: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 CF2D237B405; Wed, 28 Nov 2001 15:41:26 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASNfQx38218; Wed, 28 Nov 2001 15:41:26 -0800 (PST) (envelope-from jedgar) Message-Id: <200111282341.fASNfQx38218@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Wed, 28 Nov 2001 15:41:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gtkgraph Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/11/28 15:41:26 PST Modified files: graphics/gtkgraph Makefile pkg-descr Log: o Host the distfile locally until stable sources are available again. o Update the webpage link. Revision Changes Path 1.13 +3 -2 ports/graphics/gtkgraph/Makefile 1.4 +1 -1 ports/graphics/gtkgraph/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 Nov 28 16:18:21 2001 Delivered-To: cvs-all@freebsd.org Received: from monorchid.lemis.com (monorchid.lemis.com [192.109.197.75]) by hub.freebsd.org (Postfix) with ESMTP id BE31437B417; Wed, 28 Nov 2001 16:18:12 -0800 (PST) Received: by monorchid.lemis.com (Postfix, from userid 1004) id BE67278566; Thu, 29 Nov 2001 10:48:10 +1030 (CST) Date: Thu, 29 Nov 2001 10:48:10 +1030 From: Greg Lehey <grog@FreeBSD.org> To: Giorgos Keramidas <charon@labs.gr> Cc: Robert Watson <rwatson@FreeBSD.ORG>, Mike Barcroft <mike@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129104810.A74413@monorchid.lemis.com> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> <20011128014533.GA14146@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011128014533.GA14146@hades.hell.gr> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wednesday, 28 November 2001 at 3:45:33 +0200, Giorgos Keramidas wrote: > On 2001-11-27 16:37:49, Robert Watson wrote: >> >> On Tue, 27 Nov 2001, Mike Barcroft wrote: >> >>> From the Committers Guide: "Do not waste space in the commit messages >>> explaining what you did. That is what cvs diff is for. Instead, tell >>> us why you did it." >> >> Ignoring, for a moment, any context -- I think this is actually not a good >> policy. In the event that there are complex or large changes being made, >> a brief summary of the changes, along with the rationale, is appropriate >> in the commit message. At least, that's my feeling :-). Is this >> something that would be worth changing? > > Well, yes and no. I did learn a lot for -doc style from browsing the > logs in cvsweb a couple of years back. Changelogs like: > > Fix typo. > > are OK, but changes like: > > Fix typo: "rationalise" -> "rationalize". > > are VERY nicer. FWIW, this is the kind of change which shouldn't happen. "rationalise" is a perfectly valid spelling. Just because the Americans prefer "rationalize" is not a reason to change it, any more than there would be a reason for an Australian to change it back again. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 16:21:50 2001 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 9149637B417; Wed, 28 Nov 2001 16:21:42 -0800 (PST) Received: from hades.hell.gr (patr530-b181.otenet.gr [212.205.244.189]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id fAT0LcY21766; Thu, 29 Nov 2001 02:21:38 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id fAT0Lcw42116; Thu, 29 Nov 2001 02:21:38 +0200 (EET) (envelope-from charon@labs.gr) Date: Thu, 29 Nov 2001 02:21:38 +0200 From: Giorgos Keramidas <charon@labs.gr> To: Greg Lehey <grog@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129002138.GA41626@hades.hell.gr> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> <20011128014533.GA14146@hades.hell.gr> <20011129104810.A74413@monorchid.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011129104810.A74413@monorchid.lemis.com> User-Agent: Mutt/1.3.23.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 2001-11-29 10:48:10, Greg Lehey wrote: > On Wednesday, 28 November 2001 at 3:45:33 +0200, Giorgos Keramidas wrote: > > Well, yes and no. I did learn a lot for -doc style from browsing the > > logs in cvsweb a couple of years back. Changelogs like: > > > > Fix typo. > > > > are OK, but changes like: > > > > Fix typo: "rationalise" -> "rationalize". > > > > are VERY nicer. > > FWIW, this is the kind of change which shouldn't happen. > "rationalise" is a perfectly valid spelling. Just because the > Americans prefer "rationalize" is not a reason to change it, any more > than there would be a reason for an Australian to change it back > again. I know. Both spellings are valid. Still, it seems proper to choose one of the two and stick with it, instead of alternating between the two in the documentation. But I'm off on a tangent now... -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 16:56:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75F6B37B416; Wed, 28 Nov 2001 16:56:45 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT0ujR48719; Wed, 28 Nov 2001 16:56:45 -0800 (PST) (envelope-from cjc) Message-Id: <200111290056.fAT0ujR48719@freefall.freebsd.org> From: "Crist J. Clark" <cjc@FreeBSD.org> Date: Wed, 28 Nov 2001 16:56:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net inet.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG cjc 2001/11/28 16:56:45 PST Modified files: lib/libc/net inet.3 Log: After the long explanaition of how the inet_* functions interpret Internet addresses, point out that inet_pton(3) only understands dotted quads with decimal values. MFC after: 2 days Revision Changes Path 1.20 +9 -1 src/lib/libc/net/inet.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 18:45:52 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 3577C37B417; Wed, 28 Nov 2001 18:45:49 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fAT2j1R20340; Wed, 28 Nov 2001 21:45:01 -0500 (EST) (envelope-from mike) Date: Wed, 28 Nov 2001 21:45:01 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Giorgos Keramidas <charon@labs.gr> Cc: Greg Lehey <grog@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011128214501.D15672@espresso.q9media.com> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> <20011128014533.GA14146@hades.hell.gr> <20011129104810.A74413@monorchid.lemis.com> <20011129002138.GA41626@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011129002138.GA41626@hades.hell.gr>; from charon@labs.gr on Thu, Nov 29, 2001 at 02:21:38AM +0200 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Giorgos Keramidas <charon@labs.gr> writes: > On 2001-11-29 10:48:10, Greg Lehey wrote: > > On Wednesday, 28 November 2001 at 3:45:33 +0200, Giorgos Keramidas wrote: > > > Well, yes and no. I did learn a lot for -doc style from browsing the > > > logs in cvsweb a couple of years back. Changelogs like: > > > > > > Fix typo. > > > > > > are OK, but changes like: > > > > > > Fix typo: "rationalise" -> "rationalize". > > > > > > are VERY nicer. > > > > FWIW, this is the kind of change which shouldn't happen. > > "rationalise" is a perfectly valid spelling. Just because the > > Americans prefer "rationalize" is not a reason to change it, any more > > than there would be a reason for an Australian to change it back > > again. > > I know. Both spellings are valid. Still, it seems proper to choose > one of the two and stick with it, instead of alternating between the > two in the documentation. But I'm off on a tangent now... I suggest we choose the British variants then. Does that seem like a silly thing to say? Indeed it does. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 18:50: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 D4AD637B41A; Wed, 28 Nov 2001 18:50:05 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT2o5G68415; Wed, 28 Nov 2001 18:50:05 -0800 (PST) (envelope-from horikawa) Message-Id: <200111290250.fAT2o5G68415@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Wed, 28 Nov 2001 18:50:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 dc.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG horikawa 2001/11/28 18:50:05 PST Modified files: ja_JP.eucJP/man/man1 dc.1 Log: o Fix Japanese typos in description of "!> r" and "!< r" Submitted by:Kounosuke Shiomi <yukinopo@livedoor.com> Revision Changes Path 1.7 +2 -3 doc/ja_JP.eucJP/man/man1/dc.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 19: 3: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 35DDF37B405; Wed, 28 Nov 2001 19:03:56 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT33u469980; Wed, 28 Nov 2001 19:03:56 -0800 (PST) (envelope-from ache) Message-Id: <200111290303.fAT33u469980@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Wed, 28 Nov 2001 19:03:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c src/lib/libc/stdio vfscanf.c src/share/mklocale hi_IN.ISCII-DEV.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/28 19:03:56 PST Modified files: lib/libc/stdlib strtod.c strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c lib/libc/stdio vfscanf.c share/mklocale hi_IN.ISCII-DEV.src Log: Back out national digits support, POSIX explicetely disallows it: The definition of character class digit requires that only ten characters -the ones defining digits- can be specified; alternate digits (for example, Hindi or Kanji) cannot be specified here. However, the encoding may vary if an implementation supports more than one encoding. The definition of character class xdigit requires that the characters included in character class digit are included here also and allows for different symbols for the hexadecimal digits 10 through 15. Revision Changes Path 1.19 +55 -53 src/lib/libc/stdio/vfscanf.c 1.15 +24 -24 src/lib/libc/stdlib/strtod.c 1.3 +1 -1 src/lib/libc/stdlib/strtoimax.c 1.12 +1 -1 src/lib/libc/stdlib/strtol.c 1.14 +1 -1 src/lib/libc/stdlib/strtoll.c 1.11 +1 -1 src/lib/libc/stdlib/strtoul.c 1.13 +1 -1 src/lib/libc/stdlib/strtoull.c 1.3 +1 -1 src/lib/libc/stdlib/strtoumax.c 1.2 +2 -2 src/share/mklocale/hi_IN.ISCII-DEV.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 19: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 907C737B416; Wed, 28 Nov 2001 19:16:23 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT3GN574450; Wed, 28 Nov 2001 19:16:23 -0800 (PST) (envelope-from luigi) Message-Id: <200111290316.fAT3GN574450@freefall.freebsd.org> From: Luigi Rizzo <luigi@FreeBSD.org> Date: Wed, 28 Nov 2001 19:16:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/floppy.tree/etc rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG luigi 2001/11/28 19:16:23 PST Modified files: release/picobsd/floppy.tree/etc rc.conf Log: Implement a more efficient way to assign addresses: read /etc/hosts only once into an array of shell variables, and then scan the array to find entries matching the MAC address. Associative arrays would really be handy here... Revision Changes Path 1.10 +43 -25 src/release/picobsd/floppy.tree/etc/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 Nov 28 19:17: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 1198737B419; Wed, 28 Nov 2001 19:17:13 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT3HDB74534; Wed, 28 Nov 2001 19:17:13 -0800 (PST) (envelope-from gshapiro) Message-Id: <200111290317.fAT3HDB74534@freefall.freebsd.org> From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> Date: Wed, 28 Nov 2001 19:17:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys rename.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG gshapiro 2001/11/28 19:17:13 PST Modified files: lib/libc/sys rename.2 Log: rename() can't guarantee "to" always exists if it didn't exist in the first place -- for example, rename("existing", "newfile"); on a read-only file system. Reviewed by: green MFC after: 3 days Revision Changes Path 1.16 +4 -2 src/lib/libc/sys/rename.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 19:17: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 AEF5D37B417; Wed, 28 Nov 2001 19:17:44 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT3Hiq74579; Wed, 28 Nov 2001 19:17:44 -0800 (PST) (envelope-from luigi) Message-Id: <200111290317.fAT3Hiq74579@freefall.freebsd.org> From: Luigi Rizzo <luigi@FreeBSD.org> Date: Wed, 28 Nov 2001 19:17:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/floppy.tree/etc rc.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG luigi 2001/11/28 19:17:44 PST Modified files: (Branch: RELENG_4) release/picobsd/floppy.tree/etc rc.conf Log: MFC: more efficient way to assign addresses basing on the MAC. Revision Changes Path 1.3.2.6 +33 -15 src/release/picobsd/floppy.tree/etc/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 Nov 28 19:21:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6208237B417; Wed, 28 Nov 2001 19:21:16 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT3LGX74855; Wed, 28 Nov 2001 19:21:16 -0800 (PST) (envelope-from green) Message-Id: <200111290321.fAT3LGX74855@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Wed, 28 Nov 2001 19:21:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys rename.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG green 2001/11/28 19:21:16 PST Modified files: lib/libc/sys rename.2 Log: Bump p1003.1-90 to p1003.1-96. Revision Changes Path 1.17 +1 -1 src/lib/libc/sys/rename.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 19:26:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E9BE37B416; Wed, 28 Nov 2001 19:26:20 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT3QKg75271; Wed, 28 Nov 2001 19:26:20 -0800 (PST) (envelope-from lioux) Message-Id: <200111290326.fAT3QKg75271@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Wed, 28 Nov 2001 19:26:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/drm-kmod Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/28 19:26:20 PST Modified files: graphics/drm-kmod Makefile distinfo Log: Update to 0.9.4: both fixes linux binary compatibility on some cards and quiets down module loading on boot PR: 32364 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/graphics/drm-kmod/Makefile 1.3 +1 -1 ports/graphics/drm-kmod/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 19:26:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FC9937B417; Wed, 28 Nov 2001 19:26:42 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT3QgP75380; Wed, 28 Nov 2001 19:26:42 -0800 (PST) (envelope-from green) Message-Id: <200111290326.fAT3QgP75380@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Wed, 28 Nov 2001 19:26:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/stty stty.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG green 2001/11/28 19:26:42 PST Modified files: bin/stty stty.1 Log: Stty is a program, not a function. Revision Changes Path 1.26 +2 -2 src/bin/stty/stty.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 19:30: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 E1FFB37B417; Wed, 28 Nov 2001 19:30:23 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT3UNE75850; Wed, 28 Nov 2001 19:30:23 -0800 (PST) (envelope-from obrien) Message-Id: <200111290330.fAT3UNE75850@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 28 Nov 2001 19:30:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts dokern.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/28 19:30:23 PST Modified files: (Branch: RELENG_4) release/scripts dokern.sh Log: MFC: Cut out the sf, sis, and ste network drivers to reduce the size of the kernel down enough to fit on floppy install media. Revision Changes Path 1.23.2.17 +5 -2 src/release/scripts/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 19:30:50 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 2E9A337B423; Wed, 28 Nov 2001 19:30:31 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 8DC214CE25; Wed, 28 Nov 2001 22:30:30 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id WAA15691; Wed, 28 Nov 2001 22:30:29 -0500 (EST) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id TAA20018; Wed, 28 Nov 2001 19:30:29 -0800 (PST) Message-Id: <200111290330.TAA20018@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ache@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtod.c strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c src/lib/libc/stdio vfscanf.c src/share/mklocale hi_IN.ISCII-DEV.src Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Date: Wed, 28 Nov 2001 19:30:28 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > Back out national digits support, POSIX explicetely disallows it: In other than the C or POSIX locales, other implementation-defined subject sequences may be accepted. Maybe I'm misunderstanding what you're saying, but POSIX allows strtol and friends to use locale-specific numbers. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 20: 3:24 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 D0A7837B41A; Wed, 28 Nov 2001 20:03:18 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fAT43FP14517; Thu, 29 Nov 2001 07:03:15 +0300 (MSK) (envelope-from ache) Date: Thu, 29 Nov 2001 07:03:15 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bill Fenner <fenner@research.att.com> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtod.c strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c src/lib/libc/stdio vfscanf.c src/share/mklocale hi_IN.ISCII-DEV.src Message-ID: <20011129040314.GA14465@nagual.pp.ru> References: <200111290330.TAA20018@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111290330.TAA20018@windsor.research.att.com> User-Agent: Mutt/1.3.23.2i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 19:30:28 -0800, Bill Fenner wrote: > > > Back out national digits support, POSIX explicetely disallows it: > > In other than the C or POSIX locales, other > implementation-defined subject sequences may be accepted. > > Maybe I'm misunderstanding what you're saying, but POSIX allows > strtol and friends to use locale-specific numbers. Yes, but not from DIGIT/XDIGIT class. I.e. they must be defined in another alternative way, isdigit() and isxdigit() macros must not sense them. Currently we don't have any alternative ways. -- 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 Nov 28 20:10: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 85C3737B416; Wed, 28 Nov 2001 20:10:53 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT4ArD82120; Wed, 28 Nov 2001 20:10:53 -0800 (PST) (envelope-from petef) Message-Id: <200111290410.fAT4ArD82120@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Wed, 28 Nov 2001 20:10:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/dopewars pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/28 20:10:53 PST Modified files: games/dopewars pkg-plist Log: Fix a braino: when using @unexec rmdir, must specify %D/foo so rmdir knows what to remove (opposed to just rmdir foo). Noticed by: bento Revision Changes Path 1.8 +3 -3 ports/games/dopewars/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 Nov 28 20:14: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 CFADE37B419; Wed, 28 Nov 2001 20:14:37 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT4Ebk82572; Wed, 28 Nov 2001 20:14:37 -0800 (PST) (envelope-from jkoshy) Message-Id: <200111290414.fAT4Ebk82572@freefall.freebsd.org> From: Joseph Koshy <jkoshy@FreeBSD.org> Date: Wed, 28 Nov 2001 20:14:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mhonarc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jkoshy 2001/11/28 20:14:37 PST Modified files: www/mhonarc Makefile Log: I'm not using MHonArc anymore and Max has graciously agreed to be MAINTAINER. Revision Changes Path 1.21 +1 -1 ports/www/mhonarc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 20:30:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6839C37B41B; Wed, 28 Nov 2001 20:30:39 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT4Ud284196; Wed, 28 Nov 2001 20:30:39 -0800 (PST) (envelope-from taoka) Message-Id: <200111290430.fAT4Ud284196@freefall.freebsd.org> From: Satoshi Taoka <taoka@FreeBSD.org> Date: Wed, 28 Nov 2001 20:30:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/jvim3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG taoka 2001/11/28 20:30:39 PST Modified files: japanese/jvim3 Makefile Log: On WITHOUT_X11=yes, compiling jvim3-* fails. This fix is to succeed in it. Submitted by: Tsukada <nob@him.ne.jp> Reviewd by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp> Revision Changes Path 1.25 +3 -3 ports/japanese/jvim3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 20: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 C24BB37B419; Wed, 28 Nov 2001 20:55:48 -0800 (PST) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT4tmS86167; Wed, 28 Nov 2001 20:55:48 -0800 (PST) (envelope-from cy) Message-Id: <200111290455.fAT4tmS86167@freefall.freebsd.org> From: Cy Schubert <cy@FreeBSD.org> Date: Wed, 28 Nov 2001 20:55:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/sftp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG cy 2001/11/28 20:55:48 PST Modified files: ftp/sftp Makefile distinfo Log: Update to sftp 0.9.9. Reviewed by: nectar Approved by: nectar Revision Changes Path 1.11 +2 -3 ports/ftp/sftp/Makefile 1.7 +1 -1 ports/ftp/sftp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 21:22:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93FB937B41D; Wed, 28 Nov 2001 21:22:44 -0800 (PST) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT5Mi391947; Wed, 28 Nov 2001 21:22:44 -0800 (PST) (envelope-from mikeh) Message-Id: <200111290522.fAT5Mi391947@freefall.freebsd.org> From: Mike Heffner <mikeh@FreeBSD.org> Date: Wed, 28 Nov 2001 21:22:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c extern.h main.c misc.c process.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG mikeh 2001/11/28 21:22:44 PST Modified files: (Branch: RELENG_4) usr.bin/sed compile.c extern.h main.c misc.c process.c Log: MFC: compile.c 1.16 extern.h 1.7 main.c 1.13 misc.c 1.4 process.c 1.11 Expand xmalloc and xrealloc in place. compile.c 1.17 Don't allocate zero byte segment. Revision Changes Path 1.13.2.3 +40 -18 src/usr.bin/sed/compile.c 1.3.6.2 +1 -3 src/usr.bin/sed/extern.h 1.9.2.4 +7 -4 src/usr.bin/sed/main.c 1.3.2.1 +2 -31 src/usr.bin/sed/misc.c 1.10.2.1 +12 -6 src/usr.bin/sed/process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 21:52:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 539BB37B41A; Wed, 28 Nov 2001 21:52:37 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT5qb095100; Wed, 28 Nov 2001 21:52:37 -0800 (PST) (envelope-from clive) Message-Id: <200111290552.fAT5qb095100@freefall.freebsd.org> From: Clive Lin <clive@FreeBSD.org> Date: Wed, 28 Nov 2001 21:52:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mutt pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG clive 2001/11/28 21:52:37 PST Modified files: chinese/mutt pkg-message Log: Correct a typo Submitted by: Chia-liang Kao <clkao@clkao.org> Revision Changes Path 1.3 +1 -1 ports/chinese/mutt/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 22:48:21 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 38BE837B429; Wed, 28 Nov 2001 22:48:06 -0800 (PST) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fAT6m5M84083; Wed, 28 Nov 2001 22:48:06 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id C37793808; Wed, 28 Nov 2001 22:48:05 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Luigi Rizzo <luigi@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_sis.c In-Reply-To: <20011128141510.A13586@iguana.aciri.org> Date: Wed, 28 Nov 2001 22:48:05 -0800 From: Peter Wemm <peter@wemm.org> Message-Id: <20011129064805.C37793808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Luigi Rizzo wrote: > > While this helps things like packet forwarding, it hurts things like > > and generic servers (web, proxies) where things are done in > userland and the content is opaque and the only unaligned > accesses are for the IP/TCP headers (but those are touched > already in the packet forwarding case). > > > NFS which now have to do lots and lots of unaligned accesses. > > I would actually like to see some numbers showing that this is the > case. Where else these unaligned accesses could be other than in > creating the NFS/RPC headers ? Do a bunch of unaligned accesses > really cost more than a memory-to-memory copy of 1500 bytes ? Even just the IP, TCP and UDP header processing is affected. > > Have you benchmarked anything else besides packet forwarding? > > no, how would you benchmark this (that is without hitting a > bottleneck elsewhere in the system) ? You dont need to hit the wall, supply a constant stream of requests and measure the cpu used in interrupt or system mode. To show that unaligned accesses do have a measurable effect: char buf[100000*4]; main() { int i; int j; int n; int *p; j = 0; for (n = 0; n < 10000; n++) { p = (int *)&buf[OFF]; for (i = 0; i < 99999; i++) j += *p++; } exit(j); } On an AthlonMP (smp kernel, smp is running, my X11 desktop) peter@daintree[10:19pm]~-192> cc -O2 -DOFF=0 -o b0 b.c peter@daintree[10:19pm]~-193> cc -O2 -DOFF=1 -o b1 b.c peter@daintree[10:19pm]~-194> cc -O2 -DOFF=2 -o b2 b.c peter@daintree[10:19pm]~-195> cc -O2 -DOFF=3 -o b3 b.c peter@daintree[10:19pm]~-196> set time peter@daintree[10:20pm]~-198> ./b0 ; ./b1 ; ./b0 ; ./b2 ; ./b0 ; ./b3 8.876u 0.023s 0:08.97 99.1% 5+671k 0+0io 0pf+0w 9.154u 0.007s 0:09.23 99.1% 5+671k 0+0io 0pf+0w 8.901u 0.000s 0:08.97 99.2% 5+671k 0+0io 0pf+0w 9.157u 0.007s 0:09.23 99.1% 5+671k 0+0io 0pf+0w 8.883u 0.015s 0:08.96 99.2% 5+670k 0+0io 0pf+0w 9.147u 0.015s 0:09.22 99.2% 5+671k 0+0io 0pf+0w On a Pentium4: peter@pentium4[10:25pm]/home/tmp-11> ./b0 ; ./b1 ; ./b0 ; ./b2 ; ./b0 ; ./b3 3.229u 0.000s 0:03.23 100.0% 5+673k 0+0io 0pf+0w 4.464u 0.000s 0:04.46 100.0% 5+672k 0+0io 0pf+0w 3.236u 0.000s 0:03.23 100.0% 5+671k 0+0io 0pf+0w 4.464u 0.000s 0:04.46 100.0% 5+672k 0+0io 0pf+0w 3.235u 0.000s 0:03.23 100.0% 5+671k 0+0io 0pf+0w 4.464u 0.000s 0:04.46 100.0% 5+670k 0+0io 0pf+0w On a Pentium3 (coppermine): > ./b0 ; ./b1 ; ./b0 ; ./b2 ; ./b0 ; ./b3 14.710u 0.000s 0:14.71 100.0% 5+671k 0+0io 0pf+0w 14.728u 0.000s 0:14.73 99.9% 5+671k 0+0io 0pf+0w 14.718u 0.000s 0:14.71 100.0% 5+671k 0+0io 0pf+0w 14.720u 0.007s 0:14.73 99.9% 5+671k 0+0io 0pf+0w 14.718u 0.000s 0:14.71 100.0% 5+671k 0+0io 0pf+0w 14.735u 0.000s 0:14.73 100.0% 5+670k 0+0io 0pf+0w On a Pentuim Pro (200MHz, I reduced the outer loop from 10000 to 1000): > ./b0 ; ./b1 ; ./b0 ; ./b2 ; ./b0 ; ./b3 3.624u 0.007s 0:03.65 99.1% 5+677k 0+0io 0pf+0w 3.673u 0.007s 0:03.68 99.7% 5+673k 0+0io 0pf+0w 3.623u 0.015s 0:03.65 99.4% 5+674k 0+0io 0pf+0w 3.663u 0.007s 0:03.68 99.4% 5+671k 0+0io 0pf+0w 3.639u 0.007s 0:03.65 99.4% 5+674k 0+0io 0pf+0w 3.684u 0.000s 0:03.69 99.7% 5+673k 0+0io 0pf+0w The most spectacular sufferer of unaligned accesses is the Pentium-4 which takes ~38% longer to do unaligned accesses... I suspect writes are going to be more prounced, especially on systems with ECC that have to do read/merge/write for every unaligned write. > > > Right now the new behaviour is controlled by a sysctl variable, > > > hw.sis_quick which defaults to 1 (on), you can set it to 0 to > ... > > > > Please do not remove this yet. > > no problem. It will actually be useful to tell people who have > a reasonable testbed to toggle this and see if it makes a difference. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 22:49: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67AE637B428; Wed, 28 Nov 2001 22:49:01 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT6n1903805; Wed, 28 Nov 2001 22:49:01 -0800 (PST) (envelope-from ijliao) Message-Id: <200111290649.fAT6n1903805@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Wed, 28 Nov 2001 22:49:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-optik Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/28 22:49:01 PST Modified files: devel/py-optik Makefile distinfo Log: upgrade to 1.1.1 Revision Changes Path 1.3 +1 -1 ports/devel/py-optik/Makefile 1.3 +1 -1 ports/devel/py-optik/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 22:50: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 62E0937B43E; Wed, 28 Nov 2001 22:50:30 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT6oUH04102; Wed, 28 Nov 2001 22:50:30 -0800 (PST) (envelope-from ijliao) Message-Id: <200111290650.fAT6oUH04102@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Wed, 28 Nov 2001 22:50:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perltidy Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/28 22:50:30 PST Modified files: devel/perltidy Makefile distinfo Log: upgrade to 1128 Revision Changes Path 1.14 +2 -2 ports/devel/perltidy/Makefile 1.13 +1 -1 ports/devel/perltidy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 22: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 4CF6D37B437; Wed, 28 Nov 2001 22:57:22 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT6vML04715; Wed, 28 Nov 2001 22:57:22 -0800 (PST) (envelope-from kevlo) Message-Id: <200111290657.fAT6vML04715@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Wed, 28 Nov 2001 22:57:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tuxkart Makefile distinfo pkg-plist ports/games/tuxkart/files patch-Makefile.in patch-configure patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kevlo 2001/11/28 22:57:22 PST Modified files: games/tuxkart Makefile distinfo pkg-plist Removed files: games/tuxkart/files patch-Makefile.in patch-configure patch-src::Makefile.in Log: Update to version 0.06 PR: 32311 Submitted by: Ports Fury Revision Changes Path 1.2 +22 -15 ports/games/tuxkart/Makefile 1.2 +1 -1 ports/games/tuxkart/distinfo 1.2 +0 -11 ports/games/tuxkart/files/patch-Makefile.in (dead) 1.2 +0 -11 ports/games/tuxkart/files/patch-configure (dead) 1.2 +0 -11 ports/games/tuxkart/files/patch-src::Makefile.in (dead) 1.3 +139 -127 ports/games/tuxkart/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 Nov 28 23: 8: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 E07D937B41E; Wed, 28 Nov 2001 23:08:56 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT78uC09221; Wed, 28 Nov 2001 23:08:56 -0800 (PST) (envelope-from bde) Message-Id: <200111290708.fAT78uC09221@freefall.freebsd.org> From: Bruce Evans <bde@FreeBSD.org> Date: Wed, 28 Nov 2001 23:08:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bde 2001/11/28 23:08:56 PST Modified files: include stdlib.h Log: Oops, actually fix the namespace pollution for atoll() as the previous commit claimed to do. Revision Changes Path 1.27 +4 -4 src/include/stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 23:28: 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 488B037B422; Wed, 28 Nov 2001 23:28:05 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT7S5T11199; Wed, 28 Nov 2001 23:28:05 -0800 (PST) (envelope-from kevlo) Message-Id: <200111290728.fAT7S5T11199@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Wed, 28 Nov 2001 23:28:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gallery Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kevlo 2001/11/28 23:28:05 PST Modified files: www/gallery Makefile distinfo pkg-plist Log: Update to version 1.2.3 PR: 32303 Submitted by: MAINTAINER Revision Changes Path 1.3 +1 -1 ports/www/gallery/Makefile 1.3 +1 -1 ports/www/gallery/distinfo 1.3 +99 -96 ports/www/gallery/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 Nov 28 23:36: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 BAD9A37B419; Wed, 28 Nov 2001 23:36:37 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT7abs12903; Wed, 28 Nov 2001 23:36:37 -0800 (PST) (envelope-from kevlo) Message-Id: <200111290736.fAT7abs12903@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Wed, 28 Nov 2001 23:36:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libol Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kevlo 2001/11/28 23:36:37 PST Modified files: devel/libol Makefile distinfo Log: Update to version 0.2.23 PR: 32368 Submitted by: MAINTAINER Revision Changes Path 1.8 +2 -2 ports/devel/libol/Makefile 1.5 +1 -1 ports/devel/libol/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 23:37:19 2001 Delivered-To: cvs-all@freebsd.org Received: from softweyr.com (softweyr.com [65.88.244.127]) by hub.freebsd.org (Postfix) with ESMTP id B544D37B5AF; Wed, 28 Nov 2001 23:36:46 -0800 (PST) Received: from homer.softweyr.com ([204.68.178.39] helo=softweyr.com) by softweyr.com with esmtp (Exim 3.33 #1) id 169MNW-0004cj-00; Thu, 29 Nov 2001 01:17:06 -0700 Message-ID: <3C05F501.6E03B9C@softweyr.com> Date: Thu, 29 Nov 2001 01:42:41 -0700 From: Wes Peters <wes@softweyr.com> Organization: Softweyr LLC X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jordan Hubbard <jkh@winston.freebsd.org> Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h References: <3244.1006969850@winston.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Jordan Hubbard wrote: > > > Please coordinate this work with the FreeBSD Standards Conformance > > group. > > There's a FreeBSD Standards Conformance group? When did that happen? > > One can safely assume that you're being sarcastic since I've been > around here a long time and this is the first I've heard of any such > thing. Hey hey hey! This "don't make a federal (core) case out of it" idea is catching on! -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 23:42:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1119A37B416; Wed, 28 Nov 2001 23:42:14 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT7gEg13704; Wed, 28 Nov 2001 23:42:14 -0800 (PST) (envelope-from ru) Message-Id: <200111290742.fAT7gEg13704@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 28 Nov 2001 23:42:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog gauge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/11/28 23:42:13 PST Modified files: gnu/lib/libdialog gauge.c Log: Fixed memory leak in dialog_gauge(3). PR: gnu/32260 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru> MFC after: 3 days Revision Changes Path 1.3 +4 -0 src/gnu/lib/libdialog/gauge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 23:45:43 2001 Delivered-To: cvs-all@freebsd.org Received: from westhost36.westhost.net (westhost36.westhost.net [216.71.84.209]) by hub.freebsd.org (Postfix) with ESMTP id 8EF8A37B416 for <cvs-all@freebsd.org>; Wed, 28 Nov 2001 23:45:35 -0800 (PST) Received: from localhost (haikugeek@localhost) by westhost36.westhost.net (8.11.6/8.11.6) with ESMTP id fAT7ii013432 for <cvs-all@freebsd.org>; Thu, 29 Nov 2001 01:44:44 -0600 Date: Thu, 29 Nov 2001 01:44:44 -0600 (CST) From: Jon Mini <haikugeek@haikugeek.com> X-X-Sender: <haikugeek@westhost36.westhost.net> To: <cvs-all@freebsd.org> Subject: Re: cvs commit: src/sys/boot/common panic.c Message-ID: <Pine.LNX.4.33.0111290130450.32545-100000@westhost36.westhost.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Wilko Bulte wrote: > On Wed, Nov 28, 2001 at 06:00:36AM -0800, Daniel C. Sobral wrote: > >>dcs 2001/11/28 06:00:36 PST >> >> Modified files: >> sys/boot/common panic.c >> Log: >> Waits for a keypress before rebooting on panic. >> > > Does this mean the system always waits? I could imagine some > people (think of colocated servers) would not like that. The original idea behind this patch was to make the loader panic act like the kernel panic does (not identically, but in the same fashion). As the kernel panic will reboot automatically after a timeout, so should the loader panic. When I saw your comment I instantly felt like an idiot. ;P The patch hidden behind the link below will make the panic pause for 10 seconds before rebooting automatically, unless a key is pressed on the console, at which point it will wait indefinately. It uses the same countdown algorithm as the autoboot code. http://www.haikugeek.com/freebsd/panic.diff (sorry about the URL, my mailer eats diffs) Daniel (dcs), please review and commit. K PLX THX. ;) -- Dizzy Cow (Jon Mini) dizzycow@haikugeek.com ... Desolation ... Despair ... Plastic Forks ... ~ ~ ~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 23:52:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5D0537B417; Wed, 28 Nov 2001 23:52:04 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT7q4s14973; Wed, 28 Nov 2001 23:52:04 -0800 (PST) (envelope-from sobomax) Message-Id: <200111290752.fAT7q4s14973@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Wed, 28 Nov 2001 23:52:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/keymaps ua.koi8-u.kbd ua.koi8-u.shift.alt.kbd X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sobomax 2001/11/28 23:52:04 PST Modified files: (Branch: RELENG_4) share/syscons/keymaps ua.koi8-u.kbd ua.koi8-u.shift.alt.kbd Log: MFC: - ua.koi8-u.shift.alt.kbd: don't mix decimal and hex values in the same file; - ua.koi8-u.kbd: support Ukrainian letter GHE with upturn and Russian YO. Revision Changes Path 1.1.2.2 +2 -2 src/share/syscons/keymaps/ua.koi8-u.kbd 1.1.2.2 +10 -10 src/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 28 23:53: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 EFFF137B405; Wed, 28 Nov 2001 23:53:36 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT7raa15187; Wed, 28 Nov 2001 23:53:36 -0800 (PST) (envelope-from pat) Message-Id: <200111290753.fAT7raa15187@freefall.freebsd.org> From: Patrick Li <pat@FreeBSD.org> Date: Wed, 28 Nov 2001 23:53:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/wmScoreBoard Makefile ports/net/wmqmon Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pat 2001/11/28 23:53:36 PST Modified files: misc/wmScoreBoard Makefile net/wmqmon Makefile Log: o Use MASTER_SITE_LOCAL since site been down for months. No response from the author o do-configure -> pre-patch (wmqmon only) o Enforce DOCSDIR Revision Changes Path 1.3 +6 -7 ports/misc/wmScoreBoard/Makefile 1.6 +7 -8 ports/net/wmqmon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 0:24: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 E591437B421; Thu, 29 Nov 2001 00:24:49 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT8OnY21671; Thu, 29 Nov 2001 00:24:49 -0800 (PST) (envelope-from pat) Message-Id: <200111290824.fAT8OnY21671@freefall.freebsd.org> From: Patrick Li <pat@FreeBSD.org> Date: Thu, 29 Nov 2001 00:24:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gkrellkam/files patch-gkrellkam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pat 2001/11/29 00:24:49 PST Added files: graphics/gkrellkam/files patch-gkrellkam.c Log: Add patch-gkrellkam.c to use fetch(1) instead of depending on wget to download images. Revision Changes Path 1.1 +77 -0 ports/graphics/gkrellkam/files/patch-gkrellkam.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 0:42: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id B600D37B423; Thu, 29 Nov 2001 00:41:54 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fAT8fpl87330; Thu, 29 Nov 2001 10:41:51 +0200 (EET) (envelope-from ru) Date: Thu, 29 Nov 2001 10:41:51 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: "Crist J. Clark" <cjc@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net inet.3 Message-ID: <20011129104151.D77679@sunbay.com> References: <200111290056.fAT0ujR48719@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111290056.fAT0ujR48719@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 04:56:45PM -0800, Crist J. Clark wrote: > cjc 2001/11/28 16:56:45 PST > > Modified files: > lib/libc/net inet.3 > Log: > After the long explanaition of how the inet_* functions interpret > Internet addresses, point out that inet_pton(3) only understands > dotted quads with decimal values. > > MFC after: 2 days > > Revision Changes Path > 1.20 +9 -1 src/lib/libc/net/inet.3 > As I already said in another thread, this is a duplicate of what is already documented under the STANDARDS section of the manpage. If you want a clearer wording, could you please consult with the POSIX.1-200x drats, and probably adopt their text for inclusion into the FreeBSD manpage? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 1:25:39 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id E20F737B41D; Thu, 29 Nov 2001 01:25:35 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fAT9OpL23090; Thu, 29 Nov 2001 04:24:51 -0500 (EST) (envelope-from mike) Date: Thu, 29 Nov 2001 04:24:51 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: "Crist J. Clark" <cjc@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net inet.3 Message-ID: <20011129042451.A23064@espresso.q9media.com> References: <200111290056.fAT0ujR48719@freefall.freebsd.org> <20011129104151.D77679@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011129104151.D77679@sunbay.com>; from ru@FreeBSD.org on Thu, Nov 29, 2001 at 10:41:51AM +0200 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Ruslan Ermilov <ru@FreeBSD.org> writes: > As I already said in another thread, this is a duplicate of what > is already documented under the STANDARDS section of the manpage. > If you want a clearer wording, could you please consult with the > POSIX.1-200x drats, and probably adopt their text for inclusion > into the FreeBSD manpage? I don't think we're allowed to copy it word for word, but it can be used as a reference when writing documentation. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 1:44:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FCAF37B421; Thu, 29 Nov 2001 01:44:33 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAT9iXt34272; Thu, 29 Nov 2001 01:44:33 -0800 (PST) (envelope-from cjc) Message-Id: <200111290944.fAT9iXt34272@freefall.freebsd.org> From: "Crist J. Clark" <cjc@FreeBSD.org> Date: Thu, 29 Nov 2001 01:44:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net inet.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG cjc 2001/11/29 01:44:33 PST Modified files: lib/libc/net inet.3 Log: Duh. Back out most of my previous commit. It was mostly covered in the STANDARDS section of the page. Add one remark there about inet_pton(3) only understanding decimal values (in contrast to inet_aton(3) and friends who are happy with 0ac.020.25 for 172.16.0.25). Caught by: ru MFC after: 2 days Revision Changes Path 1.21 +1 -9 src/lib/libc/net/inet.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 1:50:29 2001 Delivered-To: cvs-all@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 9BDDD37B422; Thu, 29 Nov 2001 01:50:23 -0800 (PST) Received: from dialup-209.247.138.241.dial1.sanjose1.level3.net ([209.247.138.241] helo=blossom.cjclark.org) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 169Nph-0006gX-00; Thu, 29 Nov 2001 01:50:18 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fAT9oE507532; Thu, 29 Nov 2001 01:50:14 -0800 (PST) (envelope-from cjc) Date: Thu, 29 Nov 2001 01:50:14 -0800 From: "Crist J. Clark" <cristjc@earthlink.net> To: Mike Barcroft <mike@FreeBSD.org> Cc: Ruslan Ermilov <ru@FreeBSD.org>, "Crist J. Clark" <cjc@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net inet.3 Message-ID: <20011129015014.T3985@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200111290056.fAT0ujR48719@freefall.freebsd.org> <20011129104151.D77679@sunbay.com> <20011129042451.A23064@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011129042451.A23064@espresso.q9media.com>; from mike@FreeBSD.org on Thu, Nov 29, 2001 at 04:24:51AM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, Nov 29, 2001 at 04:24:51AM -0500, Mike Barcroft wrote: > Ruslan Ermilov <ru@FreeBSD.org> writes: > > As I already said in another thread, this is a duplicate of what > > is already documented under the STANDARDS section of the manpage. > > If you want a clearer wording, could you please consult with the > > POSIX.1-200x drats, and probably adopt their text for inclusion > > into the FreeBSD manpage? > > I don't think we're allowed to copy it word for word, but it can be > used as a reference when writing documentation. D'oh! I backed out the original change and just added mention that inet_pton(3) only understands decimal values in the STANDARDS section. I used the source code of inet_pton(3) as the reference for how it works, not the standard docs. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Nov 29 1:53: 1 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 933D037B419; Thu, 29 Nov 2001 01:52:52 -0800 (PST) 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 UAA14654; Thu, 29 Nov 2001 20:52:39 +1100 Date: Thu, 29 Nov 2001 20:52:42 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: <bde@gamplex.bde.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: Bill Fenner <fenner@research.att.com>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/lib/libc/stdlib strtod.c strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c src/lib/libc/stdio vfscanf.c src/share/mklocale hi_IN.ISCII-DEV.src In-Reply-To: <20011129040314.GA14465@nagual.pp.ru> Message-ID: <20011129202803.L1034-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, 29 Nov 2001, Andrey A. Chernov wrote: > On Wed, Nov 28, 2001 at 19:30:28 -0800, Bill Fenner wrote: > > > > > Back out national digits support, POSIX explicetely disallows it: > > > > In other than the C or POSIX locales, other > > implementation-defined subject sequences may be accepted. > > > > Maybe I'm misunderstanding what you're saying, but POSIX allows > > strtol and friends to use locale-specific numbers. > > Yes, but not from DIGIT/XDIGIT class. I.e. they must be defined in another > alternative way, isdigit() and isxdigit() macros must not sense them. > Currently we don't have any alternative ways. It's not clear that these apply to the strtol() family. Footnote 175 in th n869.txt draft of C99 says that neither isdigit() nor isxdigit() is affected by the locale. But the strtol() family is not required to use these (and it can't, for "digits" 16 through 35). The specification of the strtol() family in both standards seems so be fuzzy enough to support each "digit" having many representations (and actually mapping all of them to the same numeric digit). OTOH, it doesn't require this. It permits a simplistic mapping of only '0' (the single compile time respresentation of '0') to 0, etc., like the sources already do (modulo the assumption that letters are contiguous and some recently introduced bugs). (Please ignore part of my previous private mail about this.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 3:12: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 4F01937B431; Thu, 29 Nov 2001 03:12:42 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fATAoIn07824; Thu, 29 Nov 2001 12:50:18 +0200 (EET) (envelope-from ru) Date: Thu, 29 Nov 2001 12:50:17 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Brian Feldman <green@freebsd.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/stty stty.1 Message-ID: <20011129125017.L77679@sunbay.com> References: <200111290326.fAT3QgP75380@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111290326.fAT3QgP75380@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 07:26:42PM -0800, Brian Feldman wrote: > green 2001/11/28 19:26:42 PST > > Modified files: > bin/stty stty.1 > Log: > Stty is a program, not a function. > > Revision Changes Path > 1.26 +2 -2 src/bin/stty/stty.1 > Actually, it's an "utility", please fix. 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 Nov 29 3:13:26 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 7549237B42C; Thu, 29 Nov 2001 03:13:13 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fATAnGu07639; Thu, 29 Nov 2001 12:49:16 +0200 (EET) (envelope-from ru) Date: Thu, 29 Nov 2001 12:49:16 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Mike Barcroft <mike@freebsd.org> Cc: "Crist J. Clark" <cjc@freebsd.org>, standards@freebsd.org Subject: POSIX texts (was: Re: cvs commit: src/lib/libc/net inet.3) Message-ID: <20011129124916.K77679@sunbay.com> References: <200111290056.fAT0ujR48719@freefall.freebsd.org> <20011129104151.D77679@sunbay.com> <20011129042451.A23064@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011129042451.A23064@espresso.q9media.com> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG [Redirected to -standards] On Thu, Nov 29, 2001 at 04:24:51AM -0500, Mike Barcroft wrote: > Ruslan Ermilov <ru@FreeBSD.org> writes: > > As I already said in another thread, this is a duplicate of what > > is already documented under the STANDARDS section of the manpage. > > If you want a clearer wording, could you please consult with the > > POSIX.1-200x drats, and probably adopt their text for inclusion > > into the FreeBSD manpage? > > I don't think we're allowed to copy it word for word, but it can be > used as a reference when writing documentation. > That's what I meant, exactly. The funny thing is that "they" used BSD manuals as the source, obviously. :-) Interesting, would it be possible for someone to receive (or at least try to) a permission for inclusion of POSIX texts intact into FreeBSD manpages? 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 Nov 29 4:33:23 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id E866E37B449; Thu, 29 Nov 2001 04:33:18 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id A1E26371; Thu, 29 Nov 2001 12:33:09 +0000 (GMT) Date: Thu, 29 Nov 2001 12:33:09 +0000 From: Josef Karthauser <joe@tao.org.uk> To: Mike Barcroft <mike@FreeBSD.org> Cc: Giorgos Keramidas <charon@labs.gr>, Greg Lehey <grog@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129123309.C19084@tao.org.uk> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> <20011128014533.GA14146@hades.hell.gr> <20011129104810.A74413@monorchid.lemis.com> <20011129002138.GA41626@hades.hell.gr> <20011128214501.D15672@espresso.q9media.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="5G06lTa6Jq83wMTw" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011128214501.D15672@espresso.q9media.com>; from mike@FreeBSD.org on Wed, Nov 28, 2001 at 09:45:01PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --5G06lTa6Jq83wMTw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2001 at 09:45:01PM -0500, Mike Barcroft wrote: =20 > > I know. Both spellings are valid. Still, it seems proper to choose > > one of the two and stick with it, instead of alternating between the > > two in the documentation. But I'm off on a tangent now... >=20 > I suggest we choose the British variants then. Does that seem like a > silly thing to say? Indeed it does. Yay! --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwGKwUACgkQXVIcjOaxUBaLogCfXGRjOG/I5JWEATWvZm8YFHzw ACsAoNC2nydsxE7a1cZAebjC42rQcAwD =SDhL -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 4:44:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E5B337B442; Thu, 29 Nov 2001 04:44:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATCimt69434; Thu, 29 Nov 2001 04:44:48 -0800 (PST) (envelope-from ru) Message-Id: <200111291244.fATCimt69434@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Thu, 29 Nov 2001 04:44:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gnats/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/11/29 04:44:48 PST Removed files: databases/gnats/files patch-ac Log: The fix was incorporated into Gnats 1.113 on 1999/10/27. Revision Changes Path 1.2 +0 -10 ports/databases/gnats/files/patch-ac (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 5:31:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 7E8C237B445; Thu, 29 Nov 2001 05:31:51 -0800 (PST) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 169RI6-0008Pb-01; Thu, 29 Nov 2001 14:31:50 +0100 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id fATDExx46656; Thu, 29 Nov 2001 14:14:59 +0100 (CET) (envelope-from naddy) Date: Thu, 29 Nov 2001 14:14:59 +0100 (CET) Message-Id: <200111291314.fATDExx46656@kemoauc.mips.inka.de> From: naddy@FreeBSD.org (Christian Weisgerber) To: obrien@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash2 Makefile X-Newsgroups: list.freebsd.cvs.committers In-Reply-To: <20011128090200.C21712@dragon.nuxi.com> References: <200111231540.fANFeQj83655@freefall.freebsd.org> <20011127183127.A18572@dragon.nuxi.com> <3C04B25E.D048360A@FreeBSD.org> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG In article <20011128090200.C21712@dragon.nuxi.com> you write: > > Perhaps I poorly expressed myself, but I > > meant that configure script buindled with bash2 was generated (by bash > > developers) using autoconf-2.52, and due to that it requires different > > semantics of CONFIGURE_TARGET. > > Ah, now I follow you. I wonder why the committer that did the upgrade > (with my knowlege) did not have a problem building it w/o your change. Because configure produces a harmless warning and proceeds to run just fine. Setting the proper CONFIGURE_TARGET suppresses this warning. The change is essentially a cosmetic one. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 6:34: 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 1BFAD37B442; Thu, 29 Nov 2001 06:33:58 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATEXwP94126; Thu, 29 Nov 2001 06:33:58 -0800 (PST) (envelope-from iwasaki) Message-Id: <200111291433.fATEXwP94126@freefall.freebsd.org> From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> Date: Thu, 29 Nov 2001 06:33:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG iwasaki 2001/11/29 06:33:58 PST Modified files: usr.sbin/pccard/pccardd cardd.c Log: Fix a bug about CIS string comparison. Pccardd should be able to distinguish card "MELCO" "LPC2-T" and card "MELCO" "LPC2-TX" by this fix. Reported by: Kitagawa Shoichi <sk@xstar.kiu.ac.jp>, NINOMIYA Hideyuki <nin@shikoku.ne.jp> MFC after: 1 week Revision Changes Path 1.75 +5 -1 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 6:52:48 2001 Delivered-To: cvs-all@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 6226E37B41C; Thu, 29 Nov 2001 06:52:36 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id fATEqSp65986; Thu, 29 Nov 2001 09:52:28 -0500 (EST) (envelope-from mwlucas) Date: Thu, 29 Nov 2001 09:52:28 -0500 From: Michael Lucas <mwlucas@blackhelicopters.org> To: Josef Karthauser <joe@tao.org.uk> Cc: Mike Barcroft <mike@FreeBSD.ORG>, Giorgos Keramidas <charon@labs.gr>, Greg Lehey <grog@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129095228.A65873@blackhelicopters.org> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> <20011128014533.GA14146@hades.hell.gr> <20011129104810.A74413@monorchid.lemis.com> <20011129002138.GA41626@hades.hell.gr> <20011128214501.D15672@espresso.q9media.com> <20011129123309.C19084@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011129123309.C19084@tao.org.uk>; from joe@tao.org.uk on Thu, Nov 29, 2001 at 12:33:09PM +0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, Nov 29, 2001 at 12:33:09PM +0000, Josef Karthauser wrote: > > I suggest we choose the British variants then. Does that seem like a > > silly thing to say? Indeed it does. > > Yay! Before I started actively submitting to the FAQ and Handbook, I sat down and read them both. The random whiplash between British and US spellings is actively painful to anyone with any literary sensibility. It's painful enough that, as a native American speaker, I don't care if the docs are in British. I don't care if some entire docs are in British and some entire docs are in American -- it would be simple enough to add a custom DocBook tag to the opening of each document to say, i.e., <language_variant="british">. I don't care if the docs all follow Mark Twain's famous "how to simplify English spelling" essay. Just pick something, pick anything, and stick to it in each individual document. The British spellings would present a certain level of, shall we say, "class." Our docproj lead is from Britain. And an ispell dictionary is available. I don't see any reason why not. (Of course, this has been a contentious issue for years, and I don't expect it to actually change.) ==ml -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 7: 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 53AA137B41A; Thu, 29 Nov 2001 07:06:20 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATF6KH17243; Thu, 29 Nov 2001 07:06:20 -0800 (PST) (envelope-from nectar) Message-Id: <200111291506.fATF6KH17243@freefall.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Thu, 29 Nov 2001 07:06:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libgtop Makefile ports/devel/libgtop/files patch-src::daemon::gnuserv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nectar 2001/11/29 07:06:19 PST Modified files: devel/libgtop Makefile Added files: devel/libgtop/files patch-src::daemon::gnuserv.c Log: Patch from vendor. From the ChangeLog: 2001-11-27 Flavio Veloso <flaviovs@magnux.com> * gnuserv.c: Fix a potential buffer overflow in permitted() that may allow the client to execute code on the server. Revision Changes Path 1.45 +2 -1 ports/devel/libgtop/Makefile 1.1 +15 -0 ports/devel/libgtop/files/patch-src::daemon::gnuserv.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 7:20:55 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 6469037B422; Thu, 29 Nov 2001 07:20:45 -0800 (PST) Received: by heechee.tobez.org (Postfix, from userid 1001) id 74AE55438; Thu, 29 Nov 2001 16:20:37 +0100 (CET) Date: Thu, 29 Nov 2001 16:20:37 +0100 From: Anton Berezin <tobez@tobez.org> To: Chris Faulhaber <jedgar@fxp.org> Cc: Vincent Poy <vince@oahu.WURLDLINK.NET>, skv@protey.ru, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20011129162037.A75793@heechee.tobez.org> References: <200111271751.fARHp6e66027@freefall.freebsd.org> <20011128055917.C5788-100000@oahu.WURLDLINK.NET> <20011128112632.A51991@peitho.fxp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011128112632.A51991@peitho.fxp.org>; from jedgar@fxp.org on Wed, Nov 28, 2001 at 11:26:32AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Wed, Nov 28, 2001 at 11:26:32AM -0500, Chris Faulhaber wrote: > On Wed, Nov 28, 2001 at 06:00:34AM -1000, Vincent Poy wrote: > > On Tue, 27 Nov 2001, Chris D. Faulhaber wrote: > > > > > jedgar 2001/11/27 09:51:06 PST > > > > > > Modified files: > > > databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr > > > pkg-plist > > > > Seems like this one has issues building in -CURRENT. p5-DBI and > > the packages it depends on doesn't build in -CURRENT either. I do not think it is related to the port in question at all. Most likely you (Vincent Poy) where bitten by a problem described in PR bin/31877. > (maintainer cc'd) > > *grumble* > > I'll take a look tonight on my -current box. =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 7:23: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 E221137B44B; Thu, 29 Nov 2001 07:23:46 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATFNk819342; Thu, 29 Nov 2001 07:23:46 -0800 (PST) (envelope-from ache) Message-Id: <200111291523.fATFNk819342@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 07:23:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isdigit.3 isxdigit.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 07:23:46 PST Modified files: lib/libc/locale isdigit.3 isxdigit.3 Log: Clarify that is[x]digit() class is the same in any locale Revision Changes Path 1.14 +9 -8 src/lib/libc/locale/isdigit.3 1.14 +11 -11 src/lib/libc/locale/isxdigit.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 7:24: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 1D96E37B6A4; Thu, 29 Nov 2001 07:24:05 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATFO5R19397; Thu, 29 Nov 2001 07:24:05 -0800 (PST) (envelope-from obrien) Message-Id: <200111291524.fATFO5R19397@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 29 Nov 2001 07:24:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bison Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/11/29 07:24:04 PST Modified files: devel/bison Makefile distinfo Log: Upgrade to Bison 1.30. Version 1.29 had several problems that I believe 1.30 fixes (looking at the ChangeLog). Revision Changes Path 1.17 +2 -2 ports/devel/bison/Makefile 1.6 +1 -1 ports/devel/bison/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 7: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 2887C37B41D; Thu, 29 Nov 2001 07:33:47 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATFXlm20937; Thu, 29 Nov 2001 07:33:47 -0800 (PST) (envelope-from gallatin) Message-Id: <200111291533.fATFXlm20937@freefall.freebsd.org> From: Andrew Gallatin <gallatin@FreeBSD.org> Date: Thu, 29 Nov 2001 07:33:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG gallatin 2001/11/29 07:33:47 PST Modified files: sys/alpha/alpha trap.c Log: fix DIAGNOSTIC panic caused by proc/thread typo tested by: Martijn Pronk <martijn@smartie.xs4all.nl> Revision Changes Path 1.79 +1 -1 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 7:35: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 2B5E437B423; Thu, 29 Nov 2001 07:35:13 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATFZDD21164; Thu, 29 Nov 2001 07:35:13 -0800 (PST) (envelope-from jdp) Message-Id: <200111291535.fATFZDD21164@freefall.freebsd.org> From: John Polstra <jdp@FreeBSD.org> Date: Thu, 29 Nov 2001 07:35:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jdp 2001/11/29 07:35:13 PST Modified files: (Branch: RELENG_4) sys/conf Makefile.alpha Log: Fix make buildkernel breakage on the Alpha. This has been broken for 2 weeks or so, according to reports. Committed directly to RELENG_4 because it isn't applicable to -current. Revision Changes Path 1.47.2.11 +1 -0 src/sys/conf/Makefile.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 7:46:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4111B37B428; Thu, 29 Nov 2001 07:46:54 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATFksU23100; Thu, 29 Nov 2001 07:46:54 -0800 (PST) (envelope-from green) Message-Id: <200111291546.fATFksU23100@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Thu, 29 Nov 2001 07:46:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/stty stty.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG green 2001/11/29 07:46:54 PST Modified files: bin/stty stty.1 Log: Note that stty is a utility and not... err... a program.... Submitted by: ru Revision Changes Path 1.27 +1 -1 src/bin/stty/stty.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 7:52:45 2001 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05E9E37B429; Thu, 29 Nov 2001 07:52:40 -0800 (PST) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.4/8.11.1) with ESMTP id fATFqaZ60469; Thu, 29 Nov 2001 10:52:36 -0500 (EST) (envelope-from green@green.bikeshed.org) Message-Id: <200111291552.fATFqaZ60469@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Michael Lucas <mwlucas@blackhelicopters.org> Cc: Josef Karthauser <joe@tao.org.uk>, Mike Barcroft <mike@FreeBSD.ORG>, Giorgos Keramidas <charon@labs.gr>, Greg Lehey <grog@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Committer's guide policy on commit message contents In-Reply-To: Message from Michael Lucas <mwlucas@blackhelicopters.org> of "Thu, 29 Nov 2001 09:52:28 EST." <20011129095228.A65873@blackhelicopters.org> From: "Brian F. Feldman" <green@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Nov 2001 10:52:36 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Michael Lucas <mwlucas@blackhelicopters.org> wrote: > On Thu, Nov 29, 2001 at 12:33:09PM +0000, Josef Karthauser wrote: > > > I suggest we choose the British variants then. Does that seem like a > > > silly thing to say? Indeed it does. > > > > Yay! > > Before I started actively submitting to the FAQ and Handbook, I sat > down and read them both. The random whiplash between British and US > spellings is actively painful to anyone with any literary sensibility. > It's painful enough that, as a native American speaker, I don't care > if the docs are in British. I don't care if some entire docs are in > British and some entire docs are in American -- it would be simple > enough to add a custom DocBook tag to the opening of each document to > say, i.e., <language_variant="british">. I don't care if the docs all > follow Mark Twain's famous "how to simplify English spelling" essay. > Just pick something, pick anything, and stick to it in each individual > document. > > The British spellings would present a certain level of, shall we say, > "class." Our docproj lead is from Britain. And an ispell dictionary > is available. I don't see any reason why not. > > (Of course, this has been a contentious issue for years, and I don't > expect it to actually change.) I just want to know: does this mean I'll get to spell "connection" with an "x" :)? Seriously, though, I would vote that all documentation spelling that's actually in the en_US sections should really be in American English, and I would prefer American English for the simple reason that it is what BSD documentation has been written in historically. Note that I do not intend to actually "vote" on this, of course. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 8:11:16 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 4341A37B430; Thu, 29 Nov 2001 08:11:01 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fATGAvY66474; Thu, 29 Nov 2001 18:10:57 +0200 (EET) (envelope-from ru) Date: Thu, 29 Nov 2001 18:10:57 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Brian Feldman <green@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/stty stty.1 Message-ID: <20011129181057.B54658@sunbay.com> References: <200111291546.fATFksU23100@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111291546.fATFksU23100@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, Nov 29, 2001 at 07:46:54AM -0800, Brian Feldman wrote: > green 2001/11/29 07:46:54 PST > > Modified files: > bin/stty stty.1 > Log: > Note that stty is a utility and not... err... a program.... > > Submitted by: ru > > Revision Changes Path > 1.27 +1 -1 src/bin/stty/stty.1 > Thanks! :-) Any chance you'll handle ssh docs PRs any time soon? Should I just start committing my fixes to the HEAD? 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 Nov 29 8:16:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E8A37B447; Thu, 29 Nov 2001 08:16:32 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATGGWs30272; Thu, 29 Nov 2001 08:16:32 -0800 (PST) (envelope-from bmah) Message-Id: <200111291616.fATGGWs30272@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Thu, 29 Nov 2001 08:16:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci csa.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/29 08:16:32 PST Modified files: (Branch: RELENG_4) sys/dev/sound/pci csa.c Log: MFC: Remove clkrun_hack for ThinkPad 570. csa.c 1.22->1.23 Revision Changes Path 1.8.2.9 +2 -3 src/sys/dev/sound/pci/csa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 8:38:16 2001 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0553C37B43E; Thu, 29 Nov 2001 08:38:07 -0800 (PST) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.4/8.11.1) with ESMTP id fATGc6S60884; Thu, 29 Nov 2001 11:38:06 -0500 (EST) (envelope-from green@green.bikeshed.org) Message-Id: <200111291638.fATGc6S60884@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/stty stty.1 In-Reply-To: Message from Ruslan Ermilov <ru@FreeBSD.org> of "Thu, 29 Nov 2001 18:10:57 +0200." <20011129181057.B54658@sunbay.com> From: "Brian F. Feldman" <green@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Nov 2001 11:38:06 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Ruslan Ermilov <ru@FreeBSD.org> wrote: > On Thu, Nov 29, 2001 at 07:46:54AM -0800, Brian Feldman wrote: > > green 2001/11/29 07:46:54 PST > > > > Modified files: > > bin/stty stty.1 > > Log: > > Note that stty is a utility and not... err... a program.... > > > > Submitted by: ru > > > > Revision Changes Path > > 1.27 +1 -1 src/bin/stty/stty.1 > > > Thanks! :-) > > Any chance you'll handle ssh docs PRs any time soon? > Should I just start committing my fixes to the HEAD? There's a definite chance, but I won't stop you if you want to do it of course. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 8:39:31 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 47A6137B449 for <cvs-all@FreeBSD.ORG>; Thu, 29 Nov 2001 08:39:19 -0800 (PST) Received: (qmail 12399 invoked from network); 29 Nov 2001 16:39:34 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for <green@FreeBSD.ORG>; 29 Nov 2001 16:39:34 -0000 Message-ID: <XFMail.011129083903.jhb@FreeBSD.org> 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: <200111291552.fATFqaZ60469@green.bikeshed.org> Date: Thu, 29 Nov 2001 08:39:03 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: "Brian F. Feldman" <green@FreeBSD.ORG> Subject: Re: Committer's guide policy on commit message contents Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Greg Lehey <grog@FreeBSD.ORG>, Giorgos Keramidas <charon@labs.gr>, Mike Barcroft <mike@FreeBSD.ORG>, Josef Karthauser <joe@tao.org.uk>, Michael Lucas <mwlucas@blackhelicopters.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 29-Nov-01 Brian F. Feldman wrote: > Michael Lucas <mwlucas@blackhelicopters.org> wrote: >> On Thu, Nov 29, 2001 at 12:33:09PM +0000, Josef Karthauser wrote: >> > > I suggest we choose the British variants then. Does that seem like a >> > > silly thing to say? Indeed it does. >> > >> > Yay! >> >> Before I started actively submitting to the FAQ and Handbook, I sat >> down and read them both. The random whiplash between British and US >> spellings is actively painful to anyone with any literary sensibility. >> It's painful enough that, as a native American speaker, I don't care >> if the docs are in British. I don't care if some entire docs are in >> British and some entire docs are in American -- it would be simple >> enough to add a custom DocBook tag to the opening of each document to >> say, i.e., <language_variant="british">. I don't care if the docs all >> follow Mark Twain's famous "how to simplify English spelling" essay. >> Just pick something, pick anything, and stick to it in each individual >> document. >> >> The British spellings would present a certain level of, shall we say, >> "class." Our docproj lead is from Britain. And an ispell dictionary >> is available. I don't see any reason why not. >> >> (Of course, this has been a contentious issue for years, and I don't >> expect it to actually change.) > > I just want to know: does this mean I'll get to spell "connection" with an > "x" :)? Seriously, though, I would vote that all documentation spelling > that's > actually in the en_US sections should really be in American English, and I > would prefer American English for the simple reason that it is what BSD > documentation has been written in historically. Note that I do not intend > to actually "vote" on this, of course. Yes, and we can have en_GB (or en_BR or whatever it's called) if we wish to have the British version as well. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 29 8:44:16 2001 Delivered-To: cvs-all@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 0362837B431; Thu, 29 Nov 2001 08:44:11 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id fATGi9Y66715; Thu, 29 Nov 2001 11:44:09 -0500 (EST) (envelope-from mwlucas) Date: Thu, 29 Nov 2001 11:44:09 -0500 From: Michael Lucas <mwlucas@blackhelicopters.org> To: John Baldwin <jhb@FreeBSD.org> Cc: "Brian F. Feldman" <green@FreeBSD.org>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Greg Lehey <grog@FreeBSD.org>, Giorgos Keramidas <charon@labs.gr>, Mike Barcroft <mike@FreeBSD.org>, Josef Karthauser <joe@tao.org.uk> Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129114409.A66703@blackhelicopters.org> References: <200111291552.fATFqaZ60469@green.bikeshed.org> <XFMail.011129083903.jhb@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: <XFMail.011129083903.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Thu, Nov 29, 2001 at 08:39:03AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, Nov 29, 2001 at 08:39:03AM -0800, John Baldwin wrote: > Yes, and we can have en_GB (or en_BR or whatever it's called) if we wish to > have the British version as well. Technically correct, but we have enough trouble getting translations and writing docs. It's hideous to read, but it's better than saying "Oh, that document is only available in Great Britain English!", or asking people to maintain multiple translations of one document. -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 8:47:33 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 5738837B440 for <cvs-all@FreeBSD.org>; Thu, 29 Nov 2001 08:47:26 -0800 (PST) Received: (qmail 29452 invoked from network); 29 Nov 2001 16:47:58 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for <mwlucas@blackhelicopters.org>; 29 Nov 2001 16:47:58 -0000 Message-ID: <XFMail.011129084704.jhb@FreeBSD.org> 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: <20011129114409.A66703@blackhelicopters.org> Date: Thu, 29 Nov 2001 08:47:04 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Michael Lucas <mwlucas@blackhelicopters.org> Subject: Re: Committer's guide policy on commit message contents Cc: Josef Karthauser <joe@tao.org.uk>, Mike Barcroft <mike@FreeBSD.org>, Giorgos Keramidas <charon@labs.gr>, Greg Lehey <grog@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, "Brian F. Feldman" <green@FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 29-Nov-01 Michael Lucas wrote: > On Thu, Nov 29, 2001 at 08:39:03AM -0800, John Baldwin wrote: >> Yes, and we can have en_GB (or en_BR or whatever it's called) if we wish to >> have the British version as well. > > Technically correct, but we have enough trouble getting translations > and writing docs. > > It's hideous to read, but it's better than saying "Oh, that document > is only available in Great Britain English!", or asking people to > maintain multiple translations of one document. As long as each document is self-consistent that is the main thing. Given a choice in a specific document, I would lean toward US spellings for en_US. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 29 9: 1:40 2001 Delivered-To: cvs-all@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 8286637B425; Thu, 29 Nov 2001 09:01:34 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id fATH1Xb66824; Thu, 29 Nov 2001 12:01:33 -0500 (EST) (envelope-from mwlucas) Date: Thu, 29 Nov 2001 12:01:33 -0500 From: Michael Lucas <mwlucas@blackhelicopters.org> To: John Baldwin <jhb@FreeBSD.org> Cc: Josef Karthauser <joe@tao.org.uk>, Mike Barcroft <mike@FreeBSD.org>, Giorgos Keramidas <charon@labs.gr>, Greg Lehey <grog@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, "Brian F. Feldman" <green@FreeBSD.org> Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129120133.A66812@blackhelicopters.org> References: <20011129114409.A66703@blackhelicopters.org> <XFMail.011129084704.jhb@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: <XFMail.011129084704.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Thu, Nov 29, 2001 at 08:47:04AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, Nov 29, 2001 at 08:47:04AM -0800, John Baldwin wrote: > As long as each document is self-consistent that is the main thing. Given a > choice in a specific document, I would lean toward US spellings for en_US. Yes, please! -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 9: 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 B3D8A37B4EC; Thu, 29 Nov 2001 09:04:16 -0800 (PST) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATH4GG35288; Thu, 29 Nov 2001 09:04:16 -0800 (PST) (envelope-from nsayer) Message-Id: <200111291704.fATH4GG35288@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Thu, 29 Nov 2001 09:04:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_smb/files patch-malloc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nsayer 2001/11/29 09:04:16 PST Added files: security/pam_smb/files patch-malloc Log: s/malloc/unistd/ Submitted by: Harald Schmalzbauer <H.Schmalzbauer@belenus.com> Revision Changes Path 1.1 +44 -0 ports/security/pam_smb/files/patch-malloc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 9:11:21 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id DDF9837B42C; Thu, 29 Nov 2001 09:10:57 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fATH6hw22175; Thu, 29 Nov 2001 09:06:43 -0800 (PST) (envelope-from rizzo) Date: Thu, 29 Nov 2001 09:06:43 -0800 From: Luigi Rizzo <luigi@FreeBSD.org> To: Peter Wemm <peter@wemm.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: NFS and unaligned accesses (was Re: cvs commit: src/sys/pci if_sis.c) Message-ID: <20011129090643.E19821@iguana.aciri.org> References: <20011128141510.A13586@iguana.aciri.org> <20011129064805.C37793808@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011129064805.C37793808@overcee.netplex.com.au> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG [Peter suggested some code to test the performance impact of unaligned accesses] Interesting code, thanks Peter. I actually used it to check how bcopy() behaves for unaligned accesses, and the results are again very dependent on alignment (on my 1.5GHz P4, offset from 0 to 15 give different results, tabulated below, which repeat modulo 16). Sure, here I am mostly testing the cache, but the results seems to suggest that if there is a misalignment penalty, that affects bcopy as well. So to go back where this came from, and hopefully disprove what I always considered to be an urban legend: the "sis" and other drivers do an m_devget() (which involves a bcopy) to make sure that buffers are aligned (to a 32 bit boundary, probably) in the upper level layers. On architectures which trap on unaligned accesses there is no other way, but on the i386 at least, the bcopy() just makes you pays the cost of misalignment in advance (and even when you do not need e.g. because you are forwarding traffic or handling TCP, which has its own alignment constraints and more often than not ends up in userspace). The remedy seems as bad or worse than the evil. cheers luigi ---- execution time of a simple bcopy(src, dst+offset, 1500) --- offset time 0 2.018u 0.007s 0:02.19 91.7% 5+177k 0+0io 0pf+0w 1 8.251u 0.007s 0:08.84 93.3% 5+172k 0+0io 0pf+0w 2 8.273u 0.000s 0:08.83 93.6% 5+173k 0+0io 0pf+0w 3 8.211u 0.023s 0:08.90 92.4% 5+176k 0+0io 0pf+0w 4 3.694u 0.015s 0:03.97 93.1% 5+176k 0+0io 0pf+0w 5 8.330u 0.038s 0:08.96 93.3% 5+176k 0+0io 0pf+0w 6 8.331u 0.038s 0:08.99 92.9% 5+177k 0+0io 0pf+0w 7 8.346u 0.015s 0:09.00 92.7% 5+173k 0+0io 0pf+0w 8 2.721u 0.000s 0:02.90 93.7% 5+176k 0+0io 0pf+0w 9 8.360u 0.023s 0:08.97 93.4% 5+176k 0+0io 0pf+0w 10 8.349u 0.023s 0:08.94 93.5% 5+176k 0+0io 0pf+0w 11 8.337u 0.031s 0:08.99 92.9% 5+174k 0+0io 0pf+0w 12 3.690u 0.024s 0:03.96 93.6% 5+170k 0+0io 0pf+0w 13 8.385u 0.054s 0:09.02 93.4% 5+175k 0+0io 0pf+0w 14 8.409u 0.015s 0:09.02 93.2% 5+174k 0+0io 0pf+0w 15 8.365u 0.023s 0:09.01 93.0% 5+176k 0+0io 0pf+0w ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 9:22:30 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id E773A37B428; Thu, 29 Nov 2001 09:22:25 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fATHMKa18481; Thu, 29 Nov 2001 10:22:20 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fATHMJM34602; Thu, 29 Nov 2001 10:22:19 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111291722.fATHMJM34602@harmony.village.org> To: Michael Lucas <mwlucas@blackhelicopters.org> Subject: Re: Committer's guide policy on commit message contents Cc: John Baldwin <jhb@FreeBSD.org>, "Brian F. Feldman" <green@FreeBSD.org>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Greg Lehey <grog@FreeBSD.org>, Giorgos Keramidas <charon@labs.gr>, Mike Barcroft <mike@FreeBSD.org>, Josef Karthauser <joe@tao.org.uk> In-reply-to: Your message of "Thu, 29 Nov 2001 11:44:09 EST." <20011129114409.A66703@blackhelicopters.org> References: <20011129114409.A66703@blackhelicopters.org> <200111291552.fATFqaZ60469@green.bikeshed.org> <XFMail.011129083903.jhb@FreeBSD.org> Date: Thu, 29 Nov 2001 10:22:19 -0700 From: Warner Losh <imp@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG In message <20011129114409.A66703@blackhelicopters.org> Michael Lucas writes: : It's hideous to read, but it's better than saying "Oh, that document : is only available in Great Britain English!", or asking people to : maintain multiple translations of one document. /me volunteers to translate British to American, but not the other way around. :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 9:32: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 423F437B41F; Thu, 29 Nov 2001 09:32:49 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATHWnK41569; Thu, 29 Nov 2001 09:32:49 -0800 (PST) (envelope-from petef) Message-Id: <200111291732.fATHWnK41569@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 09:32:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libstrfunc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 09:32:49 PST Modified files: devel/libstrfunc Makefile distinfo Log: Update to 7.2.7. PR: 32189 Submitted by: maintainer Revision Changes Path 1.2 +4 -7 ports/devel/libstrfunc/Makefile 1.2 +1 -1 ports/devel/libstrfunc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 9:36: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 1779F37B439; Thu, 29 Nov 2001 09:36:46 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATHajE42289; Thu, 29 Nov 2001 09:36:45 -0800 (PST) (envelope-from alfred) Message-Id: <200111291736.fATHajE42289@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Thu, 29 Nov 2001 09:36:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.lockd lockd.c lockd.h lockd_lock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG alfred 2001/11/29 09:36:45 PST Modified files: usr.sbin/rpc.lockd lockd.c lockd.h lockd_lock.c Log: Fold ANDREW_LOCKD into -current. Revision Changes Path 1.9 +1 -9 src/usr.sbin/rpc.lockd/lockd.c 1.5 +1 -2 src/usr.sbin/rpc.lockd/lockd.h 1.5 +1986 -578 src/usr.sbin/rpc.lockd/lockd_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 9:48: 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 EF16137B419; Thu, 29 Nov 2001 09:48:02 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATHm2C43628; Thu, 29 Nov 2001 09:48:02 -0800 (PST) (envelope-from petef) Message-Id: <200111291748.fATHm2C43628@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 09:48:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/oregano Makefile ports/irc/epic4 Makefile ports/irc/ircII Makefile ports/irc/ninja Makefile ports/net/gtkyahoo Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 09:48:01 PST Modified files: cad/oregano Makefile irc/epic4 Makefile irc/ircII Makefile irc/ninja Makefile net/gtkyahoo Makefile pkg-descr Log: Update MAINTAINER's email address: anders@codefactory.se -> anders@hack.org Submitted by: maintainer Revision Changes Path 1.4 +3 -3 ports/cad/oregano/Makefile 1.39 +2 -2 ports/irc/epic4/Makefile 1.31 +2 -2 ports/irc/ircII/Makefile 1.23 +1 -1 ports/irc/ninja/Makefile 1.9 +1 -1 ports/net/gtkyahoo/Makefile 1.3 +1 -1 ports/net/gtkyahoo/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 10: 0:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19A1E37B405; Thu, 29 Nov 2001 10:00:13 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATI0Dn45341; Thu, 29 Nov 2001 10:00:13 -0800 (PST) (envelope-from petef) Message-Id: <200111291800.fATI0Dn45341@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 10:00:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/firebird Makefile pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 10:00:13 PST Modified files: databases/firebird Makefile pkg-install Log: Fix ownership and permissions on shlibs to make ldconfig happy. PR: 31871 Submitted by: Sergey Skvortsov <skv@protey.ru> Revision Changes Path 1.3 +3 -1 ports/databases/firebird/Makefile 1.2 +4 -0 ports/databases/firebird/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 10:11: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C15037B416; Thu, 29 Nov 2001 10:10:59 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATIAx549709; Thu, 29 Nov 2001 10:10:59 -0800 (PST) (envelope-from petef) Message-Id: <200111291810.fATIAx549709@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 10:10:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wdm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 10:10:59 PST Modified files: x11/wdm Makefile Log: Specify DEF_SERVER explicitly in case the user is buildling with just the X libraries installed. PR: 32355 Submitted by: Norikatsu Shigemura <nork@ninth-nine.com> Revision Changes Path 1.46 +3 -1 ports/x11/wdm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 10:33: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3CA337B405; Thu, 29 Nov 2001 10:32:56 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATIWuA52809; Thu, 29 Nov 2001 10:32:56 -0800 (PST) (envelope-from wosch) Message-Id: <200111291832.fATIWuA52809@freefall.freebsd.org> From: Wolfram Schneider <wosch@FreeBSD.org> Date: Thu, 29 Nov 2001 10:32:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal photos.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG wosch 2001/11/29 10:32:56 PST Modified files: en/internal photos.sgml Log: Added BSDCon Europe 2001 Revision Changes Path 1.16 +4 -1 www/en/internal/photos.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 10:51: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D55937B417; Thu, 29 Nov 2001 10:50:56 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATIouj54754; Thu, 29 Nov 2001 10:50:56 -0800 (PST) (envelope-from lioux) Message-Id: <200111291850.fATIouj54754@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Thu, 29 Nov 2001 10:50:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/agbrowser Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/29 10:50:56 PST Modified files: audio/agbrowser Makefile Log: Workaround to remove auto{conf,make} as dependencies Revision Changes Path 1.4 +4 -4 ports/audio/agbrowser/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 10:52:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88A0B37B416; Thu, 29 Nov 2001 10:52:43 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATIqhO55067; Thu, 29 Nov 2001 10:52:43 -0800 (PST) (envelope-from petef) Message-Id: <200111291852.fATIqhO55067@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 10:52:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/waccess Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 10:52:43 PST Modified files: www Makefile Added files: www/waccess Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add waccess-1.1, a quick-n-dirty web access log analyzer PR: 29418 Submitted by: Tim Daneliuk <tundra@tundraware.com> Revision Changes Path 1.426 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/waccess/Makefile (new) 1.1 +1 -0 ports/www/waccess/distinfo (new) 1.1 +1 -0 ports/www/waccess/pkg-comment (new) 1.1 +7 -0 ports/www/waccess/pkg-descr (new) 1.1 +3 -0 ports/www/waccess/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 10:53:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDEC937B41B; Thu, 29 Nov 2001 10:53:36 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATIra555272; Thu, 29 Nov 2001 10:53:36 -0800 (PST) (envelope-from petef) Message-Id: <200111291853.fATIra555272@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 10:53: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 10:53:36 PST Modified files: . modules Log: waccess --> ports/www/waccess Revision Changes Path 1.4207 +1 -0 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 Nov 29 11: 0: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 3112C37B416; Thu, 29 Nov 2001 11:00:17 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATJ0HR56116; Thu, 29 Nov 2001 11:00:17 -0800 (PST) (envelope-from bmah) Message-Id: <200111291900.fATJ0HR56116@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Thu, 29 Nov 2001 11:00:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/29 11:00:17 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Bring release note on /dev/net into line with reality. Revision Changes Path 1.206 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 11:18:11 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 6787F37B416; Thu, 29 Nov 2001 11:18:07 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fATJHLo24839; Thu, 29 Nov 2001 14:17:21 -0500 (EST) (envelope-from mike) Date: Thu, 29 Nov 2001 14:17:21 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Nick Sayer <nsayer@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/pam_smb/files patch-malloc Message-ID: <20011129141721.B23064@espresso.q9media.com> References: <200111291704.fATH4GG35288@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111291704.fATH4GG35288@freefall.freebsd.org>; from nsayer@FreeBSD.org on Thu, Nov 29, 2001 at 09:04:16AM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Nick Sayer <nsayer@FreeBSD.org> writes: > nsayer 2001/11/29 09:04:16 PST > > Added files: > security/pam_smb/files patch-malloc > Log: > s/malloc/unistd/ > > Submitted by: Harald Schmalzbauer <H.Schmalzbauer@belenus.com> > > Revision Changes Path > 1.1 +44 -0 ports/security/pam_smb/files/patch-malloc (new) What exactly is being prototyped? If it's malloc(3), then the correct header is <stdlib.h>. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 11:41:31 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 7A10737B416; Thu, 29 Nov 2001 11:41:20 -0800 (PST) Received: from olgeni.olgeni (ppp-142.dial6.ctonet.it [212.110.181.142]) by mail.ctonet.it (Postfix) with ESMTP id 344A5123D0; Thu, 29 Nov 2001 20:41:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.11.6/8.11.6) with ESMTP id fATJede03211; Thu, 29 Nov 2001 20:40:39 +0100 (CET) (envelope-from olgeni@uli.it) Date: Thu, 29 Nov 2001 20:40:39 +0100 (CET) From: Jimmy Olgeni <olgeni@uli.it> X-X-Sender: olgeni@olgeni.olgeni To: Warner Losh <imp@harmony.village.org> Cc: Michael Lucas <mwlucas@blackhelicopters.org>, <cvs-all@FreeBSD.org>, <cvs-committers@FreeBSD.org> Subject: Re: Committer's guide policy on commit message contents In-Reply-To: <200111291722.fATHMJM34602@harmony.village.org> Message-ID: <20011129203947.T3204-100000@olgeni.olgeni> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, 29 Nov 2001, Warner Losh wrote: > /me volunteers to translate British to American, but not the other way > around. :-) Let's use SGML entities! :o) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 11:42: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 7348437B41C; Thu, 29 Nov 2001 11:42:15 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATJgFA64977; Thu, 29 Nov 2001 11:42:15 -0800 (PST) (envelope-from clive) Message-Id: <200111291942.fATJgFA64977@freefall.freebsd.org> From: Clive Lin <clive@FreeBSD.org> Date: Thu, 29 Nov 2001 11:42:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/dictd-database pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG clive 2001/11/29 11:42:15 PST Modified files: chinese/dictd-database pkg-message Log: Fix a typo. Revision Changes Path 1.3 +1 -1 ports/chinese/dictd-database/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 11:44:31 2001 Delivered-To: cvs-all@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id A9E0837B419; Thu, 29 Nov 2001 11:44:25 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id fATJiHd67508; Thu, 29 Nov 2001 14:44:17 -0500 (EST) (envelope-from mwlucas) Date: Thu, 29 Nov 2001 14:44:17 -0500 From: Michael Lucas <mwlucas@blackhelicopters.org> To: Jimmy Olgeni <olgeni@uli.it> Cc: Warner Losh <imp@harmony.village.org>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129144417.A67484@blackhelicopters.org> References: <200111291722.fATHMJM34602@harmony.village.org> <20011129203947.T3204-100000@olgeni.olgeni> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011129203947.T3204-100000@olgeni.olgeni>; from olgeni@uli.it on Thu, Nov 29, 2001 at 08:40:39PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, Nov 29, 2001 at 08:40:39PM +0100, Jimmy Olgeni wrote: > > Let's use SGML entities! :o) > I can't decide if this is brilliant, or if you should be taken out back and flogged with a wet noodle, or both. :-) ==ml -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 11:48: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 E46DE37B419; Thu, 29 Nov 2001 11:48:43 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATJmhI65822; Thu, 29 Nov 2001 11:48:43 -0800 (PST) (envelope-from clive) Message-Id: <200111291948.fATJmhI65822@freefall.freebsd.org> From: Clive Lin <clive@FreeBSD.org> Date: Thu, 29 Nov 2001 11:48:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/moefonts-cid pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG clive 2001/11/29 11:48:43 PST Modified files: chinese/moefonts-cid pkg-install Log: Catch up with ghostscript 6.52 PR: ports/31916 Submitted by: Statue <statue@softwareliberty.org> Revision Changes Path 1.4 +1 -1 ports/chinese/moefonts-cid/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 11: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 0F35037B416; Thu, 29 Nov 2001 11:51:43 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATJphp66518; Thu, 29 Nov 2001 11:51:43 -0800 (PST) (envelope-from clive) Message-Id: <200111291951.fATJphp66518@freefall.freebsd.org> From: Clive Lin <clive@FreeBSD.org> Date: Thu, 29 Nov 2001 11:51:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/kde2-i18n Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG clive 2001/11/29 11:51:43 PST Modified files: chinese/kde2-i18n Makefile Log: Make this port support zh_TW.Big5 locale. PR: ports/31917 Submitted by: Statue <statue@softwareliberty.org> Revision Changes Path 1.5 +2 -2 ports/chinese/kde2-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 12: 0: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 051F437B416 for <cvs-all@FreeBSD.org>; Thu, 29 Nov 2001 11:59:53 -0800 (PST) Received: (qmail 31004 invoked from network); 29 Nov 2001 20:00:25 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for <mwlucas@blackhelicopters.org>; 29 Nov 2001 20:00:25 -0000 Message-ID: <XFMail.011129115937.jhb@FreeBSD.org> 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: <20011129144417.A67484@blackhelicopters.org> Date: Thu, 29 Nov 2001 11:59:37 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Michael Lucas <mwlucas@blackhelicopters.org> Subject: Re: Committer's guide policy on commit message contents Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Warner Losh <imp@harmony.village.org>, Jimmy Olgeni <olgeni@uli.it> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 29-Nov-01 Michael Lucas wrote: > On Thu, Nov 29, 2001 at 08:40:39PM +0100, Jimmy Olgeni wrote: >> >> Let's use SGML entities! :o) >> > > I can't decide if this is brilliant, or if you should be taken out > back and flogged with a wet noodle, or both. :-) Flogged with a wet noodle. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "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 Nov 29 12:10:34 2001 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0737C37B41F; Thu, 29 Nov 2001 12:10:20 -0800 (PST) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.4/8.11.1) with ESMTP id fATKAEU62546; Thu, 29 Nov 2001 15:10:14 -0500 (EST) (envelope-from green@green.bikeshed.org) Message-Id: <200111292010.fATKAEU62546@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin <jhb@FreeBSD.org> Cc: Michael Lucas <mwlucas@blackhelicopters.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Warner Losh <imp@harmony.village.org>, Jimmy Olgeni <olgeni@uli.it> Subject: Re: Committer's guide policy on commit message contents In-Reply-To: Message from John Baldwin <jhb@FreeBSD.org> of "Thu, 29 Nov 2001 11:59:37 PST." <XFMail.011129115937.jhb@FreeBSD.org> From: "Brian F. Feldman" <green@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Nov 2001 15:10:13 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG John Baldwin <jhb@FreeBSD.org> wrote: > > On 29-Nov-01 Michael Lucas wrote: > > On Thu, Nov 29, 2001 at 08:40:39PM +0100, Jimmy Olgeni wrote: > >> > >> Let's use SGML entities! :o) > >> > > > > I can't decide if this is brilliant, or if you should be taken out > > back and flogged with a wet noodle, or both. :-) > > Flogged with a wet noodle. Brilliant plan! -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 12:28: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 0002A37B417; Thu, 29 Nov 2001 12:28:09 -0800 (PST) Received: from olgeni.olgeni (ppp-142.dial6.ctonet.it [212.110.181.142]) by mail.ctonet.it (Postfix) with ESMTP id 059A312479; Thu, 29 Nov 2001 21:28:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.11.6/8.11.6) with ESMTP id fATKS4e94509; Thu, 29 Nov 2001 21:28:05 +0100 (CET) (envelope-from olgeni@uli.it) Date: Thu, 29 Nov 2001 21:28:04 +0100 (CET) From: Jimmy Olgeni <olgeni@uli.it> X-X-Sender: olgeni@olgeni.olgeni To: John Baldwin <jhb@FreeBSD.org> Cc: Michael Lucas <mwlucas@blackhelicopters.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>, Warner Losh <imp@harmony.village.org> Subject: Re: Committer's guide policy on commit message contents In-Reply-To: <XFMail.011129115937.jhb@FreeBSD.org> Message-ID: <20011129212627.W94299-100000@olgeni.olgeni> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, 29 Nov 2001, John Baldwin wrote: > Flogged with a wet noodle. After a whole day spent "investigating" blue screens on w2k, it doesn't sound so bad =) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 12:35: 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 5ABC037B417; Thu, 29 Nov 2001 12:35:05 -0800 (PST) Received: (from tom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATKZ5r75790; Thu, 29 Nov 2001 12:35:05 -0800 (PST) (envelope-from tom) Message-Id: <200111292035.fATKZ5r75790@freefall.freebsd.org> From: Tom Hukins <tom@FreeBSD.org> Date: Thu, 29 Nov 2001 12:35:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG tom 2001/11/29 12:35:05 PST Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add full details for the freebsd-firewire and freebsd-standards that I neglected to add in my previous commit. Revision Changes Path 1.75 +27 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 13:16:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F2DA37B41A; Thu, 29 Nov 2001 13:16:12 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATLGCY83755; Thu, 29 Nov 2001 13:16:12 -0800 (PST) (envelope-from green) Message-Id: <200111292116.fATLGCY83755@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Thu, 29 Nov 2001 13:16:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ssh pam_ssh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG green 2001/11/29 13:16:12 PST Modified files: lib/libpam/modules/pam_ssh pam_ssh.c Log: Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my last OpenSSH import) declaration and strdup(3)ing a value which is later free(3)d, rather than letting the system try to free it invalidly. Revision Changes Path 1.18 +8 -0 src/lib/libpam/modules/pam_ssh/pam_ssh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 13:35: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 7E57C37B41C; Thu, 29 Nov 2001 13:35:06 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATLZ6m85544; Thu, 29 Nov 2001 13:35:06 -0800 (PST) (envelope-from lioux) Message-Id: <200111292135.fATLZ6m85544@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Thu, 29 Nov 2001 13:35:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/musicbrainz Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/29 13:35:06 PST Modified files: audio/musicbrainz Makefile Log: Benefit from new USE_AUTO*_VER: Point to correct location of autoconf share dir (var AUTOCONF_DIR) Revision Changes Path 1.8 +2 -2 ports/audio/musicbrainz/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 14:19: 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 B34D837B417; Thu, 29 Nov 2001 14:19:04 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATMJ4293937; Thu, 29 Nov 2001 14:19:04 -0800 (PST) (envelope-from lioux) Message-Id: <200111292219.fATMJ4293937@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Thu, 29 Nov 2001 14:19:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gdcd Makefile ports/audio/gdcd/files patch-ae patch-source:Makefile.am X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/29 14:19:04 PST Modified files: audio/gdcd Makefile audio/gdcd/files patch-ae Added files: audio/gdcd/files patch-source:Makefile.am Log: o USE_AUTO* police - Don't hardcode, use ACLOCAL - USE_AUTOMAKE_VER=15 - Add gdk-pixbuf fixes Revision Changes Path 1.9 +6 -2 ports/audio/gdcd/Makefile 1.3 +14 -12 ports/audio/gdcd/files/patch-ae 1.1 +10 -0 ports/audio/gdcd/files/patch-source:Makefile.am (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 14:46:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B21637B416; Thu, 29 Nov 2001 14:46:48 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATMkmN96781; Thu, 29 Nov 2001 14:46:48 -0800 (PST) (envelope-from luigi) Message-Id: <200111292246.fATMkmN96781@freefall.freebsd.org> From: Luigi Rizzo <luigi@FreeBSD.org> Date: Thu, 29 Nov 2001 14:46:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG luigi 2001/11/29 14:46:48 PST Modified files: sys/pci if_dc.c Log: For i386 architecture, remove an expensive m_devget() (and the underlying unaligned bcopy) on incoming packets that are already available (albeit unaligned) in a buffer. The performance improvement varies, depending on CPU and memory speed, but can be quite large especially on slow CPUs. I have seen over 50% increase on forwarding speed on the sis driver for the 486/133 (embedded systems), which does exactly the same thing. The behaviour is controlled by a sysctl variable, hw.dc_quick which defaults to 1. Set it to 0 to restore the old behaviour. After running a few experiments (in userland, though) I am convinced that doing the m_devget() is detrimental to performance in almost all cases. Even if your CPU has degraded performance with misaligned data, the bcopy() in the driver has the same overhead due to misaligment as the one that you save in the uiomove(), plus you do one extra copy and pollute the cache. But more often than not, you do not even have to touch the payload, e.g. when you are forwarding packets, and even in the often-cited case of NFS, you often end up passing a pointer to the payload to the disk controller. In any case, you can play with the sysctl variable to toggle between the two behaviours, and see if it makes a difference. MFC-after: 3 days Revision Changes Path 1.59 +40 -31 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15: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 8261537B417; Thu, 29 Nov 2001 15:20:56 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATNKuw03791; Thu, 29 Nov 2001 15:20:56 -0800 (PST) (envelope-from nik) Message-Id: <200111292320.fATNKuw03791@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Thu, 29 Nov 2001 15:20:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/29 15:20:56 PST Modified files: en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Note that American English is the preferred variant for spelling. Revision Changes Path 1.24 +12 -0 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15:24: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 875C437B419; Thu, 29 Nov 2001 15:24:41 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATNOfd04210; Thu, 29 Nov 2001 15:24:41 -0800 (PST) (envelope-from bmah) Message-Id: <200111292324.fATNOfd04210@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Thu, 29 Nov 2001 15:24:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/29 15:24:41 PST Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: ciss driver, sbni driver. (Hardware list updated accordingly.) Revision Changes Path 1.51 +23 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.207 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15: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 4E4DF37B41F; Thu, 29 Nov 2001 15:41:15 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATNfFl05933; Thu, 29 Nov 2001 15:41:15 -0800 (PST) (envelope-from bmah) Message-Id: <200111292341.fATNfFl05933@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Thu, 29 Nov 2001 15:41:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/29 15:41:15 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Reword pciconf(8) -v release to be a little more useful (now that I understand what it does), move it to the userland section, and note MFC. Revision Changes Path 1.208 +8 -5 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15:42:12 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 7765137B405; Thu, 29 Nov 2001 15:41:49 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id fATNPEi49993; Thu, 29 Nov 2001 23:25:14 GMT (envelope-from nik) Date: Thu, 29 Nov 2001 23:25:14 +0000 From: Nik Clayton <nik@freebsd.org> To: Michael Lucas <mwlucas@blackhelicopters.org> Cc: Jimmy Olgeni <olgeni@uli.it>, Warner Losh <imp@harmony.village.org>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129232514.B4707@clan.nothing-going-on.org> References: <200111291722.fATHMJM34602@harmony.village.org> <20011129203947.T3204-100000@olgeni.olgeni> <20011129144417.A67484@blackhelicopters.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="neYutvxvOLaeuPCA" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011129144417.A67484@blackhelicopters.org>; from mwlucas@blackhelicopters.org on Thu, Nov 29, 2001 at 02:44:17PM -0500 Organization: FreeBSD Project <URL:http://www.freebsd.org/> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --neYutvxvOLaeuPCA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 29, 2001 at 02:44:17PM -0500, Michael Lucas wrote: > On Thu, Nov 29, 2001 at 08:40:39PM +0100, Jimmy Olgeni wrote: > >=20 > > Let's use SGML entities! :o) >=20 > I can't decide if this is brilliant, or if you should be taken out > back and flogged with a wet noodle, or both. :-) It's only semi-brilliant. There's still the thorny problem of do we spell it &color; or &colour;. . . Please let this thread die here. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --neYutvxvOLaeuPCA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwGw9kACgkQk6gHZCw343VmogCfbPYsiydEjxCdOWdN7INCspFR 67cAnAuFO56wYWtoCg3rL4fjMFuerkd+ =ZQH0 -----END PGP SIGNATURE----- --neYutvxvOLaeuPCA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15:42:24 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 3E0DF37B417; Thu, 29 Nov 2001 15:41:55 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id fATNNwe49980; Thu, 29 Nov 2001 23:23:58 GMT (envelope-from nik) Date: Thu, 29 Nov 2001 23:23:58 +0000 From: Nik Clayton <nik@freebsd.org> To: Greg Lehey <grog@FreeBSD.org> Cc: Giorgos Keramidas <charon@labs.gr>, Robert Watson <rwatson@FreeBSD.ORG>, Mike Barcroft <mike@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011129232358.A4707@clan.nothing-going-on.org> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> <20011128014533.GA14146@hades.hell.gr> <20011129104810.A74413@monorchid.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011129104810.A74413@monorchid.lemis.com>; from grog@FreeBSD.org on Thu, Nov 29, 2001 at 10:48:10AM +1030 Organization: FreeBSD Project <URL:http://www.freebsd.org/> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 29, 2001 at 10:48:10AM +1030, Greg Lehey wrote: > FWIW, this is the kind of change which shouldn't happen. > "rationalise" is a perfectly valid spelling. Just because the > Americans prefer "rationalize" is not a reason to change it, any more > than there would be a reason for an Australian to change it back > again. Oh dear God. Not this again. The Documentation Project tries to produce professional documentation. A part of that professionalism entails using consistent spelling, not only between different documents, but (in some cases in the past) the same document. In order to do this, it was decided to standardise on American spelling. Anyone with the time and energy is more than welcome to start a "Queen's English" translation that puts docs under en_GB.ISO8859-1 instead of en_US. I've just committed the gist of this to the primer. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwGw44ACgkQk6gHZCw343X7JACfW52fJrg4cI1Tn2TfVa4BG+Gc g8sAnjzmKOQQRf6RyfjzMW9Bt7nq99RC =ww6n -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15:47: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 A0D3C37B416; Thu, 29 Nov 2001 15:47:47 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATNllI06694; Thu, 29 Nov 2001 15:47:47 -0800 (PST) (envelope-from luigi) Message-Id: <200111292347.fATNllI06694@freefall.freebsd.org> From: Luigi Rizzo <luigi@FreeBSD.org> Date: Thu, 29 Nov 2001 15:47:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_sis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG luigi 2001/11/29 15:47:47 PST Modified files: sys/pci if_dc.c if_sis.c Log: Per jlemon request, reintroduce some printf() when an mbuf allocation fails, and fix (i hope) a couple of style bugs. I believe these printf() are extremely dangerous because now they can occur on every incoming packet and are not rate limited. They were meant to warn the sysadmin about lack of resources, but now they can become a nice way to panic your system under load. Other drivers (e.g. the fxp driver) have nothing like this. There is a pending discussion on putting this kind of warnings elsewhere, and I hope we can fix this soon. Revision Changes Path 1.60 +8 -3 src/sys/pci/if_dc.c 1.39 +8 -3 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15:48: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 3FB5537B416; Thu, 29 Nov 2001 15:48:41 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATNmfn06801; Thu, 29 Nov 2001 15:48:41 -0800 (PST) (envelope-from bmah) Message-Id: <200111292348.fATNmfn06801@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Thu, 29 Nov 2001 15:48:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/29 15:48:41 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Partial sync with -CURRENT: Add ata(4) controllers that weren't mentioned before. Revision Changes Path 1.13.2.24 +4 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15: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 85FFD37B405; Thu, 29 Nov 2001 15:53:26 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fATNrQb07351; Thu, 29 Nov 2001 15:53:26 -0800 (PST) (envelope-from bmah) Message-Id: <200111292353.fATNrQb07351@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Thu, 29 Nov 2001 15:53:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/29 15:53:26 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: pciconf(8) -v. Revision Changes Path 1.22.2.131 +7 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 15:56: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id 0125E37B416; Thu, 29 Nov 2001 15:55:57 -0800 (PST) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id fATNtuR06581; Thu, 29 Nov 2001 15:55:56 -0800 (PST) (envelope-from bmah) Message-Id: <200111292355.fATNtuR06581@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Nik Clayton <nik@FreeBSD.org> Cc: Greg Lehey <grog@FreeBSD.org>, Giorgos Keramidas <charon@labs.gr>, Robert Watson <rwatson@FreeBSD.org>, Mike Barcroft <mike@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Committer's guide policy on commit message contents In-Reply-To: <20011129232358.A4707@clan.nothing-going-on.org> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> <20011128014533.GA14146@hades.hell.gr> <20011129104810.A74413@monorchid.lemis.com> <20011129232358.A4707@clan.nothing-going-on.org> Comments: In-reply-to Nik Clayton <nik@FreeBSD.org> message dated "Thu, 29 Nov 2001 23:23:58 +0000." From: "Bruce A. Mah" <bmah@FreeBSD.org> Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5<Pi&akO)o^8;[r %l(8ZHlbF`dD>v4: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_-225652880P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 29 Nov 2001 15:55:56 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --==_Exmh_-225652880P Content-Type: text/plain; charset=us-ascii If memory serves me right, Nik Clayton wrote: > In order to do this, it was decided to standardise on American spelling. STIrony... :-) (Why am I posting to this thread?) Bruce. --==_Exmh_-225652880P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE8BssL2MoxcVugUsMRAntuAKDagDnqPOlPCBP+3M9S1LSyroCHlgCguJ+4 6FyF2PExCe6VlwceDrAu+P0= =rd92 -----END PGP SIGNATURE----- --==_Exmh_-225652880P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 16:30: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 075BA37B419; Thu, 29 Nov 2001 16:30:29 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU0USP14124; Thu, 29 Nov 2001 16:30:28 -0800 (PST) (envelope-from bsd) Message-Id: <200111300030.fAU0USP14124@freefall.freebsd.org> From: "Brian S. Dean" <bsd@FreeBSD.org> Date: Thu, 29 Nov 2001 16:30:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/killall killall.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bsd 2001/11/29 16:30:28 PST Modified files: usr.bin/killall killall.1 Log: killall operates on all processes owned by the real uid, not the effective uid. MFC after: 3 days Revision Changes Path 1.22 +3 -3 src/usr.bin/killall/killall.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 16:48: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 5A4B437B41A; Thu, 29 Nov 2001 16:48:31 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU0mVq16227; Thu, 29 Nov 2001 16:48:31 -0800 (PST) (envelope-from nik) Message-Id: <200111300048.fAU0mVq16227@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Thu, 29 Nov 2001 16:48:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/share/xsl page2html.xsl X-FreeBSD-CVS-Branch: XML_XSL_XP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/29 16:48:31 PST Modified files: (Branch: XML_XSL_XP) share/xsl page2html.xsl Log: Work around Netscape's broken HTML rendering engine. Revision Changes Path 1.1.2.2 +4 -6 www/share/xsl/page2html.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 17: 4: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 9F7CB37B417; Thu, 29 Nov 2001 17:04:14 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU14Ed17749; Thu, 29 Nov 2001 17:04:14 -0800 (PST) (envelope-from demon) Message-Id: <200111300104.fAU14Ed17749@freefall.freebsd.org> From: Dmitry Sivachenko <demon@FreeBSD.org> Date: Thu, 29 Nov 2001 17:04:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/firebird Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG demon 2001/11/29 17:04:14 PST Modified files: databases/firebird Makefile Log: Change MAINTAINER to chris@aims.com.au. PR: 32386 Approved by: former MAINTAINER Revision Changes Path 1.4 +1 -1 ports/databases/firebird/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 17:22: 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 20C6E37B416; Thu, 29 Nov 2001 17:22:02 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU1M2723038; Thu, 29 Nov 2001 17:22:02 -0800 (PST) (envelope-from ache) Message-Id: <200111300122.fAU1M2723038@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 17:22:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale hi_IN.ISCII-DEV.src ja_JP.SJIS.src ja_JP.eucJP.src ko_KR.eucKR.src la_LN.ISO8859-2.src la_LN.ISO8859-4.src zh_CN.eucCN.src zh_TW.Big5.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 17:22:02 PST Modified files: share/mklocale hi_IN.ISCII-DEV.src ja_JP.SJIS.src ja_JP.eucJP.src ko_KR.eucKR.src la_LN.ISO8859-2.src la_LN.ISO8859-4.src zh_CN.eucCN.src zh_TW.Big5.src Log: Clean DIGIT/XDIGIT sections Revision Changes Path 1.3 +2 -0 src/share/mklocale/hi_IN.ISCII-DEV.src 1.2 +5 -3 src/share/mklocale/ja_JP.SJIS.src 1.2 +4 -2 src/share/mklocale/ja_JP.eucJP.src 1.4 +5 -4 src/share/mklocale/ko_KR.eucKR.src 1.3 +1 -1 src/share/mklocale/la_LN.ISO8859-2.src 1.2 +1 -1 src/share/mklocale/la_LN.ISO8859-4.src 1.4 +3 -3 src/share/mklocale/zh_CN.eucCN.src 1.2 +4 -2 src/share/mklocale/zh_TW.Big5.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 18: 1: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 2C5A637B405; Thu, 29 Nov 2001 18:01:33 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU21Xs30745; Thu, 29 Nov 2001 18:01:33 -0800 (PST) (envelope-from ache) Message-Id: <200111300201.fAU21Xs30745@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 18:01:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isspace.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 18:01:33 PST Modified files: lib/libc/locale isspace.3 Log: Clarify valid isspace() range Revision Changes Path 1.14 +11 -9 src/lib/libc/locale/isspace.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 19: 8: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 E382237B41C; Thu, 29 Nov 2001 19:08:16 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU38GV45656; Thu, 29 Nov 2001 19:08:16 -0800 (PST) (envelope-from kuriyama) Message-Id: <200111300308.fAU38GV45656@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Thu, 29 Nov 2001 19:08:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kuriyama 2001/11/29 19:08:16 PST Modified files: www/apache13-modssl pkg-plist Log: Fix plist. Found by: bento Revision Changes Path 1.24 +1 -0 ports/www/apache13-modssl/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 Nov 29 19: 9: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 4CA4737B405; Thu, 29 Nov 2001 19:09:43 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU39hg45761; Thu, 29 Nov 2001 19:09:43 -0800 (PST) (envelope-from will) Message-Id: <200111300309.fAU39hg45761@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Thu, 29 Nov 2001 19:09:43 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG will 2001/11/29 19:09:43 PST Modified files: . access Log: Rajesh Vaidheswarran <rv> said he doesn't have as much time as he'd like to spend on FreeBSD ports. So he asked me to safeguard his commit bit for the time being, until he can spend more time on FreeBSD. Sounds fine to: portmgr Revision Changes Path 1.276 +0 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 19:20:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1536E37B417; Thu, 29 Nov 2001 19:20:20 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU3KKv46725; Thu, 29 Nov 2001 19:20:20 -0800 (PST) (envelope-from will) Message-Id: <200111300320.fAU3KKv46725@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Thu, 29 Nov 2001 19:20:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/korganizer Makefile distinfo pkg-comment pkg-descr pkg-plist ports/deskutils/korganizer/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG will 2001/11/29 19:20:19 PST Modified files: deskutils Makefile Removed files: deskutils/korganizer Makefile distinfo pkg-comment pkg-descr pkg-plist deskutils/korganizer/files patch-aa Log: This port has been obsoleted by deskutils/kdepim. PR: 30290 Submitted by: Ports Fury Revision Changes Path 1.56 +0 -1 ports/deskutils/Makefile 1.23 +0 -25 ports/deskutils/korganizer/Makefile (dead) 1.5 +0 -1 ports/deskutils/korganizer/distinfo (dead) 1.6 +0 -11 ports/deskutils/korganizer/files/patch-aa (dead) 1.2 +0 -1 ports/deskutils/korganizer/pkg-comment (dead) 1.2 +0 -21 ports/deskutils/korganizer/pkg-descr (dead) 1.6 +0 -117 ports/deskutils/korganizer/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 19:22:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 442BF37B405; Thu, 29 Nov 2001 19:22:28 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU3MSY47036; Thu, 29 Nov 2001 19:22:28 -0800 (PST) (envelope-from will) Message-Id: <200111300322.fAU3MSY47036@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Thu, 29 Nov 2001 19:22: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG will 2001/11/29 19:22:28 PST Modified files: . modules Log: <--- ports/deskutils/korganizer Revision Changes Path 1.4208 +0 -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 Nov 29 19: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 DFF6337B405; Thu, 29 Nov 2001 19:22:57 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU3Mvo47096; Thu, 29 Nov 2001 19:22:57 -0800 (PST) (envelope-from ijliao) Message-Id: <200111300322.fAU3Mvo47096@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Thu, 29 Nov 2001 19:22:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gqview Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/29 19:22:57 PST Modified files: graphics/gqview Makefile Log: handle gnome more properly Revision Changes Path 1.33 +5 -3 ports/graphics/gqview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 19:30: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 7CD3237B405; Thu, 29 Nov 2001 19:30:06 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU3U6f47868; Thu, 29 Nov 2001 19:30:06 -0800 (PST) (envelope-from will) Message-Id: <200111300330.fAU3U6f47868@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Thu, 29 Nov 2001 19:30:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/khotkeys Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG will 2001/11/29 19:30:06 PST Modified files: misc Makefile Removed files: misc/khotkeys Makefile distinfo pkg-comment pkg-descr pkg-plist Log: This port has been obsoleted by x11/kdebase2. PR: 30291 Submitted by: Ports Fury Revision Changes Path 1.388 +0 -1 ports/misc/Makefile 1.6 +0 -22 ports/misc/khotkeys/Makefile (dead) 1.2 +0 -1 ports/misc/khotkeys/distinfo (dead) 1.2 +0 -1 ports/misc/khotkeys/pkg-comment (dead) 1.3 +0 -3 ports/misc/khotkeys/pkg-descr (dead) 1.4 +0 -22 ports/misc/khotkeys/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 19:30: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 DB2C737B417; Thu, 29 Nov 2001 19:30:30 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU3UUL47919; Thu, 29 Nov 2001 19:30:30 -0800 (PST) (envelope-from will) Message-Id: <200111300330.fAU3UUL47919@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Thu, 29 Nov 2001 19:30:30 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG will 2001/11/29 19:30:30 PST Modified files: . modules Log: <--- ports/misc/khotkeys Revision Changes Path 1.4209 +0 -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 Nov 29 20:34:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9468737B405; Thu, 29 Nov 2001 20:34:33 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU4YX457260; Thu, 29 Nov 2001 20:34:33 -0800 (PST) (envelope-from kris) Message-Id: <200111300434.fAU4YX457260@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Thu, 29 Nov 2001 20:34:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnut Makefile distinfo ports/net/gnut/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/29 20:34:33 PST Modified files: net/gnut Makefile distinfo net/gnut/files patch-ab Added files: net/gnut/files patch-ac Log: Update to gnut 0.4.28. Revision Changes Path 1.14 +2 -3 ports/net/gnut/Makefile 1.14 +1 -1 ports/net/gnut/distinfo 1.2 +3 -3 ports/net/gnut/files/patch-ab 1.1 +11 -0 ports/net/gnut/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 20:41:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 494E237B41A; Thu, 29 Nov 2001 20:41:23 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU4fNw57902; Thu, 29 Nov 2001 20:41:23 -0800 (PST) (envelope-from kris) Message-Id: <200111300441.fAU4fNw57902@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Thu, 29 Nov 2001 20:41:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/dumpasn1 Makefile distinfo ports/converters/dumpasn1/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/29 20:41:23 PST Modified files: converters/dumpasn1 Makefile distinfo Added files: converters/dumpasn1/files patch-ab Removed files: converters/dumpasn1/files patch-aa Log: Update to 20011018 release Revision Changes Path 1.6 +2 -2 ports/converters/dumpasn1/Makefile 1.7 +2 -2 ports/converters/dumpasn1/distinfo 1.3 +0 -12 ports/converters/dumpasn1/files/patch-aa (dead) 1.1 +16 -0 ports/converters/dumpasn1/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 20: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 79D2637B416; Thu, 29 Nov 2001 20:50:49 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU4onS58754; Thu, 29 Nov 2001 20:50:49 -0800 (PST) (envelope-from petef) Message-Id: <200111300450.fAU4onS58754@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 20:50:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/orchard-c Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 20:50:49 PST Modified files: textproc Makefile Added files: textproc/orchard-c Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add orchard-c-0.5.1, an innovative, lightweight API for event stream and tree views of XML PR: 24948 Submitted by: Sergey Skvortsov <skv@protey.ru> Revision Changes Path 1.282 +1 -0 ports/textproc/Makefile 1.1 +36 -0 ports/textproc/orchard-c/Makefile (new) 1.1 +1 -0 ports/textproc/orchard-c/distinfo (new) 1.1 +1 -0 ports/textproc/orchard-c/pkg-comment (new) 1.1 +8 -0 ports/textproc/orchard-c/pkg-descr (new) 1.1 +6 -0 ports/textproc/orchard-c/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 20:52:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 321FE37B416; Thu, 29 Nov 2001 20:52:46 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU4qkS59087; Thu, 29 Nov 2001 20:52:46 -0800 (PST) (envelope-from petef) Message-Id: <200111300452.fAU4qkS59087@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 20:52:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Orchard-Perl Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 20:52:46 PST Modified files: textproc Makefile Added files: textproc/p5-Orchard-Perl Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Orchard-Perl-0.03, a Perl interface to Orchard-C PR: 32324 Submitted by: Sergey Skvortsov <skv@protey.ru> Revision Changes Path 1.283 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/p5-Orchard-Perl/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Orchard-Perl/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Orchard-Perl/pkg-comment (new) 1.1 +8 -0 ports/textproc/p5-Orchard-Perl/pkg-descr (new) 1.1 +10 -0 ports/textproc/p5-Orchard-Perl/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 20:54: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 04C0237B405; Thu, 29 Nov 2001 20:54:24 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU4sN359295; Thu, 29 Nov 2001 20:54:23 -0800 (PST) (envelope-from petef) Message-Id: <200111300454.fAU4sN359295@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 20:54:23 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 20:54:23 PST Modified files: . modules Log: orchard-c --> ports/textproc/orchard-c p5-Orchard-Perl --> ports/textproc/p5-Orchard-Perl Revision Changes Path 1.4210 +2 -0 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 Nov 29 21: 5:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D139337B416; Thu, 29 Nov 2001 21:05:53 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU55rQ63485; Thu, 29 Nov 2001 21:05:53 -0800 (PST) (envelope-from ache) Message-Id: <200111300505.fAU55rQ63485@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 21:05:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale bg_BG.CP1251.src el_GR.ISO8859-7.src hi_IN.ISCII-DEV.src ja_JP.SJIS.src ja_JP.eucJP.src la_LN.ISO8859-1.src la_LN.ISO8859-15.src la_LN.ISO8859-2.src la_LN.ISO8859-4.src la_LN.US-ASCII.src ru_RU.CP866.src ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 21:05:53 PST Modified files: share/mklocale bg_BG.CP1251.src el_GR.ISO8859-7.src hi_IN.ISCII-DEV.src ja_JP.SJIS.src ja_JP.eucJP.src la_LN.ISO8859-1.src la_LN.ISO8859-15.src la_LN.ISO8859-2.src la_LN.ISO8859-4.src la_LN.US-ASCII.src ru_RU.CP866.src ru_RU.ISO8859-5.src ru_RU.KOI8-R.src uk_UA.KOI8-U.src zh_TW.Big5.src Log: Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relation Revision Changes Path 1.2 +59 -12 src/share/mklocale/bg_BG.CP1251.src 1.3 +3 -9 src/share/mklocale/el_GR.ISO8859-7.src 1.4 +4 -5 src/share/mklocale/hi_IN.ISCII-DEV.src 1.3 +1 -1 src/share/mklocale/ja_JP.SJIS.src 1.3 +1 -0 src/share/mklocale/ja_JP.eucJP.src 1.3 +5 -4 src/share/mklocale/la_LN.ISO8859-1.src 1.2 +6 -5 src/share/mklocale/la_LN.ISO8859-15.src 1.4 +12 -13 src/share/mklocale/la_LN.ISO8859-2.src 1.3 +3 -4 src/share/mklocale/la_LN.ISO8859-4.src 1.2 +6 -5 src/share/mklocale/la_LN.US-ASCII.src 1.3 +24 -12 src/share/mklocale/ru_RU.CP866.src 1.2 +25 -33 src/share/mklocale/ru_RU.ISO8859-5.src 1.4 +3 -4 src/share/mklocale/ru_RU.KOI8-R.src 1.3 +3 -4 src/share/mklocale/uk_UA.KOI8-U.src 1.3 +1 -0 src/share/mklocale/zh_TW.Big5.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 21: 6: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 0106C37B41B; Thu, 29 Nov 2001 21:06:25 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU56Ob63545; Thu, 29 Nov 2001 21:06:24 -0800 (PST) (envelope-from petef) Message-Id: <200111300506.fAU56Ob63545@freefall.freebsd.org> From: Pete Fritchman <petef@FreeBSD.org> Date: Thu, 29 Nov 2001 21:06:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rdesktop Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG petef 2001/11/29 21:06:24 PST Modified files: net/rdesktop Makefile distinfo Log: Update to patchlevel 19.7.5. PR: 32257 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/net/rdesktop/Makefile 1.5 +1 -1 ports/net/rdesktop/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 21: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 E0C9537B417; Thu, 29 Nov 2001 21:24:09 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU5O9L65765; Thu, 29 Nov 2001 21:24:09 -0800 (PST) (envelope-from ache) Message-Id: <200111300524.fAU5O9L65765@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 21:24:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale la_LN.ISO8859-4.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 21:24:09 PST Modified files: share/mklocale la_LN.ISO8859-4.src Log: Start every data line with keyword Revision Changes Path 1.4 +8 -8 src/share/mklocale/la_LN.ISO8859-4.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 21:39:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B59237B405; Thu, 29 Nov 2001 21:39:09 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU5d9F67081; Thu, 29 Nov 2001 21:39:09 -0800 (PST) (envelope-from ache) Message-Id: <200111300539.fAU5d9F67081@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 21:39:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isblank.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 21:39:09 PST Modified files: lib/libc/locale isblank.3 Log: Clarify isblank range Revision Changes Path 1.10 +15 -1 src/lib/libc/locale/isblank.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 21:44: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 72C2537B417; Thu, 29 Nov 2001 21:44:16 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU5iGt67578; Thu, 29 Nov 2001 21:44:16 -0800 (PST) (envelope-from ijliao) Message-Id: <200111300544.fAU5iGt67578@freefall.freebsd.org> From: Ying-Chieh Liao <ijliao@FreeBSD.org> Date: Thu, 29 Nov 2001 21:44:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ijliao 2001/11/29 21:44:16 PST Modified files: net/centericq Makefile distinfo Removed files: net/centericq/files patch-Makefile.in Log: upgrade to 4.2.0 Revision Changes Path 1.23 +1 -4 ports/net/centericq/Makefile 1.11 +1 -1 ports/net/centericq/distinfo 1.2 +0 -10 ports/net/centericq/files/patch-Makefile.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 21: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 2475437B416; Thu, 29 Nov 2001 21:54:31 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU5sVH68349; Thu, 29 Nov 2001 21:54:31 -0800 (PST) (envelope-from alfred) Message-Id: <200111300554.fAU5sVH68349@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Thu, 29 Nov 2001 21:54:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand write.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG alfred 2001/11/29 21:54:31 PST Modified files: lib/libstand write.c Log: write should return the number of bytes written, not 0 on success. Submitted by: Jonathan Mini <mini@haikugeek.com> PR: kern/32350 Revision Changes Path 1.3 +1 -1 src/lib/libstand/write.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 21:59: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 4A57D37B419; Thu, 29 Nov 2001 21:59:47 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU5xlu68781; Thu, 29 Nov 2001 21:59:47 -0800 (PST) (envelope-from alfred) Message-Id: <200111300559.fAU5xlu68781@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Thu, 29 Nov 2001 21:59:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand write.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG alfred 2001/11/29 21:59:47 PST Modified files: lib/libstand write.c Log: Make the same fix for writes to RAW objects. Revision Changes Path 1.4 +2 -2 src/lib/libstand/write.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 22:12: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 2BC1037B41A; Thu, 29 Nov 2001 22:12:22 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU6CM573438; Thu, 29 Nov 2001 22:12:22 -0800 (PST) (envelope-from fenner) Message-Id: <200111300612.fAU6CM573438@freefall.freebsd.org> From: Bill Fenner <fenner@FreeBSD.org> Date: Thu, 29 Nov 2001 22:12:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio printf.3 vfprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG fenner 2001/11/29 22:12:20 PST Modified files: lib/libc/stdio printf.3 vfprintf.c Log: Implement several of the c99 updates to printf(3): - New length modifiers: hh, j, t, z. - New flag: '. Note that %'f is not yet implemented. - Use "inf"/"nan" for efg formats, "INF"/"NAN" for EFG formats. - Implemented %q in terms of %ll; if "quad_t" is not "long long" %q will break. Still to do: - %C, %S, %lc, %ls (wide character support) - %'f (thousands in integer portion of %f) - %a/%A (exact hex representation of floating-point numbers) Garrett Wollman wrote the first version of the vfprintf.c update; Mike Barcroft wrote the first version of the printf.3 changes. Revision Changes Path 1.34 +226 -97 src/lib/libc/stdio/printf.3 1.32 +233 -115 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 22:24: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 1519237B417; Thu, 29 Nov 2001 22:24:35 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU6OZp75027; Thu, 29 Nov 2001 22:24:35 -0800 (PST) (envelope-from alfred) Message-Id: <200111300624.fAU6OZp75027@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Thu, 29 Nov 2001 22:24:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand write.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG alfred 2001/11/29 22:24:35 PST Modified files: lib/libstand write.c Log: Back out my 'fix', resid is different for strategy than for write Revision Changes Path 1.5 +2 -2 src/lib/libstand/write.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 22:25: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9036737B419; Thu, 29 Nov 2001 22:25:01 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU6P1X75133; Thu, 29 Nov 2001 22:25:01 -0800 (PST) (envelope-from ache) Message-Id: <200111300625.fAU6P1X75133@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 22:25:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wu-ftpd Makefile distinfo ports/ftp/wu-ftpd/files patch-ak patch-ap X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 22:25:00 PST Modified files: ftp/wu-ftpd Makefile distinfo ftp/wu-ftpd/files patch-ap Added files: ftp/wu-ftpd/files patch-ak Log: Use vendor-supplied prevent glob overflow patch Revision Changes Path 1.42 +6 -5 ports/ftp/wu-ftpd/Makefile 1.25 +1 -1 ports/ftp/wu-ftpd/distinfo 1.1 +11 -0 ports/ftp/wu-ftpd/files/patch-ak (new) 1.3 +0 -229 ports/ftp/wu-ftpd/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 Thu Nov 29 22:46: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 7CA3A37B419; Thu, 29 Nov 2001 22:46:32 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU6kWI79872; Thu, 29 Nov 2001 22:46:32 -0800 (PST) (envelope-from vanilla) Message-Id: <200111300646.fAU6kWI79872@freefall.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Thu, 29 Nov 2001 22:46:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-IMAP-Admin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG vanilla 2001/11/29 22:46:32 PST Modified files: mail/p5-IMAP-Admin Makefile distinfo Log: Upgrade to 1.6.0 PR: ports/32291 Submitted by: maintainer Revision Changes Path 1.13 +2 -3 ports/mail/p5-IMAP-Admin/Makefile 1.8 +1 -1 ports/mail/p5-IMAP-Admin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 22:47: 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 0DEE137B405; Thu, 29 Nov 2001 22:47:02 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU6l2M80179; Thu, 29 Nov 2001 22:47:02 -0800 (PST) (envelope-from vanilla) Message-Id: <200111300647.fAU6l2M80179@freefall.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Thu, 29 Nov 2001 22:47:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-chart Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG vanilla 2001/11/29 22:47:01 PST Modified files: graphics/p5-chart Makefile distinfo Log: Upgrade to 1.0.1. Revision Changes Path 1.16 +2 -2 ports/graphics/p5-chart/Makefile 1.4 +1 -1 ports/graphics/p5-chart/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 22: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 1D0EC37B405; Thu, 29 Nov 2001 22:48:10 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU6mAm80425; Thu, 29 Nov 2001 22:48:10 -0800 (PST) (envelope-from vanilla) Message-Id: <200111300648.fAU6mAm80425@freefall.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Thu, 29 Nov 2001 22:48:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_mp3 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG vanilla 2001/11/29 22:48:10 PST Modified files: www/mod_mp3 Makefile distinfo Log: Upgrade to 0.33, correct MASTER_SITES. PR: ports/32360 Submitted by: Bruce Walker <bmw@borderware.com> Revision Changes Path 1.15 +2 -2 ports/www/mod_mp3/Makefile 1.13 +1 -1 ports/www/mod_mp3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 22:50:43 2001 Delivered-To: cvs-all@freebsd.org Received: from a96180.upc-a.chello.nl (a96180.upc-a.chello.nl [62.163.96.180]) by hub.freebsd.org (Postfix) with ESMTP id D700637B417; Thu, 29 Nov 2001 22:50:36 -0800 (PST) Received: by a96180.upc-a.chello.nl (Postfix, from userid 1001) id 4D9DC214C; Fri, 30 Nov 2001 07:50:34 +0100 (CET) Date: Fri, 30 Nov 2001 07:50:33 +0100 From: Jeroen Ruigrok/Asmodai <asmodai@daemon.ninth-circle.org> To: Jordan Hubbard <jkh@winston.freebsd.org> Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h Message-ID: <20011130075033.M52389@daemon.ninth-circle.org> References: <wollman@khavrinen.lcs.mit.edu> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> <3244.1006969850@winston.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3244.1006969850@winston.freebsd.org> User-Agent: Mutt/1.3.23i Organisation: Ninth Circle Enterprises Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG -On [20011128 19:00], Jordan Hubbard (jkh@winston.freebsd.org) wrote: >> Please coordinate this work with the FreeBSD Standards Conformance >> group. > >There's a FreeBSD Standards Conformance group? When did that happen? I will scare you more than, you probably also don't know about the BSD-API list for dicussion on keeping the three major BSD's (FreeBSD, NetBSD, OpenBSD) pretty synched up on features and APIs. -- Jeroen Ruigrok van der Werven / Asmodai / Kita no Mono / xMach coreteam asmodai@[wxs.nl|xmach.org], finger asmodai@ninth-circle.org Don't fear dying, fear never having loved... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 23:10: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 AFAE237B41C; Thu, 29 Nov 2001 23:10:08 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU7A8W86001; Thu, 29 Nov 2001 23:10:08 -0800 (PST) (envelope-from ache) Message-Id: <200111300710.fAU7A8W86001@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 23:10:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale bg_BG.CP1251.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 23:10:08 PST Modified files: share/mklocale bg_BG.CP1251.src Log: Add 0x98 to CONTROL section Revision Changes Path 1.3 +1 -1 src/share/mklocale/bg_BG.CP1251.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 23:18: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C5CB37B405; Thu, 29 Nov 2001 23:17:57 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU7HvF87079; Thu, 29 Nov 2001 23:17:57 -0800 (PST) (envelope-from vanilla) Message-Id: <200111300717.fAU7HvF87079@freefall.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Thu, 29 Nov 2001 23:17:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Crypt-OpenSSL-RSA Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG vanilla 2001/11/29 23:17:57 PST Modified files: security/p5-Crypt-OpenSSL-RSA Makefile distinfo pkg-plist Log: Upgrade to 0.12, and fix pkg-plist. PR: ports/32276 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/security/p5-Crypt-OpenSSL-RSA/Makefile 1.2 +1 -1 ports/security/p5-Crypt-OpenSSL-RSA/distinfo 1.2 +4 -3 ports/security/p5-Crypt-OpenSSL-RSA/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 Nov 29 23:18: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 BF68137B416; Thu, 29 Nov 2001 23:18:23 -0800 (PST) Received: (from logo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU7INn87111; Thu, 29 Nov 2001 23:18:23 -0800 (PST) (envelope-from logo) Message-Id: <200111300718.fAU7INn87111@freefall.freebsd.org> From: Valentino Vaschetto <logo@FreeBSD.org> Date: Thu, 29 Nov 2001 23:18:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 vm_page_zero_fill.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG logo 2001/11/29 23:18:23 PST Modified files: share/man/man9 vm_page_zero_fill.9 Log: Spelling error: dependant -> dependent PR Revision Changes Path 1.2 +1 -1 src/share/man/man9/vm_page_zero_fill.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 23:19:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93F6E37B41E; Thu, 29 Nov 2001 23:19:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU7JLO87242; Thu, 29 Nov 2001 23:19:21 -0800 (PST) (envelope-from ache) Message-Id: <200111300719.fAU7JLO87242@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 29 Nov 2001 23:19:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale hi_IN.ISCII-DEV.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/29 23:19:21 PST Modified files: share/mklocale hi_IN.ISCII-DEV.src Log: Properly classify 0x80 - 0xa0 range Revision Changes Path 1.5 +5 -5 src/share/mklocale/hi_IN.ISCII-DEV.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 23:20: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 4936C37B416; Thu, 29 Nov 2001 23:20:53 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU7Krl87449; Thu, 29 Nov 2001 23:20:53 -0800 (PST) (envelope-from vanilla) Message-Id: <200111300720.fAU7Krl87449@freefall.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Thu, 29 Nov 2001 23:20:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Crypt-OpenSSL-Random Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG vanilla 2001/11/29 23:20:53 PST Modified files: security/p5-Crypt-OpenSSL-Random Makefile distinfo Log: Upgrade to 0.03 PR: ports/32276 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/security/p5-Crypt-OpenSSL-Random/Makefile 1.2 +1 -1 ports/security/p5-Crypt-OpenSSL-Random/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 23:21:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 283ED37B405; Thu, 29 Nov 2001 23:21:49 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU7Ln187639; Thu, 29 Nov 2001 23:21:49 -0800 (PST) (envelope-from vanilla) Message-Id: <200111300721.fAU7Ln187639@freefall.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Thu, 29 Nov 2001 23:21:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/smalltalk Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG vanilla 2001/11/29 23:21:49 PST Modified files: lang/smalltalk Makefile distinfo pkg-plist Log: Upgrade to 1.95.6. PR: ports/32313 Submitted by: KATO Tsuguru <tkato@prontomail.com> Revision Changes Path 1.33 +2 -2 ports/lang/smalltalk/Makefile 1.10 +1 -1 ports/lang/smalltalk/distinfo 1.10 +2 -2 ports/lang/smalltalk/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 Nov 29 23:23: 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 8FBB737B417; Thu, 29 Nov 2001 23:22:56 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU7Muv87854; Thu, 29 Nov 2001 23:22:56 -0800 (PST) (envelope-from vanilla) Message-Id: <200111300722.fAU7Muv87854@freefall.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Thu, 29 Nov 2001 23:22:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stunnel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG vanilla 2001/11/29 23:22:56 PST Modified files: security/stunnel Makefile distinfo Log: upgrade to 3.21c PR: ports/32290 Submitted by: maintainer Revision Changes Path 1.38 +1 -1 ports/security/stunnel/Makefile 1.23 +1 -1 ports/security/stunnel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 23:36:15 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 4557F37B417; Thu, 29 Nov 2001 23:36:10 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id fAU7a4g133742; Fri, 30 Nov 2001 02:36:04 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: <p0510100eb82ce70d8210@[128.113.24.47]> In-Reply-To: <20011130075033.M52389@daemon.ninth-circle.org> References: <wollman@khavrinen.lcs.mit.edu> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> <3244.1006969850@winston.freebsd.org> <20011130075033.M52389@daemon.ninth-circle.org> Date: Fri, 30 Nov 2001 02:36:02 -0500 To: Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net>, Jordan Hubbard <jkh@winston.freebsd.org> From: Garance A Drosihn <drosih@rpi.edu> Subject: Re: bsd standards efforts... Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG At 7:50 AM +0100 11/30/01, Jeroen Ruigrok/Asmodai wrote: >-On [20011128 19:00], Jordan Hubbard (jkh@winston.freebsd.org) wrote: >>> Please coordinate this work with the FreeBSD Standards Conformance >>> group. >> >>There's a FreeBSD Standards Conformance group? When did that happen? > >I will scare you more than, you probably also don't know about the >BSD-API list for dicussion on keeping the three major BSD's (FreeBSD, >NetBSD, OpenBSD) pretty synched up on features and APIs. Has that list seen much traffic? I thought I joined it, but I don't think I have received all that much email from it... -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 29 23:47:22 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 9F45C37B405; Thu, 29 Nov 2001 23:47:16 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id fAU7l6P09490; Thu, 29 Nov 2001 23:47:07 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net> Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h In-Reply-To: Message from Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net> of "Fri, 30 Nov 2001 07:50:33 +0100." <20011130075033.M52389@daemon.ninth-circle.org> Date: Thu, 29 Nov 2001 23:47:06 -0800 Message-ID: <9486.1007106426@winston.freebsd.org> From: Jordan Hubbard <jkh@winston.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Isn't that Perry Metzger's thingy he hosts over at Wasabi? - Jordan > -On [20011128 19:00], Jordan Hubbard (jkh@winston.freebsd.org) wrote: > >> Please coordinate this work with the FreeBSD Standards Conformance > >> group. > > > >There's a FreeBSD Standards Conformance group? When did that happen? > > I will scare you more than, you probably also don't know about the > BSD-API list for dicussion on keeping the three major BSD's (FreeBSD, > NetBSD, OpenBSD) pretty synched up on features and APIs. > > -- > Jeroen Ruigrok van der Werven / Asmodai / Kita no Mono / xMach coreteam > asmodai@[wxs.nl|xmach.org], finger asmodai@ninth-circle.org > Don't fear dying, fear never having loved... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 0:22: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 33CA837B41A; Fri, 30 Nov 2001 00:21:57 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fAU8L1T28749; Fri, 30 Nov 2001 03:21:01 -0500 (EST) (envelope-from mike) Date: Fri, 30 Nov 2001 03:21:01 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Garance A Drosihn <drosih@rpi.edu> Cc: Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net>, Jordan Hubbard <jkh@winston.freebsd.org>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: bsd standards efforts... Message-ID: <20011130032101.D23064@espresso.q9media.com> References: <wollman@khavrinen.lcs.mit.edu> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> <3244.1006969850@winston.freebsd.org> <20011130075033.M52389@daemon.ninth-circle.org> <p0510100eb82ce70d8210@[128.113.24.47]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <p0510100eb82ce70d8210@[128.113.24.47]>; from drosih@rpi.edu on Fri, Nov 30, 2001 at 02:36:02AM -0500 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Garance A Drosihn <drosih@rpi.edu> writes: > At 7:50 AM +0100 11/30/01, Jeroen Ruigrok/Asmodai wrote: > >I will scare you more than, you probably also don't know about the > >BSD-API list for dicussion on keeping the three major BSD's (FreeBSD, > >NetBSD, OpenBSD) pretty synched up on features and APIs. > > Has that list seen much traffic? I thought I joined it, but I don't > think I have received all that much email from it... It has almost none at all. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 0:40:12 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 6A33837B41B; Fri, 30 Nov 2001 00:40:07 -0800 (PST) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA23897; Fri, 30 Nov 2001 00:24:13 -0800 (PST) Date: Fri, 30 Nov 2001 00:24:11 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: Mike Barcroft <mike@FreeBSD.org> Cc: Garance A Drosihn <drosih@rpi.edu>, Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net>, Jordan Hubbard <jkh@winston.freebsd.org>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: bsd standards efforts... In-Reply-To: <20011130032101.D23064@espresso.q9media.com> Message-ID: <Pine.BSF.4.21.0111300023550.22768-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG I tried posting to it but no-one replied.. On Fri, 30 Nov 2001, Mike Barcroft wrote: > Garance A Drosihn <drosih@rpi.edu> writes: > > At 7:50 AM +0100 11/30/01, Jeroen Ruigrok/Asmodai wrote: > > >I will scare you more than, you probably also don't know about the > > >BSD-API list for dicussion on keeping the three major BSD's (FreeBSD, > > >NetBSD, OpenBSD) pretty synched up on features and APIs. > > > > Has that list seen much traffic? I thought I joined it, but I don't > > think I have received all that much email from it... > > It has almost none at all. > > Best regards, > Mike Barcroft > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 1: 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 27D5037B416; Fri, 30 Nov 2001 01:02:55 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU92tM03041; Fri, 30 Nov 2001 01:02:55 -0800 (PST) (envelope-from dirk) Message-Id: <200111300902.fAU92tM03041@freefall.freebsd.org> From: Dirk Froemberg <dirk@FreeBSD.org> Date: Fri, 30 Nov 2001 01:02:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4/files patch-ext_mcal_config.m4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dirk 2001/11/30 01:02:55 PST Modified files: www/mod_php4/files patch-ext_mcal_config.m4 Log: Provide function stubs for mcal to get around problems with certain combinations of support options. Submitted by: Thierry Thomas <thierry@thomas.as> Revision Changes Path 1.2 +13 -8 ports/www/mod_php4/files/patch-ext_mcal_config.m4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 1: 5: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 2005537B417; Fri, 30 Nov 2001 01:05:30 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU95Uc06553; Fri, 30 Nov 2001 01:05:30 -0800 (PST) (envelope-from cjc) Message-Id: <200111300905.fAU95Uc06553@freefall.freebsd.org> From: "Crist J. Clark" <cjc@FreeBSD.org> Date: Fri, 30 Nov 2001 01:05:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG cjc 2001/11/30 01:05:30 PST Modified files: (Branch: RELENG_4) usr.sbin/periodic periodic.8 Log: MFC: 1.25 Add a BUGS section noting that the basename of a directory containing periodic(8) scripts must be useable as a sh(1) variable. Revision Changes Path 1.11.2.12 +9 -0 src/usr.sbin/periodic/periodic.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 1:19: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 90E9637B419; Fri, 30 Nov 2001 01:19:33 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU9JXC08005; Fri, 30 Nov 2001 01:19:33 -0800 (PST) (envelope-from dirk) Message-Id: <200111300919.fAU9JXC08005@freefall.freebsd.org> From: Dirk Froemberg <dirk@FreeBSD.org> Date: Fri, 30 Nov 2001 01:19:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4 Makefile distinfo ports/www/mod_php4/files patch-ext_domxml_config.m4 patch-ext_gd_config.m4 patch-ext_gd_gd.c patch-ext_imap_config.m4 patch-ext_sybase_ct_config.m4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dirk 2001/11/30 01:19:33 PST Modified files: www/mod_php4 Makefile distinfo Added files: www/mod_php4/files patch-ext_domxml_config.m4 patch-ext_gd_config.m4 patch-ext_gd_gd.c patch-ext_imap_config.m4 patch-ext_sybase_ct_config.m4 Log: Add patch files to the repository, finally. Revision Changes Path 1.154 +0 -6 ports/www/mod_php4/Makefile 1.103 +0 -6 ports/www/mod_php4/distinfo 1.1 +29 -0 ports/www/mod_php4/files/patch-ext_domxml_config.m4 (new) 1.1 +13 -0 ports/www/mod_php4/files/patch-ext_gd_config.m4 (new) 1.1 +81 -0 ports/www/mod_php4/files/patch-ext_gd_gd.c (new) 1.1 +11 -0 ports/www/mod_php4/files/patch-ext_imap_config.m4 (new) 1.1 +20 -0 ports/www/mod_php4/files/patch-ext_sybase_ct_config.m4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 1: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 4CDB737B405; Fri, 30 Nov 2001 01:40:52 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU9eqS10230; Fri, 30 Nov 2001 01:40:52 -0800 (PST) (envelope-from dirk) Message-Id: <200111300940.fAU9eqS10230@freefall.freebsd.org> From: Dirk Froemberg <dirk@FreeBSD.org> Date: Fri, 30 Nov 2001 01:40:52 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dirk 2001/11/30 01:40:52 PST Modified files: www/mod_php4/scripts configure.php Log: Replace ${PREFIX} with ${LOCALBASE} were appropriate. Submitted by: petef Revision Changes Path 1.149 +37 -37 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 Fri Nov 30 1:50: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 7B0F737B41D; Fri, 30 Nov 2001 01:50:48 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAU9omE10898; Fri, 30 Nov 2001 01:50:48 -0800 (PST) (envelope-from nik) Message-Id: <200111300950.fAU9omE10898@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Fri, 30 Nov 2001 01:50:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nik 2001/11/30 01:50:48 PST Modified files: en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Damn. "rationalize" -> "rationalise". Revision Changes Path 1.25 +1 -1 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 2: 8: 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 139F137B416; Fri, 30 Nov 2001 02:07:55 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUA7tZ16023; Fri, 30 Nov 2001 02:07:55 -0800 (PST) (envelope-from dfr) Message-Id: <200111301007.fAUA7tZ16023@freefall.freebsd.org> From: Doug Rabson <dfr@FreeBSD.org> Date: Fri, 30 Nov 2001 02:07:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dfr 2001/11/30 02:07:55 PST Modified files: sys/ia64/ia64 pmap.c Log: * Don't use critical_enter/critical_exit when accessing the VHPT - its pointless and would be inadequate for SMP systems. We will rely on the VM system's locks to serialise this for now. * Change pmap_remove() so that if the range being removed is larger than the number of pages mapped by the pmap, we iterate over the currently mapped pages instead of over the virtual address range. This should make a difference when removing large virtual address ranges from an address space. Revision Changes Path 1.39 +21 -17 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 2:40:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F09C037B41A; Fri, 30 Nov 2001 02:40:03 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUAe3X19045; Fri, 30 Nov 2001 02:40:03 -0800 (PST) (envelope-from clive) Message-Id: <200111301040.fAUAe3X19045@freefall.freebsd.org> From: Clive Lin <clive@FreeBSD.org> Date: Fri, 30 Nov 2001 02:40:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBD-ODBC Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG clive 2001/11/30 02:40:03 PST Modified files: databases Makefile Added files: databases/p5-DBD-ODBC Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: p5-DBD-ODBC, DBD module interfacing the ODBC databases. Revision Changes Path 1.149 +1 -0 ports/databases/Makefile 1.1 +26 -0 ports/databases/p5-DBD-ODBC/Makefile (new) 1.1 +1 -0 ports/databases/p5-DBD-ODBC/distinfo (new) 1.1 +1 -0 ports/databases/p5-DBD-ODBC/pkg-comment (new) 1.1 +3 -0 ports/databases/p5-DBD-ODBC/pkg-descr (new) 1.1 +6 -0 ports/databases/p5-DBD-ODBC/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 2:40:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B80537B417; Fri, 30 Nov 2001 02:40:07 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUAe6019082; Fri, 30 Nov 2001 02:40:06 -0800 (PST) (envelope-from clive) Message-Id: <200111301040.fAUAe6019082@freefall.freebsd.org> From: Clive Lin <clive@FreeBSD.org> Date: Fri, 30 Nov 2001 02:40: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG clive 2001/11/30 02:40:06 PST Modified files: . modules Log: p5-DBD-ODBC --> ports/databases/p5-DBD-ODBC Revision Changes Path 1.4211 +1 -0 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 Nov 30 2:41: 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 65DE437B425; Fri, 30 Nov 2001 02:40:28 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUAeS519148; Fri, 30 Nov 2001 02:40:28 -0800 (PST) (envelope-from ru) Message-Id: <200111301040.fAUAeS519148@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Fri, 30 Nov 2001 02:40:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet icmp_var.h ip_icmp.c ip_input.c ip_var.h src/usr.bin/netstat inet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/11/30 02:40:28 PST Modified files: sys/netinet icmp_var.h ip_icmp.c ip_input.c ip_var.h usr.bin/netstat inet.c Log: - Make ip_rtaddr() global, and use it to look up the correct source address in icmp_reflect(). - Two new "struct icmpstat" members: icps_badaddr and icps_noroute. PR: kern/31575 Obtained from: BSD/OS MFC after: 1 week Revision Changes Path 1.19 +3 -1 src/sys/netinet/icmp_var.h 1.64 +14 -26 src/sys/netinet/ip_icmp.c 1.185 +17 -16 src/sys/netinet/ip_input.c 1.59 +3 -1 src/sys/netinet/ip_var.h 1.52 +5 -0 src/usr.bin/netstat/inet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 3: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 D360F37B41A; Fri, 30 Nov 2001 03:35:01 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUBZ1p28239; Fri, 30 Nov 2001 03:35:01 -0800 (PST) (envelope-from cjc) Message-Id: <200111301135.fAUBZ1p28239@freefall.freebsd.org> From: "Crist J. Clark" <cjc@FreeBSD.org> Date: Fri, 30 Nov 2001 03:35:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG cjc 2001/11/30 03:35:01 PST Modified files: usr.sbin/acpi/acpiconf acpiconf.c Log: Make the error messaging more helpful. PR: 31483 Approved by: iwasaki, ru MFC after: 4 days Revision Changes Path 1.7 +12 -10 src/usr.sbin/acpi/acpiconf/acpiconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 3:57: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 9881537B41A; Fri, 30 Nov 2001 03:57:23 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUBvNU30273; Fri, 30 Nov 2001 03:57:23 -0800 (PST) (envelope-from peter) Message-Id: <200111301157.fAUBvNU30273@freefall.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Fri, 30 Nov 2001 03:57:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG peter 2001/11/30 03:57:23 PST Modified files: sys/i386/i386 identcpu.c Log: cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64 cpu. (This is for either userland apps running in i386 mode on an ia64 OS, or when the cpu is in i386 legacy mode running an i386 OS). Revision Changes Path 1.96 +1 -1 src/sys/i386/i386/identcpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 4:22: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 318A037B416; Fri, 30 Nov 2001 04:22:37 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUCMbT42579; Fri, 30 Nov 2001 04:22:37 -0800 (PST) (envelope-from joe) Message-Id: <200111301222.fAUCMbT42579@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Fri, 30 Nov 2001 04:22:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT log_accum.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG joe 2001/11/30 04:22:37 PST Modified files: . log_accum.pl Log: Add a 'cvs-projects' log file for the projects/ subtree. Revision Changes Path 1.110 +1 -0 CVSROOT/log_accum.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 4: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 2BC9B37B405; Fri, 30 Nov 2001 04:48:31 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUCmV345233; Fri, 30 Nov 2001 04:48:31 -0800 (PST) (envelope-from phantom) Message-Id: <200111301248.fAUCmV345233@freefall.freebsd.org> From: Alexey Zelkin <phantom@FreeBSD.org> Date: Fri, 30 Nov 2001 04:48:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG phantom 2001/11/30 04:48:31 PST Modified files: lib/libc/stdlib strtod.c Log: Merge NetBSD's changes from netbsd_strtod.c in preparation of removing it from our source tree in order to have one version of strtod() for all arches. netbsd_strtod.c still left in source tree until alpha folks make sure that our native strtod() works as well as NetBSD's one. Reviewed by: peter, bde (some time ago) Revision Changes Path 1.16 +54 -47 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 4:55:34 2001 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 5CDC237B417; Fri, 30 Nov 2001 04:55:25 -0800 (PST) Received: from ark.cris.net (ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id OAA46580; Fri, 30 Nov 2001 14:55:20 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id fAUCsoF71403; Fri, 30 Nov 2001 14:54:50 +0200 (EET) Date: Fri, 30 Nov 2001 14:54:50 +0200 From: Alexey Zelkin <phantom@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtod.c Message-ID: <20011130145450.B68788@ark.cris.net> References: <200111301248.fAUCmV345233@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200111301248.fAUCmV345233@freefall.freebsd.org>; from phantom@FreeBSD.org on Fri, Nov 30, 2001 at 04:48:31AM -0800 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG hi, On Fri, Nov 30, 2001 at 04:48:31AM -0800, Alexey Zelkin wrote: > phantom 2001/11/30 04:48:31 PST > > Modified files: > lib/libc/stdlib strtod.c > Log: > Merge NetBSD's changes from netbsd_strtod.c in preparation of > removing it from our source tree in order to have one version > of strtod() for all arches. netbsd_strtod.c still left in source > tree until alpha folks make sure that our native strtod() works > as well as NetBSD's one. This change mostly affects i386 platform since it switch using 'long' and 'unsigned long' to int32_t and u_int32_t respectively. I've tested it against my -stable machine and did not get any negative effect. If you'll get some please notice me and I'll switch i386 back to old good long's. Also note that netbsd_strtod.c is scheduled to be removed soon! > Reviewed by: peter, bde (some time ago) > > Revision Changes Path > 1.16 +54 -47 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 4:59: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 1E76A37B405; Fri, 30 Nov 2001 04:59:01 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 169nHJ-0001wV-00; Fri, 30 Nov 2001 15:00:29 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: Ying-Chieh Liao <ijliao@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files patch-Makefile.in In-reply-to: Your message of "Thu, 29 Nov 2001 21:44:16 PST." <200111300544.fAU5iGt67578@freefall.freebsd.org> Date: Fri, 30 Nov 2001 15:00:29 +0200 Message-ID: <7470.1007125229@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, 29 Nov 2001 21:44:16 PST, Ying-Chieh Liao wrote: | Modified files: | net/centericq Makefile distinfo | Removed files: | net/centericq/files patch-Makefile.in | Log: | upgrade to 4.2.0 Still no support for the ICQ2000 protocol, which at this stage only seems to be supported by ports/net/ickle. When you perform an update that introduces ICQ2000 protocol support, will you mention it in your commit message? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 5:32: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id E232137B417; Fri, 30 Nov 2001 05:31:56 -0800 (PST) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fAUDVuM89189; Fri, 30 Nov 2001 05:31:56 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 79643380D; Fri, 30 Nov 2001 05:31:56 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alexey Zelkin <phantom@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtod.c In-Reply-To: <20011130145450.B68788@ark.cris.net> Date: Fri, 30 Nov 2001 05:31:56 -0800 From: Peter Wemm <peter@wemm.org> Message-Id: <20011130133156.79643380D@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Alexey Zelkin wrote: > hi, > > On Fri, Nov 30, 2001 at 04:48:31AM -0800, Alexey Zelkin wrote: > > phantom 2001/11/30 04:48:31 PST > > > > Modified files: > > lib/libc/stdlib strtod.c > > Log: > > Merge NetBSD's changes from netbsd_strtod.c in preparation of > > removing it from our source tree in order to have one version > > of strtod() for all arches. netbsd_strtod.c still left in source > > tree until alpha folks make sure that our native strtod() works > > as well as NetBSD's one. > > This change mostly affects i386 platform since it switch > using 'long' and 'unsigned long' to int32_t and u_int32_t > respectively. I've tested it against my -stable machine and > did not get any negative effect. If you'll get some please notice > me and I'll switch i386 back to old good long's. This is actually a good thing I think. It is possible to configure gcc to have 64 bit long's on i386, and this would be one less thing to break. This strtod implementation *really* wants those to be 32 bit entities much more than it wants it to be some particular type. Thanks! Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 5:34:24 2001 Delivered-To: cvs-all@freebsd.org Received: from ms69.hinet.net (ms69.hinet.net [168.95.4.69]) by hub.freebsd.org (Postfix) with ESMTP id 091E637B405; Fri, 30 Nov 2001 05:34:18 -0800 (PST) Received: from blue.office.eslite (211-23-184-179.eslitebooks.com [211.23.184.179]) by ms69.hinet.net (8.8.8/8.8.8) with ESMTP id VAA15326; Fri, 30 Nov 2001 21:34:06 +0800 (CST) Received: from malloc.eb.kliev.net (nullmail@pc186.office.eslite [192.168.7.186]) by blue.office.eslite (8.11.2/8.11.2) with SMTP id fAUDY3p01897; Fri, 30 Nov 2001 21:34:05 +0800 Received: (nullmailer pid 68457 invoked by uid 1000); Fri, 30 Nov 2001 13:33:20 -0000 Date: Fri, 30 Nov 2001 21:33:20 +0800 From: Clive Lin <clive@tongi.org> To: Sheldon Hearn <sheldonh@starjuice.net> Cc: Ying-Chieh Liao <ijliao@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files patch-Makefile.in Message-ID: <20011130133319.GA68423@malloc.eb.kliev.net> References: <200111300544.fAU5iGt67578@freefall.freebsd.org> <7470.1007125229@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7470.1007125229@axl.seasidesoftware.co.za> User-Agent: Mutt/1.3.23.2i X-Operating-System: FreeBSD 4.4-RELEASE i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Fri, Nov 30, 2001 at 03:00:29PM +0200, Sheldon Hearn wrote: > > > On Thu, 29 Nov 2001 21:44:16 PST, Ying-Chieh Liao wrote: > > | Modified files: > | net/centericq Makefile distinfo > | Removed files: > | net/centericq/files patch-Makefile.in > | Log: > | upgrade to 4.2.0 > > Still no support for the ICQ2000 protocol, which at this stage only > seems to be supported by ports/net/ickle. vicq is also a v7 client, but unfortunately it's not in ports.. there's also jcq2k.. err, not in ports either ;) btw, it may be fun if there's anyone would like to jad icq.com's icqlite.. (http://web.icq.com/icqlite) This even supports icq2001b, which you could save your contact list on the icq server. > When you perform an update that introduces ICQ2000 protocol support, > will you mention it in your commit message? :-) > > Ciao, > Sheldon. -- PGP key in header X-PGP-key. Mutt users simply do |gpg --verify would be fine. Win32 users please google for "pgp freeware." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 5:50:16 2001 Delivered-To: cvs-all@freebsd.org Received: from relay1.macomnet.ru (relay1.macomnet.ru [195.128.64.10]) by hub.freebsd.org (Postfix) with ESMTP id 111A137B416; Fri, 30 Nov 2001 05:50:05 -0800 (PST) Received: from news1.macomnet.ru (maxim@news1.macomnet.ru [195.128.64.14]) by relay1.macomnet.ru (8.11.3/8.11.3) with ESMTP id fAUDnq0777062; Fri, 30 Nov 2001 16:49:52 +0300 (MSK) Date: Fri, 30 Nov 2001 16:49:51 +0300 (MSK) From: Maxim Konovalov <maxim@macomnet.ru> To: Clive Lin <clive@tongi.org> Cc: Sheldon Hearn <sheldonh@starjuice.net>, Ying-Chieh Liao <ijliao@FreeBSD.ORG>, <cvs-committers@FreeBSD.ORG>, <cvs-all@FreeBSD.ORG> Subject: Re: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files patch-Makefile.in In-Reply-To: <20011130133319.GA68423@malloc.eb.kliev.net> Message-ID: <20011130164805.H6076-100000@news1.macomnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Fri, 30 Nov 2001, Clive Lin wrote: > On Fri, Nov 30, 2001 at 03:00:29PM +0200, Sheldon Hearn wrote: > > > > > > On Thu, 29 Nov 2001 21:44:16 PST, Ying-Chieh Liao wrote: > > > > | Modified files: > > | net/centericq Makefile distinfo > > | Removed files: > > | net/centericq/files patch-Makefile.in > > | Log: > > | upgrade to 4.2.0 > > > > Still no support for the ICQ2000 protocol, which at this stage only > > seems to be supported by ports/net/ickle. > > vicq is also a v7 client, but unfortunately it's not in ports.. it is in gnats: PR32248/32249 > there's also jcq2k.. err, not in ports either ;) > > btw, it may be fun if there's anyone would like to jad icq.com's > icqlite.. (http://web.icq.com/icqlite) This even supports icq2001b, > which you could save your contact list on the icq server. > > > > When you perform an update that introduces ICQ2000 protocol support, > > will you mention it in your commit message? :-) > > > > Ciao, > > Sheldon. > > -- Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer phone: +7 (095) 796-9079, mailto: maxim@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6: 1: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 954E337B416; Fri, 30 Nov 2001 06:00:55 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUE0tj62293; Fri, 30 Nov 2001 06:00:55 -0800 (PST) (envelope-from brian) Message-Id: <200111301400.fAUE0tj62293@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Fri, 30 Nov 2001 06:00:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG brian 2001/11/30 06:00:55 PST Modified files: sys/netinet in.c Log: During SIOCAIFADDR, if in_ifinit() fails and we've already added an interface address, blow the address away again before returning the error. In in_ifinit(), if we get an error from rtinit() and we've also got a destination address, return the error rather than masking EEXISTS. Failing to create a host route when configuring an interface should be treated as an error. Revision Changes Path 1.61 +39 -24 src/sys/netinet/in.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6: 1:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 872B037B41D; Fri, 30 Nov 2001 06:01:20 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUE1KD62359; Fri, 30 Nov 2001 06:01:20 -0800 (PST) (envelope-from brian) Message-Id: <200111301401.fAUE1KD62359@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Fri, 30 Nov 2001 06:01:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG brian 2001/11/30 06:01:20 PST Modified files: usr.sbin/ppp route.c Log: Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages to the routing socket. The local address on a point-to-point interface is not actually a gateway address - despite it appearing in the second column of netstat -r's output. Providing a gateway to an RTM_CHANGE will currently change the route's interface so that it's using the specified gateway - not what we want. Patiently explained to me by: ru Revision Changes Path 1.83 +0 -6 src/usr.sbin/ppp/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6: 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 2EA2337B41B; Fri, 30 Nov 2001 06:01:19 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUE1JO62331; Fri, 30 Nov 2001 06:01:19 -0800 (PST) (envelope-from brian) Message-Id: <200111301401.fAUE1JO62331@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Fri, 30 Nov 2001 06:01:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp iface.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG brian 2001/11/30 06:01:19 PST Modified files: usr.sbin/ppp iface.c Log: Add some DEBUG logging to tell us when interface addresses are being added and removed Revision Changes Path 1.29 +14 -0 src/usr.sbin/ppp/iface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6: 1:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD8B37B41F; Fri, 30 Nov 2001 06:01:21 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUE1LW62385; Fri, 30 Nov 2001 06:01:21 -0800 (PST) (envelope-from brian) Message-Id: <200111301401.fAUE1LW62385@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Fri, 30 Nov 2001 06:01:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp iface.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG brian 2001/11/30 06:01:21 PST Modified files: usr.sbin/ppp iface.c Log: Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR. Revision Changes Path 1.30 +39 -25 src/usr.sbin/ppp/iface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6: 2: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 0F0BD37B449; Fri, 30 Nov 2001 06:02:01 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUE21L62528; Fri, 30 Nov 2001 06:02:01 -0800 (PST) (envelope-from brian) Message-Id: <200111301402.fAUE21L62528@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Fri, 30 Nov 2001 06:02:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp iface.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG brian 2001/11/30 06:02:01 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp iface.c Log: MFC: Add some DEBUG logging to tell us when interface addresses are being added and removed Revision Changes Path 1.15.2.14 +14 -0 src/usr.sbin/ppp/iface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6: 2: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 8A5EE37B507; Fri, 30 Nov 2001 06:02:01 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUE21P62554; Fri, 30 Nov 2001 06:02:01 -0800 (PST) (envelope-from brian) Message-Id: <200111301402.fAUE21P62554@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Fri, 30 Nov 2001 06:02:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp route.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG brian 2001/11/30 06:02:01 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp route.c Log: MFC: Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages to the routing socket. Revision Changes Path 1.68.2.14 +0 -6 src/usr.sbin/ppp/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6: 2: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 79FD237B63B; Fri, 30 Nov 2001 06:02:02 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUE22a62580; Fri, 30 Nov 2001 06:02:02 -0800 (PST) (envelope-from brian) Message-Id: <200111301402.fAUE22a62580@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Fri, 30 Nov 2001 06:02:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp iface.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG brian 2001/11/30 06:02:02 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp iface.c Log: MFC: Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR. Revision Changes Path 1.15.2.15 +39 -25 src/usr.sbin/ppp/iface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6:16:43 2001 Delivered-To: cvs-all@freebsd.org Received: from Terry.Dorm11.NCTU.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by hub.freebsd.org (Postfix) with ESMTP id 2379937B416; Fri, 30 Nov 2001 06:16:38 -0800 (PST) Received: (from ijliao@localhost) by Terry.Dorm11.NCTU.edu.tw (8.11.6/8.11.6) id fAUEGTZ49105; Fri, 30 Nov 2001 22:16:29 +0800 (CST) (envelope-from ijliao) Date: Fri, 30 Nov 2001 22:16:28 +0800 From: Ying-Chieh Liao <ijliao@FreeBSD.org> To: Sheldon Hearn <sheldonh@starjuice.net> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files patch-Makefile.in Message-ID: <20011130141628.GA48813@terry.dragon2.net> References: <200111300544.fAU5iGt67578@freefall.freebsd.org> <7470.1007125229@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <7470.1007125229@axl.seasidesoftware.co.za> User-Agent: Mutt/1.3.23.2i X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=big5 Content-Disposition: inline On Fri, Nov 30, 2001 at 15:00:29 +0200, Sheldon Hearn wrote: > When you perform an update that introduces ICQ2000 protocol support, > will you mention it in your commit message? :-) yeah, I'm waiting for icq2k support, too ;) -- Pi seconds is a nanocentury. --- Tom Duff --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8B5S8rMYBZRHAI4IRAqM3AKCYOvOndHBUDXK9fjF772/GHGov4ACfTYUx MtOzliW/wRO+YC4pNYp10PE= =FXiY -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6:27: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98BA037B419; Fri, 30 Nov 2001 06:26:57 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUEQvM68805; Fri, 30 Nov 2001 06:26:57 -0800 (PST) (envelope-from joe) Message-Id: <200111301426.fAUEQvM68805@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Fri, 30 Nov 2001 06:26:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg.pm cfg_local.pm log_accum.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG joe 2001/11/30 06:26:57 PST Modified files: . cfg.pm cfg_local.pm log_accum.pl Log: Move the map that determines the names of the log files to use into the configuration file. Revision Changes Path 1.43 +26 -3 CVSROOT/cfg.pm 1.11 +30 -0 CVSROOT/cfg_local.pm 1.111 +21 -48 CVSROOT/log_accum.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 6:31:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE3A037B405; Fri, 30 Nov 2001 06:31:11 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUEVB869214; Fri, 30 Nov 2001 06:31:11 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111301431.fAUEVB869214@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Fri, 30 Nov 2001 06:31:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim Makefile pkg-plist ports/mail/exim/files POST-INSTALL-NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sheldonh 2001/11/30 06:31:11 PST Modified files: mail/exim Makefile pkg-plist mail/exim/files POST-INSTALL-NOTES Log: Stop people complaining about the absence of plain text versions of the documentation by installing them. Update the post-install notes to reflect the presence of the new exim-doc-* ports for alternative documentation formats. Bump PORTREVISION. Revision Changes Path 1.103 +4 -1 ports/mail/exim/Makefile 1.2 +17 -2 ports/mail/exim/files/POST-INSTALL-NOTES 1.17 +3 -0 ports/mail/exim/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 Nov 30 6:33:23 2001 Delivered-To: cvs-all@freebsd.org Received: from svr-ganmtc-appserv-mgmt.ncf.coxexpress.com (svr-ganmtc-appserv-mgmt.ncf.coxexpress.com [24.136.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 19A6737B405; Fri, 30 Nov 2001 06:33:15 -0800 (PST) Received: from darkstar.doublethink.cx (cpe-oca-24-136-59-202-cmcpe.ncf.coxexpress.com [24.136.59.202]) by svr-ganmtc-appserv-mgmt.ncf.coxexpress.com (8.11.4/8.11.4) with ESMTP id fAUEWql17985; Fri, 30 Nov 2001 09:32:53 -0500 Received: by darkstar.doublethink.cx (Postfix, from userid 1000) id 6D81D29A3; Fri, 30 Nov 2001 09:32:44 -0500 (EST) Date: Fri, 30 Nov 2001 09:32:44 -0500 From: Chris Faulhaber <jedgar@fxp.org> To: Anton Berezin <tobez@tobez.org> Cc: Vincent Poy <vince@oahu.WURLDLINK.NET>, skv@protey.ru, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20011130093244.A6679@darkstar.doublethink.cx> References: <200111271751.fARHp6e66027@freefall.freebsd.org> <20011128055917.C5788-100000@oahu.WURLDLINK.NET> <20011128112632.A51991@peitho.fxp.org> <20011129162037.A75793@heechee.tobez.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <20011129162037.A75793@heechee.tobez.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 29, 2001 at 04:20:37PM +0100, Anton Berezin wrote: > On Wed, Nov 28, 2001 at 11:26:32AM -0500, Chris Faulhaber wrote: > > On Wed, Nov 28, 2001 at 06:00:34AM -1000, Vincent Poy wrote: > > > On Tue, 27 Nov 2001, Chris D. Faulhaber wrote: > > >=20 > > > > jedgar 2001/11/27 09:51:06 PST > > > > > > > > Modified files: > > > > databases/p5-DBD-mysql Makefile distinfo pkg-comment pkg-descr > > > > pkg-plist > > >=20 > > > Seems like this one has issues building in -CURRENT. p5-DBI and > > > the packages it depends on doesn't build in -CURRENT either. >=20 > I do not think it is related to the port in question at all. Most > likely you (Vincent Poy) where bitten by a problem described in PR > bin/31877. >=20 You are probably correct, though without p5-DBI building it is difficult to check :( --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjwHmIwACgkQObaG4P6BelBBWQCgpLpxIMB+voR88wR62I6RTAk5 N3EAnApyFutdhGTZpp4c6Y40cP7/LGyp =DG8/ -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 7:12:32 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 66C6437B419; Fri, 30 Nov 2001 07:12:28 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fAUFCQa22937; Fri, 30 Nov 2001 08:12:27 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fAUFCPM41561; Fri, 30 Nov 2001 08:12:25 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111301512.fAUFCPM41561@harmony.village.org> To: Garance A Drosihn <drosih@rpi.edu> Subject: Re: bsd standards efforts... Cc: Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net>, Jordan Hubbard <jkh@winston.freebsd.org>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 30 Nov 2001 02:36:02 EST." <p0510100eb82ce70d8210@[128.113.24.47]> References: <p0510100eb82ce70d8210@[128.113.24.47]> <wollman@khavrinen.lcs.mit.edu> <200111280124.fAS1OUM39383@khavrinen.lcs.mit.edu> <3244.1006969850@winston.freebsd.org> <20011130075033.M52389@daemon.ninth-circle.org> Date: Fri, 30 Nov 2001 08:12:25 -0700 From: Warner Losh <imp@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG In message <p0510100eb82ce70d8210@[128.113.24.47]> Garance A Drosihn writes: : >I will scare you more than, you probably also don't know about the : >BSD-API list for dicussion on keeping the three major BSD's (FreeBSD, : >NetBSD, OpenBSD) pretty synched up on features and APIs. : : Has that list seen much traffic? I thought I joined it, but I don't : think I have received all that much email from it... I've seen about 10 messages to it in the last 3 or 4 months. It is not the same sort of thing as the standards list because the standards list is more for implementing functions defined in posix, while this list is more for inventing new apis that all the BSDs should adopt. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 7:15:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C890437B417; Fri, 30 Nov 2001 07:15:27 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUFFRn93307; Fri, 30 Nov 2001 07:15:27 -0800 (PST) (envelope-from rwatson) Message-Id: <200111301515.fAUFFRn93307@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 07:15:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.extattr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 07:15:27 PST Modified files: sys/ufs/ufs README.extattr Log: README.extattr incorrectly specified sample command lines for UFS_EXTATTR_AUTOSTART. Insert the missing 'initattr' arguments to extattrctl. Noticed by: green Revision Changes Path 1.2 +3 -3 src/sys/ufs/ufs/README.extattr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 7: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 307F937B41A; Fri, 30 Nov 2001 07:21:21 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUFLL394219; Fri, 30 Nov 2001 07:21:21 -0800 (PST) (envelope-from rwatson) Message-Id: <200111301521.fAUFLL394219@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 07:21:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.extattr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 07:21:21 PST Modified files: sys/ufs/ufs README.extattr Log: Use 'mkdir -p /.attribute/system' instead of breaking it into two seperate mkdir targets. Revision Changes Path 1.3 +1 -1 src/sys/ufs/ufs/README.extattr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 7:27:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8040737B417; Fri, 30 Nov 2001 07:27:47 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUFRlv95005; Fri, 30 Nov 2001 07:27:47 -0800 (PST) (envelope-from sobomax) Message-Id: <200111301527.fAUFRlv95005@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Fri, 30 Nov 2001 07:27:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gtranslator Makefile distinfo pkg-plist ports/devel/gtranslator/files patch-intltool-merge.in patch-src::find.c patch-src::message.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sobomax 2001/11/30 07:27:47 PST Modified files: devel/gtranslator Makefile distinfo pkg-plist Added files: devel/gtranslator/files patch-intltool-merge.in patch-src::find.c patch-src::message.c Log: Update to 0.39.1. Revision Changes Path 1.15 +2 -2 ports/devel/gtranslator/Makefile 1.8 +1 -1 ports/devel/gtranslator/distinfo 1.1 +14 -0 ports/devel/gtranslator/files/patch-intltool-merge.in (new) 1.1 +14 -0 ports/devel/gtranslator/files/patch-src::find.c (new) 1.1 +14 -0 ports/devel/gtranslator/files/patch-src::message.c (new) 1.8 +3 -1 ports/devel/gtranslator/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 Nov 30 7:32:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2609B37B423; Fri, 30 Nov 2001 07:32:08 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUFW8U95436; Fri, 30 Nov 2001 07:32:08 -0800 (PST) (envelope-from rwatson) Message-Id: <200111301532.fAUFW8U95436@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 07:32:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs README.acls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 07:32:08 PST Modified files: sys/ufs/ufs README.acls Log: Use 'mkdir -p /.attribute/system' instead of breaking it into two seperate mkdir targets. Submitted by: jedgar Revision Changes Path 1.3 +2 -2 src/sys/ufs/ufs/README.acls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 8: 3: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 7832737B416; Fri, 30 Nov 2001 08:03:41 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUG3fb00375; Fri, 30 Nov 2001 08:03:41 -0800 (PST) (envelope-from olgeni) Message-Id: <200111301603.fAUG3fb00375@freefall.freebsd.org> From: Jimmy Olgeni <olgeni@FreeBSD.org> Date: Fri, 30 Nov 2001 08:03:41 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG olgeni 2001/11/30 08:03:41 PST Modified files: sysutils/webmin Makefile distinfo Log: Update port to version 0.91 (with sendmail module patch). Revision Changes Path 1.73 +5 -6 ports/sysutils/webmin/Makefile 1.48 +2 -7 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 Fri Nov 30 8: 6: 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 A95A637B419; Fri, 30 Nov 2001 08:06:00 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUG60j04028; Fri, 30 Nov 2001 08:06:00 -0800 (PST) (envelope-from iwasaki) Message-Id: <200111301606.fAUG60j04028@freefall.freebsd.org> From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> Date: Fri, 30 Nov 2001 08:06:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG iwasaki 2001/11/30 08:06:00 PST Modified files: sys/dev/acpica acpi.c Log: Add a couple of minor changes. - set sc->acpi_s4bios to 1 by default for hibernation until OS-initiated S4 transition is implemented. - change the behavior of acpi_sleep_state_sysctl() if new value is the same as old one, do nothing instead of EINVAL. Revision Changes Path 1.52 +5 -2 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 8:24:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F275037B416; Fri, 30 Nov 2001 08:24:20 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUGOKK06174; Fri, 30 Nov 2001 08:24:20 -0800 (PST) (envelope-from rwatson) Message-Id: <200111301624.fAUGOKK06174@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 08:24:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include paths.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 08:24:20 PST Modified files: include paths.h Log: o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the system path set. These files will hold per-user capability information. Obtained from: TrustedBSD Project Submitted by: tmm Revision Changes Path 1.12 +3 -1 src/include/paths.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 8:25:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E14D37B405; Fri, 30 Nov 2001 08:25:09 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUGP9m06276; Fri, 30 Nov 2001 08:25:09 -0800 (PST) (envelope-from rwatson) Message-Id: <200111301625.fAUGP9m06276@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 08:25:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include paths.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 08:25:09 PST Modified files: include paths.h Log: o Improve consistency of style by fixing tabs around _PATH_AUTHCONF. Revision Changes Path 1.13 +1 -1 src/include/paths.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 8:26:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67E5C37B419; Fri, 30 Nov 2001 08:26:51 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUGQpe06504; Fri, 30 Nov 2001 08:26:51 -0800 (PST) (envelope-from iwasaki) Message-Id: <200111301626.fAUGQpe06504@freefall.freebsd.org> From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> Date: Fri, 30 Nov 2001 08:26:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/acpicatools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG iwasaki 2001/11/30 08:26:51 PST Modified files: devel/acpicatools Makefile Log: Oops, remove NO_MTREE=yes in order to avoid install error. Submitted by: bento Revision Changes Path 1.8 +0 -1 ports/devel/acpicatools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 10:18: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 6703437B416; Fri, 30 Nov 2001 10:18:34 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUIIYi24627; Fri, 30 Nov 2001 10:18:34 -0800 (PST) (envelope-from bmah) Message-Id: <200111301818.fAUIIYi24627@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Fri, 30 Nov 2001 10:18:34 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/30 10:18:34 PST Modified files: . access Log: Please welcome Michael Lucas <mwlucas@FreeBSD.org> to the committer family as our newest doc/ committer. As is frequently the case, Michael got his commit bit by submitting far too many high-quality patches for various documents (most notably the FAQ). (Thanks to the various committers who publically pressured him into accepting!) Mentored by: bmah Approved by: nik Revision Changes Path 1.277 +1 -0 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 Nov 30 10:42:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 46D8E37B416; Fri, 30 Nov 2001 10:42:32 -0800 (PST) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id fAUIgUH15177; Fri, 30 Nov 2001 19:42:30 +0100 (CET) (envelope-from wkb) Date: Fri, 30 Nov 2001 19:42:30 +0100 From: Wilko Bulte <wkb@freebie.xs4all.nl> To: "Bruce A. Mah" <bmah@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access Message-ID: <20011130194230.A15163@freebie.xs4all.nl> References: <200111301818.fAUIIYi24627@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: <200111301818.fAUIIYi24627@freefall.freebsd.org>; from bmah@FreeBSD.ORG on Fri, Nov 30, 2001 at 10:18:34AM -0800 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Fri, Nov 30, 2001 at 10:18:34AM -0800, Bruce A. Mah wrote: > bmah 2001/11/30 10:18:34 PST > > Modified files: > . access > Log: > Please welcome Michael Lucas <mwlucas@FreeBSD.org> to the committer > family as our newest doc/ committer. As is frequently the case, > Michael got his commit bit by submitting far too many high-quality > patches for various documents (most notably the FAQ). > > (Thanks to the various committers who publically pressured him into > accepting!) Hehe.. Welcome Michael!! -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 10: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 67F2F37B417; Fri, 30 Nov 2001 10:59:24 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUIxOW28454; Fri, 30 Nov 2001 10:59:24 -0800 (PST) (envelope-from dwcjr) Message-Id: <200111301859.fAUIxOW28454@freefall.freebsd.org> From: "David W. Chapman Jr." <dwcjr@FreeBSD.org> Date: Fri, 30 Nov 2001 10:59:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile distinfo ports/mail/postfix-current/files patch-aa ports/mail/postfix-current/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dwcjr 2001/11/30 10:59:24 PST Modified files: mail/postfix-current Makefile distinfo mail/postfix-current/files patch-aa mail/postfix-current/scripts configure.postfix Log: Update to 20011121 Submitted by: osa@freebsd.org.ru Revision Changes Path 1.71 +1 -1 ports/mail/postfix-current/Makefile 1.33 +2 -2 ports/mail/postfix-current/distinfo 1.4 +66 -69 ports/mail/postfix-current/files/patch-aa 1.28 +3 -3 ports/mail/postfix-current/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 Fri Nov 30 11: 6:45 2001 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id D05B837B416; Fri, 30 Nov 2001 11:06:39 -0800 (PST) Received: from madman.nectar.com (madman.nectar.com [10.0.1.111]) by gw.nectar.com (Postfix) with ESMTP id 4B19557; Fri, 30 Nov 2001 13:06:39 -0600 (CST) Received: (from nectar@localhost) by madman.nectar.com (8.11.6/8.11.3) id fAUJ6dj65368; Fri, 30 Nov 2001 13:06:39 -0600 (CST) (envelope-from nectar) Date: Fri, 30 Nov 2001 13:06:39 -0600 From: "Jacques A. Vidrine" <n@nectar.com> To: mwlucas@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20011130190639.GA65329@madman.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" <n@nectar.com>, mwlucas@freebsd.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200111301818.fAUIIYi24627@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111301818.fAUIIYi24627@freefall.freebsd.org> User-Agent: Mutt/1.3.23.1i X-Url: http://www.nectar.com/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Fri, Nov 30, 2001 at 10:18:34AM -0800, Bruce A. Mah wrote: > bmah 2001/11/30 10:18:34 PST > > Modified files: > . access > Log: > Please welcome Michael Lucas <mwlucas@FreeBSD.org> to the committer > family as our newest doc/ committer. As is frequently the case, > Michael got his commit bit by submitting far too many high-quality > patches for various documents (most notably the FAQ). > > (Thanks to the various committers who publically pressured him into > accepting!) Welcome, Michael! -- Jacques A. Vidrine <n@nectar.com> http://www.nectar.com/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 11: 8: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 032F337B405; Fri, 30 Nov 2001 11:08:54 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUJ8r132927; Fri, 30 Nov 2001 11:08:53 -0800 (PST) (envelope-from murray) Message-Id: <200111301908.fAUJ8r132927@freefall.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Fri, 30 Nov 2001 11:08:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gifs Makefile branches.png www/en/internal Makefile internal.sgml releng.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG murray 2001/11/30 11:08:53 PST Modified files: en/gifs Makefile en/internal Makefile internal.sgml Added files: en/gifs branches.png en/internal releng.sgml Log: Add a page about the Release Engineering process to the internal section of the FreeBSD website (www.freebsd.org/internal). This page documents the administrative aspects of FreeBSD releases, including the CVS operations required, a list of files that must be updated for each release, information about the contents of each disc on the 4 disc set, and so on .. Comments and additions are welcome. Reviewed by: phk, bmah, and others. Revision Changes Path 1.38 +2 -1 www/en/gifs/Makefile 1.1 +29 -0 www/en/gifs/branches.png (new) 1.27 +2 -1 www/en/internal/Makefile 1.17 +4 -1 www/en/internal/internal.sgml 1.1 +341 -0 www/en/internal/releng.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 11:20:35 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 6E5EC37B405; Fri, 30 Nov 2001 11:20:20 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id fAUJKIR76096; Fri, 30 Nov 2001 19:20:18 GMT (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id fAUJKGE02104; Fri, 30 Nov 2001 19:20:16 GMT (envelope-from brian@freebsd-services.com) Message-Id: <200111301920.fAUJKGE02104@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers <brian@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-net@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.c In-Reply-To: Message from Brian Somers <brian@FreeBSD.org> of "Fri, 30 Nov 2001 06:00:55 PST." <200111301400.fAUE0tj62293@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 30 Nov 2001 19:20:16 +0000 From: Brian Somers <brian@freebsd-services.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > brian 2001/11/30 06:00:55 PST > > Modified files: > sys/netinet in.c > Log: > During SIOCAIFADDR, if in_ifinit() fails and we've already added an > interface address, blow the address away again before returning the > error. > > In in_ifinit(), if we get an error from rtinit() and we've also got > a destination address, return the error rather than masking EEXISTS. > Failing to create a host route when configuring an interface should > be treated as an error. > > Revision Changes Path > 1.61 +39 -24 src/sys/netinet/in.c It's possible that EEXIST being returned from in_ifinit() should not be masked at all, except for the ``netmask == 0xffffffff'' case so that we can't have conflicting interface addresses.... I'm not sure about this though, so I've cc'd freebsd-net. -- Brian <brian@freebsd-services.com> <brian@Awfulhak.org> http://www.freebsd-services.com/ <brian@[uk.]FreeBSD.org> Don't _EVER_ lose your sense of humour ! <brian@[uk.]OpenBSD.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 11: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 07D9137B438; Fri, 30 Nov 2001 11:20:43 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUJKg634631; Fri, 30 Nov 2001 11:20:42 -0800 (PST) (envelope-from murray) Message-Id: <200111301920.fAUJKg634631@freefall.freebsd.org> From: Murray Stokely <murray@FreeBSD.org> Date: Fri, 30 Nov 2001 11:20:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gifs branches.tex X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG murray 2001/11/30 11:20:42 PST Added files: en/gifs branches.tex Log: A TeX picture used to create branches.png. Revision Changes Path 1.1 +67 -0 www/en/gifs/branches.tex (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 11: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 5BB4337B417; Fri, 30 Nov 2001 11:53:00 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUJr0j39660; Fri, 30 Nov 2001 11:53:00 -0800 (PST) (envelope-from nobutaka) Message-Id: <200111301953.fAUJr0j39660@freefall.freebsd.org> From: MANTANI Nobutaka <nobutaka@FreeBSD.org> Date: Fri, 30 Nov 2001 11:53:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libxine Makefile distinfo pkg-plist ports/graphics/libxine/files patch-src:libffmpeg:Makefile.am patch-src:liblpcm:xine_decoder.c patch-src:xine-utils:Makefile.am ports/graphics/xine Makefile distinfo pkg-plist ports/graphics/xine/files ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nobutaka 2001/11/30 11:53:00 PST Modified files: graphics/libxine Makefile distinfo pkg-plist graphics/libxine/files patch-src:libffmpeg:Makefile.am graphics/xine Makefile distinfo pkg-plist Added files: graphics/libxine/files patch-src:liblpcm:xine_decoder.c patch-src:xine-utils:Makefile.am graphics/xine/files patch-misc:desktops:Makefile.in Removed files: graphics/xine/files patch-src::xitk::snapshot.c Log: Update xine and libxine to 0.9.6. Submitted by: lioux (for updating to 0.9.3) Reviewed by: knu Revision Changes Path 1.5 +14 -2 ports/graphics/libxine/Makefile 1.3 +1 -2 ports/graphics/libxine/distinfo 1.2 +5 -8 ports/graphics/libxine/files/patch-src:libffmpeg:Makefile.am 1.1 +11 -0 ports/graphics/libxine/files/patch-src:liblpcm:xine_decoder.c (new) 1.1 +12 -0 ports/graphics/libxine/files/patch-src:xine-utils:Makefile.am (new) 1.4 +10 -5 ports/graphics/libxine/pkg-plist 1.19 +21 -5 ports/graphics/xine/Makefile 1.11 +1 -1 ports/graphics/xine/distinfo 1.1 +10 -0 ports/graphics/xine/files/patch-misc:desktops:Makefile.in (new) 1.2 +0 -11 ports/graphics/xine/files/patch-src::xitk::snapshot.c (dead) 1.14 +16 -44 ports/graphics/xine/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 11:54: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3DA337B41A; Fri, 30 Nov 2001 11:54:05 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUJs5D39964; Fri, 30 Nov 2001 11:54:05 -0800 (PST) (envelope-from alfred) Message-Id: <200111301954.fAUJs5D39964@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Fri, 30 Nov 2001 11:54:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG alfred 2001/11/30 11:54:05 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_usrreq.c Log: MFC: 1.64 (larger default tcp send/recieve buffers) Revision Changes Path 1.51.2.10 +3 -3 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 11:54:45 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 2625137B61A; Fri, 30 Nov 2001 11:54:30 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fAUJsFi88978; Fri, 30 Nov 2001 14:54:15 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Fri, 30 Nov 2001 14:54:14 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Murray Stokely <murray@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/gifs Makefile branches.png www/en/internal Makefile internal.sgml releng.sgml In-Reply-To: <200111301908.fAUJ8r132927@freefall.freebsd.org> Message-ID: <Pine.NEB.3.96L.1011130145257.88343C-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Great, I'm really happy to see the release engineering process become more documented, and look forward to seeing more of this :-). Given that NAI Labs' "formal" DARPA deliverables will come in the form of FreeBSD snapshot CDs, it's nice to have it all "on paper". Thanks, Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Fri, 30 Nov 2001, Murray Stokely wrote: > murray 2001/11/30 11:08:53 PST > > Modified files: > en/gifs Makefile > en/internal Makefile internal.sgml > Added files: > en/gifs branches.png > en/internal releng.sgml > Log: > Add a page about the Release Engineering process to the internal > section of the FreeBSD website (www.freebsd.org/internal). > > This page documents the administrative aspects of FreeBSD releases, > including the CVS operations required, a list of files that must be > updated for each release, information about the contents of each disc > on the 4 disc set, and so on .. > > Comments and additions are welcome. > > Reviewed by: phk, bmah, and others. > > Revision Changes Path > 1.38 +2 -1 www/en/gifs/Makefile > 1.1 +29 -0 www/en/gifs/branches.png (new) > 1.27 +2 -1 www/en/internal/Makefile > 1.17 +4 -1 www/en/internal/internal.sgml > 1.1 +341 -0 www/en/internal/releng.sgml (new) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 11:56:36 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 0E8BF37B41C; Fri, 30 Nov 2001 11:56:28 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id B332A81D06; Fri, 30 Nov 2001 13:56:27 -0600 (CST) Date: Fri, 30 Nov 2001 13:56:27 -0600 From: Alfred Perlstein <bright@mu.org> To: Murray Stokely <murray@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/gifs Makefile branches.png www/en/internal Makefile internal.sgml releng.sgml Message-ID: <20011130135627.I46769@elvis.mu.org> References: <200111301908.fAUJ8r132927@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: <200111301908.fAUJ8r132927@freefall.freebsd.org>; from murray@FreeBSD.org on Fri, Nov 30, 2001 at 11:08:53AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG This is excellent work, thanks for taking the time to do it. * Murray Stokely <murray@FreeBSD.org> [011130 13:09] wrote: > murray 2001/11/30 11:08:53 PST > > Modified files: > en/gifs Makefile > en/internal Makefile internal.sgml > Added files: > en/gifs branches.png > en/internal releng.sgml > Log: > Add a page about the Release Engineering process to the internal > section of the FreeBSD website (www.freebsd.org/internal). > > This page documents the administrative aspects of FreeBSD releases, > including the CVS operations required, a list of files that must be > updated for each release, information about the contents of each disc > on the 4 disc set, and so on .. > > Comments and additions are welcome. > > Reviewed by: phk, bmah, and others. > > Revision Changes Path > 1.38 +2 -1 www/en/gifs/Makefile > 1.1 +29 -0 www/en/gifs/branches.png (new) > 1.27 +2 -1 www/en/internal/Makefile > 1.17 +4 -1 www/en/internal/internal.sgml > 1.1 +341 -0 www/en/internal/releng.sgml (new) -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 11:57:22 2001 Delivered-To: cvs-all@freebsd.org Received: from noos.fr (r178m112.cybercable.tm.fr [195.132.178.112]) by hub.freebsd.org (Postfix) with ESMTP id EC03F37B419; Fri, 30 Nov 2001 11:57:15 -0800 (PST) Received: (from mux@localhost) by noos.fr (8.11.6/8.11.4) id fAUJvII00362; Fri, 30 Nov 2001 20:57:18 +0100 (CET) (envelope-from mux) Date: Fri, 30 Nov 2001 20:57:18 +0100 From: Maxime Henrion <mux@qualys.com> To: cvs-all@FreeBSD.org Cc: Ruslan Ermilov <ru@FreeBSD.org> Subject: Re: cvs commit: src/sys/netinet icmp_var.h ip_icmp.c ip_input.c ip_var.h src/usr.bin/netstat inet.c Message-ID: <20011130205718.A275@nebula.noos.fr> References: <200111301040.fAUAeS519148@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <200111301040.fAUAeS519148@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Ruslan Ermilov wrote: > ru 2001/11/30 02:40:28 PST > > Modified files: > sys/netinet icmp_var.h ip_icmp.c ip_input.c ip_var.h > usr.bin/netstat inet.c [...] This commit appears to break the kernel. In some cases, icmp_reflect() calls icmp_send() with a NULL pointer for the struct route * parameter. icmp_send() then pass it to ip_output() which dereferences it. I've had several panics like this at boot, and also got some lockups for reasons I ignore. :-) It seems to me that in the icmp_reflect() code it is intentional to call icmp_send() with a NULL pointer, so I did a little patch that use a struct route bzero'ed in that case in icmp_send() as it was in revision 1.63. It probably isn't a correct patch but at least it solved the problem. Thanks, Maxime Henrion -- Don't be fooled by cheap finnish imitations ; BSD is the One True Code --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ip_icmp.diff" Index: ip_icmp.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_icmp.c,v retrieving revision 1.64 diff -u -r1.64 ip_icmp.c --- ip_icmp.c 30 Nov 2001 10:40:27 -0000 1.64 +++ ip_icmp.c 30 Nov 2001 19:48:41 -0000 @@ -728,6 +728,7 @@ register struct ip *ip = mtod(m, struct ip *); register int hlen; register struct icmp *icp; + struct route ro; hlen = IP_VHL_HL(ip->ip_vhl) << 2; m->m_data += hlen; @@ -746,6 +747,10 @@ buf, inet_ntoa(ip->ip_src)); } #endif + if (rt == NULL) { + bzero(&ro, sizeof (ro)); + rt = &ro; + } (void) ip_output(m, opts, rt, 0, NULL); } --mP3DRpeJDSE+ciuQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 12: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 ED94337B41A; Fri, 30 Nov 2001 12:19:18 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUKJIU45610; Fri, 30 Nov 2001 12:19:18 -0800 (PST) (envelope-from nobutaka) Message-Id: <200111302019.fAUKJIU45610@freefall.freebsd.org> From: MANTANI Nobutaka <nobutaka@FreeBSD.org> Date: Fri, 30 Nov 2001 12:19: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nobutaka 2001/11/30 12:19:18 PST Modified files: . modules Log: xine_d4d_plugin --> ports/graphics/xine_d4d_plugin Revision Changes Path 1.4212 +1 -0 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 Nov 30 12: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 5AC8937B417; Fri, 30 Nov 2001 12:19:16 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUKJGO45579; Fri, 30 Nov 2001 12:19:16 -0800 (PST) (envelope-from nobutaka) Message-Id: <200111302019.fAUKJGO45579@freefall.freebsd.org> From: MANTANI Nobutaka <nobutaka@FreeBSD.org> Date: Fri, 30 Nov 2001 12:19:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/xine_d4d_plugin Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nobutaka 2001/11/30 12:19:16 PST Modified files: graphics Makefile Added files: graphics/xine_d4d_plugin Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add xine_d4d_plugin, a DVD input plugin for xine. Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> Obtained from: ports-jp mailing list Reviewed by: knu Revision Changes Path 1.384 +1 -0 ports/graphics/Makefile 1.1 +24 -0 ports/graphics/xine_d4d_plugin/Makefile (new) 1.1 +1 -0 ports/graphics/xine_d4d_plugin/distinfo (new) 1.1 +1 -0 ports/graphics/xine_d4d_plugin/pkg-comment (new) 1.1 +3 -0 ports/graphics/xine_d4d_plugin/pkg-descr (new) 1.1 +11 -0 ports/graphics/xine_d4d_plugin/pkg-message (new) 1.1 +3 -0 ports/graphics/xine_d4d_plugin/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 12:20:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA10B37B426; Fri, 30 Nov 2001 12:20:14 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUKKEf45816; Fri, 30 Nov 2001 12:20:14 -0800 (PST) (envelope-from nectar) Message-Id: <200111302020.fAUKKEf45816@freefall.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Fri, 30 Nov 2001 12:20:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-PyGreSQL Makefile ports/databases/py-PyGreSQL/files patch-pgdb.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nectar 2001/11/30 12:20:14 PST Modified files: databases/py-PyGreSQL Makefile databases/py-PyGreSQL/files patch-pgdb.py Log: The patch for using mx.DateTime instead of DateTime was incomplete. Update it. Submitted by: Allan Saddi <asaddi@philosw.com> Revision Changes Path 1.28 +1 -1 ports/databases/py-PyGreSQL/Makefile 1.2 +19 -2 ports/databases/py-PyGreSQL/files/patch-pgdb.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 12:58:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C32AE37B416; Fri, 30 Nov 2001 12:58:31 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUKwVQ49209; Fri, 30 Nov 2001 12:58:31 -0800 (PST) (envelope-from rwatson) Message-Id: <200111302058.fAUKwVQ49209@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 12:58:31 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 12:58:31 PST Modified files: sys/kern kern_prot.c Log: o Move current inhabitants of kern.security to kern.security.bsd, so that new models can inhabit kern.security.<modelname>. o While I'm there, shorten somewhat excessive variable names, and clean things up a little. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.122 +17 -15 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 Fri Nov 30 13: 0: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 B7D6337B419; Fri, 30 Nov 2001 13:00:04 -0800 (PST) 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 IAA25051; Sat, 1 Dec 2001 08:00:02 +1100 Date: Sat, 1 Dec 2001 08:00:10 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: <bde@gamplex.bde.org> To: Luigi Rizzo <luigi@FreeBSD.org> Cc: Peter Wemm <peter@wemm.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: NFS and unaligned accesses (was Re: cvs commit: src/sys/pci if_sis.c) In-Reply-To: <20011129090643.E19821@iguana.aciri.org> Message-ID: <20011201074728.P2691-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Thu, 29 Nov 2001, Luigi Rizzo wrote: > So to go back where this came from, and hopefully disprove > what I always considered to be an urban legend: > > the "sis" and other drivers do an m_devget() (which involves a > bcopy) to make sure that buffers are aligned (to a 32 bit boundary, > probably) in the upper level layers. On architectures which trap > on unaligned accesses there is no other way, but on the i386 at > least, the bcopy() just makes you pays the cost of misalignment in > advance (and even when you do not need e.g. because you > are forwarding traffic or handling TCP, which has its own > alignment constraints and more often than not ends up in userspace). > > The remedy seems as bad or worse than the evil. On some i386's at least, bcopy() can be "optimized" so that alignment doesn't matter much (align the destination), but this isn't done because it would pessimize the usual case where everything is aligned, especially for small counts. Aligning the destination instead of the source (when one of them must remained misaligned) is best (at least on i386's) because read caching tends to work better than write buffering/caching. Perhaps this changed when writes started being preallocated for the PII or PPro. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13: 6: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 479EA37B417; Fri, 30 Nov 2001 13:06:40 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUL6eC53277; Fri, 30 Nov 2001 13:06:40 -0800 (PST) (envelope-from markm) Message-Id: <200111302106.fAUL6eC53277@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 13:06:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/arpa telnet.h src/crypto/telnet/libtelnet auth-proto.h auth.c auth.h enc-proto.h enc_des.c encrypt.c encrypt.h genget.c getent.c kerberos.c kerberos5.c key-proto.h krb4encpwd.c misc-proto.h misc.c pk.c pk.h read_password.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 13:06:40 PST Modified files: crypto/telnet/arpa telnet.h crypto/telnet/libtelnet auth-proto.h auth.c auth.h enc-proto.h enc_des.c encrypt.c encrypt.h genget.c getent.c kerberos.c kerberos5.c key-proto.h krb4encpwd.c misc-proto.h misc.c pk.c pk.h read_password.c rsaencpwd.c sra.c crypto/telnet/telnet authenc.c commands.c defines.h externs.h main.c network.c ring.c ring.h sys_bsd.c telnet.c terminal.c utilities.c crypto/telnet/telnetd authenc.c ext.h slc.c state.c sys_term.c telnetd.8 telnetd.c telnetd.h termstat.c utility.c Removed files: crypto/telnet/libtelnet spx.c crypto/telnet/telnet tn3270.c Log: Very large style makeover. 1) ANSIfy. 2) Clean up ifdefs so that a) ones that never/always apply are appropriately either fully removed, or just the #if junk is removed. b) change #if defined(FOO) for appropiate values of FOO. (currently AUTHENTICATION and ENCRYPTION) 3) WARNS=2 fixing 4) GC other unused stuff This code can now be unifdef(1)ed to make non-crypto telnet. Revision Changes Path 1.8 +6 -6 src/crypto/telnet/arpa/telnet.h 1.6 +46 -36 src/crypto/telnet/libtelnet/auth-proto.h 1.8 +61 -127 src/crypto/telnet/libtelnet/auth.c 1.3 +6 -14 src/crypto/telnet/libtelnet/auth.h 1.6 +68 -64 src/crypto/telnet/libtelnet/enc-proto.h 1.7 +97 -153 src/crypto/telnet/libtelnet/enc_des.c 1.7 +103 -179 src/crypto/telnet/libtelnet/encrypt.c 1.6 +13 -21 src/crypto/telnet/libtelnet/encrypt.h 1.7 +6 -3 src/crypto/telnet/libtelnet/genget.c 1.7 +20 -20 src/crypto/telnet/libtelnet/getent.c 1.6 +45 -88 src/crypto/telnet/libtelnet/kerberos.c 1.4 +646 -603 src/crypto/telnet/libtelnet/kerberos5.c 1.2 +6 -12 src/crypto/telnet/libtelnet/key-proto.h 1.6 +3 -23 src/crypto/telnet/libtelnet/krb4encpwd.c 1.3 +16 -9 src/crypto/telnet/libtelnet/misc-proto.h 1.7 +21 -20 src/crypto/telnet/libtelnet/misc.c 1.9 +10 -13 src/crypto/telnet/libtelnet/pk.c 1.6 +0 -13 src/crypto/telnet/libtelnet/pk.h 1.5 +1 -0 src/crypto/telnet/libtelnet/read_password.c 1.3 +1 -21 src/crypto/telnet/libtelnet/rsaencpwd.c 1.6 +0 -592 src/crypto/telnet/libtelnet/spx.c (dead) 1.14 +26 -93 src/crypto/telnet/libtelnet/sra.c 1.5 +22 -27 src/crypto/telnet/telnet/authenc.c 1.22 +414 -634 src/crypto/telnet/telnet/commands.c 1.2 +1 -6 src/crypto/telnet/telnet/defines.h 1.8 +53 -55 src/crypto/telnet/telnet/externs.h 1.15 +37 -70 src/crypto/telnet/telnet/main.c 1.5 +14 -16 src/crypto/telnet/telnet/network.c 1.6 +28 -75 src/crypto/telnet/telnet/ring.c 1.3 +4 -3 src/crypto/telnet/telnet/ring.h 1.8 +77 -200 src/crypto/telnet/telnet/sys_bsd.c 1.11 +197 -490 src/crypto/telnet/telnet/telnet.c 1.5 +17 -26 src/crypto/telnet/telnet/terminal.c 1.5 +0 -416 src/crypto/telnet/telnet/tn3270.c (dead) 1.6 +39 -78 src/crypto/telnet/telnet/utilities.c 1.7 +21 -24 src/crypto/telnet/telnetd/authenc.c 1.10 +13 -14 src/crypto/telnet/telnetd/ext.h 1.8 +35 -45 src/crypto/telnet/telnetd/slc.c 1.12 +47 -63 src/crypto/telnet/telnetd/state.c 1.13 +138 -662 src/crypto/telnet/telnetd/sys_term.c 1.16 +1 -21 src/crypto/telnet/telnetd/telnetd.8 1.20 +73 -218 src/crypto/telnet/telnetd/telnetd.c 1.2 +2 -2 src/crypto/telnet/telnetd/telnetd.h 1.11 +16 -17 src/crypto/telnet/telnetd/termstat.c 1.12 +44 -70 src/crypto/telnet/telnetd/utility.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13: 9: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 095BB37B416; Fri, 30 Nov 2001 13:09:12 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUL9Cq53521; Fri, 30 Nov 2001 13:09:12 -0800 (PST) (envelope-from markm) Message-Id: <200111302109.fAUL9Cq53521@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 13:09:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet kerberos5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 13:09:11 PST Modified files: crypto/telnet/libtelnet kerberos5.c Log: Forced commit. This file was taken from the Heimdal implementation of Kerberos 5, done by KTH. Revision Changes Path 1.5 +0 -0 src/crypto/telnet/libtelnet/kerberos5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13:11: 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 6ABC437B416; Fri, 30 Nov 2001 13:10:58 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULAwY53733; Fri, 30 Nov 2001 13:10:58 -0800 (PST) (envelope-from markm) Message-Id: <200111302110.fAULAwY53733@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 13:10:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libtelnet Makefile src/secure/libexec/telnetd Makefile src/secure/usr.bin/telnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 13:10:58 PST Modified files: secure/lib/libtelnet Makefile secure/libexec/telnetd Makefile secure/usr.bin/telnet Makefile Log: Clean up makefiles, and turn on WARNS=2. Take into account the telnet #if cleanup. Revision Changes Path 1.27 +5 -3 src/secure/lib/libtelnet/Makefile 1.26 +5 -3 src/secure/libexec/telnetd/Makefile 1.30 +10 -8 src/secure/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 Fri Nov 30 13:12:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E83737B417; Fri, 30 Nov 2001 13:12:20 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULCKw53924; Fri, 30 Nov 2001 13:12:20 -0800 (PST) (envelope-from bmah) Message-Id: <200111302112.fAULCKw53924@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Fri, 30 Nov 2001 13:12:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exmh2 Makefile ports/mail/exmh2/files patch-mh.tcl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/30 13:12:20 PST Modified files: mail/exmh2 Makefile Added files: mail/exmh2/files patch-mh.tcl Log: Add a patch to fix a bug with continuation lines in ~/.mh_profile. While I'm here, also patch a file descriptor leak. patch-mh.tcl lib/mh.tcl 1.17->1.19 Bump PORTREVISION. Submitted by: "Louis A. Mamakos" <louie@TransSys.COM> Obtained from: exmh CVS repository Revision Changes Path 1.47 +2 -1 ports/mail/exmh2/Makefile 1.1 +30 -0 ports/mail/exmh2/files/patch-mh.tcl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13:12:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 280A737B50E; Fri, 30 Nov 2001 13:12:34 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULCXd54050; Fri, 30 Nov 2001 13:12:33 -0800 (PST) (envelope-from markm) Message-Id: <200111302112.fAULCXd54050@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 13:12:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberosIV/lib/libtelnet Makefile src/kerberosIV/libexec/telnetd Makefile src/kerberosIV/usr.bin/telnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 13:12:31 PST Modified files: kerberosIV/lib/libtelnet Makefile kerberosIV/libexec/telnetd Makefile kerberosIV/usr.bin/telnet Makefile Log: Style clean-up, and diff-reduce WRT src/secure/*/telnet/Makefile Revision Changes Path 1.11 +13 -8 src/kerberosIV/lib/libtelnet/Makefile 1.13 +9 -5 src/kerberosIV/libexec/telnetd/Makefile 1.13 +13 -8 src/kerberosIV/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 Fri Nov 30 13:14:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD2B337B419; Fri, 30 Nov 2001 13:14:44 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULEi854393; Fri, 30 Nov 2001 13:14:44 -0800 (PST) (envelope-from markm) Message-Id: <200111302114.fAULEi854393@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 13:14:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/lib/libtelnet Makefile src/kerberos5/libexec/telnetd Makefile src/kerberos5/usr.bin/telnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 13:14:44 PST Modified files: kerberos5/lib/libtelnet Makefile kerberos5/libexec/telnetd Makefile kerberos5/usr.bin/telnet Makefile Log: Style clean-up, and diff-reduce WRT src/secure/*telnet*/Makefile Lost in this commit - KerberosIV compatability. This will be re-added later. Revision Changes Path 1.12 +13 -13 src/kerberos5/lib/libtelnet/Makefile 1.13 +9 -12 src/kerberos5/libexec/telnetd/Makefile 1.14 +12 -20 src/kerberos5/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 Fri Nov 30 13:33: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 5BACD37B417; Fri, 30 Nov 2001 13:33:16 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULXGj55979; Fri, 30 Nov 2001 13:33:16 -0800 (PST) (envelope-from rwatson) Message-Id: <200111302133.fAULXGj55979@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 13:33:16 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 13:33:16 PST Modified files: sys/kern kern_prot.c Log: o Further sysctl name simplification, generally stripping 'permitted', using '_'s more consistently. Discussed with: bde, jhb Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.123 +9 -9 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 Fri Nov 30 13: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 37BE037B405; Fri, 30 Nov 2001 13:33:39 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULXds56050; Fri, 30 Nov 2001 13:33:39 -0800 (PST) (envelope-from dillon) Message-Id: <200111302133.fAULXds56050@freefall.freebsd.org> From: Matt Dillon <dillon@FreeBSD.org> Date: Fri, 30 Nov 2001 13:33:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dillon 2001/11/30 13:33:39 PST Modified files: sys/netinet tcp_output.c Log: The transmit burst limit for newreno completely breaks TCP's performance if the receive side is using delayed acks. Temporarily remove it. MFC after: 0 days Revision Changes Path 1.55 +10 -0 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13:34: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 08DF837B41B; Fri, 30 Nov 2001 13:34:29 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULYTl56202; Fri, 30 Nov 2001 13:34:29 -0800 (PST) (envelope-from dillon) Message-Id: <200111302134.fAULYTl56202@freefall.freebsd.org> From: Matt Dillon <dillon@FreeBSD.org> Date: Fri, 30 Nov 2001 13:34:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dillon 2001/11/30 13:34:28 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_output.c Log: MFC 1.55 - the transmit burst limit for newreno completely breaks TCP's performance if the receive side is using delayed acks. Temporarily remove it. Revision Changes Path 1.39.2.11 +11 -1 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13:35: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 6133137B42C; Fri, 30 Nov 2001 13:34:51 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULYpS56285; Fri, 30 Nov 2001 13:34:51 -0800 (PST) (envelope-from markm) Message-Id: <200111302134.fAULYpS56285@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 13:34:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libtelnet Makefile src/libexec/telnetd Makefile src/usr.bin/telnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 13:34:51 PST Modified files: lib/libtelnet Makefile libexec/telnetd Makefile usr.bin/telnet Makefile Log: Diff-reduce WRT src/secure/*telnet*/Makefile. Also, add an "unifdef:" target, so that the telnet sources can be remade from the crypto sources in src/crypto/telnet. Revision Changes Path 1.13 +18 -5 src/lib/libtelnet/Makefile 1.18 +13 -2 src/libexec/telnetd/Makefile 1.20 +14 -3 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 Fri Nov 30 13:37:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4F8E37B405; Fri, 30 Nov 2001 13:37:25 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULbPO56521; Fri, 30 Nov 2001 13:37:25 -0800 (PST) (envelope-from bmah) Message-Id: <200111302137.fAULbPO56521@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Fri, 30 Nov 2001 13:37:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/30 13:37:25 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: send-pr(1) -a (+ MFC). MFC noted: Increased TCP sndspace/rcvspace defaults. Revision Changes Path 1.209 +7 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13:37:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBCB537B41B; Fri, 30 Nov 2001 13:37:50 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULboM56589; Fri, 30 Nov 2001 13:37:50 -0800 (PST) (envelope-from bmah) Message-Id: <200111302137.fAULboM56589@freefall.freebsd.org> From: "Bruce A. Mah" <bmah@FreeBSD.org> Date: Fri, 30 Nov 2001 13:37:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bmah 2001/11/30 13:37:50 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: send-pr(1) -a, increased TCP sndspace/rcvspace defaults. Revision Changes Path 1.22.2.132 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13: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 AEED437B419; Fri, 30 Nov 2001 13:40:52 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULeq956949; Fri, 30 Nov 2001 13:40:52 -0800 (PST) (envelope-from rwatson) Message-Id: <200111302140.fAULeq956949@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 13:40:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 13:40:52 PST Modified files: sys/kern subr_prf.c Log: o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allows the administrator to restrict access to the kernel message buffer. It defaults to '1', which permits access, but if set to '0', requires that the process making the sysctl() have appropriate privilege. o Note that for this to be effective, access to this data via system logs derived from /dev/klog must also be limited. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.74 +13 -0 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13:47:39 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 9F4C537B41A; Fri, 30 Nov 2001 13:47:29 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fAULlGi92088; Fri, 30 Nov 2001 16:47:16 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Fri, 30 Nov 2001 16:47:15 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_prf.c In-Reply-To: <200111302140.fAULeq956949@freefall.freebsd.org> Message-ID: <Pine.NEB.3.96L.1011130164444.88343F-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Note that when this sysctl is set to '0', dmesg is no longer available from within jails. One rationale for this change is that the kernel message buffer can be the target of a number of confidential pieces of information, including single-user mode output, process information at run-time, etc. Sites that use kern.security.bsd.see_other_uids will probably want to use this sysctl also, for that reason if not others. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Fri, 30 Nov 2001, Robert Watson wrote: > rwatson 2001/11/30 13:40:52 PST > > Modified files: > sys/kern subr_prf.c > Log: > o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allows > the administrator to restrict access to the kernel message buffer. > It defaults to '1', which permits access, but if set to '0', requires > that the process making the sysctl() have appropriate privilege. > o Note that for this to be effective, access to this data via system > logs derived from /dev/klog must also be limited. > > Obtained from: TrustedBSD Project > Sponsored by: DARPA, NAI Labs > > Revision Changes Path > 1.74 +13 -0 src/sys/kern/subr_prf.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13:55:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B0BC37B417; Fri, 30 Nov 2001 13:55:10 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULtAL58749; Fri, 30 Nov 2001 13:55:10 -0800 (PST) (envelope-from markm) Message-Id: <200111302155.fAULtAL58749@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 13:55:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libtelnet genget.c getent.c misc-proto.h misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 13:55:10 PST Modified files: lib/libtelnet genget.c getent.c misc-proto.h misc.c Log: Invoke the new 'unifdef:' target, and make this lib a complete subset of the crypto (master) code. Revision Changes Path 1.5 +6 -3 src/lib/libtelnet/genget.c 1.6 +20 -20 src/lib/libtelnet/getent.c 1.3 +16 -9 src/lib/libtelnet/misc-proto.h 1.6 +9 -26 src/lib/libtelnet/misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 13:55: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 DFF4E37B445; Fri, 30 Nov 2001 13:55:22 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAULtM758791; Fri, 30 Nov 2001 13:55:22 -0800 (PST) (envelope-from rwatson) Message-Id: <200111302155.fAULtM758791@freefall.freebsd.org> From: Robert Watson <rwatson@FreeBSD.org> Date: Fri, 30 Nov 2001 13:55:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG rwatson 2001/11/30 13:55:22 PST Modified files: sbin/sysctl sysctl.8 Log: o Update sysctl.8 to reflect renaming of various security-related sysctls, and to introduce new ones. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.41 +5 -2 src/sbin/sysctl/sysctl.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 14: 3:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4AC537B405; Fri, 30 Nov 2001 14:03:20 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUM3KJ59751; Fri, 30 Nov 2001 14:03:20 -0800 (PST) (envelope-from markm) Message-Id: <200111302203.fAUM3KJ59751@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 14:03:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/telnetd ext.h slc.c state.c sys_term.c telnetd.c telnetd.h termstat.c utility.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 14:03:20 PST Modified files: libexec/telnetd ext.h slc.c state.c sys_term.c telnetd.c telnetd.h termstat.c utility.c Log: After running a "make unifdef", commit the resultant diffs. This code is now a complete sunset of the crypto (master) code. Revision Changes Path 1.13 +11 -12 src/libexec/telnetd/ext.h 1.13 +35 -45 src/libexec/telnetd/slc.c 1.17 +42 -52 src/libexec/telnetd/state.c 1.34 +119 -659 src/libexec/telnetd/sys_term.c 1.32 +60 -214 src/libexec/telnetd/telnetd.c 1.2 +2 -2 src/libexec/telnetd/telnetd.h 1.15 +17 -16 src/libexec/telnetd/termstat.c 1.18 +42 -67 src/libexec/telnetd/utility.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 14: 9:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2490537B405; Fri, 30 Nov 2001 14:09:11 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUM9BU63534; Fri, 30 Nov 2001 14:09:11 -0800 (PST) (envelope-from markm) Message-Id: <200111302209.fAUM9BU63534@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 14:09:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c defines.h externs.h main.c network.c ring.c ring.h sys_bsd.c telnet.c terminal.c tn3270.c utilities.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 14:09:11 PST Modified files: usr.bin/telnet commands.c defines.h externs.h main.c network.c ring.c ring.h sys_bsd.c telnet.c terminal.c utilities.c Removed files: usr.bin/telnet tn3270.c Log: After running "make unifdef", commit the result. This code is now a complete subset of the crypto (master) code. Revision Changes Path 1.32 +360 -578 src/usr.bin/telnet/commands.c 1.2 +1 -6 src/usr.bin/telnet/defines.h 1.9 +53 -55 src/usr.bin/telnet/externs.h 1.17 +19 -61 src/usr.bin/telnet/main.c 1.4 +14 -16 src/usr.bin/telnet/network.c 1.5 +26 -71 src/usr.bin/telnet/ring.c 1.4 +3 -2 src/usr.bin/telnet/ring.h 1.8 +77 -200 src/usr.bin/telnet/sys_bsd.c 1.12 +180 -476 src/usr.bin/telnet/telnet.c 1.5 +17 -25 src/usr.bin/telnet/terminal.c 1.3 +0 -416 src/usr.bin/telnet/tn3270.c (dead) 1.5 +35 -76 src/usr.bin/telnet/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 14:28: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 BACC037B405; Fri, 30 Nov 2001 14:28:07 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUMS7q65626; Fri, 30 Nov 2001 14:28:07 -0800 (PST) (envelope-from markm) Message-Id: <200111302228.fAUMS7q65626@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 14:28:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet auth-proto.h enc-proto.h enc_des.c encrypt.c kerberos.c krb4encpwd.c misc-proto.h src/crypto/telnet/telnet commands.c externs.h ring.h src/crypto/telnet/telnetd ext.h sys_term.c telnetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 14:28:07 PST Modified files: crypto/telnet/libtelnet auth-proto.h enc-proto.h enc_des.c encrypt.c kerberos.c krb4encpwd.c misc-proto.h crypto/telnet/telnet commands.c externs.h ring.h crypto/telnet/telnetd ext.h sys_term.c telnetd.c Log: Damn. The previous mega-commit was incomplete WRT ANSIfication. This fixes that. Revision Changes Path 1.7 +0 -8 src/crypto/telnet/libtelnet/auth-proto.h 1.7 +0 -7 src/crypto/telnet/libtelnet/enc-proto.h 1.8 +8 -8 src/crypto/telnet/libtelnet/enc_des.c 1.8 +2 -2 src/crypto/telnet/libtelnet/encrypt.c 1.7 +2 -2 src/crypto/telnet/libtelnet/kerberos.c 1.7 +2 -2 src/crypto/telnet/libtelnet/krb4encpwd.c 1.4 +0 -8 src/crypto/telnet/libtelnet/misc-proto.h 1.23 +34 -34 src/crypto/telnet/telnet/commands.c 1.9 +92 -92 src/crypto/telnet/telnet/externs.h 1.4 +14 -14 src/crypto/telnet/telnet/ring.h 1.11 +86 -94 src/crypto/telnet/telnetd/ext.h 1.14 +3 -3 src/crypto/telnet/telnetd/sys_term.c 1.21 +6 -6 src/crypto/telnet/telnetd/telnetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 14:37:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9BBF37B419; Fri, 30 Nov 2001 14:37:28 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUMbSm66548; Fri, 30 Nov 2001 14:37:28 -0800 (PST) (envelope-from markm) Message-Id: <200111302237.fAUMbSm66548@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Fri, 30 Nov 2001 14:37:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libtelnet misc-proto.h src/libexec/telnetd ext.h sys_term.c telnetd.c src/usr.bin/telnet commands.c externs.h ring.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/11/30 14:37:28 PST Modified files: lib/libtelnet misc-proto.h libexec/telnetd ext.h sys_term.c telnetd.c usr.bin/telnet commands.c externs.h ring.h Log: Merge the (in)complete ANSIfication work from src/crypto/telnet. Revision Changes Path 1.4 +0 -8 src/lib/libtelnet/misc-proto.h 1.14 +83 -91 src/libexec/telnetd/ext.h 1.35 +3 -3 src/libexec/telnetd/sys_term.c 1.33 +6 -6 src/libexec/telnetd/telnetd.c 1.33 +14 -14 src/usr.bin/telnet/commands.c 1.10 +90 -90 src/usr.bin/telnet/externs.h 1.5 +12 -12 src/usr.bin/telnet/ring.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 14:43:20 2001 Delivered-To: cvs-all@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 7385C37B423; Fri, 30 Nov 2001 14:43:02 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id fAUMh1574457; Fri, 30 Nov 2001 17:43:01 -0500 (EST) (envelope-from mwlucas) Date: Fri, 30 Nov 2001 17:43:01 -0500 From: Michael Lucas <mwlucas@blackhelicopters.org> To: "Bruce A. Mah" <bmah@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, developers@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access Message-ID: <20011130174301.A74410@blackhelicopters.org> References: <200111301818.fAUIIYi24627@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: <200111301818.fAUIIYi24627@freefall.freebsd.org>; from bmah@FreeBSD.ORG on Fri, Nov 30, 2001 at 10:18:34AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Uh, hello folks, I'm supposed to send an introductory message to developers@ to introduce myself, so this is as good a way as any to do it. (Is developers@FreeBSD.org the same as cvs-committers@FreBSD.org?) I'm interested in the FAQ and Handbook. Eventually, I'd like the mailing lists to be composed of a) truly unique problems, b) people who obviously haven't read the FAQ, and c) pointless rambling. (I could do without "c", but it's beyond my power to affect and is, on rare occasions, the best part of any mailing list.) If you're sick of answering a question, send the Q&A to me and I'll see that it gets in there. If you're a committer, I'll just trust you. If you're not, I'll try to verify it* and commit it. Meanwhile, I monitor the various mailing lists and grab the FAQs I see. I'm also interested in fixing general grammar, syntax, and clarity in the rest of our docs. ==ml * "Try to verify it" translates to "find the committer responsible for the system, and harass him until he answers the question." This particularly applies to those who jumped on me to take the commit bit. ;) On Fri, Nov 30, 2001 at 10:18:34AM -0800, Bruce A. Mah wrote: > bmah 2001/11/30 10:18:34 PST > > Modified files: > . access > Log: > Please welcome Michael Lucas <mwlucas@FreeBSD.org> to the committer > family as our newest doc/ committer. As is frequently the case, > Michael got his commit bit by submitting far too many high-quality > patches for various documents (most notably the FAQ). > > (Thanks to the various committers who publically pressured him into > accepting!) > > Mentored by: bmah > Approved by: nik > > Revision Changes Path > 1.277 +1 -0 CVSROOT/access > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 14:51:19 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 35FA837B417; Fri, 30 Nov 2001 14:51:12 -0800 (PST) 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 RAA26076; Fri, 30 Nov 2001 17:51:07 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id fAUMofc00875; Fri, 30 Nov 2001 17:50:41 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Fri, 30 Nov 2001 17:50:41 -0500 From: Andrew Gallatin <gallatin@cs.duke.edu> To: Luigi Rizzo <luigi@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_dc.c if_sis.c Message-ID: <20011130175040.A836@grasshopper.cs.duke.edu> References: <200111292347.fATNllI06694@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: <200111292347.fATNllI06694@freefall.freebsd.org>; from luigi@FreeBSD.org on Thu, Nov 29, 2001 at 03:47:47PM -0800 X-Operating-System: FreeBSD 4.3-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Luigi Rizzo [luigi@FreeBSD.org] wrote: > luigi 2001/11/29 15:47:47 PST > > Modified files: > sys/pci if_dc.c if_sis.c > Log: > Per jlemon request, reintroduce some printf() when an > mbuf allocation fails, and fix (i hope) a couple of style bugs. > > I believe these printf() are extremely dangerous because now they can > occur on every incoming packet and are not rate limited. They were > meant to warn the sysadmin about lack of resources, but now they > can become a nice way to panic your system under load. I agree 100%. I've seen messages like this from if_ti swamp a serial console so badly that its faster to reset the machine than to wait for the messages to finish printing.. > Other drivers (e.g. the fxp driver) have nothing like this. Most of the gig drivers have this misfeature too. > There is a pending discussion on putting this kind of warnings > elsewhere, and I hope we can fix this soon. Good.. Some sort of log-scaled limit printf would be good. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 15: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 19C6C37B41B; Fri, 30 Nov 2001 15:11:52 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNBpK72855; Fri, 30 Nov 2001 15:11:51 -0800 (PST) (envelope-from kris) Message-Id: <200111302311.fAUNBpK72855@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:11:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stegdetect Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:11:51 PST Modified files: security/stegdetect Makefile pkg-plist Log: Fix PLIST Submitted by: bento Revision Changes Path 1.3 +1 -1 ports/security/stegdetect/Makefile 1.2 +3 -0 ports/security/stegdetect/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 Nov 30 15: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 ED80437B41A; Fri, 30 Nov 2001 15:23:44 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNNiK73871; Fri, 30 Nov 2001 15:23:44 -0800 (PST) (envelope-from kris) Message-Id: <200111302323.fAUNNiK73871@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:23:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/steghide pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:23:44 PST Modified files: security/steghide pkg-plist Log: Docs go in ${PREFIX}/share/doc, not ${PREFIX}/doc Submitted by: bento Revision Changes Path 1.2 +8 -8 ports/security/steghide/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 Nov 30 15: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 C534937B419; Fri, 30 Nov 2001 15:24:12 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNOCB73971; Fri, 30 Nov 2001 15:24:12 -0800 (PST) (envelope-from kris) Message-Id: <200111302324.fAUNOCB73971@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:24:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/steghide/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:24:12 PST Added files: security/steghide/files patch-aa Log: Docs go in ${PREFIX}/share/doc, not ${PREFIX}/doc Submitted by: bento Revision Changes Path 1.1 +11 -0 ports/security/steghide/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 15:29: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 7F1D037B41B; Fri, 30 Nov 2001 15:29:26 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNTQn74564; Fri, 30 Nov 2001 15:29:26 -0800 (PST) (envelope-from kris) Message-Id: <200111302329.fAUNTQn74564@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:29:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tornado pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:29:26 PST Modified files: games/tornado pkg-plist Log: Remove share/games at deinstall. I'm not sure whether this port should be usign share/games for its score file, as it seems non-canonical. Revision Changes Path 1.2 +1 -0 ports/games/tornado/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 Nov 30 15:33: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 2B0A637B416; Fri, 30 Nov 2001 15:33:50 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNXob74878; Fri, 30 Nov 2001 15:33:50 -0800 (PST) (envelope-from kris) Message-Id: <200111302333.fAUNXob74878@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:33:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:33:50 PST Modified files: news/tin Makefile Log: Remove tin.5 on deinstall Submitted by: bento Revision Changes Path 1.90 +2 -1 ports/news/tin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 15:37:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4490F37B416; Fri, 30 Nov 2001 15:37:08 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNb8J75158; Fri, 30 Nov 2001 15:37:08 -0800 (PST) (envelope-from kris) Message-Id: <200111302337.fAUNb8J75158@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:37:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pancho pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:37:08 PST Modified files: net/pancho pkg-plist Log: Remove share/doc/pancho on deinstall Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/net/pancho/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 Nov 30 15:43:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7732737B41B; Fri, 30 Nov 2001 15:43:49 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNhnP75802; Fri, 30 Nov 2001 15:43:49 -0800 (PST) (envelope-from kris) Message-Id: <200111302343.fAUNhnP75802@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:43:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/latex2rtf pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:43:49 PST Modified files: print/latex2rtf pkg-plist Log: Remove share/latex2rtf on deinstall Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/print/latex2rtf/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 Nov 30 15: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 C006C37B416; Fri, 30 Nov 2001 15:46:59 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNkxr76068; Fri, 30 Nov 2001 15:46:59 -0800 (PST) (envelope-from kris) Message-Id: <200111302346.fAUNkxr76068@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:46:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/lmbench Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:46:59 PST Modified files: benchmarks/lmbench Makefile Log: Don't install patch turds Submitted by: bento Revision Changes Path 1.14 +2 -1 ports/benchmarks/lmbench/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 15:48:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD7E437B417; Fri, 30 Nov 2001 15:48:34 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNmYI76207; Fri, 30 Nov 2001 15:48:34 -0800 (PST) (envelope-from kris) Message-Id: <200111302348.fAUNmYI76207@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:48:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/lmbench Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:48:34 PST Modified files: benchmarks/lmbench Makefile Log: Better fix for previous Revision Changes Path 1.15 +1 -2 ports/benchmarks/lmbench/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 15:57: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 EEB4237B405; Fri, 30 Nov 2001 15:57:12 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUNvCp78036; Fri, 30 Nov 2001 15:57:12 -0800 (PST) (envelope-from kris) Message-Id: <200111302357.fAUNvCp78036@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 15:57:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/enscriptfonts pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 15:57:12 PST Modified files: print/enscriptfonts pkg-plist Log: Remove share/enscript at deinstall Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/print/enscriptfonts/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 Nov 30 16:21:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFD3A37B419; Fri, 30 Nov 2001 16:21:30 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB10LUW84726; Fri, 30 Nov 2001 16:21:30 -0800 (PST) (envelope-from luigi) Message-Id: <200112010021.fB10LUW84726@freefall.freebsd.org> From: Luigi Rizzo <luigi@FreeBSD.org> Date: Fri, 30 Nov 2001 16:21:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mbuf.c src/sys/vm vm_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG luigi 2001/11/30 16:21:30 PST Modified files: sys/kern subr_mbuf.c sys/vm vm_kern.c Log: vm/vm_kern.c: rate limit (to once per second) diagnostic printf when you run out of mbuf address space. kern/subr_mbuf.c: print a warning message when mb_alloc fails, again rate-limited to at most once per second. This covers other cases of mbuf allocation failures. Probably it also overlaps the one handled in vm/vm_kern.c, so maybe the latter should go away. This warning will let us gradually remove the printf that are scattered across most network drivers to report mbuf allocation failures. Those are potentially dangerous, in that they are not rate-limited and can easily cause systems to panic. Unless there is disagreement (which does not seem to be the case judging from the discussion on -net so far), and because this is sort of a safety bugfix, I plan to commit a similar change to STABLE during the weekend (it affects kern/uipc_mbuf.c there). Discussed-with: jlemon, silby and -net Revision Changes Path 1.11 +14 -1 src/sys/kern/subr_mbuf.c 1.74 +9 -3 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 16:32: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 3BFDE37B41B; Fri, 30 Nov 2001 16:32:35 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB10WZC85521; Fri, 30 Nov 2001 16:32:35 -0800 (PST) (envelope-from lioux) Message-Id: <200112010032.fB10WZC85521@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Fri, 30 Nov 2001 16:32:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/FreeWnn-lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/30 16:32:35 PST Modified files: japanese/FreeWnn-lib Makefile Log: o USE_AUTO* police sweep - Don't hardcode, use AUTOCONF_DIR Revision Changes Path 1.38 +3 -3 ports/japanese/FreeWnn-lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 16:59: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 0DB1137B405; Fri, 30 Nov 2001 16:59:36 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB10xal87363; Fri, 30 Nov 2001 16:59:36 -0800 (PST) (envelope-from lioux) Message-Id: <200112010059.fB10xal87363@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Fri, 30 Nov 2001 16:59:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/f77 Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/30 16:59:35 PST Modified files: lang/f77 Makefile pkg-descr Log: o Return maintainer to ports o House distfile under MASTER_SITE_LOCAL since it is no longer available anywhere else PR: 32416 Submitted by: maintainer Revision Changes Path 1.7 +4 -3 ports/lang/f77/Makefile 1.2 +0 -3 ports/lang/f77/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 Nov 30 17: 6: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 52C8D37B405; Fri, 30 Nov 2001 17:06:45 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB116j791438; Fri, 30 Nov 2001 17:06:45 -0800 (PST) (envelope-from lioux) Message-Id: <200112010106.fB116j791438@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Fri, 30 Nov 2001 17:06:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/f2c Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG lioux 2001/11/30 17:06:45 PST Modified files: lang/f2c Makefile pkg-descr Log: o Return maintainer to ports o House distfile under MASTER_SITE_LOCAL since it is no longer available anywhere else o In DESCR, add trailing / to both FTP and WWW tags PR: 32417 Submitted by: maintainer Revision Changes Path 1.6 +4 -3 ports/lang/f2c/Makefile 1.5 +2 -6 ports/lang/f2c/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 Nov 30 19:43: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 08D6437B41A; Fri, 30 Nov 2001 19:43:02 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB13h1B12250; Fri, 30 Nov 2001 19:43:01 -0800 (PST) (envelope-from mike) Message-Id: <200112010343.fB13h1B12250@freefall.freebsd.org> From: Mike Barcroft <mike@FreeBSD.org> Date: Fri, 30 Nov 2001 19:43:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa inet.h src/sys/netinet in.h src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG mike 2001/11/30 19:43:01 PST Modified files: include/arpa inet.h sys/netinet in.h sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h sys/sparc64/include ansi.h sys/sys types.h lib/libc/net inet.3 inet_ntop.c Log: o Stop abusing MD headers with non-MD types. o Hide nonstandard functions and types in <netinet/in.h> when _POSIX_SOURCE is defined. o Add some missing types (required by POSIX.1-200x) to <netinet/in.h>. o Restore vendor ID from Rev 1.1 in <netinet/in.h> and make use of new __FBSDID() macro. o Fix some miscellaneous issues in <arpa/inet.h>. o Correct final argument for the inet_ntop() function (POSIX.1-200x). o Get rid of the namespace pollution from <sys/types.h> in <arpa/inet.h>. Reviewed by: fenner Partially submitted by: bde Revision Changes Path 1.15 +50 -10 src/include/arpa/inet.h 1.22 +1 -1 src/lib/libc/net/inet.3 1.7 +13 -8 src/lib/libc/net/inet_ntop.c 1.24 +0 -2 src/sys/alpha/include/ansi.h 1.14 +0 -2 src/sys/arm/include/ansi.h 1.34 +0 -2 src/sys/i386/include/ansi.h 1.16 +0 -2 src/sys/ia64/include/ansi.h 1.58 +16 -1 src/sys/netinet/in.h 1.17 +0 -2 src/sys/powerpc/include/ansi.h 1.11 +0 -2 src/sys/sparc64/include/ansi.h 1.49 +9 -9 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 19:48: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 0198337B405; Fri, 30 Nov 2001 19:48:16 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB13mFs12736; Fri, 30 Nov 2001 19:48:15 -0800 (PST) (envelope-from mike) Message-Id: <200112010348.fB13mFs12736@freefall.freebsd.org> From: Mike Barcroft <mike@FreeBSD.org> Date: Fri, 30 Nov 2001 19:48:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa inet.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG mike 2001/11/30 19:48:15 PST Modified files: include/arpa inet.h Log: Add a missing underscore. Submitted by: fenner Revision Changes Path 1.16 +1 -1 src/include/arpa/inet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 20:16: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B584937B405; Fri, 30 Nov 2001 20:15:55 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB14FtZ18278; Fri, 30 Nov 2001 20:15:55 -0800 (PST) (envelope-from kris) Message-Id: <200112010415.fB14FtZ18278@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Fri, 30 Nov 2001 20:15:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ngpt/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/11/30 20:15:50 PST Added files: devel/ngpt/files patch-aa Log: Don't install include/bits directory which is unused on FreeBSD. Approved by: maintainer Submitted by: bento Revision Changes Path 1.1 +10 -0 ports/devel/ngpt/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 20:57:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B8EB37B41A; Fri, 30 Nov 2001 20:57:41 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB14vfh21079; Fri, 30 Nov 2001 20:57:41 -0800 (PST) (envelope-from jim) Message-Id: <200112010457.fB14vfh21079@freefall.freebsd.org> From: Jim Mock <jim@FreeBSD.org> Date: Fri, 30 Nov 2001 20:57:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jim 2001/11/30 20:57:41 PST Modified files: net/gaim Makefile distinfo Log: Update to version 0.49. Revision Changes Path 1.54 +1 -1 ports/net/gaim/Makefile 1.39 +1 -1 ports/net/gaim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 21:45:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5091C37B405; Fri, 30 Nov 2001 21:45:27 -0800 (PST) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB15jR927253; Fri, 30 Nov 2001 21:45:27 -0800 (PST) (envelope-from hrs) Message-Id: <200112010545.fB15jR927253@freefall.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Fri, 30 Nov 2001 21:45:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/news newsflash.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG hrs 2001/11/30 21:45:27 PST Modified files: ja/news newsflash.xsl Log: Fix malformed date string. Revision Changes Path 1.5 +2 -4 www/ja/news/newsflash.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 21:49: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E629A37B416; Fri, 30 Nov 2001 21:49:01 -0800 (PST) Received: (from eric@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB15n1K27546; Fri, 30 Nov 2001 21:49:01 -0800 (PST) (envelope-from eric) Message-Id: <200112010549.fB15n1K27546@freefall.freebsd.org> From: Eric Melville <eric@FreeBSD.org> Date: Fri, 30 Nov 2001 21:49:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/skipstone Makefile distinfo ports/www/skipstone/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG eric 2001/11/30 21:49:01 PST Modified files: www/skipstone Makefile distinfo www/skipstone/files patch-ab Log: Update to latest distfile. Revision Changes Path 1.10 +1 -1 ports/www/skipstone/Makefile 1.7 +1 -1 ports/www/skipstone/distinfo 1.3 +8 -4 ports/www/skipstone/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 Nov 30 22:32:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED8B737B416; Fri, 30 Nov 2001 22:32:40 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB16Wei33647; Fri, 30 Nov 2001 22:32:40 -0800 (PST) (envelope-from ache) Message-Id: <200112010632.fB16Wei33647@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Fri, 30 Nov 2001 22:32:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ache 2001/11/30 22:32:40 PST Modified files: www/apache13 Makefile pkg-plist Log: Add symbolic link to apache's manual into pkg-plist Revision Changes Path 1.102 +1 -1 ports/www/apache13/Makefile 1.38 +2 -0 ports/www/apache13/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 Nov 30 22:36:25 2001 Delivered-To: cvs-all@freebsd.org Received: from technokratis.com (modemcable099.144-201-24.mtl.mc.videotron.ca [24.201.144.99]) by hub.freebsd.org (Postfix) with ESMTP id 8BA0937B41A; Fri, 30 Nov 2001 22:36:09 -0800 (PST) Received: (from bmilekic@localhost) by technokratis.com (8.11.4/8.11.3) id fB16jGA43722; Sat, 1 Dec 2001 01:45:16 -0500 (EST) (envelope-from bmilekic) Date: Sat, 1 Dec 2001 01:45:16 -0500 From: Bosko Milekic <bmilekic@technokratis.com> To: Luigi Rizzo <luigi@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_mbuf.c src/sys/vm vm_kern.c Message-ID: <20011201014516.A43490@technokratis.com> References: <200112010021.fB10LUW84726@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: <200112010021.fB10LUW84726@freefall.freebsd.org>; from luigi@FreeBSD.org on Fri, Nov 30, 2001 at 04:21:30PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Fri, Nov 30, 2001 at 04:21:30PM -0800, Luigi Rizzo wrote: > luigi 2001/11/30 16:21:30 PST > > Modified files: > sys/kern subr_mbuf.c > sys/vm vm_kern.c > Log: > vm/vm_kern.c: rate limit (to once per second) diagnostic printf when > you run out of mbuf address space. This change is pretty useless, for the most part. The message will only be printed a few times, when the map is exhausted, only until mb_alloc() finally calls kmem_malloc() with M_WAITOK and fails, at which point it will mark the "pool" as `exhausted' and stop calling kmem_malloc(), therefore stop printing these messages. However, I do see how it can be useful in the rare case where we get a huge storm of _ONLY_ M_DONTWAIT allocations failing one after the other, without a single M_TRYWAIT allocation in between. > kern/subr_mbuf.c: print a warning message when mb_alloc fails, again > rate-limited to at most once per second. This covers other > cases of mbuf allocation failures. Probably it also overlaps the > one handled in vm/vm_kern.c, so maybe the latter should go away. Yes, it should go away. What it does is suggest that the user increase NMBCLUSTERS and/or MAXUSERS when the truth is that the allocation failure could be the result of malloc() failing during the allocation of the bucket structure, in which case further increasing the size of the mbuf and clust maps would probably make things worse, not better. [...] > Unless there is disagreement (which does not seem to be the case > judging from the discussion on -net so far), and because this is > sort of a safety bugfix, I plan to commit a similar change to STABLE > during the weekend (it affects kern/uipc_mbuf.c there). Heh. The "discussion" on -hackers, -net, or whatever regarding the stack et al so far has been cluttered with such incredible amounts of "crap" that it's difficult to read it all in a single 12 hour period, at least for some of us. :-) > Discussed-with: jlemon, silby and -net > > Revision Changes Path > 1.11 +14 -1 src/sys/kern/subr_mbuf.c > 1.74 +9 -3 src/sys/vm/vm_kern.c Regards, -- Bosko Milekic bmilekic@technokratis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 30 23: 2: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 0263A37B416; Fri, 30 Nov 2001 23:02:54 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB172rG35689; Fri, 30 Nov 2001 23:02:53 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112010702.fB172rG35689@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Fri, 30 Nov 2001 23:02:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile pkg-plist ports/www/apache13+ipv6 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kuriyama 2001/11/30 23:02:53 PST Modified files: www/apache13-modssl Makefile pkg-plist www/apache13+ipv6 Makefile pkg-plist Log: Merge from www/apache13: Add symbolic link to apache's manual into pkg-plist. Revision Changes Path 1.25 +1 -1 ports/www/apache13+ipv6/Makefile 1.12 +2 -0 ports/www/apache13+ipv6/pkg-plist 1.89 +1 -1 ports/www/apache13-modssl/Makefile 1.25 +2 -1 ports/www/apache13-modssl/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 Nov 30 23:58:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F53F37B419; Fri, 30 Nov 2001 23:58:10 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB17wAY44135; Fri, 30 Nov 2001 23:58:10 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112010758.fB17wAY44135@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Fri, 30 Nov 2001 23:58:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kuriyama 2001/11/30 23:58:10 PST Modified files: www/apache2 Makefile pkg-plist Log: PLIST cleanup. Found by: bento Revision Changes Path 1.103 +1 -1 ports/www/apache2/Makefile 1.35 +6 -0 ports/www/apache2/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 Dec 1 0: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 B959B37B405; Sat, 1 Dec 2001 00:21:14 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB18LEn48767; Sat, 1 Dec 2001 00:21:14 -0800 (PST) (envelope-from sobomax) Message-Id: <200112010821.fB18LEn48767@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Sat, 1 Dec 2001 00:21:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/libgda Makefile distinfo pkg-plist ports/databases/libgda/files patch-providers::gda-default-server::Makefile.in ports/databases/gnomedb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sobomax 2001/12/01 00:21:14 PST Modified files: databases/libgda Makefile distinfo pkg-plist databases/gnomedb Makefile distinfo pkg-plist Removed files: databases/libgda/files patch-providers::gda-default-server::Makefile.in Log: Update checksums because distfiles were rerolled without version bump. Since there were some non-witespace changes bump PORTREVISIONs. Prompted by: many Revision Changes Path 1.12 +1 -1 ports/databases/gnomedb/Makefile 1.8 +1 -1 ports/databases/gnomedb/distinfo 1.8 +0 -26 ports/databases/gnomedb/pkg-plist 1.12 +1 -1 ports/databases/libgda/Makefile 1.9 +1 -1 ports/databases/libgda/distinfo 1.4 +0 -14 ports/databases/libgda/files/patch-providers::gda-default-server::Makefile.in (dead) 1.10 +0 -39 ports/databases/libgda/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 Dec 1 0:23: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 2AFDF37B419; Sat, 1 Dec 2001 00:23:31 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB18NVp49011; Sat, 1 Dec 2001 00:23:31 -0800 (PST) (envelope-from gshapiro) Message-Id: <200112010823.fB18NVp49011@freefall.freebsd.org> From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> Date: Sat, 1 Dec 2001 00:23:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys rename.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG gshapiro 2001/12/01 00:23:31 PST Modified files: (Branch: RELENG_4) lib/libc/sys rename.2 Log: MFC: rename() can't guarantee "to" always exists if it didn't exist in the first place -- for example, rename("existing", "newfile"); on a read-only file system. Revision Changes Path 1.16 +4 -2 src/lib/libc/sys/rename.2 Revision Changes Path 1.8.2.6 +4 -2 src/lib/libc/sys/rename.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 1: 1:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAD3C37B416; Sat, 1 Dec 2001 01:01:53 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB191rb51333; Sat, 1 Dec 2001 01:01:53 -0800 (PST) (envelope-from yoichi) Message-Id: <200112010901.fB191rb51333@freefall.freebsd.org> From: Yoichi NAKAYAMA <yoichi@FreeBSD.org> Date: Sat, 1 Dec 2001 01:01:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-emcws/files patch-da patch-ea patch-eb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG yoichi 2001/12/01 01:01:53 PST Modified files: japanese/emacs20-emcws/files patch-da Added files: japanese/emacs20-emcws/files patch-ea patch-eb Log: Update to emcws-20.7-20011002.gz and add mule-4.1 feature. PR: ports/32320 Submitted by: MAINTAINER Reviewed by: ports-jp@jp.freebsd.org,knu(mentor) Revision Changes Path 1.2 +16 -12 ports/japanese/emacs20-emcws/files/patch-da 1.1 +13 -0 ports/japanese/emacs20-emcws/files/patch-ea (new) 1.1 +17 -0 ports/japanese/emacs20-emcws/files/patch-eb (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 1: 9: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 C59FB37B405; Sat, 1 Dec 2001 01:09:12 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB199Ce55019; Sat, 1 Dec 2001 01:09:12 -0800 (PST) (envelope-from yoichi) Message-Id: <200112010909.fB199Ce55019@freefall.freebsd.org> From: Yoichi NAKAYAMA <yoichi@FreeBSD.org> Date: Sat, 1 Dec 2001 01:09:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-emcws Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG yoichi 2001/12/01 01:09:12 PST Modified files: japanese/emacs20-emcws Makefile distinfo pkg-plist Log: Update to emcws-20.7-20011002.gz and add mule-4.1 feature. PR: ports/32320 Submitted by: MAINTAINER Reviewed by: ports-jp@jp.freebsd.org,knu(mentor) Revision Changes Path 1.2 +35 -3 ports/japanese/emacs20-emcws/Makefile 1.2 +1 -1 ports/japanese/emacs20-emcws/distinfo 1.2 +18 -0 ports/japanese/emacs20-emcws/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 Dec 1 1: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 6697137B417; Sat, 1 Dec 2001 01:23:17 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB19NH656056; Sat, 1 Dec 2001 01:23:17 -0800 (PST) (envelope-from kris) Message-Id: <200112010923.fB19NH656056@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Sat, 1 Dec 2001 01:23:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snortsnarf Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/12/01 01:23:17 PST Modified files: security/snortsnarf Makefile distinfo Log: Upgrade to snortsnarf 010821 Revision Changes Path 1.2 +2 -2 ports/security/snortsnarf/Makefile 1.2 +1 -1 ports/security/snortsnarf/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 1:46:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A60FB37B416; Sat, 1 Dec 2001 01:46:08 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB19k8R57414; Sat, 1 Dec 2001 01:46:08 -0800 (PST) (envelope-from kris) Message-Id: <200112010946.fB19k8R57414@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Sat, 1 Dec 2001 01:46:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snort Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/12/01 01:46:08 PST Modified files: security/snort Makefile distinfo pkg-plist Log: Update to snort 1.8.3, a stability and bugfix release. Also install the complete set of rules files; some were missed in the last upgrade. PR: ports/32112 (rules updates) Submitted by: Rob Simmons <rsimmons@mail.wlcg.com> Revision Changes Path 1.27 +8 -7 ports/security/snort/Makefile 1.14 +1 -1 ports/security/snort/distinfo 1.7 +7 -0 ports/security/snort/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 1:56:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6747237B419; Sat, 1 Dec 2001 01:56:45 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB19ujT58040; Sat, 1 Dec 2001 01:56:45 -0800 (PST) (envelope-from kris) Message-Id: <200112010956.fB19ujT58040@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Sat, 1 Dec 2001 01:56:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/keynote Makefile ports/security/keynote/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kris 2001/12/01 01:56:45 PST Modified files: security/keynote Makefile Added files: security/keynote/files patch-ae Log: keynote(4) should really be keynote(5) since it's not a device driver :) PR: ports/30796 Submitted by: John Ioannidis <ji@tla.org> Revision Changes Path 1.9 +3 -3 ports/security/keynote/Makefile 1.1 +11 -0 ports/security/keynote/files/patch-ae (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 3:19:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 471CC37B419; Sat, 1 Dec 2001 03:19:23 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1BJNW71318; Sat, 1 Dec 2001 03:19:23 -0800 (PST) (envelope-from joe) Message-Id: <200112011119.fB1BJNW71318@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Sat, 1 Dec 2001 03:19:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT log_accum.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG joe 2001/12/01 03:19:23 PST Modified files: . log_accum.pl Log: Add blank lines between subs for consistency. Revision Changes Path 1.112 +8 -0 CVSROOT/log_accum.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 3: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 8FE6F37B417; Sat, 1 Dec 2001 03:26:42 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1BQgh71937; Sat, 1 Dec 2001 03:26:42 -0800 (PST) (envelope-from joe) Message-Id: <200112011126.fB1BQgh71937@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Sat, 1 Dec 2001 03:26:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT log_accum.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG joe 2001/12/01 03:26:42 PST Modified files: . log_accum.pl Log: Move the code that calculates the previous revision number out into its own subroutine ready for the diff code to use also. Revision Changes Path 1.113 +22 -11 CVSROOT/log_accum.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 3:31: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75A4337B416; Sat, 1 Dec 2001 03:31:02 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1BV2R72387; Sat, 1 Dec 2001 03:31:02 -0800 (PST) (envelope-from knu) Message-Id: <200112011131.fB1BV2R72387@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Sat, 1 Dec 2001 03:31:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/namazu2 Makefile distinfo pkg-plist ports/japanese/namazu2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG knu 2001/12/01 03:31:02 PST Modified files: databases/namazu2 Makefile distinfo pkg-plist japanese/namazu2 Makefile Log: Update to 2.0.9. Revision Changes Path 1.25 +1 -2 ports/databases/namazu2/Makefile 1.12 +1 -1 ports/databases/namazu2/distinfo 1.14 +1 -1 ports/databases/namazu2/pkg-plist 1.26 +1 -2 ports/japanese/namazu2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 3:36: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 E261237B41A; Sat, 1 Dec 2001 03:36:48 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1BamZ72820; Sat, 1 Dec 2001 03:36:48 -0800 (PST) (envelope-from knu) Message-Id: <200112011136.fB1BamZ72820@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Sat, 1 Dec 2001 03:36:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-unit Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG knu 2001/12/01 03:36:48 PST Modified files: devel/ruby-unit Makefile distinfo pkg-plist Log: Update to 0.4.8. Revision Changes Path 1.19 +1 -1 ports/devel/ruby-unit/Makefile 1.16 +1 -1 ports/devel/ruby-unit/distinfo 1.9 +18 -0 ports/devel/ruby-unit/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 Dec 1 3:38: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 4394037B419; Sat, 1 Dec 2001 03:38:44 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1BciW72956; Sat, 1 Dec 2001 03:38:44 -0800 (PST) (envelope-from joe) Message-Id: <200112011138.fB1BciW72956@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Sat, 1 Dec 2001 03:38:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg.pm log_accum.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG joe 2001/12/01 03:38:44 PST Modified files: . cfg.pm log_accum.pl Log: Add the ability to have diffs inserted into the commit email. Submitted by: jesper Revision Changes Path 1.44 +5 -2 CVSROOT/cfg.pm 1.114 +73 -0 CVSROOT/log_accum.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 4: 7: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 119E237B416; Sat, 1 Dec 2001 04:07:43 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1C7he84882; Sat, 1 Dec 2001 04:07:43 -0800 (PST) (envelope-from jkoshy) Message-Id: <200112011207.fB1C7he84882@freefall.freebsd.org> From: Joseph Koshy <jkoshy@FreeBSD.org> Date: Sat, 1 Dec 2001 04:07:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysconf.3 sysconf.c src/sys/sys unistd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jkoshy 2001/12/01 04:07:42 PST Modified files: lib/libc/gen sysconf.c sysconf.3 sys/sys unistd.h Log: Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN). This API is supported in SVR4.0MP, Solaris, Linux, AIX and Tru64 Unix. PR: bin/27489 Submitted by: Arun Sharma <arun@sharma-home.net> Reviewed by: bde (prior version) Revision Changes Path 1.17 +5 -1 src/lib/libc/gen/sysconf.3 1.12 +8 -0 src/lib/libc/gen/sysconf.c 1.28 +6 -1 src/sys/sys/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 5: 4:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08BB237B41A; Sat, 1 Dec 2001 05:04:44 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1D4it88872; Sat, 1 Dec 2001 05:04:44 -0800 (PST) (envelope-from matusita) Message-Id: <200112011304.fB1D4it88872@freefall.freebsd.org> From: Makoto MATSUSHITA <matusita@FreeBSD.org> Date: Sat, 1 Dec 2001 05:04:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall http.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG matusita 2001/12/01 05:04:43 PST Modified files: (Branch: RELENG_4) release/sysinstall http.c Log: MFC: src/usr.sbin/sysinstall/http.c rev 1.6: s/GET/HEAD/ and add copyright. PR: 32238 Submitted by: Christoph Weber-Fahr <christoph.weber-fahr@arcor.de> (patch), and Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> (copyright) Revision Changes Path 1.2.2.4 +30 -1 src/release/sysinstall/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 5: 8: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C4D037B419; Sat, 1 Dec 2001 05:07:59 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1D7xW92468; Sat, 1 Dec 2001 05:07:59 -0800 (PST) (envelope-from nectar) Message-Id: <200112011307.fB1D7xW92468@freefall.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Sat, 1 Dec 2001 05:07:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-PyGreSQL/files patch-pgdb.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG nectar 2001/12/01 05:07:58 PST Modified files: databases/py-PyGreSQL/files patch-pgdb.py Log: Fix a malformed patch. Noticed by: olgeni Revision Changes Path 1.3 +1 -2 ports/databases/py-PyGreSQL/files/patch-pgdb.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 5: 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 1472237B417; Sat, 1 Dec 2001 05:08:21 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1D8Lm92512; Sat, 1 Dec 2001 05:08:21 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112011308.fB1D8Lm92512@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Sat, 1 Dec 2001 05:08:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/pciid mk_pci_vendors.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sheldonh 2001/12/01 05:08:21 PST Modified files: tools/tools/pciid mk_pci_vendors.pl Log: Correct misattribution of the Hart list, which I had mistakenly attributed to Heckenbach. Revision Changes Path 1.2 +22 -13 src/tools/tools/pciid/mk_pci_vendors.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 5:13: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 30EF837B405; Sat, 1 Dec 2001 05:13:22 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1DDMD93170; Sat, 1 Dec 2001 05:13:22 -0800 (PST) (envelope-from sheldonh) Message-Id: <200112011313.fB1DDMD93170@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Sat, 1 Dec 2001 05:13:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc pci_vendors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sheldonh 2001/12/01 05:13:22 PST Modified files: share/misc pci_vendors Log: (null commit) The log for the previous revision misattributed the Hart list to Heckenbach. Craig Hart doesn't know where I got the name Heckenbach from. :-) Revision Changes Path 1.7 +0 -0 src/share/misc/pci_vendors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 5:13:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD62C37B41F; Sat, 1 Dec 2001 05:13:27 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1DDRJ93220; Sat, 1 Dec 2001 05:13:27 -0800 (PST) (envelope-from matusita) Message-Id: <200112011313.fB1DDRJ93220@freefall.freebsd.org> From: Makoto MATSUSHITA <matusita@FreeBSD.org> Date: Sat, 1 Dec 2001 05:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall Makefile install.c options.c sysinstall.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG matusita 2001/12/01 05:13:27 PST Modified files: usr.sbin/sysinstall Makefile install.c options.c sysinstall.h Log: Remove kget() feature, which is removed from 5-current kernel. Since userconfig feature is implemented by tweaking variables (hint.*) with loader(8), we can put back an equivalent feature. Maybe the first step for this is to commit yokota-san's patch (add userconfig command for loader). Approved by: jkh Revision Changes Path 1.118 +2 -2 src/usr.sbin/sysinstall/Makefile 1.310 +0 -9 src/usr.sbin/sysinstall/install.c 1.77 +1 -3 src/usr.sbin/sysinstall/options.c 1.219 +0 -1 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 5: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 5FF4737B405; Sat, 1 Dec 2001 05:15:41 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1DFfa93435; Sat, 1 Dec 2001 05:15:41 -0800 (PST) (envelope-from matusita) Message-Id: <200112011315.fB1DFfa93435@freefall.freebsd.org> From: Makoto MATSUSHITA <matusita@FreeBSD.org> Date: Sat, 1 Dec 2001 05:15:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall kget.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG matusita 2001/12/01 05:15:41 PST Removed files: usr.sbin/sysinstall kget.c Log: Forget to remove kget.c, since kget feature is already gone. Revision Changes Path 1.17 +0 -125 src/usr.sbin/sysinstall/kget.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 5:48: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 D17C437B405; Sat, 1 Dec 2001 05:48:16 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1DmGf07402; Sat, 1 Dec 2001 05:48:16 -0800 (PST) (envelope-from ru) Message-Id: <200112011348.fB1DmGf07402@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 1 Dec 2001 05:48:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c ip_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/12/01 05:48:16 PST Modified files: sys/netinet ip_mroute.c ip_output.c Log: Allow for ip_output() to be called with a NULL route pointer. This fixes a panic I introduced yesterday in ip_icmp.c,v 1.64. Revision Changes Path 1.69 +1 -2 src/sys/netinet/ip_mroute.c 1.143 +6 -4 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 5:51:35 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 7F5F337B416 for <cvs-all@FreeBSD.org>; Sat, 1 Dec 2001 05:51:30 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id fB1Dp9q46131; Sat, 1 Dec 2001 15:51:09 +0200 (EET) (envelope-from ru) Date: Sat, 1 Dec 2001 15:51:09 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Maxime Henrion <mux@qualys.com> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet icmp_var.h ip_icmp.c ip_input.c ip_var.h src/usr.bin/netstat inet.c Message-ID: <20011201155109.A45348@sunbay.com> References: <200111301040.fAUAeS519148@freefall.freebsd.org> <20011130205718.A275@nebula.noos.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011130205718.A275@nebula.noos.fr> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Fri, Nov 30, 2001 at 08:57:18PM +0100, Maxime Henrion wrote: > Ruslan Ermilov wrote: > > ru 2001/11/30 02:40:28 PST > > > > Modified files: > > sys/netinet icmp_var.h ip_icmp.c ip_input.c ip_var.h > > usr.bin/netstat inet.c > [...] > > This commit appears to break the kernel. In some cases, icmp_reflect() > calls icmp_send() with a NULL pointer for the struct route * parameter. > icmp_send() then pass it to ip_output() which dereferences it. > > I've had several panics like this at boot, and also got some lockups for > reasons I ignore. :-) > > It seems to me that in the icmp_reflect() code it is intentional to call > icmp_send() with a NULL pointer, so I did a little patch that use a > struct route bzero'ed in that case in icmp_send() as it was in revision > 1.63. It probably isn't a correct patch but at least it solved the > problem. > Fixed in ip_output,v 1.143. Sorry. 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 Sat Dec 1 6: 2:49 2001 Delivered-To: cvs-all@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 062BE37B417; Sat, 1 Dec 2001 06:02:42 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id QAA69255; Sat, 1 Dec 2001 16:02:38 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h143.229.dialup.iptcom.net [212.9.229.143]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA42403; Sat, 1 Dec 2001 16:02:37 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id fB1E21k02872; Sat, 1 Dec 2001 16:02:01 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C08E381.DD45920A@FreeBSD.org> Date: Sat, 01 Dec 2001 16:04:49 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "Bruce A. Mah" <bmah@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access References: <200111301818.fAUIIYi24627@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG "Bruce A. Mah" wrote: > > bmah 2001/11/30 10:18:34 PST > > Modified files: > . access > Log: > Please welcome Michael Lucas <mwlucas@FreeBSD.org> to the committer > family as our newest doc/ committer. As is frequently the case, > Michael got his commit bit by submitting far too many high-quality > patches for various documents (most notably the FAQ). > > (Thanks to the various committers who publically pressured him into > accepting!) > > Mentored by: bmah > Approved by: nik Heh, welcome Big Scarcy Daemon!!! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 6:16:59 2001 Delivered-To: cvs-all@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id 9D4FE37B405; Sat, 1 Dec 2001 06:16:55 -0800 (PST) Received: from bilbo.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id 01F7971055; Sat, 1 Dec 2001 15:16:51 +0100 (CET) Received: from club-internet.fr (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id 76E2071055; Sat, 1 Dec 2001 15:16:49 +0100 (CET) Message-ID: <3C08E651.5C9DDC7E@club-internet.fr> Date: Sat, 01 Dec 2001 15:16:49 +0100 From: Mathieu Arnold <arn_mat@club-internet.fr> Organization: http://www.absolight.fr/ X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Josef Karthauser <joe@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm log_accum.pl References: <200112011138.fB1BciW72956@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Josef Karthauser wrote: > > joe 2001/12/01 03:38:44 PST > > Modified files: > . cfg.pm log_accum.pl > Log: > Add the ability to have diffs inserted into the commit email. > > Submitted by: jesper enabling this seems to broke the ability to add links to the cvsweb page. -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 6:19:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7AC337B419; Sat, 1 Dec 2001 06:19:24 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1EJOd15613; Sat, 1 Dec 2001 06:19:24 -0800 (PST) (envelope-from knu) Message-Id: <200112011419.fB1EJOd15613@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Sat, 1 Dec 2001 06:19:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG knu 2001/12/01 06:19:24 PST Modified files: devel/ruby-racc Makefile distinfo Log: Update to 1.3.12. Revision Changes Path 1.28 +2 -2 ports/devel/ruby-racc/Makefile 1.19 +1 -1 ports/devel/ruby-racc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 6:46:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DFE537B419; Sat, 1 Dec 2001 06:46:32 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1EkWg17901; Sat, 1 Dec 2001 06:46:32 -0800 (PST) (envelope-from joe) Message-Id: <200112011446.fB1EkWg17901@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Sat, 1 Dec 2001 06:46:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT cfg.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG joe 2001/12/01 06:46:32 PST Modified files: . cfg.pm Log: Fix a bug in the local cvsweb URL insertion function. Spotted by: Mathieu Arnold <arn_mat@club-internet.fr> Revision Changes Path 1.45 +6 -6 CVSROOT/cfg.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 7:34:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A29F237B417; Sat, 1 Dec 2001 07:34:47 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1FYlW46206; Sat, 1 Dec 2001 07:34:47 -0800 (PST) (envelope-from kuriyama) Message-Id: <200112011534.fB1FYlW46206@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Sat, 1 Dec 2001 07:34:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG kuriyama 2001/12/01 07:34:47 PST Modified files: www/apache2 Makefile Log: Fix to define correct $PATCHFILES which is introduced in previous commit. Submitted by: Christian Weisgerber <naddy@freebsd.org> Revision Changes Path 1.104 +1 -1 ports/www/apache2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 7:36:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCE5637B417; Sat, 1 Dec 2001 07:36:23 -0800 (PST) Received: (from naddy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1FaNF46480; Sat, 1 Dec 2001 07:36:23 -0800 (PST) (envelope-from naddy) Message-Id: <200112011536.fB1FaNF46480@freefall.freebsd.org> From: Christian Weisgerber <naddy@FreeBSD.org> Date: Sat, 1 Dec 2001 07:36:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/as80 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/as80/files patch-README patch-aa patch-ab patch-src_as80.c patch-src_aux.c patch-src_symtbl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG naddy 2001/12/01 07:36:23 PST Modified files: devel/as80 Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: devel/as80/files patch-README patch-src_as80.c patch-src_aux.c patch-src_symtbl.c Removed files: devel/as80/files patch-aa patch-ab Log: * Update to 0.8. * Prune obsolete and excess verbiage from comment and description. * Add homepage URL. Approved by: greid Revision Changes Path 1.3 +6 -5 ports/devel/as80/Makefile 1.3 +1 -1 ports/devel/as80/distinfo 1.1 +14 -0 ports/devel/as80/files/patch-README (new) 1.2 +0 -11 ports/devel/as80/files/patch-aa (dead) 1.2 +0 -9 ports/devel/as80/files/patch-ab (dead) 1.1 +105 -0 ports/devel/as80/files/patch-src_as80.c (new) 1.1 +13 -0 ports/devel/as80/files/patch-src_aux.c (new) 1.1 +13 -0 ports/devel/as80/files/patch-src_symtbl.c (new) 1.2 +1 -1 ports/devel/as80/pkg-comment 1.2 +3 -16 ports/devel/as80/pkg-descr 1.2 +1 -2 ports/devel/as80/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 Dec 1 7:59: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E651637B417; Sat, 1 Dec 2001 07:59:01 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Fx1D49192; Sat, 1 Dec 2001 07:59:01 -0800 (PST) (envelope-from shige) Message-Id: <200112011559.fB1Fx1D49192@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 07:59:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel-xemacs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 07:59:01 PST Removed files: editors/apel-xemacs Makefile Log: Remove this port. Already inactivated. Revision Changes Path 1.9 +0 -21 ports/editors/apel-xemacs/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 8: 8:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B41E37B419; Sat, 1 Dec 2001 08:08:14 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1G8EK53617; Sat, 1 Dec 2001 08:08:14 -0800 (PST) (envelope-from ru) Message-Id: <200112011608.fB1G8EK53617@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Sat, 1 Dec 2001 08:08:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog gauge.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG ru 2001/12/01 08:08:14 PST Modified files: (Branch: RELENG_4) gnu/lib/libdialog gauge.c Log: MFC: 1.3: Fixed memory leak in dialog_gauge(3). Revision Changes Path 1.2.12.1 +4 -0 src/gnu/lib/libdialog/gauge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 8: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 B936737B419; Sat, 1 Dec 2001 08:15:17 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1GFHD54362; Sat, 1 Dec 2001 08:15:17 -0800 (PST) (envelope-from iwasaki) Message-Id: <200112011615.fB1GFHD54362@freefall.freebsd.org> From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> Date: Sat, 1 Dec 2001 08:15:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci t4dwave.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG iwasaki 2001/12/01 08:15:17 PST Modified files: (Branch: RELENG_4) sys/dev/sound/pci t4dwave.c Log: MFC: Add suspend/resume support. Revision Changes Path 1.9.2.9 +68 -5 src/sys/dev/sound/pci/t4dwave.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 8:16:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40A0D37B417; Sat, 1 Dec 2001 08:16:08 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1GG8N54483; Sat, 1 Dec 2001 08:16:08 -0800 (PST) (envelope-from iwasaki) Message-Id: <200112011616.fB1GG8N54483@freefall.freebsd.org> From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> Date: Sat, 1 Dec 2001 08:16:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG iwasaki 2001/12/01 08:16:08 PST Modified files: (Branch: RELENG_4) sys/pci if_rl.c if_rlreg.h Log: MFC: Add suspend/resume support. Revision Changes Path 1.38.2.8 +74 -2 src/sys/pci/if_rl.c 1.14.2.2 +8 -1 src/sys/pci/if_rlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 8: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 8F63237B41A; Sat, 1 Dec 2001 08:50:19 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1GoJS57667; Sat, 1 Dec 2001 08:50:19 -0800 (PST) (envelope-from andreas) Message-Id: <200112011650.fB1GoJS57667@freefall.freebsd.org> From: Andreas Klemm <andreas@FreeBSD.org> Date: Sat, 1 Dec 2001 08:50:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG andreas 2001/12/01 08:50:19 PST Modified files: print/apsfilter Makefile distinfo Log: - Add patch, update to FAQ and handbook and some driver updates for SETUP - place apsfilter distfiles into subdir apsfilter, since name of patchfile doesn't contain string apsfilter. On my TODO list for future. - update prio for apsfilter user: low (hint: try/test apsfilter-current from http://www.apsfilter.org if you are looking for more printer support and other goodies) Revision Changes Path 1.88 +6 -1 ports/print/apsfilter/Makefile 1.48 +2 -1 ports/print/apsfilter/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 9:14:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B92D37B416; Sat, 1 Dec 2001 09:14:34 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1HEYM63294; Sat, 1 Dec 2001 09:14:34 -0800 (PST) (envelope-from obrien) Message-Id: <200112011714.fB1HEYM63294@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Sat, 1 Dec 2001 09:14:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc newsyslog.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG obrien 2001/12/01 09:14:34 PST Modified files: etc newsyslog.conf Log: Use tabs where possible. Revision Changes Path 1.36 +12 -12 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 9:34:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3D3137B405; Sat, 1 Dec 2001 09:34:42 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1HYgK64703; Sat, 1 Dec 2001 09:34:42 -0800 (PST) (envelope-from markm) Message-Id: <200112011734.fB1HYgK64703@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Sat, 1 Dec 2001 09:34:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yacc Makefile closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/12/01 09:34:42 PST Modified files: usr.bin/yacc Makefile closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c Log: WARNS=2 and s/register//. Set NO_WERROR=true because there are some flex(1) issues that need to be dealt with. Revision Changes Path 1.11 +3 -1 src/usr.bin/yacc/Makefile 1.7 +29 -29 src/usr.bin/yacc/closure.c 1.10 +12 -12 src/usr.bin/yacc/defs.h 1.8 +3 -3 src/usr.bin/yacc/error.c 1.8 +86 -86 src/usr.bin/yacc/lalr.c 1.7 +53 -53 src/usr.bin/yacc/lr0.c 1.13 +10 -10 src/usr.bin/yacc/main.c 1.11 +33 -33 src/usr.bin/yacc/mkpar.c 1.19 +65 -64 src/usr.bin/yacc/output.c 1.10 +60 -59 src/usr.bin/yacc/reader.c 1.30 +13 -13 src/usr.bin/yacc/skeleton.c 1.7 +10 -10 src/usr.bin/yacc/symtab.c 1.7 +36 -36 src/usr.bin/yacc/verbose.c 1.7 +13 -13 src/usr.bin/yacc/warshall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 9:37:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C60D937B417; Sat, 1 Dec 2001 09:37:04 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Hb4Y64925; Sat, 1 Dec 2001 09:37:04 -0800 (PST) (envelope-from shige) Message-Id: <200112011737.fB1Hb4Y64925@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 09:37:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel Makefile pkg-comment.emacs19 pkg-comment.emacs21 pkg-descr.emacs19 pkg-descr.emacs20 pkg-descr.emacs21 pkg-descr.mule pkg-descr.xemacs21-mule pkg-plist.emacs19 pkg-plist.emacs20 pkg-plist.emacs21 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 09:37:04 PST Modified files: editors/apel Makefile pkg-comment.emacs19 pkg-comment.emacs21 pkg-descr.emacs19 pkg-descr.emacs20 pkg-descr.emacs21 pkg-descr.mule pkg-descr.xemacs21-mule pkg-plist.emacs19 pkg-plist.emacs20 pkg-plist.emacs21 pkg-plist.mule Log: New master/slave scheme. Update to emacs21. Install el/elc files to version specific site-lisp directory. Change some style. Revision Changes Path 1.30 +12 -12 ports/editors/apel/Makefile 1.6 +1 -1 ports/editors/apel/pkg-comment.emacs19 1.6 +1 -1 ports/editors/apel/pkg-comment.emacs21 1.11 +2 -2 ports/editors/apel/pkg-descr.emacs19 1.10 +3 -3 ports/editors/apel/pkg-descr.emacs20 1.10 +3 -3 ports/editors/apel/pkg-descr.emacs21 1.10 +2 -2 ports/editors/apel/pkg-descr.mule 1.9 +2 -2 ports/editors/apel/pkg-descr.xemacs21-mule 1.11 +53 -53 ports/editors/apel/pkg-plist.emacs19 1.7 +58 -58 ports/editors/apel/pkg-plist.emacs20 1.7 +58 -58 ports/editors/apel/pkg-plist.emacs21 1.11 +57 -57 ports/editors/apel/pkg-plist.mule To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 9:41:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CDC637B417; Sat, 1 Dec 2001 09:41:37 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Hfbf65232; Sat, 1 Dec 2001 09:41:37 -0800 (PST) (envelope-from markm) Message-Id: <200112011741.fB1Hfbf65232@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Sat, 1 Dec 2001 09:41:37 -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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/12/01 09:41:37 PST Modified files: usr.bin/systat vmstat.c Log: Remove the 'irq' string from the irqN part of the "interrupts" display. This allows us to see the irq number when device names ate too long. Revision Changes Path 1.49 +11 -3 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 Sat Dec 1 9:46: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 EBBD637B419; Sat, 1 Dec 2001 09:46:46 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1HkkF66547; Sat, 1 Dec 2001 09:46:46 -0800 (PST) (envelope-from markm) Message-Id: <200112011746.fB1HkkF66547@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Sat, 1 Dec 2001 09:46:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login Makefile login.c login.h login_access.c login_fbtab.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/12/01 09:46:46 PST Modified files: usr.bin/login Makefile login.c login_access.c login_fbtab.c Added files: usr.bin/login login.h Log: WARNS=2 fixes. Reviewed by: bde (a while back) Revision Changes Path 1.38 +3 -1 src/usr.bin/login/Makefile 1.71 +57 -42 src/usr.bin/login/login.c 1.1 +31 -0 src/usr.bin/login/login.h (new) 1.5 +11 -16 src/usr.bin/login/login_access.c 1.12 +5 -4 src/usr.bin/login/login_fbtab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 9:55: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2595C37B405; Sat, 1 Dec 2001 09:54:54 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1HssH68815; Sat, 1 Dec 2001 09:54:54 -0800 (PST) (envelope-from shige) Message-Id: <200112011754.fB1HssH68815@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 09:54:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.emacs.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 09:54:54 PST Modified files: Mk bsd.emacs.mk Log: Add new directive. EMACS_MASTERDIR_PKGFILES (default:NO) If YES, refer pkg-{comment,descr,plist}.${EMACS_PORT_NAME} in the master directory. EMACS_NO_SUBDIRSEL (cannot change by users) Whether emacsen has subdirs.el or not. Add EMACS_SITE_LISPDIR and EMACS_VERSION_SITE_LISPDIR to SCRIPT_ENV, PLIST_SUB. Start a transition period: EMACS_PORT_NAME for emacs-19.x. is from "emacs" to "emacs19" Revision Changes Path 1.16 +45 -4 ports/Mk/bsd.emacs.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 9:57: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 AFDFE37B405; Sat, 1 Dec 2001 09:57:09 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Hv9F69101; Sat, 1 Dec 2001 09:57:09 -0800 (PST) (envelope-from shige) Message-Id: <200112011757.fB1Hv9F69101@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 09:57:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel-emacs20 Makefile pkg-comment pkg-descr pkg-plist ports/editors/apel-mule Makefile pkg-comment pkg-descr pkg-plist ports/editors/apel-xemacs21-mule Makefile pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 09:57:09 PST Modified files: editors/apel-emacs20 Makefile editors/apel-mule Makefile editors/apel-xemacs21-mule Makefile Removed files: editors/apel-emacs20 pkg-comment pkg-descr pkg-plist editors/apel-mule pkg-comment pkg-descr pkg-plist editors/apel-xemacs21-mule pkg-comment pkg-descr pkg-plist Log: Update to stub(slave) port. Remove pkg-* in the slave ports. Revision Changes Path 1.16 +2 -5 ports/editors/apel-emacs20/Makefile 1.6 +0 -1 ports/editors/apel-emacs20/pkg-comment (dead) 1.10 +0 -34 ports/editors/apel-emacs20/pkg-descr (dead) 1.7 +0 -62 ports/editors/apel-emacs20/pkg-plist (dead) 1.13 +2 -8 ports/editors/apel-mule/Makefile 1.6 +0 -1 ports/editors/apel-mule/pkg-comment (dead) 1.10 +0 -39 ports/editors/apel-mule/pkg-descr (dead) 1.11 +0 -61 ports/editors/apel-mule/pkg-plist (dead) 1.21 +2 -5 ports/editors/apel-xemacs21-mule/Makefile 1.5 +0 -1 ports/editors/apel-xemacs21-mule/pkg-comment (dead) 1.9 +0 -33 ports/editors/apel-xemacs21-mule/pkg-descr (dead) 1.7 +0 -70 ports/editors/apel-xemacs21-mule/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 10: 4:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E2A837B405; Sat, 1 Dec 2001 10:04:29 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1I4TF70277; Sat, 1 Dec 2001 10:04:29 -0800 (PST) (envelope-from shige) Message-Id: <200112011804.fB1I4TF70277@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 10:04:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 10:04:29 PST Modified files: editors/apel Makefile Log: Oops. Change the position of PORTCLASS directive. Revision Changes Path 1.31 +7 -7 ports/editors/apel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 10:22: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 4EC4237B405; Sat, 1 Dec 2001 10:22:09 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1IM9876754; Sat, 1 Dec 2001 10:22:09 -0800 (PST) (envelope-from shige) Message-Id: <200112011822.fB1IM9876754@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 10:22:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/apel-emacs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/editors/apel-emacs/files _pkg.el apel-setupel.el.in patch-aa patch-ac ports/editors/apel-emacs/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 10:22:09 PST Modified files: editors Makefile Removed files: editors/apel-emacs Makefile distinfo pkg-comment pkg-descr pkg-plist editors/apel-emacs/files _pkg.el apel-setupel.el.in patch-aa patch-ac editors/apel-emacs/scripts configure Log: Inactivate and Remove editors/apel-emacs. Activate editors/apel. Revision Changes Path 1.171 +1 -1 ports/editors/Makefile 1.30 +0 -126 ports/editors/apel-emacs/Makefile (dead) 1.10 +0 -1 ports/editors/apel-emacs/distinfo (dead) 1.2 +0 -4 ports/editors/apel-emacs/files/_pkg.el (dead) 1.4 +0 -9 ports/editors/apel-emacs/files/apel-setupel.el.in (dead) 1.2 +0 -10 ports/editors/apel-emacs/files/patch-aa (dead) 1.5 +0 -11 ports/editors/apel-emacs/files/patch-ac (dead) 1.6 +0 -1 ports/editors/apel-emacs/pkg-comment (dead) 1.11 +0 -39 ports/editors/apel-emacs/pkg-descr (dead) 1.11 +0 -57 ports/editors/apel-emacs/pkg-plist (dead) 1.6 +0 -13 ports/editors/apel-emacs/scripts/configure (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 10:27:19 2001 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 77AB137B41A; Sat, 1 Dec 2001 10:27:12 -0800 (PST) Received: from hades.hell.gr (patr530-a223.otenet.gr [212.205.215.223]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id fB1IR8m27061; Sat, 1 Dec 2001 20:27:08 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id fB1I6VR02526; Sat, 1 Dec 2001 20:06:31 +0200 (EET) (envelope-from charon@labs.gr) Date: Sat, 1 Dec 2001 20:06:30 +0200 From: Giorgos Keramidas <charon@labs.gr> To: Nik Clayton <nik@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Committer's guide policy on commit message contents Message-ID: <20011201180630.GA936@hades.hell.gr> References: <20011127163513.A12400@espresso.q9media.com> <Pine.NEB.3.96L.1011127163632.20120A-100000@fledge.watson.org> <20011128014533.GA14146@hades.hell.gr> <20011129104810.A74413@monorchid.lemis.com> <20011129232358.A4707@clan.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <20011129232358.A4707@clan.nothing-going-on.org> User-Agent: Mutt/1.3.23.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2001-11-29 23:23:58, Nik Clayton wrote: > In order to do this, it was decided to standardise on American spelling. > ... > I've just committed the gist of this to the primer. Ah, thanks. I was away for 2 days, and I had replied personally to some of the people who brought up GB vs. US spellings. It's scary to use something that one takes for granted (in this case the preference of US spelling in the en_US tree) as an example of why commit messages are more useful when some of the "what" and "how" is explained in the cvs logs, only to discover that another MTFH (monster thread from hell) has just been spawned. Let's all rejoice now that this is settled *and* documented :))) -giorgos --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE8CRwl1g+UGjGGA7YRAidNAJ9hNVq1N7ZQp/hhcMwh63OqQeu+GwCfXnlt ARABRQI1nShNzjzAKcVO+qk= =Ra2E -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 10:29: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 DF86B37B419; Sat, 1 Dec 2001 10:29:35 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1ITZ677507; Sat, 1 Dec 2001 10:29:35 -0800 (PST) (envelope-from jdp) Message-Id: <200112011829.fB1ITZ677507@freefall.freebsd.org> From: John Polstra <jdp@FreeBSD.org> Date: Sat, 1 Dec 2001 10:29:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jdp 2001/12/01 10:29:35 PST Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml en_US.ISO8859-1/articles/contributors article.sgml Log: I am retiring from repo-meistering, at least temporarily. Update the documentation to reflect that. Also, document (only 5 years after I started) that I am responsible for the CVSup mirror sites. Revision Changes Path 1.91 +1 -1 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 1.58 +9 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 10:48: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 F257737B416; Sat, 1 Dec 2001 10:48:36 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Imad79535; Sat, 1 Dec 2001 10:48:36 -0800 (PST) (envelope-from markm) Message-Id: <200112011848.fB1Imad79535@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Sat, 1 Dec 2001 10:48:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/crypto/des des.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/12/01 10:48:36 PST Modified files: crypto/openssl/crypto/des des.h Log: Protect names that are used elsewhere. This fixes WARNS=2 breakage in crypto telnet. Revision Changes Path 1.7 +5 -5 src/crypto/openssl/crypto/des/des.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 11:10: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 5FF7337B405; Sat, 1 Dec 2001 11:10:28 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1JAS285931; Sat, 1 Dec 2001 11:10:28 -0800 (PST) (envelope-from shige) Message-Id: <200112011910.fB1JAS285931@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 11:10:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs-current Makefile distinfo pkg-comment pkg-descr pkg-plist ports/editors/flim-emacs-current/files _pkg.el flim-setupel.el.in patch-aa patch-ac patch-ad ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 11:10:28 PST Removed files: editors/flim-emacs-current Makefile distinfo pkg-comment pkg-descr pkg-plist editors/flim-emacs-current/files _pkg.el flim-setupel.el.in patch-aa patch-ac patch-ad editors/flim-emacs-current/scripts configure editors/flim-emacs20-current Makefile pkg-comment pkg-descr pkg-plist editors/flim-mule-current Makefile pkg-comment pkg-descr pkg-plist editors/flim-xemacs21-mule-current Makefile pkg-comment pkg-descr pkg-plist Log: Remove flim-*-current ports. PR: ports/32171 Submitted by: Vivek Khera <khera@kciLink.com> Revision Changes Path 1.19 +0 -212 ports/editors/flim-emacs-current/Makefile (dead) 1.3 +0 -1 ports/editors/flim-emacs-current/distinfo (dead) 1.2 +0 -4 ports/editors/flim-emacs-current/files/_pkg.el (dead) 1.3 +0 -8 ports/editors/flim-emacs-current/files/flim-setupel.el.in (dead) 1.2 +0 -11 ports/editors/flim-emacs-current/files/patch-aa (dead) 1.2 +0 -13 ports/editors/flim-emacs-current/files/patch-ac (dead) 1.2 +0 -13 ports/editors/flim-emacs-current/files/patch-ad (dead) 1.3 +0 -1 ports/editors/flim-emacs-current/pkg-comment (dead) 1.4 +0 -19 ports/editors/flim-emacs-current/pkg-descr (dead) 1.8 +0 -49 ports/editors/flim-emacs-current/pkg-plist (dead) 1.5 +0 -13 ports/editors/flim-emacs-current/scripts/configure (dead) 1.19 +0 -21 ports/editors/flim-emacs20-current/Makefile (dead) 1.3 +0 -1 ports/editors/flim-emacs20-current/pkg-comment (dead) 1.4 +0 -13 ports/editors/flim-emacs20-current/pkg-descr (dead) 1.7 +0 -53 ports/editors/flim-emacs20-current/pkg-plist (dead) 1.10 +0 -24 ports/editors/flim-mule-current/Makefile (dead) 1.3 +0 -1 ports/editors/flim-mule-current/pkg-comment (dead) 1.4 +0 -19 ports/editors/flim-mule-current/pkg-descr (dead) 1.8 +0 -56 ports/editors/flim-mule-current/pkg-plist (dead) 1.21 +0 -58 ports/editors/flim-xemacs21-mule-current/Makefile (dead) 1.3 +0 -1 ports/editors/flim-xemacs21-mule-current/pkg-comment (dead) 1.6 +0 -13 ports/editors/flim-xemacs21-mule-current/pkg-descr (dead) 1.7 +0 -58 ports/editors/flim-xemacs21-mule-current/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 11:15:10 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id F1FD437B417; Sat, 1 Dec 2001 11:15:04 -0800 (PST) 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 GAA03407; Sun, 2 Dec 2001 06:15:02 +1100 Date: Sun, 2 Dec 2001 06:15:14 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: <bde@gamplex.bde.org> To: Mark Murray <markm@FreeBSD.org> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/usr.bin/login Makefile login.c login.h login_access.c login_fbtab.c In-Reply-To: <200112011746.fB1HkkF66547@freefall.freebsd.org> Message-ID: <20011202060856.F5933-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Sat, 1 Dec 2001, Mark Murray wrote: > markm 2001/12/01 09:46:46 PST > > Modified files: > usr.bin/login Makefile login.c login_access.c > login_fbtab.c > Added files: > usr.bin/login login.h > Log: > WARNS=2 fixes. This breaks the world due to namespace pollution in <security/pam_misc.h>: ! cc1: warnings being treated as errors ! In file included from /tmp/login/login.c:82: ! /usr/include/security/pam_misc.h:38: warning: declaration of `send' shadows global declaration > Reviewed by: bde (a while back) I actually reviewed a different version. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 11:32:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00C6C37B416; Sat, 1 Dec 2001 11:32:19 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1JWIx88170; Sat, 1 Dec 2001 11:32:18 -0800 (PST) (envelope-from markm) Message-Id: <200112011932.fB1JWIx88170@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Sat, 1 Dec 2001 11:32:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpam/libpam_misc pam_misc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/12/01 11:32:18 PST Modified files: contrib/libpam/libpam_misc pam_misc.h Log: Fix namespace pollution by protecting names used as arguments. Reported by: bde Revision Changes Path 1.2 +7 -5 src/contrib/libpam/libpam_misc/pam_misc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 11:34:25 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 0BCAE37B416; Sat, 1 Dec 2001 11:34:22 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fB1JY5S74654; Sat, 1 Dec 2001 19:34:05 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fB1JQL030852; Sat, 1 Dec 2001 19:26:21 GMT (envelope-from mark@grondar.za) Message-Id: <200112011926.fB1JQL030852@grimreaper.grondar.org> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/login Makefile login.c login.h login_access.c login_fbtab.c References: <20011202060856.F5933-100000@gamplex.bde.org> In-Reply-To: <20011202060856.F5933-100000@gamplex.bde.org> ; from Bruce Evans <bde@zeta.org.au> "Sun, 02 Dec 2001 06:15:14 +1100." Date: Sat, 01 Dec 2001 19:26:21 +0000 From: Mark Murray <mark@grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > I actually reviewed a different version. Sorta (sorry). I didn't commit the ANSIfication stuff. Apart from that, this is 95% the same. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ 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 Sat Dec 1 11:34:47 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 5047437B437; Sat, 1 Dec 2001 11:34:27 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fB1JYNT74656; Sat, 1 Dec 2001 19:34:23 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fB1JYB030888; Sat, 1 Dec 2001 19:34:11 GMT (envelope-from mark@grondar.za) Message-Id: <200112011934.fB1JYB030888@grimreaper.grondar.org> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/login Makefile login.c login.h login_access.c login_fbtab.c References: <20011202060856.F5933-100000@gamplex.bde.org> In-Reply-To: <20011202060856.F5933-100000@gamplex.bde.org> ; from Bruce Evans <bde@zeta.org.au> "Sun, 02 Dec 2001 06:15:14 +1100." Date: Sat, 01 Dec 2001 19:34:11 +0000 From: Mark Murray <mark@grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > This breaks the world due to namespace pollution in <security/pam_misc.h>: > > ! cc1: warnings being treated as errors > ! In file included from /tmp/login/login.c:82: > ! /usr/include/security/pam_misc.h:38: warning: declaration of `send' shadows global declaration Fixed. Thanks! M -- o Mark Murray \_ FreeBSD Services Limited O.\_ 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 Sat Dec 1 11:49: 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 0F9A937B419; Sat, 1 Dec 2001 11:49:00 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Jn0W89753; Sat, 1 Dec 2001 11:49:00 -0800 (PST) (envelope-from bde) Message-Id: <200112011949.fB1Jn0W89753@freefall.freebsd.org> From: Bruce Evans <bde@FreeBSD.org> Date: Sat, 1 Dec 2001 11:49:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG bde 2001/12/01 11:48:59 PST Modified files: usr.bin/login Makefile Log: Work around world breakage in previous commit. The bug is in <security/pam_misc.h>. It declares a function parameter named 'send', so nothing that includes both <unistd.h> (which declares send(2)) and <security/pam_misc.h> be compiled with WARNS=2 unless NO_WERRROR is set. Fixed order of WARNS. Revision Changes Path 1.39 +2 -2 src/usr.bin/login/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 11:55: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 BB8F937B417; Sat, 1 Dec 2001 11:55:17 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1JtH290485; Sat, 1 Dec 2001 11:55:17 -0800 (PST) (envelope-from pat) Message-Id: <200112011955.fB1JtH290485@freefall.freebsd.org> From: Patrick Li <pat@FreeBSD.org> Date: Sat, 1 Dec 2001 11:55:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ickle/files patch-examples::shell.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pat 2001/12/01 11:55:17 PST Added files: net/ickle/files patch-examples::shell.cpp Log: Dont include getopt.h PR: 32292 Submitted by: maintainer Revision Changes Path 1.1 +10 -0 ports/net/ickle/files/patch-examples::shell.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12: 6:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8128037B416; Sat, 1 Dec 2001 12:06:27 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1K6RF95212; Sat, 1 Dec 2001 12:06:27 -0800 (PST) (envelope-from shige) Message-Id: <200112012006.fB1K6RF95212@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 12:06:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim Makefile pkg-comment pkg-comment.emacs21 pkg-comment.xemacs21-mule pkg-descr pkg-descr.emacs21 pkg-descr.xemacs21-mule pkg-plist pkg-plist.emacs20 pkg-plist.emacs21 pkg-plist.xemacs21-mule ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 12:06:27 PST Modified files: editors/flim Makefile pkg-comment.emacs21 pkg-descr.emacs21 pkg-plist.emacs20 pkg-plist.emacs21 editors/flim/files _pkg.el editors/flim-emacs20 Makefile editors/flim-xemacs21-mule Makefile Added files: editors/flim pkg-comment.xemacs21-mule pkg-descr.xemacs21-mule pkg-plist.xemacs21-mule Removed files: editors/flim pkg-comment pkg-descr pkg-plist editors/flim-emacs Makefile distinfo pkg-comment pkg-descr pkg-plist editors/flim-emacs/files _pkg.el flim-setupel.el.in patch-aa patch-ac patch-ad editors/flim-emacs/scripts configure editors/flim-emacs20 pkg-comment pkg-descr pkg-plist editors/flim-mule Makefile pkg-comment pkg-descr pkg-plist editors/flim-xemacs21-mule pkg-comment pkg-descr pkg-plist Log: New master/slave scheme for flim-1.14.x ports. Update master port to emacs21. Update slave ports to stub port: flim-emacs20. Newly support flim-xemacs21-mule stub port. Does not support flim-emacs and flim-mule for flim-1.14.x or later. Change some style. Revision Changes Path 1.16 +0 -212 ports/editors/flim-emacs/Makefile (dead) 1.3 +0 -1 ports/editors/flim-emacs/distinfo (dead) 1.2 +0 -4 ports/editors/flim-emacs/files/_pkg.el (dead) 1.3 +0 -8 ports/editors/flim-emacs/files/flim-setupel.el.in (dead) 1.3 +0 -19 ports/editors/flim-emacs/files/patch-aa (dead) 1.3 +0 -14 ports/editors/flim-emacs/files/patch-ac (dead) 1.3 +0 -14 ports/editors/flim-emacs/files/patch-ad (dead) 1.3 +0 -1 ports/editors/flim-emacs/pkg-comment (dead) 1.4 +0 -19 ports/editors/flim-emacs/pkg-descr (dead) 1.8 +0 -47 ports/editors/flim-emacs/pkg-plist (dead) 1.5 +0 -13 ports/editors/flim-emacs/scripts/configure (dead) 1.20 +2 -5 ports/editors/flim-emacs20/Makefile 1.3 +0 -1 ports/editors/flim-emacs20/pkg-comment (dead) 1.4 +0 -13 ports/editors/flim-emacs20/pkg-descr (dead) 1.7 +0 -51 ports/editors/flim-emacs20/pkg-plist (dead) 1.11 +0 -24 ports/editors/flim-mule/Makefile (dead) 1.3 +0 -1 ports/editors/flim-mule/pkg-comment (dead) 1.4 +0 -19 ports/editors/flim-mule/pkg-descr (dead) 1.8 +0 -54 ports/editors/flim-mule/pkg-plist (dead) 1.21 +3 -6 ports/editors/flim-xemacs21-mule/Makefile 1.3 +0 -1 ports/editors/flim-xemacs21-mule/pkg-comment (dead) 1.6 +0 -13 ports/editors/flim-xemacs21-mule/pkg-descr (dead) 1.7 +0 -56 ports/editors/flim-xemacs21-mule/pkg-plist (dead) 1.22 +12 -12 ports/editors/flim/Makefile 1.2 +1 -1 ports/editors/flim/files/_pkg.el 1.5 +0 -1 ports/editors/flim/pkg-comment (dead) 1.5 +1 -1 ports/editors/flim/pkg-comment.emacs21 1.1 +1 -0 ports/editors/flim/pkg-comment.xemacs21-mule (new) 1.6 +0 -13 ports/editors/flim/pkg-descr (dead) 1.6 +2 -2 ports/editors/flim/pkg-descr.emacs21 1.1 +13 -0 ports/editors/flim/pkg-descr.xemacs21-mule (new) 1.10 +0 -80 ports/editors/flim/pkg-plist (dead) 1.10 +69 -69 ports/editors/flim/pkg-plist.emacs20 1.10 +67 -69 ports/editors/flim/pkg-plist.emacs21 1.1 +86 -0 ports/editors/flim/pkg-plist.xemacs21-mule (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12:12: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 3F2F337B419; Sat, 1 Dec 2001 12:12:15 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1KCFJ95854; Sat, 1 Dec 2001 12:12:15 -0800 (PST) (envelope-from dinoex) Message-Id: <200112012012.fB1KCFJ95854@freefall.freebsd.org> From: Dirk Meyer <dinoex@FreeBSD.org> Date: Sat, 1 Dec 2001 12:12:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dinoex 2001/12/01 12:12:15 PST Modified files: security/openssh Makefile pkg-plist Log: - generate now all 3 host keyes if they don't exists before - save patchfile from openbsd, it has been removed. Revision Changes Path 1.77 +8 -3 ports/security/openssh/Makefile 1.14 +3 -2 ports/security/openssh/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12:20: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 0AC7E37B416; Sat, 1 Dec 2001 12:20:29 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1KKSw96716; Sat, 1 Dec 2001 12:20:28 -0800 (PST) (envelope-from dinoex) Message-Id: <200112012020.fB1KKSw96716@freefall.freebsd.org> From: Dirk Meyer <dinoex@FreeBSD.org> Date: Sat, 1 Dec 2001 12:20:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dinoex 2001/12/01 12:20:28 PST Modified files: security/openssh Makefile distinfo Log: Use newer patch from OpenBSD ftp site, no relevant changes (SKey is not set in this port) Revision Changes Path 1.78 +2 -3 ports/security/openssh/Makefile 1.27 +1 -1 ports/security/openssh/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12:25:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9317937B419; Sat, 1 Dec 2001 12:25:47 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1KPlU97182; Sat, 1 Dec 2001 12:25:47 -0800 (PST) (envelope-from dinoex) Message-Id: <200112012025.fB1KPlU97182@freefall.freebsd.org> From: Dirk Meyer <dinoex@FreeBSD.org> Date: Sat, 1 Dec 2001 12:25:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh-portable Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dinoex 2001/12/01 12:25:47 PST Modified files: security/openssh-portable Makefile Log: In BATCH mode - clean generated host keys. Revision Changes Path 1.13 +8 -1 ports/security/openssh-portable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12:43: 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 A31B237B417; Sat, 1 Dec 2001 12:42:52 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1KgqQ99037; Sat, 1 Dec 2001 12:42:52 -0800 (PST) (envelope-from shige) Message-Id: <200112012042.fB1KgqQ99037@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 12:42:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim113 Makefile pkg-comment pkg-comment.emacs19 pkg-comment.emacs21 pkg-descr pkg-descr.emacs19 pkg-descr.emacs20 pkg-descr.emacs21 pkg-descr.mule pkg-plist pkg-plist.emacs19 pkg-plist.emacs20 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 12:42:52 PST Modified files: editors/flim113 Makefile pkg-comment.emacs19 pkg-descr.emacs19 pkg-descr.emacs20 pkg-descr.mule pkg-plist.emacs19 pkg-plist.emacs20 pkg-plist.mule editors/flim113-emacs20 Makefile editors/flim113-mule Makefile editors/flim113-xemacs21-mule Makefile Added files: editors/flim113 pkg-comment.emacs21 pkg-descr.emacs21 pkg-plist.emacs21 Removed files: editors/flim113 pkg-comment pkg-descr pkg-plist editors/flim113-emacs Makefile distinfo pkg-comment pkg-descr pkg-plist editors/flim113-emacs/files _pkg.el flim-setupel.el.in patch-aa patch-ac patch-ad editors/flim113-emacs/scripts configure editors/flim113-emacs20 pkg-comment pkg-descr pkg-plist editors/flim113-mule pkg-comment pkg-descr pkg-plist editors/flim113-xemacs21-mule pkg-comment pkg-descr pkg-plist Log: New master/slave scheme for flim-1.13.x(old version) ports. Update master port to emacs21. Update slave ports to stub port: flim113-emacs20, flim113-mule, flim113-xemacs21-mule. Remove flim113-emacs. I'll addport flim113-emacs19 stub(slave) port as emacs19 ports. Install el/elc files to version specific site-lisp directory. Change some style. Revision Changes Path 1.23 +0 -220 ports/editors/flim113-emacs/Makefile (dead) 1.3 +0 -1 ports/editors/flim113-emacs/distinfo (dead) 1.2 +0 -4 ports/editors/flim113-emacs/files/_pkg.el (dead) 1.3 +0 -8 ports/editors/flim113-emacs/files/flim-setupel.el.in (dead) 1.2 +0 -11 ports/editors/flim113-emacs/files/patch-aa (dead) 1.2 +0 -13 ports/editors/flim113-emacs/files/patch-ac (dead) 1.2 +0 -13 ports/editors/flim113-emacs/files/patch-ad (dead) 1.3 +0 -1 ports/editors/flim113-emacs/pkg-comment (dead) 1.5 +0 -18 ports/editors/flim113-emacs/pkg-descr (dead) 1.8 +0 -49 ports/editors/flim113-emacs/pkg-plist (dead) 1.5 +0 -13 ports/editors/flim113-emacs/scripts/configure (dead) 1.20 +1 -4 ports/editors/flim113-emacs20/Makefile 1.3 +0 -1 ports/editors/flim113-emacs20/pkg-comment (dead) 1.5 +0 -13 ports/editors/flim113-emacs20/pkg-descr (dead) 1.7 +0 -53 ports/editors/flim113-emacs20/pkg-plist (dead) 1.11 +1 -7 ports/editors/flim113-mule/Makefile 1.3 +0 -1 ports/editors/flim113-mule/pkg-comment (dead) 1.5 +0 -18 ports/editors/flim113-mule/pkg-descr (dead) 1.8 +0 -56 ports/editors/flim113-mule/pkg-plist (dead) 1.22 +1 -4 ports/editors/flim113-xemacs21-mule/Makefile 1.3 +0 -1 ports/editors/flim113-xemacs21-mule/pkg-comment (dead) 1.7 +0 -13 ports/editors/flim113-xemacs21-mule/pkg-descr (dead) 1.7 +0 -58 ports/editors/flim113-xemacs21-mule/pkg-plist (dead) 1.23 +15 -17 ports/editors/flim113/Makefile 1.3 +0 -1 ports/editors/flim113/pkg-comment (dead) 1.3 +1 -1 ports/editors/flim113/pkg-comment.emacs19 1.1 +1 -0 ports/editors/flim113/pkg-comment.emacs21 (new) 1.5 +0 -18 ports/editors/flim113/pkg-descr (dead) 1.5 +2 -2 ports/editors/flim113/pkg-descr.emacs19 1.5 +1 -1 ports/editors/flim113/pkg-descr.emacs20 1.1 +13 -0 ports/editors/flim113/pkg-descr.emacs21 (new) 1.5 +1 -1 ports/editors/flim113/pkg-descr.mule 1.8 +0 -49 ports/editors/flim113/pkg-plist (dead) 1.8 +38 -38 ports/editors/flim113/pkg-plist.emacs19 1.7 +39 -39 ports/editors/flim113/pkg-plist.emacs20 1.1 +53 -0 ports/editors/flim113/pkg-plist.emacs21 (new) 1.8 +42 -42 ports/editors/flim113/pkg-plist.mule To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12:45: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 D04AA37B416; Sat, 1 Dec 2001 12:45:33 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1KjX699371; Sat, 1 Dec 2001 12:45:33 -0800 (PST) (envelope-from shige) Message-Id: <200112012045.fB1KjX699371@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 12:45:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 12:45:33 PST Modified files: editors Makefile Log: Inacrivate: flim113-emacs. Activate: flim, flim-emacs20, flim-xemacs21-mule, flim113. Revision Changes Path 1.172 +4 -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 Sat Dec 1 12:50:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 214AC37B41A; Sat, 1 Dec 2001 12:50:46 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1KokU00133; Sat, 1 Dec 2001 12:50:46 -0800 (PST) (envelope-from shige) Message-Id: <200112012050.fB1KokU00133@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 12:50:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim114-emacs20 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/editors/flim114-emacs20/files _pkg.el patch-aa patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 12:50:46 PST Removed files: editors/flim114-emacs20 Makefile distinfo pkg-comment pkg-descr pkg-plist editors/flim114-emacs20/files _pkg.el patch-aa patch-ac patch-ad Log: Remove: we don't need this port now, because there is a flim-emacs20 port. In the future when flim-1.14.x is old, if we still require this version of flim, we may need flim114 master port and its slave port, flim114-emacs20. Revision Changes Path 1.22 +0 -201 ports/editors/flim114-emacs20/Makefile (dead) 1.4 +0 -1 ports/editors/flim114-emacs20/distinfo (dead) 1.2 +0 -4 ports/editors/flim114-emacs20/files/_pkg.el (dead) 1.2 +0 -11 ports/editors/flim114-emacs20/files/patch-aa (dead) 1.2 +0 -13 ports/editors/flim114-emacs20/files/patch-ac (dead) 1.2 +0 -13 ports/editors/flim114-emacs20/files/patch-ad (dead) 1.5 +0 -1 ports/editors/flim114-emacs20/pkg-comment (dead) 1.6 +0 -13 ports/editors/flim114-emacs20/pkg-descr (dead) 1.10 +0 -80 ports/editors/flim114-emacs20/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12:51:15 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 395E837B41C; Sat, 1 Dec 2001 12:51:11 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fB1KpAp47152; Sat, 1 Dec 2001 15:51:10 -0500 (EST) (envelope-from wollman) Date: Sat, 1 Dec 2001 15:51:10 -0500 (EST) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Message-Id: <200112012051.fB1KpAp47152@khavrinen.lcs.mit.edu> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c ip_output.c In-Reply-To: <200112011348.fB1DmGf07402@freefall.freebsd.org> References: <200112011348.fB1DmGf07402@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG <<On Sat, 1 Dec 2001 05:48:16 -0800 (PST), Ruslan Ermilov <ru@FreeBSD.org> said: > Allow for ip_output() to be called with a NULL route pointer. > This fixes a panic I introduced yesterday in ip_icmp.c,v 1.64. I think this fix is a bug. I want to require all callers of ip_output() to already have either a route or an interface (iff routing is disabled). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12:52: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 1A1B337B419; Sat, 1 Dec 2001 12:51:58 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id fB1KpqT75311; Sat, 1 Dec 2001 20:51:52 GMT (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id fB1KoG031328; Sat, 1 Dec 2001 20:50:16 GMT (envelope-from mark@grondar.za) Message-Id: <200112012050.fB1KoG031328@grimreaper.grondar.org> To: Bruce Evans <bde@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/login Makefile References: <200112011949.fB1Jn0W89753@freefall.freebsd.org> In-Reply-To: <200112011949.fB1Jn0W89753@freefall.freebsd.org> ; from Bruce Evans <bde@FreeBSD.org> "Sat, 01 Dec 2001 11:49:00 PST." Date: Sat, 01 Dec 2001 20:50:16 +0000 From: Mark Murray <mark@grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG > Fixed order of WARNS. Could we get a document up somewhere to specify clearly what the makefile contents order should be? If you write it, I'll mark it up and commit it. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ 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 Sat Dec 1 12:57: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 04D6637B405; Sat, 1 Dec 2001 12:57:51 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Kvov00760; Sat, 1 Dec 2001 12:57:50 -0800 (PST) (envelope-from shige) Message-Id: <200112012057.fB1Kvov00760@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 12:57:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/apel-emacs19 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 12:57:50 PST Modified files: editors Makefile Added files: editors/apel-emacs19 Makefile Log: Add apel-emacs19 stub slave port. Revision Changes Path 1.173 +1 -0 ports/editors/Makefile 1.1 +18 -0 ports/editors/apel-emacs19/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 12:59: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 9415D37B417; Sat, 1 Dec 2001 12:59:17 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1KxHW01024; Sat, 1 Dec 2001 12:59:17 -0800 (PST) (envelope-from shige) Message-Id: <200112012059.fB1KxHW01024@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 12:59: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 12:59:17 PST Modified files: . modules Log: apel-emacs19 --> ports/editors/apel-emacs19 Revision Changes Path 1.4213 +1 -0 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 Dec 1 13: 1:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5269037B405; Sat, 1 Dec 2001 13:01:09 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1L19U01582; Sat, 1 Dec 2001 13:01:09 -0800 (PST) (envelope-from shige) Message-Id: <200112012101.fB1L19U01582@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 13:01:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/flim113-emacs19 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 13:01:09 PST Modified files: editors Makefile Added files: editors/flim113-emacs19 Makefile Log: Add flim113-emacs19 stub slave port. Revision Changes Path 1.174 +1 -0 ports/editors/Makefile 1.1 +18 -0 ports/editors/flim113-emacs19/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 13: 2:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16FD237B419; Sat, 1 Dec 2001 13:02:21 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1L2La01756; Sat, 1 Dec 2001 13:02:21 -0800 (PST) (envelope-from shige) Message-Id: <200112012102.fB1L2La01756@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 13:02: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 13:02:21 PST Modified files: . modules Log: flim113-emacs19 --> ports/editors/flim113-emacs19 Revision Changes Path 1.4214 +1 -0 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 Dec 1 13: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 B59EA37B419; Sat, 1 Dec 2001 13:12:04 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1LC4F06198; Sat, 1 Dec 2001 13:12:04 -0800 (PST) (envelope-from markm) Message-Id: <200112012112.fB1LC4F06198@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Sat, 1 Dec 2001 13:12:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c login.h login_access.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/12/01 13:12:04 PST Modified files: usr.bin/login login.c login.h login_access.c Log: Style fixups. Sort function declarations, includes. Make consistent WRT use of _P() macro (ugh!) Inspired by: bde Revision Changes Path 1.72 +26 -25 src/usr.bin/login/login.c 1.2 +2 -2 src/usr.bin/login/login.h 1.6 +10 -10 src/usr.bin/login/login_access.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 13:14:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DB8537B416; Sat, 1 Dec 2001 13:14:29 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1LETw06654; Sat, 1 Dec 2001 13:14:29 -0800 (PST) (envelope-from shige) Message-Id: <200112012114.fB1LETw06654@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 13:14:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/semi-emacs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/editors/semi-emacs/files _pkg.el patch-aa patch-ab patch-ac semi-setupel.el.in ports/editors/semi-emacs/scripts configure ports/editors/semi-emacs-current ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 13:14:29 PST Removed files: editors/semi-emacs Makefile distinfo pkg-comment pkg-descr pkg-plist editors/semi-emacs/files _pkg.el patch-aa patch-ab patch-ac semi-setupel.el.in editors/semi-emacs/scripts configure editors/semi-emacs-current Makefile distinfo pkg-comment pkg-descr pkg-plist editors/semi-emacs-current/files _pkg.el patch-aa patch-ab patch-ac semi-setupel.el.in editors/semi-emacs-current/scripts configure editors/semi-emacs20-current Makefile pkg-comment pkg-descr pkg-plist editors/semi-mule Makefile pkg-comment pkg-descr pkg-plist editors/semi-mule-current Makefile pkg-comment pkg-descr pkg-plist editors/semi-xemacs21-mule-current Makefile pkg-comment pkg-descr pkg-plist Log: Remove semi-emacs, semi-mule ports. Remove semi-*-current ports. PR: ports/32171 Submitted by: Vivek Khera <khera@kciLink.com> Revision Changes Path 1.19 +0 -202 ports/editors/semi-emacs-current/Makefile (dead) 1.4 +0 -1 ports/editors/semi-emacs-current/distinfo (dead) 1.2 +0 -4 ports/editors/semi-emacs-current/files/_pkg.el (dead) 1.2 +0 -13 ports/editors/semi-emacs-current/files/patch-aa (dead) 1.2 +0 -13 ports/editors/semi-emacs-current/files/patch-ab (dead) 1.2 +0 -11 ports/editors/semi-emacs-current/files/patch-ac (dead) 1.3 +0 -8 ports/editors/semi-emacs-current/files/semi-setupel.el.in (dead) 1.3 +0 -1 ports/editors/semi-emacs-current/pkg-comment (dead) 1.5 +0 -32 ports/editors/semi-emacs-current/pkg-descr (dead) 1.8 +0 -35 ports/editors/semi-emacs-current/pkg-plist (dead) 1.6 +0 -13 ports/editors/semi-emacs-current/scripts/configure (dead) 1.18 +0 -203 ports/editors/semi-emacs/Makefile (dead) 1.3 +0 -1 ports/editors/semi-emacs/distinfo (dead) 1.2 +0 -4 ports/editors/semi-emacs/files/_pkg.el (dead) 1.2 +0 -13 ports/editors/semi-emacs/files/patch-aa (dead) 1.2 +0 -13 ports/editors/semi-emacs/files/patch-ab (dead) 1.3 +0 -22 ports/editors/semi-emacs/files/patch-ac (dead) 1.3 +0 -8 ports/editors/semi-emacs/files/semi-setupel.el.in (dead) 1.3 +0 -1 ports/editors/semi-emacs/pkg-comment (dead) 1.5 +0 -32 ports/editors/semi-emacs/pkg-descr (dead) 1.8 +0 -35 ports/editors/semi-emacs/pkg-plist (dead) 1.6 +0 -13 ports/editors/semi-emacs/scripts/configure (dead) 1.20 +0 -21 ports/editors/semi-emacs20-current/Makefile (dead) 1.4 +0 -1 ports/editors/semi-emacs20-current/pkg-comment (dead) 1.4 +0 -25 ports/editors/semi-emacs20-current/pkg-descr (dead) 1.5 +0 -39 ports/editors/semi-emacs20-current/pkg-plist (dead) 1.11 +0 -24 ports/editors/semi-mule-current/Makefile (dead) 1.3 +0 -1 ports/editors/semi-mule-current/pkg-comment (dead) 1.5 +0 -32 ports/editors/semi-mule-current/pkg-descr (dead) 1.7 +0 -40 ports/editors/semi-mule-current/pkg-plist (dead) 1.10 +0 -24 ports/editors/semi-mule/Makefile (dead) 1.3 +0 -1 ports/editors/semi-mule/pkg-comment (dead) 1.5 +0 -32 ports/editors/semi-mule/pkg-descr (dead) 1.8 +0 -40 ports/editors/semi-mule/pkg-plist (dead) 1.21 +0 -58 ports/editors/semi-xemacs21-mule-current/Makefile (dead) 1.3 +0 -1 ports/editors/semi-xemacs21-mule-current/pkg-comment (dead) 1.6 +0 -25 ports/editors/semi-xemacs21-mule-current/pkg-descr (dead) 1.8 +0 -46 ports/editors/semi-xemacs21-mule-current/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 13:15:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 271CC37B417; Sat, 1 Dec 2001 13:15:39 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1LFdH06775; Sat, 1 Dec 2001 13:15:39 -0800 (PST) (envelope-from cjc) Message-Id: <200112012115.fB1LFdH06775@freefall.freebsd.org> From: "Crist J. Clark" <cjc@FreeBSD.org> Date: Sat, 1 Dec 2001 13:15:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net inet.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG cjc 2001/12/01 13:15:39 PST Modified files: (Branch: RELENG_4) lib/libc/net inet.3 Log: MFC: 1.19, 1.21: Use the .In macro for #include statements, and add an extra comment on the limitations of inet_pton(3). Revision Changes Path 1.8.2.8 +6 -6 src/lib/libc/net/inet.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 13: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 361C637B419; Sat, 1 Dec 2001 13:16:20 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1LGKe06869; Sat, 1 Dec 2001 13:16:20 -0800 (PST) (envelope-from shige) Message-Id: <200112012116.fB1LGKe06869@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 13:16:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 13:16:20 PST Modified files: editors Makefile Log: Inactivate: semi-emacs semi-emacs-current semi-emacs20-current semi-mule semi-mule-current semi-xemacs21-mule-current Revision Changes Path 1.175 +0 -6 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 Sat Dec 1 13:20: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 6004637B419; Sat, 1 Dec 2001 13:20:46 -0800 (PST) Received: (from tom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1LKkI07424; Sat, 1 Dec 2001 13:20:46 -0800 (PST) (envelope-from tom) Message-Id: <200112012120.fB1LKkI07424@freefall.freebsd.org> From: Tom Hukins <tom@FreeBSD.org> Date: Sat, 1 Dec 2001 13:20:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-WWW-Search-AltaVista Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG tom 2001/12/01 13:20:46 PST Modified files: www/p5-WWW-Search-AltaVista Makefile distinfo pkg-plist Log: Upgrade to 2.03 Revision Changes Path 1.3 +4 -3 ports/www/p5-WWW-Search-AltaVista/Makefile 1.3 +1 -1 ports/www/p5-WWW-Search-AltaVista/distinfo 1.2 +1 -0 ports/www/p5-WWW-Search-AltaVista/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 Dec 1 13:32: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 7E2A937B416; Sat, 1 Dec 2001 13:32:42 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1LWgi09428; Sat, 1 Dec 2001 13:32:42 -0800 (PST) (envelope-from dillon) Message-Id: <200112012132.fB1LWgi09428@freefall.freebsd.org> From: Matt Dillon <dillon@FreeBSD.org> Date: Sat, 1 Dec 2001 13:32:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dillon 2001/12/01 13:32:42 PST Modified files: (Branch: RELENG_4) sys/kern uipc_socket.c Log: Fix a bug in the MSG_WAITALL code that could cause long 5-second stalls during heavy data transfers (only effects a small number of programs, but samba is one of them). This is an MFC of 1.95 which for some reason was not MFC'd back in march. Revision Changes Path 1.68.2.17 +9 -1 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 13:37: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 77D8737B419; Sat, 1 Dec 2001 13:37:48 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1Lbmj09867; Sat, 1 Dec 2001 13:37:48 -0800 (PST) (envelope-from shige) Message-Id: <200112012137.fB1Lbmj09867@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Sat, 1 Dec 2001 13:37:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel/files apel-setupel.el.in ports/editors/apel/scripts configure ports/editors/flim113/files flim-setupel.el.in ports/editors/flim113/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG shige 2001/12/01 13:37:48 PST Modified files: editors/apel/files apel-setupel.el.in editors/apel/scripts configure editors/flim113/files flim-setupel.el.in editors/flim113/scripts configure Log: Fix {apel,flim}-setupel.el. Revision Changes Path 1.4 +2 -2 ports/editors/apel/files/apel-setupel.el.in 1.6 +6 -4 ports/editors/apel/scripts/configure 1.3 +1 -1 ports/editors/flim113/files/flim-setupel.el.in 1.5 +6 -4 ports/editors/flim113/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 14: 5:35 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 685F337B416; Sat, 1 Dec 2001 14:05:31 -0800 (PST) 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 JAA18969; Sun, 2 Dec 2001 09:04:50 +1100 Date: Sun, 2 Dec 2001 09:05:02 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: <bde@gamplex.bde.org> To: Mark Murray <mark@grondar.za> Cc: Bruce Evans <bde@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/usr.bin/login Makefile In-Reply-To: <200112012050.fB1KoG031328@grimreaper.grondar.org> Message-ID: <20011202090429.S6388-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Sat, 1 Dec 2001, Mark Murray wrote: > > Fixed order of WARNS. > > Could we get a document up somewhere to specify clearly what the > makefile contents order should be? > > If you write it, I'll mark it up and commit it. Ruslan may have one. I think he can handle the markup ;-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 14:21: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 9003937B416; Sat, 1 Dec 2001 14:20:54 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id fB1MKZ589402; Sun, 2 Dec 2001 11:20:36 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" <dan@langille.org> Organization: novice in training To: Shigeyuki Fukushima <shige@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Date: Sat, 1 Dec 2001 17:20:27 -0500 MIME-Version: 1.0 Subject: Re: cvs commit: ports/editors/apel Makefile pkg-comment.emacs19 pkg-comment.emacs21 pkg-descr.emacs19 pkg-descr.emacs20 pkg-des Reply-To: dan@langille.org Message-ID: <3C09115B.29646.28543CDA@localhost> In-reply-to: <200112011737.fB1Hb4Y64925@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 1 Dec 2001 at 9:37, Shigeyuki Fukushima wrote: > shige 2001/12/01 09:37:04 PST > > Modified files: > editors/apel Makefile pkg-comment.emacs19 > pkg-comment.emacs21 pkg-descr.emacs19 > pkg-descr.emacs20 pkg-descr.emacs21 > pkg-descr.mule pkg-descr.xemacs21-mule > pkg-plist.emacs19 pkg-plist.emacs20 > pkg-plist.emacs21 pkg-plist.mule > Log: > New master/slave scheme. > Update to emacs21. > Install el/elc files to version specific site-lisp directory. > Change some style. Anyone else seeing this problem? m20# cd /usr/ports/editors/apel-emacs19 m20# make -V PORTVERSION "/usr/ports/editors/apel-emacs19/../../editors/apel/Makefile", line 53: Malformed conditional ((${EMACS_VER} == "19.34" )) "/usr/ports/editors/apel-emacs19/../../editors/apel/Makefile", line 53: Missing dependency operator "/usr/ports/editors/apel-emacs19/../../editors/apel/Makefile", line 61: if-less else "/usr/ports/editors/apel-emacs19/../../editors/apel/Makefile", line 61: Need an operator "/usr/ports/editors/apel-emacs19/../../editors/apel/Makefile", line 66: if-less endif "/usr/ports/editors/apel-emacs19/../../editors/apel/Makefile", line 66: Need an operator make: fatal errors encountered -- cannot continue m20# -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 16: 6: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 61D4837B405; Sat, 1 Dec 2001 16:06:22 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB206Mr29894; Sat, 1 Dec 2001 16:06:22 -0800 (PST) (envelope-from markm) Message-Id: <200112020006.fB206Mr29894@freefall.freebsd.org> From: Mark Murray <markm@FreeBSD.org> Date: Sat, 1 Dec 2001 16:06:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c login_fbtab.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG markm 2001/12/01 16:06:22 PST Modified files: usr.bin/login login.c login_fbtab.c Log: Sort includes. Revision Changes Path 1.73 +4 -4 src/usr.bin/login/login.c 1.13 +3 -3 src/usr.bin/login/login_fbtab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 17:52:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DE1337B416; Sat, 1 Dec 2001 17:52:35 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB21qZc44742; Sat, 1 Dec 2001 17:52:35 -0800 (PST) (envelope-from jedgar) Message-Id: <200112020152.fB21qZc44742@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Sat, 1 Dec 2001 17:52:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/setfacl util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/12/01 17:52:34 PST Modified files: bin/setfacl util.c Log: Use calloc(3) instead of rolling our own. Revision Changes Path 1.2 +1 -2 src/bin/setfacl/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 18:13:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5753337B416; Sat, 1 Dec 2001 18:13:35 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB22DZS49483; Sat, 1 Dec 2001 18:13:35 -0800 (PST) (envelope-from alfred) Message-Id: <200112020213.fB22DZS49483@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Sat, 1 Dec 2001 18:13:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile getnewvnode.9 vflush.9 vfs_timestamp.9 vgone.9 vhold.9 vm_page_bits.9 vm_page_dontneed.9 vm_page_grab.9 vm_page_unmanage.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG alfred 2001/12/01 18:13:35 PST Modified files: share/man/man9 Makefile Added files: share/man/man9 getnewvnode.9 vflush.9 vfs_timestamp.9 vgone.9 vhold.9 vm_page_bits.9 vm_page_dontneed.9 vm_page_grab.9 vm_page_unmanage.9 Log: Add manpages describing various vfs and vm APIs. Submitted by: Chad David <davidc@acns.ab.ca> Revision Changes Path 1.142 +18 -6 src/share/man/man9/Makefile 1.1 +68 -0 src/share/man/man9/getnewvnode.9 (new) 1.1 +76 -0 src/share/man/man9/vflush.9 (new) 1.1 +57 -0 src/share/man/man9/vfs_timestamp.9 (new) 1.1 +71 -0 src/share/man/man9/vgone.9 (new) 1.1 +62 -0 src/share/man/man9/vhold.9 (new) 1.1 +164 -0 src/share/man/man9/vm_page_bits.9 (new) 1.1 +59 -0 src/share/man/man9/vm_page_dontneed.9 (new) 1.1 +70 -0 src/share/man/man9/vm_page_grab.9 (new) 1.1 +56 -0 src/share/man/man9/vm_page_unmanage.9 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 18:28:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F5F237B419; Sat, 1 Dec 2001 18:28:11 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB22SBm50692; Sat, 1 Dec 2001 18:28:11 -0800 (PST) (envelope-from pat) Message-Id: <200112020228.fB22SBm50692@freefall.freebsd.org> From: Patrick Li <pat@FreeBSD.org> Date: Sat, 1 Dec 2001 18:28:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/bbrun Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-wm/bbrun/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pat 2001/12/01 18:28:11 PST Modified files: x11-wm Makefile Added files: x11-wm/bbrun Makefile distinfo pkg-comment pkg-descr pkg-plist x11-wm/bbrun/files patch-Makefile Log: Add x11-wm/bbrun a run box for Blackbox PR: 29462 Submitted by: Adam Weinberger <monkey@crackula.com> Revision Changes Path 1.69 +1 -0 ports/x11-wm/Makefile 1.1 +31 -0 ports/x11-wm/bbrun/Makefile (new) 1.1 +1 -0 ports/x11-wm/bbrun/distinfo (new) 1.1 +29 -0 ports/x11-wm/bbrun/files/patch-Makefile (new) 1.1 +1 -0 ports/x11-wm/bbrun/pkg-comment (new) 1.1 +9 -0 ports/x11-wm/bbrun/pkg-descr (new) 1.1 +3 -0 ports/x11-wm/bbrun/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 18: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 E9D0237B416; Sat, 1 Dec 2001 18:28:13 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB22SDT50723; Sat, 1 Dec 2001 18:28:13 -0800 (PST) (envelope-from pat) Message-Id: <200112020228.fB22SDT50723@freefall.freebsd.org> From: Patrick Li <pat@FreeBSD.org> Date: Sat, 1 Dec 2001 18:28: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 List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pat 2001/12/01 18:28:13 PST Modified files: . modules Log: bbrun --> ports/x11-wm/bbrun Revision Changes Path 1.4215 +1 -0 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 Dec 1 18:44: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 0938937B417; Sat, 1 Dec 2001 18:43:59 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fB22h7g46518; Sat, 1 Dec 2001 21:43:07 -0500 (EST) (envelope-from mike) Date: Sat, 1 Dec 2001 21:43:07 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Josef Karthauser <joe@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm log_accum.pl Message-ID: <20011201214307.A46242@espresso.q9media.com> References: <200112011138.fB1BciW72956@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112011138.fB1BciW72956@freefall.freebsd.org>; from joe@FreeBSD.org on Sat, Dec 01, 2001 at 03:38:44AM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Josef Karthauser <joe@FreeBSD.org> writes: > joe 2001/12/01 03:38:44 PST > > Modified files: > . cfg.pm log_accum.pl > Log: > Add the ability to have diffs inserted into the commit email. > > Submitted by: jesper > > Revision Changes Path > 1.44 +5 -2 CVSROOT/cfg.pm > 1.114 +73 -0 CVSROOT/log_accum.pl cvs-verbose@FreeBSD.org anyone? This would lower the barrier to entry for reviewing commits. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 18:47: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 221AF37B416; Sat, 1 Dec 2001 18:47:44 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB22lir52130; Sat, 1 Dec 2001 18:47:44 -0800 (PST) (envelope-from jmz) Message-Id: <200112020247.fB22lir52130@freefall.freebsd.org> From: Jean-Marc Zucconi <jmz@FreeBSD.org> Date: Sat, 1 Dec 2001 18:47:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mtools Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jmz 2001/12/01 18:47:44 PST Modified files: emulators/mtools Makefile distinfo pkg-plist Log: Update to the latest patchfile. Submitted by: kris Revision Changes Path 1.47 +6 -2 ports/emulators/mtools/Makefile 1.19 +1 -1 ports/emulators/mtools/distinfo 1.20 +0 -1 ports/emulators/mtools/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 18:49: 1 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 0040437B416; Sat, 1 Dec 2001 18:48:54 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 86A8C81D04; Sat, 1 Dec 2001 20:48:49 -0600 (CST) Date: Sat, 1 Dec 2001 20:48:49 -0600 From: Alfred Perlstein <bright@mu.org> To: Mike Barcroft <mike@FreeBSD.org> Cc: Josef Karthauser <joe@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm log_accum.pl Message-ID: <20011201204849.B46769@elvis.mu.org> References: <200112011138.fB1BciW72956@freefall.freebsd.org> <20011201214307.A46242@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011201214307.A46242@espresso.q9media.com>; from mike@FreeBSD.org on Sat, Dec 01, 2001 at 09:43:07PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG * Mike Barcroft <mike@FreeBSD.org> [011201 20:44] wrote: > Josef Karthauser <joe@FreeBSD.org> writes: > > joe 2001/12/01 03:38:44 PST > > > > Modified files: > > . cfg.pm log_accum.pl > > Log: > > Add the ability to have diffs inserted into the commit email. > > > > Submitted by: jesper > > > > Revision Changes Path > > 1.44 +5 -2 CVSROOT/cfg.pm > > 1.114 +73 -0 CVSROOT/log_accum.pl > > cvs-verbose@FreeBSD.org anyone? This would lower the barrier to entry > for reviewing commits. That would be really nice. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 18: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 F2A2637B405; Sat, 1 Dec 2001 18:54:38 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB22sc552572; Sat, 1 Dec 2001 18:54:38 -0800 (PST) (envelope-from pat) Message-Id: <200112020254.fB22sc552572@freefall.freebsd.org> From: Patrick Li <pat@FreeBSD.org> Date: Sat, 1 Dec 2001 18:54:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pat 2001/12/01 18:54:38 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Adam Weinberger <monkey@crackula.com> for submitting x11-wm/bbrun Revision Changes Path 1.59 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 19:47: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 5EC8E37B417; Sat, 1 Dec 2001 19:47:33 -0800 (PST) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB23lXg59578; Sat, 1 Dec 2001 19:47:33 -0800 (PST) (envelope-from scottl) Message-Id: <200112020347.fB23lXg59578@freefall.freebsd.org> From: Scott Long <scottl@FreeBSD.org> Date: Sat, 1 Dec 2001 19:47:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aac_tables.h aacreg.h aacvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG scottl 2001/12/01 19:47:33 PST Modified files: sys/dev/aac aac.c aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aac_tables.h aacreg.h aacvar.h Log: Add functionality and fix bugs so the driver will work with soon-to-be released management apps. 1. Implement poll(). This will check for queued aif's so that a subsequent ioctl call to retrieve the next aif will not block. 2. Don't catch signals when sleeping on a fib sent from userland. This causes a race and panic due to the pthread context switcher waking up the tsleep at inopportune times. 3. Fix some whitespace nits. MFC after: 3 days Revision Changes Path 1.30 +169 -26 src/sys/dev/aac/aac.c 1.8 +3 -3 src/sys/dev/aac/aac_debug.c 1.17 +2 -2 src/sys/dev/aac/aac_disk.c 1.8 +1 -1 src/sys/dev/aac/aac_ioctl.h 1.15 +5 -1 src/sys/dev/aac/aac_pci.c 1.3 +3 -2 src/sys/dev/aac/aac_tables.h 1.9 +23 -2 src/sys/dev/aac/aacreg.h 1.10 +17 -10 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 19:55:21 2001 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 0FB9037B417 for <cvs-all@FreeBSD.org>; Sat, 1 Dec 2001 19:55:16 -0800 (PST) Received: (qmail 15503 invoked from network); 2 Dec 2001 03:55:15 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for <mike@FreeBSD.org>; 2 Dec 2001 03:55:15 -0000 Message-ID: <XFMail.011201195515.jhb@FreeBSD.org> 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: <20011201214307.A46242@espresso.q9media.com> Date: Sat, 01 Dec 2001 19:55:15 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Mike Barcroft <mike@FreeBSD.org> Subject: Re: cvs commit: CVSROOT cfg.pm log_accum.pl Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Josef Karthauser <joe@FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On 02-Dec-01 Mike Barcroft wrote: > Josef Karthauser <joe@FreeBSD.org> writes: >> joe 2001/12/01 03:38:44 PST >> >> Modified files: >> . cfg.pm log_accum.pl >> Log: >> Add the ability to have diffs inserted into the commit email. >> >> Submitted by: jesper >> >> Revision Changes Path >> 1.44 +5 -2 CVSROOT/cfg.pm >> 1.114 +73 -0 CVSROOT/log_accum.pl > > cvs-verbose@FreeBSD.org anyone? This would lower the barrier to entry > for reviewing commits. Does it limit the length? p4 submit mails trim the output at 1000 lines. Otherwise imports of vendor software could be some _very_ large e-mails. :) -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 20:13:22 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 0F03637B405; Sat, 1 Dec 2001 20:13:16 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fB24D2i11821; Sat, 1 Dec 2001 23:13:03 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sat, 1 Dec 2001 23:13:02 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Mike Barcroft <mike@FreeBSD.org> Cc: Josef Karthauser <joe@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm log_accum.pl In-Reply-To: <20011201214307.A46242@espresso.q9media.com> Message-ID: <Pine.NEB.3.96L.1011201231214.4004G-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Sat, 1 Dec 2001, Mike Barcroft wrote: > Josef Karthauser <joe@FreeBSD.org> writes: > > joe 2001/12/01 03:38:44 PST > > > > Modified files: > > . cfg.pm log_accum.pl > > Log: > > Add the ability to have diffs inserted into the commit email. > > > > Submitted by: jesper > > > > Revision Changes Path > > 1.44 +5 -2 CVSROOT/cfg.pm > > 1.114 +73 -0 CVSROOT/log_accum.pl > > cvs-verbose@FreeBSD.org anyone? This would lower the barrier to entry > for reviewing commits. Sounds interesting to me, and something I'd probably use over cvs-committers, to be honest :-). As John points out, figuring out how to handle "big" diffs is important, however. 1000 lines is probably too small, but we need something. 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 Sat Dec 1 20:22:23 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 7D69437B405; Sat, 1 Dec 2001 20:22:19 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id fB24MIM181140; Sat, 1 Dec 2001 23:22:18 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: <p05101005b82f5a88965a@[128.113.24.47]> In-Reply-To: <20011201214307.A46242@espresso.q9media.com> References: <200112011138.fB1BciW72956@freefall.freebsd.org> <20011201214307.A46242@espresso.q9media.com> Date: Sat, 1 Dec 2001 23:22:16 -0500 To: Mike Barcroft <mike@FreeBSD.org>, Josef Karthauser <joe@FreeBSD.org> From: Garance A Drosihn <drosih@rpi.edu> Subject: Re: cvs commit: CVSROOT cfg.pm log_accum.pl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG At 9:43 PM -0500 12/1/01, Mike Barcroft wrote: >Josef Karthauser <joe@FreeBSD.org> writes: > > > > Modified files: >> . cfg.pm log_accum.pl >> Log: >> Add the ability to have diffs inserted into the commit email. >> > > Submitted by: jesper > >cvs-verbose@FreeBSD.org anyone? This would lower the barrier to >entry for reviewing commits. > >Best regards, >Mike Barcroft An alternate possibility: Put the diff's for a given commit up as a web page, and have the URL to that web page be in the regular commit mail. This would be 'diff -u' output for all the files which changed in a commit, which would be more convenient than going thru the CVSweb interface to separately pull up the commit to each file. If we use a separate mailing list, then I won't want to join the mailing list because the vast majority of changes will be ones that I do not care about. But for a few areas (or interesting-sounding changes), it would be nice if I could pull up all the diffs for everything changed in a commit by just clicking on a URL. This is just a vague idea I've had for awhile... I'm not completely sure how to put it together so it would work smoothly. -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 20: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 D12C437B419; Sat, 1 Dec 2001 20:27:13 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB24RDf65473; Sat, 1 Dec 2001 20:27:13 -0800 (PST) (envelope-from jedgar) Message-Id: <200112020427.fB24RDf65473@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Sat, 1 Dec 2001 20:27:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 acl.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG jedgar 2001/12/01 20:27:13 PST Modified files: share/man/man9 acl.9 Log: o Update copyright. o Updates content to reflect the changes to acl.h for internal/external acl_t representations. Approved by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.7 +38 -18 src/share/man/man9/acl.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 20:47: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 17F8E37B405; Sat, 1 Dec 2001 20:47:47 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB24llP67080; Sat, 1 Dec 2001 20:47:47 -0800 (PST) (envelope-from matusita) Message-Id: <200112020447.fB24llP67080@freefall.freebsd.org> From: Makoto MATSUSHITA <matusita@FreeBSD.org> Date: Sat, 1 Dec 2001 20:47:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 boot_crunch.conf src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG matusita 2001/12/01 20:47:46 PST Modified files: release/i386 boot_crunch.conf usr.sbin/sysinstall install.c Log: Sysinstall cleanups for installation: 1) Use devfs to mount filesystems. If mounting devfs is fail, fallback to old code. 2) When fscking filesystems, use 'fsck_ffs' explicitly. As a result, we no longer need 'fsck' the wrapper program. Reviewed by: jkh Revision Changes Path 1.51 +2 -4 src/release/i386/boot_crunch.conf 1.311 +28 -19 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 20: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 E04CF37B416; Sat, 1 Dec 2001 20:58:40 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB24we567933; Sat, 1 Dec 2001 20:58:40 -0800 (PST) (envelope-from matusita) Message-Id: <200112020458.fB24we567933@freefall.freebsd.org> From: Makoto MATSUSHITA <matusita@FreeBSD.org> Date: Sat, 1 Dec 2001 20:58:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha boot_crunch.conf src/release/pc98 boot_crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG matusita 2001/12/01 20:58:40 PST Modified files: release/alpha boot_crunch.conf release/pc98 boot_crunch.conf Log: Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf, which should be done with src/release/i386/boot_crunch.conf rev 1.51 and src/usr.sbin/sysinstall/install.c rev 1.311. Spotted by: nyan (via ReichaNet) Revision Changes Path 1.51 +2 -4 src/release/alpha/boot_crunch.conf 1.52 +2 -4 src/release/pc98/boot_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 21:12:54 2001 Delivered-To: cvs-all@freebsd.org Received: from t-mta8.odn.ne.jp (mfep8.odn.ne.jp [143.90.131.186]) by hub.freebsd.org (Postfix) with ESMTP id 9E31237B405; Sat, 1 Dec 2001 21:12:44 -0800 (PST) Received: from artemis.emerald.priv.net ([211.127.124.70]) by t-mta8.odn.ne.jp with ESMTP id <20011202051243263.HKIP.1471.t-mta8.odn.ne.jp@mta8.odn.ne.jp>; Sun, 2 Dec 2001 14:12:43 +0900 Date: Sun, 02 Dec 2001 13:55:35 +0900 (JST) Message-Id: <20011202.135535.126242297.shige@FreeBSD.org> To: dan@langille.org Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/apel Makefile pkg-comment.emacs19 pkg-comment.emacs21 pkg-descr.emacs19 pkg-descr.emacs20 pkg-des From: Shigeyuki Fukushima <shige@FreeBSD.org> In-Reply-To: <3C09115B.29646.28543CDA@localhost> References: <200112011737.fB1Hb4Y64925@freefall.freebsd.org> <3C09115B.29646.28543CDA@localhost> X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 2.00 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG From: "Dan Langille" <dan@langille.org> Subject: Re: cvs commit: ports/editors/apel Makefile pkg-comment.emacs19 pkg-comment.emacs21 pkg-descr.emacs19 pkg-descr.emacs20 pkg-des Date: Sat, 1 Dec 2001 17:20:27 -0500 > Anyone else seeing this problem? I'm sorry. I had fixed this problem as the following. > shige 2001/12/01 10:04:29 PST > > Modified files: > editors/apel Makefile > Log: > Oops. Change the position of PORTCLASS directive. > > Revision Changes Path > 1.31 +7 -7 ports/editors/apel/Makefile Please re-checkout editors/apel/Makefile. Thanks. --- shige To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 22:17:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67D2F37B416; Sat, 1 Dec 2001 22:17:18 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB26HIU79934; Sat, 1 Dec 2001 22:17:18 -0800 (PST) (envelope-from msmith) Message-Id: <200112020617.fB26HIU79934@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Sat, 1 Dec 2001 22:17:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ciss ciss.c cissvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG msmith 2001/12/01 22:17:16 PST Modified files: sys/dev/ciss ciss.c cissvar.h Log: Catch up with the proc -> d_thread_t change. Revision Changes Path 1.2 +4 -4 src/sys/dev/ciss/ciss.c 1.2 +9 -1 src/sys/dev/ciss/cissvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 22:19:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2F1237B419; Sat, 1 Dec 2001 22:19:15 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB26JFi80128; Sat, 1 Dec 2001 22:19:15 -0800 (PST) (envelope-from msmith) Message-Id: <200112020619.fB26JFi80128@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Sat, 1 Dec 2001 22:19:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG msmith 2001/12/01 22:19:15 PST Modified files: sys/modules Makefile Log: Re-enable the ciss driver, now that it should be building again. Revision Changes Path 1.220 +1 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 22: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 941C137B405; Sat, 1 Dec 2001 22:52:44 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB26qi082585; Sat, 1 Dec 2001 22:52:44 -0800 (PST) (envelope-from dinoex) Message-Id: <200112020652.fB26qi082585@freefall.freebsd.org> From: Dirk Meyer <dinoex@FreeBSD.org> Date: Sat, 1 Dec 2001 22:52:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh Makefile distinfo ports/security/openssh-portable Makefile distinfo ports/security/openssh-portable/files batch.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dinoex 2001/12/01 22:52:44 PST Modified files: security/openssh Makefile distinfo security/openssh-portable Makefile distinfo Added files: security/openssh-portable/files batch.patch Log: - Udate to OpenSSH-3.0.2 - make batch-processing cleaner 20011202 - (djm) Syn with OpenBSD OpenSSH-3.0.2 - markus@cvs.openbsd.org [session.c sshd.8 version.h] Don't allow authorized_keys specified environment variables when UseLogin in active Revision Changes Path 1.14 +5 -4 ports/security/openssh-portable/Makefile 1.6 +1 -1 ports/security/openssh-portable/distinfo 1.1 +11 -0 ports/security/openssh-portable/files/batch.patch (new) 1.79 +2 -2 ports/security/openssh/Makefile 1.28 +2 -2 ports/security/openssh/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 22:55:26 2001 Delivered-To: cvs-all@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 8752037B416; Sat, 1 Dec 2001 22:55:15 -0800 (PST) Received: from pool0382.cvx20-bradley.dialup.earthlink.net ([209.179.251.127] helo=peter3.wemm.org) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16AQWq-0001Nu-00; Sat, 01 Dec 2001 22:55:11 -0800 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id fB26sGO98348; Sat, 1 Dec 2001 22:54:16 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 828123810; Sat, 1 Dec 2001 22:54:01 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Garance A Drosihn <drosih@rpi.edu> Cc: Mike Barcroft <mike@FreeBSD.org>, Josef Karthauser <joe@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT cfg.pm log_accum.pl In-Reply-To: <p05101005b82f5a88965a@[128.113.24.47]> Date: Sat, 01 Dec 2001 22:54:01 -0800 From: Peter Wemm <peter@wemm.org> Message-Id: <20011202065401.828123810@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG Garance A Drosihn wrote: > At 9:43 PM -0500 12/1/01, Mike Barcroft wrote: > >Josef Karthauser <joe@FreeBSD.org> writes: > > > > > > Modified files: > >> . cfg.pm log_accum.pl > >> Log: > >> Add the ability to have diffs inserted into the commit email. > >> > > > Submitted by: jesper > > > >cvs-verbose@FreeBSD.org anyone? This would lower the barrier to > >entry for reviewing commits. > > > >Best regards, > >Mike Barcroft > > An alternate possibility: > > Put the diff's for a given commit up as a web page, and have the > URL to that web page be in the regular commit mail. This would > be 'diff -u' output for all the files which changed in a commit, > which would be more convenient than going thru the CVSweb interface > to separately pull up the commit to each file. > > If we use a separate mailing list, then I won't want to join the > mailing list because the vast majority of changes will be ones that > I do not care about. But for a few areas (or interesting-sounding > changes), it would be nice if I could pull up all the diffs for > everything changed in a commit by just clicking on a URL. FWIW, this is what the perforce commit logs currently look like. Note that there is a http:// link as the very first line for looking up the atomic change. Subject: PERFORCE change 3711 for review From: Brian Feldman <green@freebsd.org> Date: Thu, 29 Nov 2001 12:09:45 -0800 (PST) To: Perforce Change Reviews <perforce@freebsd.org> http://people.freebsd.org/~peter/p4db/chv.cgi?CH=3711 Change 3711 by green@green_laptop_2 on 2001/11/29 12:09:16 Make login at least seem to work for _POSIX_CAP systems that do not actually have an /etc/capability or capabilities in the kernel by ignoring SIGSYS/ENOSYS/ENOENT for capabilities functions in libutil. Affected files ... ... //depot/projects/trustedbsd/cap/lib/libutil/login_class.c#3 edit ... //depot/projects/trustedbsd/cap/lib/libutil/login_pcap.c#2 edit Differences ... ==== //depot/projects/trustedbsd/cap/lib/libutil/login_class.c#3 (text+ko) ==== @@ -376,9 +376,15 @@ /* set per-user POSIX.1e capabilities */ if ((flags & LOGIN_SETPCAP) && setdefpcapcontext(uid) != 0) { - syslog(LOG_ERR, "setdefpcap(%s): %m", pwd->pw_name); - login_close(llc); - return -1; + /* + * Respect older systems that may not have capabilities + * set up. + */ + if (errno != ENOENT && errno != ENOSYS) { + syslog(LOG_ERR, "setdefpcap(%s): %m", pwd->pw_name); + login_close(llc); + return -1; + } } /* Set the sessions login */ ==== //depot/projects/trustedbsd/cap/lib/libutil/login_pcap.c#2 (text+ko) ==== @@ -28,6 +28,7 @@ * POSIX.1e capability context functions. */ #include <sys/types.h> +#include <sys/signal.h> #include <sys/capability.h> #include <db.h> @@ -152,8 +153,10 @@ setdefpcapcontext(uid_t uid) { cap_t def, max; + sig_t osig; int rv; + osig = signal(SIGSYS, SIG_IGN); if (capability_get(uid, &def, &max) != 0) return (-1); rv = setcapto(def, max); @@ -170,12 +173,18 @@ setpcapcontext(uid_t uid, cap_t cap) { cap_t def, max; + sig_t osig; int rv = -1; - if (capability_get(uid, &def, &max) != 0) - return (-1); + osig = signal(SIGSYS, SIG_IGN); + if (capability_get(uid, &def, &max) != 0) { + rv = -1; + goto out; + } rv = setcapto(cap, max); cap_free(def); cap_free(max); +out: + (void)signal(SIGSYS, osig); return (rv); } 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 Sat Dec 1 23: 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 2109037B417; Sat, 1 Dec 2001 23:04:28 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB274S583540; Sat, 1 Dec 2001 23:04:28 -0800 (PST) (envelope-from dinoex) Message-Id: <200112020704.fB274S583540@freefall.freebsd.org> From: Dirk Meyer <dinoex@FreeBSD.org> Date: Sat, 1 Dec 2001 23:04:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh-portable/files batch.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dinoex 2001/12/01 23:04:28 PST Modified files: security/openssh-portable/files batch.patch Log: - extend patch for batch mode, so no site-specifc files are installed. Revision Changes Path 1.2 +39 -1 ports/security/openssh-portable/files/batch.patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 23:37: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 E4EC137B41C; Sat, 1 Dec 2001 23:37:17 -0800 (PST) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB27bHc89746; Sat, 1 Dec 2001 23:37:17 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200112020737.fB27bHc89746@freefall.freebsd.org> From: Prafulla Deuskar <pdeuskar@FreeBSD.org> Date: Sat, 1 Dec 2001 23:37:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h src/sys/modules Makefile src/sys/modules/em Makefile src/sys/conf files.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pdeuskar 2001/12/01 23:37:17 PST Modified files: sys/modules Makefile sys/conf files.i386 Added files: sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h sys/modules/em Makefile Log: This is the first commit of the Intel gigabit driver for PRO/1000 cards. Submitted by:Prafulla Deuskar Reviewed by: Paul Saab MFC after:1 week Revision Changes Path 1.384 +3 -0 src/sys/conf/files.i386 1.1 +2632 -0 src/sys/dev/em/if_em.c (new) 1.1 +410 -0 src/sys/dev/em/if_em.h (new) 1.1 +1457 -0 src/sys/dev/em/if_em_fxhw.c (new) 1.1 +1338 -0 src/sys/dev/em/if_em_fxhw.h (new) 1.1 +95 -0 src/sys/dev/em/if_em_osdep.h (new) 1.1 +1223 -0 src/sys/dev/em/if_em_phy.c (new) 1.1 +418 -0 src/sys/dev/em/if_em_phy.h (new) 1.221 +1 -0 src/sys/modules/Makefile 1.1 +13 -0 src/sys/modules/em/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 23:38: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF61B37B416; Sat, 1 Dec 2001 23:37:57 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB27bvp89809; Sat, 1 Dec 2001 23:37:57 -0800 (PST) (envelope-from sobomax) Message-Id: <200112020737.fB27bvp89809@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Sat, 1 Dec 2001 23:37:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bison Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG sobomax 2001/12/01 23:37:57 PST Modified files: devel/bison Makefile Log: Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs a different semantics than our bsd.port.mk provides. Revision Changes Path 1.18 +1 -0 ports/devel/bison/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Dec 1 23: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 572F837B417; Sat, 1 Dec 2001 23:45:22 -0800 (PST) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB27jM690562; Sat, 1 Dec 2001 23:45:22 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200112020745.fB27jM690562@freefall.freebsd.org> From: Prafulla Deuskar <pdeuskar@FreeBSD.org> Date: Sat, 1 Dec 2001 23:45:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile em.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG pdeuskar 2001/12/01 23:45:22 PST Modified files: share/man/man4 Makefile Added files: share/man/man4 em.4 Log: Adding man page for the em driver. Submitted by:Prafulla Deuskar Reviewed by:Paul Saab MFC after:1 week Revision Changes Path 1.143 +1 -0 src/share/man/man4/Makefile 1.1 +147 -0 src/share/man/man4/em.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message